Setting up the ERSSD user login for Mirror Replication Agent

Use the following procedure to set up a user login name for the Mirror Replication Agent instance in an ERSSD managed by Adaptive Server Anywhere.

See “Setting up the RSSD user login for Mirror Replication Agent” for information about setting up a user login name for the Mirror Replication Agent instance in an RSSD managed by Adaptive Server Enterprise.

NoteYou must have the primary user role in the ERSSD (“sa” permission in the Replication Server) to perform this procedure.

StepsTo set up the ERSSD user login for Mirror Replication Agent

  1. Log in to the ERSSD as the primary user.

  2. Add the Mirror Replication Agent login name to the ERSSD:

    grant connect to mra_rssd_user
    identified by mra_rssd_pwd
    

    where:

  3. Give the Mirror Replication Agent user permission to read the Replication Server system tables:

    grant membership in group rs_systabgroup
    to mra_rssd_user
    

    where mra_rssd_user is the Mirror Replication Agent user login name.

After you set up the Mirror Replication Agent user login in the ERSSD, verify that the new user login name is valid (it can log in to the ERSSD and access the Replication Server system tables).