Messages 2951 through 2970

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
2951 Error WE015 -1264L "Event object name '%1' is not valid" The given name is not valid for an event object (notification queue or user event). Names are limited in length to 32 characters (bytes), and may not contain certain characters, like '*' or '@'.

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

2952 Error WE016 -1265L "Event object named '%1' already exists" An event object (notification queue or user event) with the given name already exists.

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

2953 Error WE017 -1266L "No notification within timeout on queue '%1'" The pending get-notification operation has timed out. No notification arrived before the given timeout elapsed.

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

2954 Error WE018 -1267L "Event parameter '%1' not found" The named event parameter was not found in the event notification.

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

2955 Error 42WCB -1268L "The materialized view cannot be changed to immediate because its definition contains an illegal construct." You attempted to change the refresh type to immediate for a materialized view whose definition contains an illegal construct.

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

2956 Error 42WCC -1269L "Service statement definition is invalid or unsupported" Either the statement provided is invalid or it is unsupported within the context of a service.

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

2957 Error 42WD3 -1270L "Must own table '%1' in order to make an immediate view reference it" You have attempted to change the refresh type of a materialized view to immediate and the view references a table that is not owned by you. In order to perform this operation, you must either own all the tables referenced by the materialized view or have DBA privileges.

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

2958 Error 0AW23 -1271L "Synchronization download failed to complete" You attempted to synchronize an UltraLite database. During the synchronization session, an incomplete download stream was received from the consolidated database. The reason for the upload failure can be found in the synchronization log file.

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

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.


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