Products | Versions |
---|---|
TIBCO XML Canon | - |
Not Applicable | - |
Resolution:
1. Confirm the admin user name.
SELECT * FROM ESS_USER;
2. Perform the password update. The update statement will reset the admin password to “sus”.
UPDATE ESS_USER SET
PASSWORD = 'NVzMtOzwCWI='
WHERE
USERNAME = 'x'
(where x is the admin user name)
3. Commit the changes.
Once the changes are committed, you can login to your XML Canon server using the following credential:
Username = the “admin” user name
Password = sus