cancel
Showing results for 
Search instead for 
Did you mean: 

Which username,passoword,port i suppose to give?

Former Member
0 Kudos

I am connecting MDM Through below method.

IConnectionSpec spec = connectionFactory.getConnectionSpec();

// Set Connection Properties

spec.setPropertyValue("UserName", "hari");

spec.setPropertyValue("Password", "prasad");

spec.setPropertyValue("Server", "localhost");

spec.setPropertyValue("Port","2355");

spec.setPropertyValue("RepositoryLanguage", "English [US]");

In the above set value parameters which credentical ihave to give.

Actually iam getting exception

Connection Failed: Catalog failed to login(, 2355) : No message for RC (0x83000001)

Please help me.

Thanks

Hari

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189719
Participant
0 Kudos

Hi Hari , how did you resolve this issue?

Former Member
0 Kudos

The error 0x83000001 means the socket could not connect. Where are you specifying the repository tag in the connection spec below?

Regards,

Cleopatra

Former Member
0 Kudos

Dear Cleopatra,

Thanks for the reply but i still have a doubt.

I think port number explains which repository i want to connect to.

If it is wrong

Could you please explain what is repository tag and how to set that to get rid of that error.

And please explain all the properties in Connection Spec.

Thanks,

Hari.

Former Member
0 Kudos

Hi Hari,

I take it back -- you probably are supposed to use the port, not the repository tag. The port is the old way of connecting, and I'm only familiar with the new way of connecting.

Are you sure the repository is loaded on port 2355? (Check in the Console.)

Regards,

Cleopatra