Messages in the Error Log at the Source Replication Server

Lists and provides solutions to the error messages in the source Replication Server error log.

Messages at the Source Replication Server

Message

What Does It Mean?

Suggested Actions

RSI destination name: Login incorrect

RSI destination name: Trying to connect

The source Replication Server tries to connect to the destination Replication Server with the username/password supplied with the create route command, but the destination Replication Server does not recognize this username/password.

1. Perform one of these tasks:
  • Use the create user or alter user command to create or alter this username/password at the destination Replication Server.

  • Use the alter route command with the set username clause to alter the username/password for this route.

  • Drop the route using the drop route command with the with nowait clause. Then re-create the route.

2. Use the resume route command to resume this route at the source Replication Server.

cm: Could not find interfaces entry for destination name

The destination Replication Server name is not found in the interfaces file.

Perform one of these tasks:
  • Add the Replication Server name in the interfaces file, or

  • If the user did not mean to create a route to this destination, use the drop route command with the with nowait option to drop the route.