Connecting to Replication Server from the Security Mechanism

Example that shows how to log in first to the DCE security mechanism and then to Replication Server.

Note: When using DCE, if you want to log in as another user, you must include the -U and -K options.
  1. Log in to the DCE/Kerberos security mechanism and receive a credential:
    • For DCE, enter

      dce_login user_name password
    • For Kerberos, enter
      kinit user_name password
  2. Log in to Replication Server with isql:
    • For DCE, enter
      isql -Srs_server_name -Vsecurity_option
    • For Kerberos, enter
       isql -Srs_server_principal_name -Vsecurity_option