Setting up the SYBASE environment

After you install the Replication Agent 15.2 software, and before you start the Replication Agent or run any Replication Agent utilities, you must set up the SYBASE environment on the Replication Agent host machine.

Setting up the SYBASE environment sets the value of an environment variable (%SYBASE% on Microsoft Windows platforms and $SYBASE on UNIX platforms) to point to the Replication Agent installation directory.

StepsSetting up the SYBASE environment

  1. Log in to the Replication Agent host machine using an operating system user account with authority to start, stop, and administer the Replication Agent instance (for example, the “sybase” user).

  2. At the command prompt, execute the SYBASE batch or script file:

    • On Microsoft Windows:

      c:\path\SYBASE
      

      where path is the Sybase installation directory. For example:

      c:\sybase\SYBASE
      
    • On UNIX:

      source $SYBASE/SYBASE.csh
      

      where $SYBASE is the path to the Replication Agent installation directory.