Messages 1229 through 1252

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

SQL Code Msg Type Number SQL State Message Possible Cause
-1229L Error 2908 54W51 "Reorganize table is already being run on table \"%1\No message There is already a REORGANIZE TABLE statement being run on this table. Only one such statement can be executing on a table at any time.

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

-1230L Error 2909 54W12 "Too many open cursors" You exceeded the number of cursors allowed to be open on a single UltraLite database. Check to ensure you are freeing statements when you are done with them.

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

-1231L Error 2910 57W05 "Statement timed out: '%1!s!'" The statement failed because it did not complete within the allotted or specified time.

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

-1232L Error 2911 42WC9 "Attempt to start a second snapshot in a transaction" A transaction tried to start a snapshot (e.g., see BEGIN SNAPSHOT statement) while another snapshot was already active.

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

-1233L Error 2912 42WCA "The materialized view %1 cannot be changed to immediate because it does not have a unique index on non-nullable columns." You attempted to change the refresh type to immediate for a materialized view which does not have a unique index on non-nullable columns. Create a unique index on the materialized view before changing the refresh type.

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

-1234L Error 2913 42W7A "Dbspace file with name or path ( %1 ) already exist " Error code to use for catalog update errors in IQ code.

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

-1235L Error 2914 54W13 "Too many columns in SELECT list" You executed a statement with too many expressions in the SELECT list. The number of expressions within a SELECT list is limited to 60000.

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

-1236L Error 2915 54W14 "Too many expressions in GROUP BY list" You executed a statement with too many expressions in the GROUP BY list. The number of expressions within a GROUP BY list is limited to 60000.

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

-1237L Error 2916 54W15 "Too many columns in procedure result set" You executed a statement with too many expressions in the GROUP BY list. The number of expressions within a GROUP BY list is limited to 60000. You executed a CREATE PROCEDURE or ALTER PROCEDURE statement. The resulting number of columns in the result set of the procedure would exceed the server's limit.

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

-1238L Error 2917 WW112 "Passthrough SQL script failed" A passthrough SQL script has failed with an unknown error. Sync your database to report the error to MobiLink. You may need to contact the server administrator.

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

-1239L Error 2918 WW113 "Partition name '%1' is not part of table '%2'" This partition name is not part or this table.

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

-1240L Error 2920 WT018 "The provided stoplist is too long." A text configuration stop list must be less than 8000 bytes.

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

-1241L Error 2924 24001 "Value-sensitive cursor used after a TRUNCATE" You attempted to use a value-sensitive cursor opened WITH HOLD after a TRUNCATE or after a COMMIT removed all rows from a temporary table declared as ON COMMIT DELETE ROWS.

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

-1242L Error 2925 WW117 "Parameter ('%1') is already in the configuration specification of the specified Multiplex Server" The ALTER MULTIPLEX SERVER command tried to alter configuration parameters with the values which is same as current.

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

-1245L Error 2928 WW221 "Partition name '%1' already used" This partition name has already been used.

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

-1246L Error 2929 WW222 "Partition '%1' is not adjacent to or before partition '%2'" These partitions are not adjacent - they cannot be merged.

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

-1249L Error 2932 WW224 "Logical file '%1' is not part of dbspace '%2'" This logical file is not part of this dbspace.

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

-1250L Error 2933 WW225 "Table '%1' is not a partitioned table" This table is not partitioned.

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

-1251L Error 2934 WW226 "Table '%1' is already partitioned" This table is already partitioned.

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

-1252L Error 2935 WW227 "Dbspace '%1' is the incorrect type" Tried to put data into the incorrect dbspace ( i.e. putting primary key into the wrong store ).

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