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.

When you install RepConnector Manager, the installation provides two sample default profiles you can use to connect to your RepConnector runtime:

StepsCreating a new profile

  1. From the RepConnector Manager view, right-click the Sybase RepConnector folder, and select New Connection Profile to create a new RepConnector runtime profile.

  2. Enter profile details:

    • Profile Name – the name of the RepConnector profile. This name must be unique within this instance of RepConnector Manager. The name of the profile can contain alphanumeric characters, colons, periods, hyphens, and underscores. It cannot contain white spaces.

    • Host – the HTTP host name of the machine where the target RepConnector runtime is running. The default value is localhost.

    • Port – the HTTP port number where the target RepConnector runtime is listening. The default is 8000 for EAServer and 7001 for BEA WebLogic.

    • User – the RepConnector administrator user ID to connect to the RepConnector server. The default is repraadmin.

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

  3. Select OK to create a new profile.

    For example, enter:

    Profile Name: EAServer:8000
    Host: myhost
    Port: 8000
    User: repraadmin
    

StepsRenaming a profile

  1. Right-click the profile to rename, and select Rename Profile.

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

  3. Select OK.

StepsEditing the profile properties

  1. Right-click the profile to modify, and select Edit Profile Properties.

  2. Modify the fields and select OK.

StepsDeleting a profile

  1. Right-click the profile and select Delete Profile.

  2. Select OK.

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.

To modify the login:

  1. From the command prompt, navigate to:

    On Windows:

    <EAServer_installation_folder>\repra\bin
    

    On UNIX:

    <EAServer_installation_folder>/repra/bin
    
  2. Run this command to change the user name and password:

    On Windows:

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

    On UNIX:

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

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

    setlogin.sh repraadmin ““\ repraadmin thepassword
    

StepsLogging in to the RepConnector Server

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

  2. Right-click the connection profile and select Login.

  3. You see a window listing all of the RepConnector profile properties and an empty password field. Enter the password and click Login.

    NoteFor security reasons, you must reenter the password each time you log in.

    Once you have successfully logged in, you can see all the connections that are configured with the RepConnector runtime component. RepConnector provides one default connection named “sample_repConnector.”

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 and select Refresh View.

StepsLogging out of the profile and the RepConnector runtime

Log out of the RepConnector profile to disconnect a profile.

  1. Right-click the logged-in profile and select Logout.

  2. Select OK.