Verify the status of your Replication Server:
Use the Replication Manager plug-in to Workspace. See the Replication Manager help for instructions.
Use the isql utility to log in to Replication Server. If the login succeeds, you know the server is running. The isql utility is in the Replication Server installation directory in OCS-15_0/bin on UNIX, or OCS-15_0\bin on Windows. See the Adaptive Server Utility Guide for more information about isql.
To log in to Replication Server and verify that it is up and running, at the command line enter:
isql -U <user> -P <pwd> -S <server_name>
where:
user is the user ID with sa permission in the Replication Server.
pwd is the password for the user ID.
server_name is the name of the Replication Server.
If Replication Server is not up and running, start Replication Server. See the Replication Server Administration Guide.