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

Repotools.sh is failing with message about case sensitivity

We are trying to create the database tables in a SQL Server 2005 database for RQM using Repotools.sh on a Linux box. It is failing with the following error message:

The database is not set to support case-sensitivity in string comparison operations
The database tables were not created.

Do we need to create th database with a case-sensitive collating sequence? If so, which of the collation sequences do we use?

0 votes



2 answers

Permanent link
We are trying to create the database tables in a SQL Server 2005 database for RQM using Repotools.sh on a Linux box. It is failing with the following error message:

The database is not set to support case-sensitivity in string comparison operations
The database tables were not created.

Do we need to create th database with a case-sensitive collating sequence? If so, which of the collation sequences do we use?

Hi Ken,

I'm not a SQL guru (someone else with more expertise in this area may be able to jump in), but if you are following the RQM Documentation on "Setting up a SQL Server database" you should have run this command:

ALTER DATABASE jazz COLLATE SQL_Latin1_General_CP437_CS_AS

If I am not mistaken the CS (bolded above) would configure the database to support case-sensitivity.

Reference: http://publib.boulder.ibm.com/infocenter/rqmhelp/v2r0/topic/com.ibm.rational.test.qm.install.doc/topics/t_s_server_installation_setup_sql.html

-Patrick

0 votes


Permanent link
Thank you, Patrick. That worked like a charm. For some reason, the printed copy of the installation instructions that I had omitted this step / command.

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: Mar 12 '10, 4:51 p.m.

Question was seen: 6,723 times

Last updated: Mar 12 '10, 4:51 p.m.

Confirmation Cancel Confirm