cancel
Showing results for 
Search instead for 
Did you mean: 

Testing MDM Webservices

Former Member
0 Kudos

Hi,

I tried to test the MDM webservice after doing all the necessary configurations mentioned in the help.sap.com.

i got the following error

Problem while connecting to MDM repository: MDMWebService_Test on server: abc.abc.com at port: 2000. Maybe the Repository-Information has not been set correctly at the requested query.

I saw some of them in the forums got that error but there were no solutions posted...

Can someone help me out to resolve this issue?

Thanks

Ak.

PS: points will be awarded for good answers.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravi,

Whether u seen this document are not, if not

Try this, step by step process with screen shots.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4f900997-0d01-0010-3f94-c2b86053...

Regards

Hari

Former Member
0 Kudos

Hi,

I guess i should have mentioned this point too...

I'm testing the tc~facade webservice (Standard Webservices given out by SAP). And i got the error i mentioned in my question stem.

Any pointers for this one?

Thanks in advance,

~A.k.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arunkumar,

The Error you are getting is due to incorrect information you are providing while passing the parameter for repository connection.

In RepositroyInformation data type you need to pass the following parameters

serverName Name of the MDM Server(ip address)

repositoryName Name of the repository

repositoryPort Port of the repository (Which you can see in the Console)

schemaLang Language of the schema, for example, table or field names

dataLang Language of the data, in particular values of multilingual fields(eg English US)

This should solve your problem.

Thanks and Regards,

Shruti.

Former Member
0 Kudos

Hello Shruthi,

Thanks for your interest. The error i got was because of the patch mismatch between deployed webservice, MDM Java API and backend.

It got solved and i'm able to use it seamlessly now.

Regards,

Ak.