rs_charset

The character set used in communication with the primary Replication Server.

The Replication Agent default character set must be set to match the primary database's character set. The value of the rs_charset parameter must be set to match Replication Server’s character set. If they differ, Replication Agent will do character set conversion before sending data to Replication Server.

If the character set on your Replication Agent is different from the one on your primary database, you need to set the RA_JAVA_DFLT_CHARSET environment variable. The Replication Agent character set must be the same as that of the primary database. For more information on setting the RA_JAVA_DFLT_CHARSET environment variable, see Chapter 2 of the Replication Agent Administration Guide.

NoteSetting this parameter to anything other than the character set of the primary Replication Server causes Replication Agent to do character set conversion before sending data to Replication Server. This will degrade the Replication Agent performance.

Default

Defaults to empty string ("").

Value

Any valid Sybase character set supported by the Java VM on the Replication Agent host machine.

NoteIf Replication Agent can connect to Replication Server 15.0.1 or later, the rs_charset in Replication Agent is ignored and the rs_charset in Replication Server is used.

Comments