Oracle DB Error?
I have set up a new Oracle DB, I can connect to it fine through the /jazz/setup page. However after I go through all the steps I get the following error:
com.ibm.rational.cm.web.linkmanager.IRCMLinkRestService
CRJAZ1092I The service class "com.ibm.team.repository.service.internal.dataaccess.delete.ItemCleanupService" failed during activation.
Note: I also never did see the option to "create tables" in the set up. It never came up.
Anybody have an idea how to fix this error.
thanks,
Bill
com.ibm.rational.cm.web.linkmanager.IRCMLinkRestService
CRJAZ1092I The service class "com.ibm.team.repository.service.internal.dataaccess.delete.ItemCleanupService" failed during activation.
Note: I also never did see the option to "create tables" in the set up. It never came up.
Anybody have an idea how to fix this error.
thanks,
Bill
2 answers
I have set up a new Oracle DB, I can connect to it fine through the /jazz/setup page. However after I go through all the steps I get the following error:
com.ibm.rational.cm.web.linkmanager.IRCMLinkRestService
CRJAZ1092I The service class "com.ibm.team.repository.service.internal.dataaccess.delete.ItemCleanupService" failed during activation.
Note: I also never did see the option to "create tables" in the set up. It never came up.
Anybody have an idea how to fix this error.
thanks,
Bill
Hi Bill
As a first step - can you check you really have dbadmin rights on the Oracle db?
If that is ok - you should be able to run createTables manually using the repotools tool
anthony
Hi Bill
As a first step - can you check you really have dbadmin rights on the Oracle db?
If that is ok - you should be able to run createTables manually using the repotools tool
anthony
thanks Anthony. Turns out that the dbuser name I used did have permissions to create tables. But we gave it DBA permissions temporarally and got the job done. We still get the same error message but were able to import the DB and all is working fine.
Thanks!