CQ 7.0支持SQL Server 2005 SP1,低版本不支持Sql server 2005,
详细情况,
http://www-1.ibm.com/support/doc ... amp;uid=swg21144624
此外,在使用SQL Server要配置成SQL Server and Windows混合验证。
还有,SQL Server 2005与2000有很大的不同,以下为IBM的解释,
引用自:
http://www-1.ibm.com/support/docview.wss?uid=swg21239777
When using SQL Server 2005 for ClearQuest, the admin user of the database must be set to use a schema name that's the same as that user's username. Also, that schema will have to be created manually.
To change a user's schema name, start up the SQL Server 2005 Management Console.
Select the database being used.
Open up the Users tree in that database. If the user that will be used is already in that list, change its default schema to be the same as the username. Otherwise, add the user with a default schema that's the same as the username, and give it the db_owner role for this database.
Next, open up the Schemas tree in the database, and create a schema with the same name as the owner's username.
Note: No server roles should be selected for the users. This will cause problems with authentication even if the other roles and associations are made correctly.
This procedure is needed for each physical SQL Server database used by ClearQuest. It is only needed in SQL Server 2005.
If the above procedure does not work, try recreating the database using the following steps in the SQL Server 2005 management console:
Drop and recreate your database.
Open up the Databases tree.
Select the specific database you are using, then Security.
Right-click on Users, and pick New User... . then Users.
Enter a user name, the login name you want to use, and set the default schema to be the same as the login name.
Go to the Database role membership list and check db_owner. Then click OK.