cancel
Showing results for 
Search instead for 
Did you mean: 

EIC Trace in CRM 5

RaminS
Participant
0 Kudos

Does anyone know how to turn on BSP trace in CRM 5.0? I'm trying to debug the EIC application and can't find anywhere in SAAB to turn the trace on.

Thanks

Ramin.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I gues you have found the answer already after more than a year.

Better close the message.

Anwer:

  • If you use the Internet Explorer then go to its Internet Options, tab Advanced, and remove the indicator "Show friendly HTTP error messages".

  • Activate the checkpoint group BSP_WD_EXCEPTION_DISPLAY. You can do so in transaction SAAB. In the tab page "Activation" and its area "Assertions" set the radio button "Break". This will display information about runtime exceptions in the WebClient UI.

  • In your user data (transaction SU3) add the parameter BSPWD_USER_LEVEL with the value 9. This will display all messages including technical information within the message area of the WebClient UI.

Check also: Note 1244321 - Simplifying error analysis in CRM WebClient UI

durga_prasad25
Participant
0 Kudos

Hi,

We are facing the same problem in 5.0 and unable to trace it we resolve it by setting some values in transaction su3

please follow the below steps.

-> Go to Tcode SU3

-> Click on the parameter tab

->put parameter ID - CRM_UI_PROFILE and value = Xx1234567

when you drag you mouse pointer then it will shows the view name of the BSP page go to the specific BSP view and put break point

thanks and Regards

durga

Former Member
0 Kudos

just use external breakpoint and launch bsp application on the same application server where you set breaks.

Regards