cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Prob in connecting to ClientSocket.Login error

Former Member
0 Kudos

Hi All,

Iam getting "ClientSocket.Login error" when i try connecting to the MDM using Java APIs.

Previously I was using SP4 and the code use to work, now after upgrading to SP5 iam not able to connect to the repository hence I realised it is due to the version problem of the .jar file

I tried downloading the MDM jar from the service market place <b>but the error still persists.</b> below is the code.

<b>int resultLogin = catalog.Login("idphl829.phl.sap.corp",2365,"admin","welcome","English [US]");</b>Am i right in my assumption that this is a version prob or something else is wrong?? Also please provide me the link to the correct version of the jar. Please help. .

Thanks

Suresh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Suresh,

open this file and go to:

<b>Where to Get the API Libraries</b>

section to find info on where to get them

https://websmp209.sap-ag.de/~sapidb/011000358700000535882007E

you will also find an example on connecting to MDM (creating sesstions)

then you can also open this file:

https://websmp209.sap-ag.de/~sapidb/011000358700000535912007E

to get some more examples of java api for sp5

hope this will help you

Regards,

michal

Answers (0)