Setting always_replicate or replicate_if_changed

If you do want to replicate text, unitext, image, or rawobject columns:

  1. Execute sp_setrepcol at the Adaptive Server database and change the status of the text, unitext, image, or rawobject column to always_replicate or replicate_if_changed. It should match the status in the replication definition.

  2. Wait for subsequent transactions that modify the text, unitext, image, or rawobject column to be processed by the Replication Server.

  3. Consider correcting any inconsistencies with the rs_subcmp program. See “Verifying subscription consistency” for more information.