Messages 894 through 914

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
-894L Error 2557 0AW14 "Plan can not be generated for this type of statement" You tried to get the execution plan for a statement type that is not supported.

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

-895L Error 2558 08W66 "Encryption error: %1" An error occurred during encryption.

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

-896L Error 2560 42W82 "Cannot delete PUBLIC option '%1' since user settings exist" You tried to delete a PUBLIC option, but there are user settings for the same option. The user settings must be deleted before the PUBLIC option is deleted.

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

-897L Error 2563 WX005 "Illegal FOR XML EXPLICIT tag value: '%1'" FOR XML EXPLICIT tag values must be greater than 0 and less than 256. Also, NULL values are not allowed in the Tag column.

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

-898L Error 2564 WX006 "Unknown FOR XML EXPLICIT directive: '%1'" Legal FOR XML EXPLICIT directives are: id, idref, idrefs, hide, element, xml, cdata.

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

-899L Error 2565 WX007 "Illegal column name: '%1'" FOR XML EXPLICIT column names can consist of up to four fields separated by exclamation marks. The first two columns must be named Tag and Parent.

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

-900L Error 2566 WX008 "Parent not open: '%1'" FOR XML EXPLICIT requires the parent tag for a row to be opened when that row is read. Check the order of the rows returned by the query with the FOR XML EXPLICIT clause removed.

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

-901L Error 2567 WX009 "Undeclared tag ID: '%1'" Every value appearing in the Tag column of the table must be declared in the TagNumber field of at least one column name.

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

-902L Error 2568 WX010 "Too few columns" FOR XML EXPLICIT requires at least three columns: the tag column, the parent column, and one or more data columns.

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

-903L Error 2569 WX011 "CDATA has a name" A CDATA directive in a FOR XML EXPLICIT query must not be given a name.

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

-904L Error 2570 42W90 "Illegal ORDER BY in aggregate function" An ORDER BY can be used in an aggregate function only if there are no DISTINCT aggregates in the select list, or there is a single DISTINCT aggregate with the DISTINCT column equal to the first column of the ORDER BY. Also, multiple ordered aggregates cannot be used in the same select list unless they have the exact same ORDER BY clause.

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

-905L Error 2571 WX012 "Invalid XQuery constructor" The XQuery constructor passed as the first argument to XMLGEN was not valid.

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

-906L Error 2572 WX013 "XMLGEN evaluation failure" One of the variables referenced in the XQuery constructor was not found in the list of arguments.

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

-907L Error 2573 WX014 "No name for argument" Unnamed arguments cannot be used as XML element or attribute names. Name unnamed items in the argument list using AS.

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

-908L Error 2574 55W14 "Invalid operation on a closed object" An illegal attempt was made to access a closed UltraLite object.

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

-910L Error 2575 38W01 "System command failed with return code %1" A non-zero return code resulted when executing a system command.

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

-911L Error 2576 WX015 "Control character in XML output" A non-space character less than hex 20 was encountered while generating XML content. Consider base64 encoding strings that contain control characters before using them as XML content. This can be accomplished in a FOR XML query or SQLX function by casting the string to a type such as LONG BINARY.

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

-912L Error 2577 WX016 "Insufficient memory for OPENXML query" The memory used by an OPENXML query may be proportional to the maximum distance between elements or attributes returned by a single row. For example, a query where some row uses the value from both the first and last element in the document may use memory proportional to the size of the document. One solution is to increase the cache size. Another is to break a query that refers to distant elements into several queries that refer to nearby elements and join the results.

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

-913L Error 2578 42W91 "A transaction log file is required for auditing" This database is running without a transaction log file. You must use the Transaction Log utility (dblog) to create a transaction log file before using auditing.

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

-914L Error 2579 42W93 "Cycle in common table expression references" Cycles involving multiple common table expressions are not allowed.

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


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com