Can I use CLM 5.0 with MS SQL Server 2008?
One answer
If you want to get official support, you should contact IBM support for that.
Anyway it should work for you. This is only what you need to do to make upgrade possible:
1. Navigate to <JazzServerInstallationDirectory>/server/conf/<app> for each of the individual CLM applications
2. Add the following lines to the teamserver.properties file:
com.ibm.team.repository.db.override.versioncheck=true
com.ibm.team.datawarehouse.db.override.versioncheck=true
3. Restart the server
Let us know if that helped.
Comments
When I upgrade , I got the following error . I aslo send to support center.
2014-08-13 13:55:27,236 CRJAZ2448I 未設定公用 URL 內容。這是用來判斷伺服器的執行中狀態。repotools 指令將跳過這項檢查,並繼續處理指令。
2014-08-13 13:55:38,783 CRJAZ1256I 需要 SQL Server 11.x 版或更新版本,但卻偵測到 "10.00.5788" 版。
com.ibm.team.repository.common.TeamRepositoryException: CRJAZ1256I 需要 SQL Server 11.x 版或更新版本,但卻偵測到 "10.00.5788" 版。
at com.ibm.team.repository.jdbcdriver.internal.sqlserver.SqlServerProvider.assertRequiredVersion(SqlServerProvider.java:589)
at com.ibm.team.repository.service.db.provider.AbstractDbProvider.assertRequiredVersion(AbstractDbProvider.java:1493)
at com.ibm.team.repository.service.db.provider.AbstractDbProvider.checkDbVersion(AbstractDbProvider.java:1552)
at com.ibm.team.repository.service.db.provider.AbstractDbProvider.checkDbVersion(AbstractDbProvider.java:1545)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
Hi June,
Did you perform the instructions from my answer?