Problem to create the database on SQL Server 2008 R2
Hi
I got an error when trying to create tables: |
2 answers
Here's the Setting up an SQL Server database section of the 4.0.2 information center
One of the steps is to run:
The CS near the end is what indicates the DB should be case sensitive. (CI would indicate Case Insensitive) I'm pretty sure that value is available from a drop down list if you are creating the database from the GUI interface. Comments
Josh Crawford
commented May 10 '13, 11:35 a.m.
I think Karl's answer is the most plausible. But I've also seen this exception when the JDBC connection string in the teamserver.properties file is incorrect. For example:
//<host>:<port>;JTS=jts;<user>=name;password={password}
instead of:
//<host>:<port>;databaseName=jts;user=<name>;password={password}
|
Helo Demi,
Are you using Oracle? It seems that you can find your answer here: http://www-01.ibm.com/support/docview.wss?uid=swg21414012 Let me know if it helps for you. Best regards, Krzysztof Kazmierczyk Comments
Krzysztof Kaźmierczyk
commented May 10 '13, 6:29 a.m.
It seems that I have answered on wrong question. Anyway I will stay this post in case someone else has this issue :)
|
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.