Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RRC2.0.0.2 iFix 1 compatible with DB2 9.7 ?

I use RRC 2.0.0.2 iFix 1 with DB2 9.7 enterprise edition。

1,The DB2 name must be jazz? or can any string?

2,I create a empty DB, named the DB "jazz", and create table, but a lot of errors.

follow this url:http://www-01.ibm.com/software/awdtools/rrc/sysreq/

"IBM DB2 9.7 is also now supported."

I must be del all of things in c:\DB2 ?

0 votes



2 answers

Permanent link
This is error info:


The database creation failed with an exception
com.ibm.team.repository.common.TeamRepositoryException: Sql Exception thrown while testing case sensitivity of the database at com.ibm.team.repository.service.db.provider.CaseSensitivityValidator.testCaseSensitivity(CaseSensitivityValidator.java:233) at com.ibm.team.repository.service.db.provider.AbstractDbProvider.assertCaseSensitivity(AbstractDbProvider.java:1063) at com.ibm.team.repository.service.db.provider.AbstractDbProvider.checkDatabaseConfiguration(AbstractDbProvider.java:1055) at com.ibm.team.repository.service.db.provider.AbstractDbProvider.prepareDbForInitialization(AbstractDbProvider.java:458) at com.ibm.team.repository.jdbcdriver.internal.db2.Db2Provider.prepareDbForInitialization(Db2Provider.java:223) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:370) at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:356) at org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56) at $Proxy9.prepareDbForInitialization(Unknown Source) at com.ibm.team.repository.service.internal.rdb.AbstractDatabaseService.internalCreateAllSchemas(AbstractDatabaseService.java:163) at com.ibm.team.repository.service.internal.rdb.DatabaseCreationService$1.run(DatabaseCreationService.java:47) at com.ibm.team.repository.service.internal.rdb.ConnectionRunnable.run(ConnectionRunnable.java:34) at com.ibm.team.repository.service.internal.rdb.RepositoryDatabase$Transaction.run(RepositoryDatabase.java:466

0 votes


Permanent link
The DB can be called anything that conforms to the DB2 DB naming convention. Jazz is only the suggested name, however when using multiple Jazz products you may see a convention like JazzRTC, JazzRRC, JazzRQM, etc...

Make sure you are creating the DB using the following command:

db2 create database JAZZ on c: using codeset UTF-8 territory en PAGESIZE 8192

and also make sure that the user you are connecting with has admin permissions to the DB2 server (ie - use the db2admin/db2inst1 user to create the tables).

Hope it helps,

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 26 '10, 4:27 a.m.

Question was seen: 4,785 times

Last updated: Jul 26 '10, 4:27 a.m.

Confirmation Cancel Confirm