Defining the Rational Synergy session user in the database

Use this procedure to define the IBM® Rational® Synergy session user in the database. The user csuser is predefined in the Rational Synergy database. If you are not using this user name, remove the entry from the list of valid database users.

On Windows

Follow these instructions to define the Rational Synergy session user in the database:

Procedure

  1. Log on as the Rational Synergy administrator.
  2. To start a Rational Synergy command window, select Start > All Programs > IBM Rational > IBM Rational Tools > IBM Rational Synergy 7.2x > CM Command Prompt.
  3. Start a Rational Synergy session from the command line.

    > ccm start -d database_path -r ccm_admin -pw password

  4. Add the entry for the Rational Synergy Session User (item 13 on the work sheet).

    > ccm users /a /role no_privs username

  5. Save and close the file.
  6. Exit the Rational Synergy session.

    > ccm stop

On UNIX

Procedure

  • Follow these instructions to define the Rational Synergy session user in the database:
    1. Set the path (if not already set) to include the Rational Synergy installation path, CCM_HOME (item 11 on the work sheet).

      $ CCM_HOME=CCM_HOME; export CCM_HOME

      $ PATH=$CCM_HOME/bin:$PATH; export PATH

    2. From the command line, start a Rational Synergy session.

      $ ccm start -d database_path -r ccm_admin -pw password

    3. Add the entry for the Rational Synergy Session User (item 13 on your work sheet).

      $ ccm users /a /role no_privs username

    4. Save and close the file.
    5. Exit the Rational Synergy session.

      $ ccm stop


    Feedback