cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging User Modules in the Adapter Engine

Former Member
0 Kudos

Hi everyone,

my scenario is File->PI->File.

I've developed some Adapter Custom Modules and I've deployed its in the Adapter Framework.

I checked the modules using SAP NetWeaver Admin and all are deployed and active.

In the RWB I can look that my Adapter Module was called:

2009-02-26 20:17:57 Information MP: entering1

2009-02-26 20:17:57 Information MP: processing local module localejbs/GetAdress

2009-02-26 20:17:57 Information MP: processing local module localejbs/CallSapAdapter

Questions:

- Can anyone tell me how I can debug the Modules?

- Is it possible to debug the Bean when the Adapter Framework executes my modules?

I've enabled the debugging on PI J2ee server but nothing...

Many thanks

Antonio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use trace object for this : http://help.sap.com/saphelp_nw04/helpdata/en/a6/66e540aa827e7fe10000000a1550b0/content.htm

Also check the below thread :

Thanks,

Pooja Pandey

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>> Can anyone tell me how I can debug the Modules?

even though it is possible to debug those I don't think it the best option

(requires you to turn the java stack into a debug mode)

I developed a quite large number of custom modules and the only thing

I used for "debugging" were audit messages

just put the at the beginning and whenever you need inside the code

and check them

this is a very fast way and does not require any other settings on the server

just my proposal

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI FAQ