0

After i configure and run SConnectDisconnectICM from api samples I get the below error.

com.ibm.mm.sdk.common.DKUsageError: DGL7332A: Library server representation type was not found. Please make sure that a valid library server and representation type has been specified in the cmbicmsrvs.ini file or to the Content Manager connector. : ICMNLSDB
Prasad Khode
  • 6,602
  • 11
  • 44
  • 59
oztur
  • 345
  • 1
  • 2
  • 9

1 Answers1

0

In the samples, by changing database to machinename I fixed error.

before : public static String DEFAULT_DATABASE = "databasename"; after : public static String DEFAULT_DATABASE = "MACHINENAME";

oztur
  • 345
  • 1
  • 2
  • 9