Hi Experts...
I'm trying to implement the Employee Look Up RDS.
I'm following the setup-guides supplied by SAP (M30_MOB210_BB_ConfigGuide_EN_XX and M31_MOB210_BB_ConfigGuide_EN_SAP Employee Lookup)
All the configuration steps in SAP NetWeaver Gateway and the backend have been fullfilled.
I'm stucked in one SUP step, more specifically: Application Enabling in SUP and User OnBoarding
If I test the ICF service from the gateway I get connected and I'm able to display the XML file, but when trying to test the connection from SUP I get the error "Endpoint test result: Unauthorized" Here, I'm not even getting the user/password screen.
This is the exception shown in the MMS component log:
2012-07-24 14:46:11.867 ERROR MMS Thread-1482 [com.sybase.sup.admin.server.DomainAdminImpl]test end point failed!
at java.lang.Thread.run(Thread.java:662)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at com.sybase.djc.rmi.iiop.server.MessageHandler.run(MessageHandler.java:310)
at com.sybase.djc.rmi.iiop.server.MessageHandler.processRequest(MessageHandler.java:798)
at com.sybase.sup.admin.server.DOECDomainAdminImpl_DJC.$invoke(DOECDomainAdminImpl_DJC.java:148)
at com.sybase.sup.admin.server.DOECDomainAdminImpl_DJC.$invoke_3(DOECDomainAdminImpl_DJC.java:1870)
at com.sybase.sup.admin.server.DomainAdminImpl.testEndPoint(DomainAdminImpl.java:706)
at com.sybase.sup.server.endpoint.ProxyUtil.testEndPoint(ProxyUtil.java:165)
java.lang.Exception: Endpoint test result: Unauthorized
Thank you.
David