Previous Topic: Use sechkey to Change a Message Queue PasswordNext Topic: Encrypt a Clear Text Password


Set a Message Queue Password

You set the Message Queue password to change the password for the following service accounts:

You may need to regularly change the password for these accounts to comply with your organization's security and password policies. When you set a Message Queue password, you must enclose the password in double quotes.

Note: You may need to use more than one method to change the password on all components that the service account interacts with.

To set a Message Queue password

  1. Navigate to the following directory, where DistServer is the directory in which you installed the Distribution Server:
    DistServer/MessageQueue/tibco/ems/5.1/bin
    
  2. (UNIX) Enter the following command:
    tibemsadmin
    

    The Tibco EMS Administration Tool starts.

  3. (Windows) Enter the following command:
    tibemsadmin.exe
    

    The Tibco EMS Administration Tool starts.

  4. Connect to the current environment, using one of the following commands:
  5. Enter your username and password.

    Note: The default username is admin and the password is the communication password that you specify when you install CA ControlMinder Enterprise Management.

    You are connected to the Message Queue.

  6. Run the following command:
    set password user "password"
    
    user

    Specifies the name of the user whose password you change.

    "password"

    Specifies the new password.

    The password for the user is changed on the Message Queue.

    Note: If you cut and paste the password into the command, verify that the password does not contain carriage returns or line feeds.

Example: Set the Message Queue Password for the reportserver User

This Tibco EMS Administration Tool command sets the Message Queue password for the reportserver user. The password is "secret", and must be in clear text and enclosed in double quotes:

> connect SSL://7243
Login name (admin): admin
Password:
Connected to: ssl://localhost:7243
ssl://localhost:7243> set password reportserver "secret"
Password of user 'reportserver' has been modified
ssl://localhost:7243>

More information:

Change the +reportagent Password

Change the reportserver Password