Updating the enterprise database credentials
When the password for an enterprise database expires or has been changed, IBM Traveler will need to be updated with the new credentials.
travelerUtil db set user=[userName] pw=[newPassword]
./travelerUtil db set user=[userName] pw=[newPassword]
- Run the following command to start the QShell Interpreter:
QSH - Navigate to the IBM Traveler utility directory:
cd /<domino data>/traveler/util - Update the database credentials with the following command:
./travelerUtil db set user=[userName] pw=[newPassword]
In all cases, the user and pw parameters can be omitted. If you do omit them, you will be prompted to enter their values.
Since you are not changing the database type or the database the IBM Traveler Server is using, you do not need to specify the JDBC URL as you were instructed to in Configuring IBM Traveler for enterprise database.
The travelerUtil will validate the user and password by attempting to connect to the database. Once a connection has successfully been made, the connection will be closed and the new credentials will be encrypted and stored in the LotusTraveler.nsf.
Repeat this process for every IBM Traveler server in the high availability pool.