Overriding the System Default Character Set for a Specified Replication Agent Instance

Override the default character set for only one specified instance of Replication Agent.

Enter a character set value in the RUN script:
  • For Windows, edit the %SYBASE%\RAX-15_5\<instance>\RUN_<instance>.bat script.

  • For UNIX, edit the $SYBASE/RAX-15_5/<instance>/RUN_<instance>.sh batch file.

Here, charset is the Java-supported encoding.

For example, ISO8859_1 or Cp1252 for ISO-1 (also known as Latin-1), and ISO8859_8 or Cp1255 for Hebrew is supported.

Note: In UNIX, spaces are not allowed on either side of the equals sign.