Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
How can I reset a password in SilkCentral Test Manager using an Update Query?
You can reset a password by running an update
query on the SCC_Users table.
Open a database tool such as Enterprise Manager and run the
following query on the SCC_Users table:
UPDATE SCC_Users
SET Password =
"pSjKfoD88is"
WHERE (Login = "username")
This will reset the user"s password to
"password".
Note: This solution will not work for LDAP passwords.