Messages WP012 through WT010

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
WP012 Error 2516 -866L "%1 returned a result set with a different schema than expected" When calling a procedure in the FROM clause of a SELECT statement, the expected schema of the result is taken from the WITH clause. If no WITH clause is given, the expected schema is taken from the system catalog. The result set returned from the call must match the expected schema or it must be possible to convert every column so that it matches.

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

WP013 Error 2523 -873L "%1 returned multiple result sets" A procedure called in the FROM clause of a SELECT statement cannot return multiple result sets.

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

WP014 Error 2522 -872L "%1 does not return a result set" A procedure called in the FROM clause of a SELECT statement must return a result set.

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

WP015 Error 2524 -686L "Insufficient cache to start Java Virtual Machine" Insufficient cache was available to start the Java Virtual Machine. Restart the database server with a larger cache size.

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

WP016 Error 2662 -995L "Warning detected when optimizing SELECT INTO is treated as an error" The SELECT ... INTO #TEMPTABLE statement cannot proceed if a warning is detected while optimizing the query. To fix the problem, test the query by removing the INTO clause, and resolve the reported warning.

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

WQ001 Error 2545 -1517L "Logical Server \"%1\" not found" The named logical server was not found in the database.

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

WQ002 Error 2543 -1518L "Logical Server Policy \"%1\" does not allow coordinator membership in logical servers." Logical server policy does not allow coordinator as a member of logical server.

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

WQ003 Error 2541 -1519L "Cannot perform the requested operation due to overlapping logical server memberships for login policy \"%1\"." Cannot perform the requested operation since this would result in an overlapping logical server membership for named login policy.

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

WQ004 Error 2539 -1520L "Cannot recreate an already existing logical server membership." Multiplex server which is to be added as a member is already a member of logical server.

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

WQ005 Error 2537 -1521L "Cannot drop a non-existing logical server membership." Multiplex server membership about to be dropped was not found.

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

WT001 Error 2832 -1156L "Argument \"%1\" must be a column reference." The CONTAINS argument must be a column reference.

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

WT002 Error 2833 -1157L "All column reference arguments must refer to the same table." All column references in a CONTAINS query must refer to the same table.

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

WT003 Error 2834 -1158L "No matching text index." A single text index must exist on all columns referenced in a CONTAINS query.

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

WT004 Error 2835 -1159L "Non-constant or unknown text query string." The query string argument to a CONTAINS query must be a constant, or a non-null value in a variable.

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

WT005 Error 2836 -1160L "Text configuration \"%1\".\"%2\" not found." The specified text configuration does not exist.

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

WT006 Error 2837 -1161L "Text configuration \"%1\" already exists." The specified text configuration name already exists.

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

WT007 Error 2838 -1162L "Term length outside allowed range." The minimum and maximum term lengths must both be greater than 0 and less than or equal to 60 characters.

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

WT008 Error 2839 -1163L "Invalid collation: \"%1\"." The collation was not found, or the tailoring options were invalid.

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

WT009 Error 2840 -1164L "Text query parser error: %1" The text query could not be parsed.

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

WT010 Error 2841 -1165L "Error creating text index \"%1\" on table \"%2\No message There was an internal error creating a text index.

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