Moving Database to different server
![]()
Hi,
I am planning to move SQL database from one server to different new sql server. Once database is moved to new server, so at the application end what all changes do i need to do in JTS,RTC and RQM so that it points to new database server and access the data from new database server.
Thanks in Advance
|
3 answers
![]()
Hello Amit,
you can see the following threads with answers to your question: what all files to be updated while moving the SQL CLM databases from one server to another https://jazz.net/forum/questions/165129/what-all-files-to-be-updated-while-moving-the-sql-clm-databases-from-one-server-to-another Moving CLM Database to a different DB server https://jazz.net/forum/questions/202554/moving-clm-database-to-a-different-db-server Best Regards, Francesco Chiossi |
![]() Hi Amit,
Sharing the links and steps in the below articles:
Migrating CLM to a New Environment:
The database connection string and password information is in the teamserver.properties file. You will need to update this for all the applications.
Related jazz.net articles:
Please go through above information and let me know if you have any questions.
If this answers your question please mark it as accepted. Regards,
Regards, |
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jul 28 '15, 4:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see https://www.google.com/search?q=migrate+database+to+different+server+site:jazz.net
Basically you have to look into the teamserver.properties file of the application that uses the DB and change the connection settings. |