Managing connection profiles

A RepConnector profile contains the connection property information needed to connect to a RepConnector runtime instance. The profile manages all the configured RepConnector connections defined for an installed RepConnector instance running on an application server. You can configure as many RepConnector profiles as necessary to manage all the RepConnector installations from a single RepConnector Manager.

StepsCreating a new profile

  1. Right-click the RepConnector Servers folder and select New.

  2. When the New RepConnector Profile wizard displays, enter:

  3. Select Next.

  4. On the next page of the wizard, enter:

    NoteSee “Setting up the RepConnector Server administrator login” for information about changing the default user name and password.

  5. Select Next to see a summary; the next page of the wizard summarizes the profile options. Select Back to go back and make changes, Finish to create the new profile, or Cancel to cancel the wizard.

StepsRenaming a profile

  1. Right-click the profile, and select Rename.

  2. Enter a new profile name that is unique within the same RepConnector Manager instance.

  3. Select OK to rename the profile with a new name.

StepsEditing the profile properties

  1. Right-click the profile, and select Properties.

  2. Modify the fields as needed.

  3. Select OK to save the profile.

StepsDeleting a profile

  1. Right-click the profile and select “Delete”.

  2. Select “Yes” to delete the profile from the tree view, or “No” to cancel the action.

NoteThis procedure deletes a profile from the RepConnector Manager tree view only. It does not make changes to the runtime configuration.

StepsSetting up the RepConnector Server administrator login

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

  1. Navigate to the RepConnector runtime installation location’s bin directory.

    For example, on UNIX, enter:

    cd /opt/sybase/EAServer/repra/bin
    

    On Windows, enter:

    cd c:\sybase\EAServer\repra\bin
    
  2. Invoke the setlogin.sh script on UNIX, or the setlogin.bat batch file on Windows:

    On UNIX, enter:

    setlogin.sh <old_user_name> <old_password> \ <new_user_name> <new_user_password>
    

    On Windows, enter:

    setlogin.bat <old_user_name> <old_password> \ <new_user_name> <new_user_password>
    

    NoteHaving no password is represented by empty quotation marks. To create a password when there is none currently, enter:

    setlogin.sh repraadmin ““\ repraadmin thepassword
    

StepsVerifying the profile

Profile information can be verified with a ping option, which pings the running RepConnector Server.

  1. Start the RepConnector Server if it is not already running.

  2. Right-click the profile and select Ping.

  3. Enter the password and select either Test Connection, or OK.

  4. If the ping fails, verify the profile information and verify that the RepConnector Server is running.

StepsLogging in to the RepConnector Server

  1. Start the RepConnector Server if it is not running already.

  2. Right-click the profile and select Connect.

  3. A properties box displays all the RepConnector profile properties, and an empty password field. Enter the password and select OK.

NoteFor security reasons, you must re-enter the password each time you log in.

StepsRefreshing the profile

The tree view under the profile folder can be refreshed to show the current status of the runtime.

  1. Right-click the profile.

  2. Select Refresh.

StepsLogging out of the RepConnector Server

Log out of the RepConnector profile to disconnect a profile.

  1. Right-click the logged-in profile.

  2. Select Disconnect.