Products | Versions |
---|---|
TIBCO Enterprise Administrator (TEA) | - |
Steps to change the Admin user’s credentials
Following are the steps to change the admin user’s default credentials for the H2 database for the TEA server.
Step 1: Stop TEA server
Step 2: Back up the “data” directory.
Step 3: Connect to the H2 DB file using the default credentials
Use the following path while connecting to the DB file - jdbc:h2:<TIBCO_HOME>/tibco/cfgmgmt/tea/data/TEA
Make sure to use the DB file name as TEA and not TEA.h2.db
The default username and password is empty
Step 4: Run the query “SET PASSWORD ‘<new-password>’”
Step 5: Update the tea.conf file to mention the new password with following properties
tea.storage.password = new-password
tea.storage.remote.password = new-password
Step 6: Save the tea.conf file changes.
Step 7: Disconnect the database connection before starting the TEA server.
Step 8: Test the DB connectivity by logging into the TEA server and making sure that you see all the users/roles/agents etc same as before.