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 |
---|---|---|---|---|---|
WL015 | Error | 2868 | -1191L | "LOAD TABLE not allowed: initialized immediate materialized view %1 depends on %2" | LOAD TABLE is not permitted on any table that has dependent initialized immediate materialized views. Click here for a list of possible parameters and odbc states. |
WO001 | Error | 2282 | -656L | "Unable to connect to server '%1': %2" | You attempted to connect to a remote server. Check that the remote server is running. Click here for a list of possible parameters and odbc states. |
WO002 | Error | 2552 | -657L | "Unable to connect, server definition is circular" | You attempted to connect to a remote server that maps to the local database. Click here for a list of possible parameters and odbc states. |
WO003 | Error | 2284 | -658L | "Remote server '%1' is currently configured as read-only" | You attempted to perform an update on an object located on a server that is configured as read-only. Use ALTER SERVER to reconfigure the remote server to be updatable. Click here for a list of possible parameters and odbc states. |
WO004 | Error | 2285 | -659L | "Remote server '%1' could not be found" | You attempted to define an object on a server that has not been added. Use CREATE SERVER to add the remote server definition. Click here for a list of possible parameters and odbc states. |
WO005 | Error | 2286 | -660L | "Server '%1': %2" | A message was generated by a remote server. The message text is included." Click here for a list of possible parameters and odbc states. |
WO006 | Error | 2287 | -661L | "Backward scrolling cursors are not supported for remote objects" | Backward scrolling cursors are not supported for remote objects. Use forward scrolling cursors only. Click here for a list of possible parameters and odbc states. |
WO007 | Error | 2292 | -666L | "The remote table '%1' could not be found" | The table could not be found on the remote server. Check the remote table name and the user privileges on that table. Click here for a list of possible parameters and odbc states. |
WO008 | Error | 2293 | -667L | "Could not access column information for the table '%1'" | Column information for the table could not be accessed. Check permissions for the table. Click here for a list of possible parameters and odbc states. |
WO010 | Error | 2309 | -682L | "%1" | This message is used for displaying component integration services debug messages on the console. Click here for a list of possible parameters and odbc states. |
WO011 | Error | 2329 | -698L | "The remote server does not support an auto-incrementing data type" | Auto-incrementing data types can only be supported in a proxy table when the remote server supports this feature. Click here for a list of possible parameters and odbc states. |
WO012 | Error | 2334 | -706L | "Remote server does not have the ability to support this statement" | You attempted to execute a statement that requires a capability that is not supported by a remote server. Click here for a list of possible parameters and odbc states. |
WO013 | Error | 2339 | -712L | "External login for server '%1' could not be found" | An external login for the server and user does not exist. Click here for a list of possible parameters and odbc states. |
WO014 | Error | 2343 | -761L | "Server capability name '%1' could not be found in the database." | An ALTER SERVER statement was attempted on a capability that was not defined. Click here for a list of possible parameters and odbc states. |
WO015 | Error | 2354 | -721L | "The data type specified for column '%1' is not compatible with the actual data type" | The data type of the column specified in the CREATE EXISTING statement is not compatible with the actual data type of the column in the remote table. Click here for a list of possible parameters and odbc states. |
WO016 | Error | 2355 | -722L | "The column '%1' does not exist in the remote table" | The column specified in the CREATE EXISTING statement does not exist in the remote table. Click here for a list of possible parameters and odbc states. |
WO017 | Error | 2356 | -723L | "The length specified for column '%1' is different than the actual length" | The length of the column specified in the CREATE EXISTING statement is different than the length of the column in the remote table. Click here for a list of possible parameters and odbc states. |
WO018 | Error | 2357 | -724L | "NULL attribute mismatch for column '%1'" | The NULL attribute of the column specified in the CREATE EXISTING statement differs from the NULL attribute of the actual column. Click here for a list of possible parameters and odbc states. |
WO019 | Error | 2358 | -725L | "Identity attribute mismatch for column '%1'" | The identity attribute of the column specified in the CREATE EXISTING statement differs from the identity attribute of the actual column. Click here for a list of possible parameters and odbc states. |
WO020 | Error | 2359 | -726L | "The table specification '%1' identifies more than one remote table" | More than one table was found on the remote server for the given table specification. Add a database or owner name to the specification. Click here for a list of possible parameters and odbc states. |