Setting Up the RepConnector Server Administrator Login

Configure the administrator login for a RepConnector Server.

Each RepConnector instance has one administrator login, which is, by default, “repraadmin” with no password. To secure access to the RepConnector runtime, Sybase recommends that you change this login and password.

  • The login name and the password must be alphanumeric.

  • The length of the password must be must be equal to or less than 30 characters.

  1. From the command prompt, navigate to:

    On Windows:

    <AppServer_install_dir>\repra\bin
    On UNIX:
    <AppServer_install_dir>/repra/bin
  2. To change the user name and password:

    On Windows, enter:

    setlogin.bat <old_user_name> <old_password> \
    <new_user_name> <new_user_password>
    On UNIX, enter:
    setlogin.sh <old_user_name> <old_password> \
    <new_user_name> <new_user_password>
    Note: Having no password is represented by empty quotation marks. To create a password, enter:
    setlogin.sh repraadmin ““\ repraadmin thepassword