When the Replication Server reports that the status of a text or image column is do_not_replicate at the Adaptive Server database and the replication definition includes that column for replication, you must change the replication status to either:
Replicate text, unitext, or image columns, or
Not replicate text, unitext, or image columns.
If you want to replicate text, unitext, or image columns:
Execute the sp_setrepcol system procedure at the Adaptive Server database and change the status of the text, unitext, or image column to always_replicate or replicate_if_changed. It should match the status in the replication definition.
Wait for subsequent transactions that modify the text, unitext, or image column to be processed by the Replication Server.
Consider correcting any inconsistencies with the rs_subcmp program.
If you do not want to replicate text, unitext, or image columns:
Stop updates to the primary table.
Drop subscriptions to the replication definition.
Drop the replication definition.
Re-create the replication definition without the text, unitext, or image columns, and re-create subscriptions.
Resume updates to the primary table.