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

Trouble migrating CLM 5.0.2 to CLM 6.0.1

I’m in charge of a CLM 5.0.2 platform (JTS, Doors, RTC, RQM), running with WAS 8.5.5, both running on Windows Server 2012. I have a DB2 database running on Linux. On the jts setup a J2EE connection to database was configured.
I’m upgrading to CLM 6.0.1. and when I run the upgrade script using the jts_upgrade.bat command, I first got an error saying that the server was running, but it really wasn't. I fixed it changing the com.ibm.team.repository.db.type property from J2EE to JDBC, in the teamserver.properties file. Then the error changed: db2jcct2 library missing. I fixed it installing the DB2 Client and setting the LIB environment variable. But now the error is: The server was unable to connect to the database because the database connection settings are invalid or because database is unreachable.
I'm sure that the database is on and I'm able to connect to it using a JBDC Client. I set this value for the property com.ibm.team.repository.db.jdbc.location=jdbc:db2://servername:50000/JTS:user=username;password={password}; in the teamserver.properties file.

0 votes



One answer

Permanent link
Hi Ana,

The connection string in your teamserver.properties should look similar to what I've posted below, so perhaps that's where the issue is?  I notice yours has jdbc:db2:// when that should probably be removed and re-tested.  Otherwise I'd suggest checking the JTS log file for more details when attempting to connect to the database. 

//myserver\:50000/JTS\:user\=username;password\={password};

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
× 7,497
× 267
× 40
× 13

Question asked: Apr 01 '16, 12:19 p.m.

Question was seen: 2,714 times

Last updated: Apr 01 '16, 6:47 p.m.

Confirmation Cancel Confirm