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 |
|---|---|---|---|---|---|
| WL013 | Error | 2865 | -1188L | "LOAD TABLE error: %1" | The LOAD TABLE statement failed. The message specifies the actual problem that occurred. Click here for a list of possible parameters and odbc states. |
| WL014 | Error | 2867 | -1190L | "LOAD TABLE is not allowed on a materialized view %1" | LOAD TABLE statement is not allowed on a materialized view. Click here for a list of possible parameters and odbc states. |
| 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. |
| WL016 | Error | 2977 | -1289L | "LOAD TABLE option '%1' not allowed with FORMAT %2" | The specified LOAD TABLE option is not meaningful for the LOAD TABLE FORMAT. Click here for a list of possible parameters and odbc states. |
| WL017 | Error | 3164 | -1496L | "LOAD TABLE error: Invalid content encountered on row %1 of the data file" | The LOAD TABLE statement failed because a scanning error occurred on the indicated line of the data file specified in the statement. This error can occur if a line is truncated or if delimiters are missing. Click here for a list of possible parameters and odbc states. |
| WL018 | Error | 3185 | -1530L | "Format '%1' is not supported in the UNLOAD statement" | An unsupported file format was specified for the UNLOAD statement. 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. |
| WO009 | Error | 3220 | -1578L | "Table parameterized functions are not allowed across server types." | Table parameterized functions are not allowed across server types if a query is not processed in full-passthrough mode. 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 in the messages window. 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. |