Messages 2959 through 2978

Messages on this page are sorted by Sybase error code. Locate the appropriate code in the table below, and click the link for a full description of the message.

Number Msg Type SQL State SQL Code Message Possible Cause
2959 Error 0AW24 -1272L "Synchronization is already in progress" You attempted to synchronize an UltraLite database but this database is being synchronized on another thread.

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

2960 Error 0EW00 -1273L "Table '%1' has no columns" You attempted to create a table without columns.

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

2961 Error 0EW01 -1274L "Index '%1' has no columns" You attempted to create an index without columns.

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

2962 Error 54W52 -1275L "Invalid domain '%1'" You attempted to create an invalid domain. The size/scale/precision is invalid.

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

2963 Error 55W34 -1276L "Configuration cannot not be modified while in use" You attempted to modify a configuration object that is in use by an open connection.

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

2964 Error WW229 -1277L "Parameter '%1' cannot be null" The specified parameter cannot be null.

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

2965 Error WW230 -1278L "Operation is not allowed" The requested operation is not allowed while schema is being modified.

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

2966 Error WW231 -1279L "Operation '%1' failed for reason: '%2'" The requested operation failed.

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

2967 Error WW232 -1280L "Underflow when converting '%1'" An underflow occurred when converting the specified type. The source type may be too small (for example zero length binary) or value may be too small to be represented by the destination type.

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

2968 Error 42W80 -1281L "Another connection has the row in '%1' locked" You attempted modify or delete a row that is locked by another connection. The row will be unlocked once that connection commits or rolls back.

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

2969 Error 54W17 -1313L "Maximum string length exceeded" A string operation attempted to create a string longer than the maximum allowed by the server.

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

2970 Error WT020 -1283L "A CONTAINS query is not allowed on the view or derived table '%1'." A view or derived table can only be queried using CONTAINS if it does not use TOP, FIRST, DISTINCT, GROUP BY, or FOR XML. In addition, the list of columns to search must all come from a single base table in the FROM clause of the view. They cannot come from multiple tables, or from another view or derived table in the FROM clause.

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

2971 Error WW233 -1284L "Invalid partition key specification: must use '%1'. " Partition key cannot be changed for ALTER TABLE ADD PARTITION. It must specify the same partition key column as the CREATE TABLE did.

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

2972 Warning WW234 149L "Automatic database upgrade applied" The database is from an older version of the software. An automatic database upgrade occurs during startup. Subsequently the database can no longer be opened with the older version of the software.

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

2973 Error 40W09 -1285L "%1 -- Transaction rolled back" This transaction has been rolled back because the server encountered an error during a critical operation.

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

2974 Error 42WCD -1286L "Immediate materialized view definition cannot contain a SUM function over a nullable expression." You attempted to change the refresh type to immediate for a materialized view whose definition contains a SUM function over a nullable expression.

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

2975 Error 55W35 -1287L "Operation not allowed on global temporary table %1 as it is in use. Reconnect and try again." A global temporary table cannot be modified if it is in use. The user must reconnect and re-execute the statement.

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

2976 Error WW120 -1288L "'%1' statement is not allowed on a mirrored database" You attempted to execute a statement that is not allowed when using a mirrored database.

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

2977 Error WL016 -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.

2978 Error 42WD4 -1290L "FOR UPDATE or FOR READ ONLY clause must be specified on PREPARE (not on DECLARE CURSOR)" You specified the FOR UPDATE or FOR READ ONLY clause on a DECLARE CURSOR statement. The FOR UPDATE or FOR READ ONLY clause must be specified on the PREPARE statement and not the DECLARE CURSOR statement.

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


Created November 10, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com