"Table '%1' must synchronize to be in publication '%2'"
| Item | Description |
|---|---|
|
SQLCode |
-1328L |
|
Constant |
TABLE_MUST_SYNCHRONIZE_IN_PUB |
|
SQLState |
WW143 |
|
ODBC 2 State |
ERROR |
|
ODBC 3 State |
ERROR |
|
Sybase Error Code |
3010 |
|
Severity Code |
|
|
Parameter 1 |
Name of table |
|
Parameter 2 |
Name of publication |
A publication cannot contain a table with a SYNCHRONIZE OFF constraint; all tables in a publication must synchronize. You attempted to add a table with a SYNCHRONIZE OFF constraint to a publication, or to alter a table to use SYNCHRONIZE OFF when the table is already in a publication.