cancel
Showing results for 
Search instead for 
Did you mean: 

Dedug is not working in Production Server.

Former Member
0 Kudos

Hi,

In my webdynpro abap component, in developement server debugging is working fine bt i moved it to production server and there debug is not woking at all. I put external debug point into INIT method of component controller , but it doesn't stop there. I activate debugger in SICF as well. but it doesn't give me result.

Waiting for solution.

Thanks ,

Saurin Shah

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

A couple of things to consider in Production. Often Production Servers have more than one application server and may have load balancing configured. When you set a session breakpoint it is for that application server. When you run the production application you might be getting load balanced to another application server. Try and launch the application directly from the appliation server you are setting the breakpoint on. Sometimes that can be difficult if the hostname_full parameter has been configured with the message server hostname. Even starting the WDA application from the application server may cause it to still become load balanaced. You might need to manually adjust the URL.

Also consider that perhaps you dont' have authorization for external debugging in your production system. You might want to talk to your security administrators to make sure.

Answers (2)

Answers (2)

Former Member
0 Kudos

it has problem with id attached with it.

SergioFerrari
Active Contributor
0 Kudos

There is a parameter in the /nSICF transaction.

Have a look here [http://screencast.com/t/ZDE0MTA4MD|http://screencast.com/t/ZDE0MTA4MD]

Sergio