cancel
Showing results for 
Search instead for 
Did you mean: 

Libraries missing to connect to MDM

Former Member
0 Kudos

Where can I find the following:

import a2i.common.CatalogData;

import a2i.core.StringException;

import a2i.generated.RC;

I need these to connect to MDM.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

These are all part of the MDM4J.jar file that comes with your installation files. You can find this under MDM/JAVA_API folder of the installation files.

All the classes you mentioned are part of the MDM Java API and the above mentioned Jar file will have these classes along with many other classes and interfaces.

Regards,

Rajani Khambhampati

Former Member
0 Kudos

I followed your direction and I found the libraries.

But when I run the program it gives me the following error:

No message for RC?

Regards,

suresh_krishnamoorthy
Active Contributor
0 Kudos

See this thread

Regards, Suresh KB

Former Member
0 Kudos

Another question - how can we display a field from the Repository in the JAVA program?

We have an MDM repository - vendor and say we would like to display a Name or City Code.

How would we do that in the JAVA program?

Answers (0)