Messages WL011 through WO016

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
WL011 Error 2831 -1155L "Unable to close the cursor on table \"%1\". LOAD TABLE cannot be executed." You cannot perform LOAD TABLE on a temporary table that has an open cursor on it. An attempt to close the cursor failed. A failed LOAD TABLE would cause all of the rows in the temporary table to be deleted thereby invalidating the cursor.

Click here for a list of possible parameters and odbc states.

WL012 Error 2864 -1187L "Cannot append when using compression or encryption" The UNLOAD statement cannot append to a file when using compression or encryption. Either the compressed or encrypted keywords were specified, or the file being appended to is compressed or encrypted.

Click here for a list of possible parameters and odbc states.

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.

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.


Created June 15, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com