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 SQL Anywhere.

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

NoteSee “Setting up the RSSD user login for Mirror Replication Agent”.

StepsSetting 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 ma_rssd_user
    identified by ma_rssd_pwd
    

    where:

    • ma_rssd_user is the Mirror Replication Agent user login name.

    • ma_rssd_pwd is the password for the user login name.

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

    grant membership in group rs_systabgroup
    to ma_rssd_user
    

    where ma_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).