Messages 620 through 639

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
-620L Error 2223 WW006 "Could not load dynamic library '%1'" This error is usually caused by a failure to load a dynamic library named in an external function call.

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

-621L Error 2224 WW007 "Could not find '%1' in dynamic library '%2'" The external function could not be found in the dynamic library.

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

-622L Error 2225 WW008 "Could not allocate resources to call external function" The external function could not be called due to a shortage of operating system resources. If the operating system supports threads, the maximum thread count should be increased.

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

-623L Error 2226 52W21 "Data definition statements not allowed in procedures or triggers" The procedure or trigger definition contains a data definition statement (such as CREATE, DROP, GRANT, REVOKE, or ALTER). These statements are not allowed within procedures or triggers.

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

-624L Error 2227 WW009 "Expression has unsupported data type" Either an external function or Java method is declared to have a parameter or result data type that is not supported, or a Java field reference with an unsupported result type was attempted.

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

-625L Error 2228 WW010 "Too many parameters to this external procedure call" There is a maximum of 256 parameters to an external function call in 32-bit Windows.

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

-626L Error 2229 WW011 "A thread used internally could not be started" This is a Windows 95 specific error. An operating system thread could not be started that is required to execute external functions.

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

-627L Error 2230 0AW03 "Disallowed language extension detected in syntax near '%1' on line %2" The statement you are trying to execute contains syntax that is not allowed with the current setting of the option sql_flagger_error_level. Modify the offending statement or set the sql_flagger_error_level option to a different value.

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

-628L Error 2231 22012 "Division by zero" A division by zero operation was detected.

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

-629L Error 2232 22019 "Invalid escape character '%1'" The escape character string length must be exactly one.

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

-630L Error 2233 22025 "Invalid escape sequence '%1'" A LIKE pattern contains an invalid use of the escape character. The escape character may only precede the special characters '%', '_', '[', and the escape character itself.

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

-631L Error 2234 WW012 "RAISERROR executed: %1" A RAISERROR statement has been executed. The string associated with the RAISERROR statement is included in the text of the error message.

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

-632L Error 2235 44000 "WITH CHECK OPTION violated for insert/update on base table '%1'" You attempted an insert or update operation on the indicated base table through a view (possibly nested). However, one or more values in the modified row(s) triggered a WITH CHECK OPTION violation. This violation occurs when a modified value causes one or more rows to fall outside the range of the view by making the view's WHERE clause evaluate to FALSE or UNKNOWN for that row.

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

-633L Error 2236 42W30 "Update operation attempted on a read-only cursor" You attempted an update operation on a cursor that was explicitly declared as read-only.

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

-634L Error 2237 22024 "Unterminated C string" The last byte of a C string host variable must contain the null character.

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

-635L Error 2240 52W22 "GRANT of column permission on view not allowed" You cannot grant permissions on columns for views.

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

-636L Error 2242 42W40 "Duplicate referencing column" You supplied a duplicate column name in the list of referencing columns.

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

-637L Error 2243 42W41 "Duplicate insert column" You supplied a duplicate column name in the list of insert columns.

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

-638L Error 2244 22001 "Right truncation of string data" Non-space characters were truncated upon the assignment of string data.

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

-639L Error 2245 42W42 "Parameter name missing in call to procedure '%1'" Positional parameters were specified after named parameters in a call to this procedure.

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