Hi,
I have created MDM webservice and deployed on CE portal .I have created one destination on type MDM connection .
I went to WS navigator and executed WS and provided the detination details . But I end up with the below error. Did any one face this issue before?????
connection_3005-Cannot connect with MDM using destination XXXXXXXXXXX; caused by: Could not find destination service. Ensure that: (1) destination service exists in your application server, (2) your application has dependency on the destination service
Regards,
krishnam
seems to be the same issue i reported before
http://scn.sap.com/thread/2130460
sap has provide the fix for this.
check this note
Hi Jun Wu,
Thanks for your response.
But now I am facing "connection_3009-Error while establishing connection due to [-5635584] Invalid logon credentials (0xffaa0200)
com.sap.mdm.ws.core.exceptions.ConnectionErrorException: Error while establishing connection due to [-5635584] Invalid logon credentials (0xffaa0200)"
Looks like in MDM WS Generator UID/PWD is having some issue.
When I am configuring WS there are 5 steps :Logon,ConfigureTables,Config Fields,Genrate,Deploy.
In Step 1: there r 2 sections :
1) Logon To MDM server : MDM Server Name and MDM server PWD and scure connection.
2) Logon on to Repository: repository name,username,pwd.
I am now confused on these fileds. What should be the value in MDM server name?is it host name or UID? if it is UID what UID I need to provide? can u please give some example on these names how it should look.
Regards,
Krishnam
HI,
Yes I am testing using WS navigator. I have given UID/PWD which is common in both MDM and CE portal and we r facing this error :"connection_3009-Error while establishing connection due to [-5635584] Invalid logon credentials (0xffaa0200)". Any inputs.
Regards,
Krishnam
Hi,
When we provide UID/PWD while executing from Ws navigator, I see in the error log it is taking: Admin User. and not the user which I provided.
Caused by: com.sap.mdm.connector.utils.MdmConnectorException: Incorrect user name ''Admin'' or password entered while logging on to repository ''ABCD'' on MDM server ''xxxxx.com:xxxx'
Can any one please tell me how to avoid admin user?
Regards,
Krishnam
have you enabled the sso between ce and mdm?
have you ticked the checkbox regarding logon ticket(something like this) when you generate the ws?
Hi,
We have not Configured SSO configuration yet between both servers. We have assigned communication Profile to the webservice which supports all tyrpes(logon tickets,uid/pwd etc).
Regards,
Krishnam
Hi,
My issue is resolved now. I have changed the UID/pwd in the Java system properties. By default it it setted to Admin uid . Hence every time it fails. I have provided custome value UID/pwd and it works:)
Thanks,
Krishnam