CRM and CX Blogs by SAP
Stay up-to-date on the latest developments and product news about intelligent customer experience and CRM technologies through blog posts from SAP experts.
cancel
Showing results for 
Search instead for 
Did you mean: 
JerryWang
Advisor
Advisor
0 Kudos


Yesterday when I am doing my development under interaction center environment, I suddenly find I cannot log on interaction center UI any more.

http://farm4.staticflickr.com/3754/11187610996_b557606515_o.png

After I choose my business role ZSOCIAL, the UI hangs there with only information "Starting". Ten minutes later, I got a time out error in UI.

http://farm3.staticflickr.com/2814/11187610926_c7dc301ca6_o.png

I did a quick check on my development objects and I can ensure this is not caused by my new development. I checked SM21 and SM50 and could not find any hints.

So again I have to debug to find the root cause. But where should I set breakpoint? Since in principle the component set for IC CRMIC_DEFAULT will always be loaded when IC UI is launched, it will be a good starting point to set breakpoint in method CL_CRM_BOL_CORE=>load_component_set. Soon I found the application will hang once that method is called, so I know I am not far from the truth.

http://farm3.staticflickr.com/2828/11187719943_5d1e891fbb_o.png

In this customizing you can find all components belonging to component set CRMIC_DEFAULT.

http://farm4.staticflickr.com/3799/11187719873_cbbe2ab206_o.png

The timeout must come from loading one of these components.

http://farm3.staticflickr.com/2859/11187719723_48fea9c3e9_o.png

Finally I found the component ERP is the trouble maker. The system hangs after I click F6 in line 101.

http://farm3.staticflickr.com/2854/11187609434_7dee258db1_o.png

The root cause is that RFC destination EBJCLNT001 does not work, so RFC call hangs until time out occurred.

http://farm6.staticflickr.com/5521/11187609304_b7eacfe6e7_o.png

This RFC destination is maintained in this customizing:

http://farm4.staticflickr.com/3756/11187609144_d9ac8e892d_o.png

http://farm4.staticflickr.com/3772/11187609034_590fe3ffae_o.png

4 Comments