19
%S_REPAGNT. The data at (%d, %d) is skipped because it contains data wider than the Replication Server, '%.*s', can handle. Check the 'data limits filter mode' configuration parameter..
Error 9287 is raised if:
Replication Server does not support large identifiers
The sp_config_rep_agent configuration
parameter data limits filter mode is set to “skip
”,
and
One or more columns are skipped during replication
Refer to Appendix B in the Replication Server Design Guide for more information about Replication Server and log transfer language (LTL) compatibility.
Upgrade Replication Server to a version where the LTL version is 700 or later to support the larger identifiers and column size, or avoid replicating tables that use wide columns and large identifiers.
The data limits filter mode Replication Agent configuration parameter specifies how Replication Agent handles log records containing new, wider columns and parameters, or larger column and parameter counts, before attempting to send them to Replication Server. Valid values are:
off
– Replication
Agent allows all log records to pass through.
stop
– Replication
Agent shuts down if it encounters log records containing wide data.
skip
– Replication
Agent skips log records containing wide data and prints a message
to the error log.
truncate
– Replication
Agent truncates wide data to the maximum length that the Replication
Server can handle.
WARNING! Warning: Sybase recommends that you do not use the data limits filter mode “off” setting with Replication Server 12.1 or earlier, which can cause Replication Agent to skip or truncate the wide data or to stop.The default value of data limits filter mode depends on the Replication Server version. For Replication Server versions 12.1 and earlier, the default value is “stop.” For Replication Server versions 12.5 and later, the default is set to “off.”
Version 12.5 and later