Hi All
Is anyone else experiencing a similar issues with the latest launchpad release?
All tiles are working one day, and then a day later they were not. A message would appear suggesting that the app configuration was incorrect.
The Web Inspector in chorme was pointing to an issue with /INTEROP service, which was unable to resolve the application link
My investigation revealed the following:
Several dumps were being registered in ST22.
ASSIGN_TYPE_CONFLICT - /UI2/CL_LPD_UTILS=============CP
After spending some time debugging this class, it turns out that the ABAP may be incorrect... pointing to a type conflict a method that determines if LPD_CUST settings have changed. (I.e. The transaction in SAP GUI where we register new apps). Basically if we keep changing the settings every day it will be fine. Once the settings are over a day old, the class will reach the point in the code that throws the illegal conflict.
Sergio