SYMPTOMS
When you try to modify a column in a table with SQL Server
Enterprise Manager or SQL Query Analyzer, you may receive an error message
similar to the following:
SQL
Server Enterprise Manager
[Microsoft][ODBC SQL Server Driver][SQL
Server]INITCOLVS: The colv1 parameter is shorter than the minimum required
size.
[Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been
terminated.'
SQL Query Analyzer
Server: Msg 21512, Level 16, State 5,
Procedure upd_3EE07881CAB246AD8434F5EDB0FE54AF, Line 60
INITCOLVS: The
colv1 parameter is shorter than the minimum required size.
Server: Msg
3621, Level 16, State 1, Procedure upd_3EE07881CAB246AD8434F5EDB0FE54AF, Line
60
The statement has been terminated.
The statement has been
terminated.
This problem occurs for the merge replicated
publisher when you change the tracking option from row-level to column-level,
and then try to modify the column of the merge replicated table.
REFERENCES
For additional information, click the following article
number to view the article in the Microsoft Knowledge Base:
315642
INF: Information That PSS Needs to Troubleshoot SQL Server Replication
315521 INF: How to Troubleshoot SQL Server Merge Replication Problems