Messages on this page are sorted by SQLSTATE. Locate the appropriate code in the table below, and click the link for a full description of the message.
| SQL State | Msg Type | Number | SQL Code | Message | Possible Cause |
|---|---|---|---|---|---|
| 5RW21 | Error | 2429 | -782L | "Cannot register '%1' since another exclusive instance is running" | You attempted to start an application, but another exclusive instance of the same application is already registered. Click here for a list of possible parameters and odbc states. |
| 5RW22 | Error | 2430 | -783L | "Cannot register another '%1' as an exclusive application" | You attempted to register an exclusive application but another instance of the same application is already registered. Click here for a list of possible parameters and odbc states. |
| 5RW23 | Error | 2431 | -784L | "Cannot register connection because of invalid application cookie" | Application registration cannot be found for the given cookie. Click here for a list of possible parameters and odbc states. |
| 5RW24 | Error | 2432 | -785L | "Cannot deregister application because of invalid cookie" | The application has not been registered successfully or it was previously deregistered. Click here for a list of possible parameters and odbc states. |
| 5RW25 | Error | 2433 | -786L | "Cannot deregister '%1' since active registered connection exists" | You attempted to deregister an application while there are still active connections registered to that application. Click here for a list of possible parameters and odbc states. |
| 5RW26 | Error | 2434 | -787L | "Current connection is already registered to '%1' as '%2'" | You attempted to register this connection more than once. Click here for a list of possible parameters and odbc states. |
| 5RW27 | Error | 2435 | -788L | "Another connection has already registered as '%1'" | You attempted to register a connection with a label already in use for the same application. Click here for a list of possible parameters and odbc states. |
| 5RW28 | Error | 2436 | -789L | "Cannot register '%1' since registration cookie exhausted" | Cannot register the application until one is unregistered. Click here for a list of possible parameters and odbc states. |
| 5RW29 | Error | 2437 | -790L | "Cannot register connection to '%1' since automatic label exhausted" | You may register using a specified label instead. Click here for a list of possible parameters and odbc states. |
| 5RW32 | Error | 2444 | -797L | "Synchronization option '%1' contains semicolon, equal sign, curly brace, or is null" | You attempted to set a synchronization option with an invalid value. Click here for a list of possible parameters and odbc states. |
| 5RW33 | Error | 2452 | -805L | "Synchronization option '%1' not found" | You attempted to delete an undefined synchronization option. Click here for a list of possible parameters and odbc states. |
| 5RW34 | Error | 2456 | -809L | "Synchronization option is too long" | Synchronization option list cannot be longer than the database page size. Click here for a list of possible parameters and odbc states. |
| 5RW35 | Error | 2466 | -819L | "Table '%1' is part of a synchronization subscription and can only be ALTERed within a synchronization schema change" | A table belonging to a synchronization subscription cannot be altered except within a synchronization schema change or by using dbmlsync. Click here for a list of possible parameters and odbc states. |
| 5RW36 | Error | 2469 | -822L | "Table '%1' is already included" | You attempted to add or modify a publication or synchronization definition such that the same table is included twice. Click here for a list of possible parameters and odbc states. |
| 5RW37 | Error | 2490 | -843L | "Cannot find synchronization user with the name '%1'" | You misspelled the name of a synchronization site or you did not qualify it correctly with a user name. Click here for a list of possible parameters and odbc states. |
| 5RW38 | Error | 2729 | -1060L | "Operation conflict with publication type" | You attempted to perform an operation not applicable to the type of publication. For example, you applied operations specific to a scripted upload publication to a logscan publication. Click here for a list of possible parameters and odbc states. |
| 5RW40 | Error | 3008 | -1326L | "Subscription '%1' not found" | You attempted to ALTER, DROP, or otherwise reference a subscription that does not exist. Click here for a list of possible parameters and odbc states. |
| 5RW41 | Error | 3011 | -1329L | "This operation is only allowed within a synchronization schema change" | You attempted an operation that is only allowed within a synchronization schema change. Click here for a list of possible parameters and odbc states. |
| 5RW42 | Error | 3022 | -1342L | "Data modifications are not allowed in a synchronization schema change" | You attempted a data modification operation within a synchronization schema change. Click here for a list of possible parameters and odbc states. |
| 5RW43 | Error | 3052 | -1373L | "Synchronization failed with internal error: %1" | An internal error occurred during the execution of the SYNCHRONIZE statement. Click here for a list of possible parameters and odbc states. |