After you update the interfaces file, view the file to verify that your entry is correct.
The location of the Replication Server interfaces file is %SYBASE%\ini\sql.ini for Windows and $SYBASE/interfaces for UNIX, where %SYBASE% and $SYBASE are the locations of the Replication Server installation.
On UNIX, in interfaces:
server_name master protocol machine_name port_number query protocol machine_name port_number
On Windows, in sql.ini:
[server_name] master=protocol,machine_name,port_number query=protocol,machine_name,port_number
where:
server_name is the DSI name as recorded on your worksheet in 3a. This name should be unique and case sensitive.
protocol is the network protocol for the DSI connection as recorded on your worksheet in 3.b
protocol is the network protocol for the DSI connection as recorded on your worksheet in 3.b
port_number is the number of the port on which the RepConnector connection will be listening as recorded on your worksheet in 3d.
The following are examples of interfaces entries for the RepConnector connection:
On Windows:
[RepConnector] master=TCP,localhost,7000 query=TCP,localhost,7000
On UNIX:
RepConnector master tcp ether localhost 7000 query tcp ether localhost 7000
If you plan to create more than one RepConnector connection,
each entry to the interfaces file must have a unique name and port
number.