Resetting the Anywhere ‘Admin’ user password is a two-step process:
- Execute this Update query to set a new Admin password (in this example it is ‘hello’)
UPDATE ENPRISE_TSM_USERS
SET Password = 'hello'
WHERE USERNAME = 'Admin'
- Restart the Eralis Anywhere web service. After the password is changed to cleartext, you must restart the web service which will encrypt the password.
Comments
0 comments
Article is closed for comments.