Installing Replication Server

If Replication Server is already installed go to “Installing ECDA Option for ODBC”.

While installing Replication Server:

StepsInstalling Replication Server

  1. Use one of the following methods to download Replication Server software:

  2. Execute the setup routine.

  3. If you see an error message saying that there is not enough temporary disk space, add the following to your setup command:

    Here, someDirectory is a directory with at least 100MB of disk space that the installation program can use.

  4. On the Welcome window, click Next.

  5. Select a geographic location that displays the license agreement. Select I agree, and click Next.

  6. Enter the directory where you want to install Replication Server:

  7. Select Typical for the installation setup type, and click Next.

  8. The installation program displays a summary of what is to be installed. Click Next.

  9. The installation program starts to install Replication Server, displaying the progress status. You may see the following message:

    There are newer files already installed. Do you want to replace them?
    

    Click No to All.

  10. When you receive a message indicating that Replication Server software has successfully installed, click Next.

    NoteThis procedure uses the SAMPLE_RS Replication Server.

  11. The SySAM License Server window opens and displays this prompt:

    Will licenses be obtained from the License Server?
    

    Respond based on how you set up your environment and use the license obtained from the Sybase Product Download Center (SPDC) Web site for Replication Server.

    Click Next.

  12. The SySAM notification window prompts you to configure your server for e-mail notification. When configuration is enabled, you receive information about license management events that require attention. Select Yes, and either accept the default values that are supplied, or enter the following values:

    If you choose not to have e-mail alerts or severity messages logged, select No.

    Click Next.

  13. To start a sample Replication Server, select Yes, and click Next.

  14. This information appears and should be recorded:

    This page contains detailed information regarding the sample Replication Server. Please record this information.
    
    The sample Replication Server will be called SAMPLE_RS and will run on port 11752. It will be configured with a user of sa and no password.
    
    The sample Replication Server will use an embedded RSSD called SAMPLE_RS_ERSSD that runs on port 11751. It will be configured with a user of SAMPLE_RS_RSSD_prim and a password of SAMPLE_RS_RSSD_prim_ps.
    
    The installer has updated the appropriate interfaces file or sql.ini file.
    
    All files and logs associated with the sample Replication Server will be located in the directory <samp_repserver>.
    
    The sample Replication Server will be configured using the file <SAMPLE_RS.res>.
    

    Here, <samp_repserver> and <SAMPLE_RS.res> are paths to the sample Replication Server and sample Replication Server configuration file, respectively.

    Click Next.

  15. When the sample Replication Server is running and an “Installation was successful” message appears, click Finish.

StepsVerifying the installation

  1. Change to the directory where you installed Replication Server.

  2. Set the environment variables by sourcing the SYBASE.csh file (UNIX or Linux) or by executing the SYBASE.bat file (Windows).

  3. Log in to Replication Server:

    isql –Usa –P –SSAMPLE_RS
    
  4. Verify the Replication Server version:

    admin version
    
    go
    
  5. Exit the isql session with the quit command.