how to recover database password information used for JTS configuration
Hi,
We have an existing Jazz enviornment runnning on 4.0.6 configured to use sql server as the backend.
The problem we noticed is - the person who configured the application has already left the organization.
Want to know where the password information will be written into. I see some garbage value against password in the teamserver.properties file.
The password for jtsdbuser,ccmdbuser,qmdbuser.
|
Accepted answer
The password is "encrypted" for security reason, and it is not "garbage value", and you cannot retrieve the password from its encrypted form (that would be a security risk if you could).
I suggest you change the password on the SQL Server side and change it in JTS to match. If your CLM applications are still functioning, you can change the password JTS configuration. Otherwise, use a tool to encrypt the password and update the teamserver.properties file. https://jazz.net/forum/questions/76303/encryption-of-passwords-in-teamserverproperties anoop mc selected this answer as the correct answer
|
One other answer
Hello Anoop,
a similar question was asked in this thread: SQL server password recovery https://jazz.net/forum/questions/100828/sql-server-password-recovery Best Regards, Francesco Chiossi |
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.