cancel
Showing results for 
Search instead for 
Did you mean: 

SP2: Connector Issues

Former Member
0 Kudos

Has anyone got the MDM Connection to work? Documention is non-existent, short of this blog (/people/udi.katz/blog/2005/08/21/retrieving-data-from-mdm-server-using-the-mdm-java-api).

There are other issues as well, such as what libraries do you need on the DevStudio end to compile the supplied code: types such as IConnectionFactory, IConnectionSpec, IConnection, and INative are not included in the standard libraries. Do you have to manually add the jar files that contain these interfaces, and then mark them for upload with the application so the J2EE engine can find them?

In the meantime, I can use the standard CatalogData.Login() method, but it would be nice to use the connector...

Help!

Message was edited by: Ken Miller

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ken,

The classes you described : IConnectionFactory, IConnectionSpec, IConnection, and INative

are a part of this package: com.sapportals.connector.connection

and it is a part of the GenericConnector.jar

Regards,

Udi