How can we reset the administrator password for XML Canon?

How can we reset the administrator password for XML Canon?

book

Article ID: KB0091374

calendar_today

Updated On:

Products Versions
TIBCO XML Canon -
Not Applicable -

Description

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

Issue/Introduction

How can we reset the administrator password for XML Canon?