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

Can't create DB2 tables: Exception testing case sensitivity

Anyone know what I need to do here (or what to tell our DBA's to do for me)? I'm running into a case sensitivity issue when trying to create DB2 tables (UDB 9.1 on AIX).

Error = Sql Exception thrown while testing case sensitivity of the database.

The full transcript from the script exectuion is below:

$ ./repotools.sh -createTables
Repo Tools
Rational Team Concert, Version 2.0 (I20090618-1753)
Jazz Foundation Server, Version 1.0 (I20090618-1753)

Provisioning using "./conf/jazz/provision_profiles".
Rational Jazz Team Server - Enterprise
CRJAZ1363I Loading configuration from "file:conf/jazz/teamserver.properties".
CRJAZ1365I Attempting Initial Database Connection Using
Db Name/Location: //t002ppmdb:60096/jazz:user=xxxxxxxx;password=xxxxxxxx;
CRJAZ1364I Initial database connection successful
Db Product Name: DB2/AIX64
Db Product Version: SQL09015
Db URL: jdbc:db2://t002ppmdb:60096/jazz
Jdbc Driver Name: IBM DB2 JDBC Universal Driver Architecture
Jdbc Driver Version: 3.53.70
CRJAZ8192E: Fulltext Index Location: workitemindex/fulltext_index/
Creating the tables for the database "//t002ppmdb:60096/jazz:user=xxxxxxxx;password=xxxxxxxx;" with indices.
Sql Exception thrown while testing case sensitivity of the database
The database tables were not created.

1

1 vote



15 answers

Permanent link
I am also having the same problem.
I am using RTC 2 Standard and DB2 9.7 Express-C. The database is installed and running, the config files for the Jazz server are updated and I changed the user settings to include the Group DB2ADMNS. But the repotool does not run through and ends with the same error message as above (but in german).

Anyone have an idea?


i got work rtc 2.0.0.1 with db2 exp-c 9.7:

db2set DB2_OPTPROFILE=YES
create database JAZZ using codeset UTF-8 territory en PAGESIZE 8192
update db cfg for jazz using cur_commit disabled
connect to jazz
grant dbadm on database to user db2admin
revoke connect on database from public
repotools -createTables

jazz is connecting as user db2admin

0 votes


Permanent link
Thanks, this helped.

0 votes


Permanent link
Thank you, this helped for me as well. Only had to grant access (right click on the database in the DB2 control center and select "Authorizations...") to DB2ADMIN. By default, the only grant was DBADM to the current Windows user...!?

0 votes


Permanent link
Anyone know what I need to do here (or what to tell our DBA's to do for me)? I'm running into a case sensitivity issue when trying to create DB2 tables (UDB 9.1 on AIX).

Error = Sql Exception thrown while testing case sensitivity of the database.

The full transcript from the script exectuion is below:

$ ./repotools.sh -createTables
Repo Tools
Rational Team Concert, Version 2.0 (I20090618-1753)
Jazz Foundation Server, Version 1.0 (I20090618-1753)

Provisioning using "./conf/jazz/provision_profiles".
Rational Jazz Team Server - Enterprise
CRJAZ1363I Loading configuration from "file:conf/jazz/teamserver.properties".
CRJAZ1365I Attempting Initial Database Connection Using
Db Name/Location: //t002ppmdb:60096/jazz:user=xxxxxxxx;password=xxxxxxxx;
CRJAZ1364I Initial database connection successful
Db Product Name: DB2/AIX64
Db Product Version: SQL09015
Db URL: jdbc:db2://t002ppmdb:60096/jazz
Jdbc Driver Name: IBM DB2 JDBC Universal Driver Architecture
Jdbc Driver Version: 3.53.70
CRJAZ8192E: Fulltext Index Location: workitemindex/fulltext_index/
Creating the tables for the database "//t002ppmdb:60096/jazz:user=xxxxxxxx;password=xxxxxxxx;" with indices.
Sql Exception thrown while testing case sensitivity of the database
The database tables were not created.


I had the same problem so this thread has been really helpful Thanks for your initial post.

0 votes


Permanent link
Thanks, this helped me as well. But I had one small problem, which was not mentioned here.

When I try to "Grant All" in DB2 Control Center (as described in above posts), then I'm not allowed, because Control Center connects with "SYSTEM" user.

I neede to right click the database (JTS or CCM) and "Connect...." and then use the user I had installed DB2 with (or the user I had run the "create database" command with).

Morten.

0 votes

1–15 items
page 2of 1 pagesof 2 pages

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 02 '09, 11:10 a.m.

Question was seen: 19,154 times

Last updated: Jul 02 '09, 11:10 a.m.

Confirmation Cancel Confirm