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 local or remote RepConnector installations from one RepConnector Manager installation.

When you install RepConnector Manager, the installation provides two sample default profiles:

StepsCreating a new profile

  1. Right-click the Sybase RepConnector folder and select New Connection Profile.

  2. When the New RepConnector Profile dialog box displays, enter:

    • 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. It cannot contain any white space. The default is localhost:8080.

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

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

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

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

    For example, enter:

    Profile Name: EAServer:8080
    Host: myhost
    Port: 8080
    User: rcuser1
    
  3. Select OK to create a new profile, or Cancel to cancel the action.

StepsRenaming a profile

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

  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, or Cancel to cancel the action.

StepsEditing the profile properties

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

  2. Modify the fields as needed.

  3. Select OK to save the new properties, or Cancel to cancel the operation.

StepsDeleting a profile

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

  2. Select OK to delete the profile from the tree view, or Cancel 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 runtime 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. Navigate to the RepConnector runtime installation location’s bin directory.

    For example, enter:

    cd /opt/sybase/EAServer/repra/bin
    
  2. Enter:

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

StepsLogging in to the RepConnector runtime

  1. Right-click the login profile, then select Login.

  2. Expand the profile folder to view the list of configured RepConnector connections. By default, a “sample_repconnector” is installed.

    A pop-up box appears, displaying all the RepConnector properties and an empty password field. Enter your password and select Login.

    If you have successfully logged in, you can see the connections configured with the RepConnector runtime.

StepsRefreshing the profile

You can refresh the tree view under the profile folder any time the profile folder is connected to the RepConnector runtime. After you refresh the profile, the profile tree view shows the current status of the runtime.

  1. Right-click the profile.

  2. Select Refresh View from the profile folder.

StepsLogging out of the profile and the RepConnector runtime

When you log out of the RepConnector profile, you disconnect from the RepConnector runtime, and the tree view of the profile folder collapses to a single folder object. You can log out of the RepConnector runtime from the profile only if the profile is connected to the runtime.

  1. Right-click the connection profile.

  2. Select Logout.

  3. Select OK, or select Cancel to cancel the action.