cancel
Showing results for 
Search instead for 
Did you mean: 

MDM ADMIN exception

Former Member
0 Kudos

while creating the repository session

CreateRepositorySessionCommand repositorySessionCmd =

new CreateRepositorySessionCommand(this.pool);

repositorySessionCmd.setRepositoryIdentifier(repId);

try {

trace.debugT("executing RepositorySessionCommand with rep id \"{0}\" ...",

new Object[]{repId.getName()});

repositorySessionCmd.execute();

trace.debugT("Execution of RepositorySessionCommand successful.");

} catch (CommandException e) {

String errMsg = "Could not create a repository session for rep id: " +

repId.getName();

trace.traceThrowableT(Severity.ERROR, errMsg, e);

throw new RuntimeException(errMsg, e);

}

i am getting an exception

[Error] Jul 28, 2006 10:56:40... ...db.dborg.mdm.puremdm.impl.UserSession [Thread[main,5,main]] : Could not create a repository session for rep id: dbAkD_2006_07_28

[EXCEPTION]

com.sap.mdm.commands.CommandException: com.sap.mdm.internal.protocol.ServerException: The MDM repository is invalid.

at com.sap.mdm.commands.CreateRepositorySessionCommand.execute(CreateRepositorySessionCommand.java:67)

Please tell me how to get rid of this

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prashant,

Can you please include the code you used to instantiate repId?

Thanks,

Richard