Messages 01W12 through 04W07

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
01W12 Warning 2350 114L "Character set conversion to '%1' cannot be performed; '%2' is used instead" The server is unable to perform a character conversion from the character set the database is using to the character set the application requested.

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

01W13 Warning 2360 115L "Database server cannot convert data from/to character set '%1', conversion may not be correct" The database server cannot convert character data from/to the character set requested by the application because the character set is not supported. The connection succeeds, but character conversion may not be correct for all characters.

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

01W14 Warning 2375 116L "Language '%1' is not supported, '%2' will be used" The language that the application requested is not supported by the server to which the application is connecting. Instead, the server will send message strings in the language stated.

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

01W15 Warning 2376 117L "Unsupported character set '%1' and unsupported language '%2'; language used is '%3' instead" The character set that the application requested is not supported by the server to which the application is connecting. The language that the application requested is not supported either. Language strings will be sent in the language specified.

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

01W16 Warning 2381 118L "Illegal user selectivity estimate specified" You specified a user selectivity estimate that is either not a literal constant or is outside the range 0.0 to 100.0 (estimates are specified as percentages). The estimate has been ignored.

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

01W17 Warning 2384 120L "'%1' is an unknown option" You attempted to set the value of an option that is not known to the server.

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

01W18 Warning 2529 122L "The result returned is non-deterministic" FIRST or TOP n are used in a SELECT statement to limit the size of a result. The statement must also have an ORDER BY if the result is to be well-defined. If it does not have an ORDER BY, then the server is free to return any subset of the result that has the requested number of rows.

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

01W20 Warning 2549 129L "Plan may contain virtual indexes" Virtual indexes are currently enabled in this connection. Any plans that are generated may contain virtual indexes.

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

01W21 Warning 2559 130L "A row was dropped because it could not be converted to the new schema format" A row that was valid in the old schema is no longer valid. This could be because a column domain changed and the old value cannot be cast to the new domain. Rows are also dropped if a uniqueness or foreign key constraint cannot be satisfied.

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

01W23 Warning 2562 132L "Cannot output the histogram for string column '%1'" You tried to get the histogram for a column containing strings. Histograms on string information cannot be output in a readable format; as a result, no information was retrieved. Consider using the ESTIMATE function to get information on a specific value or range in the column.

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

01W24 Warning 2690 137L "Row was dropped from table %1 to maintain referential integrity" A delete of a primary row during a download forced its foreign row(s) to also be deleted to maintain referential integrity.

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

01W25 Warning 2761 138L "Publication predicates were not evaluated" Publication predicates were not evaluated because UltraLite was initialized without SQL support. The table will be uploaded as if no publication predicate was specified for the table.

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

01W26 Warning 2770 139L "Option '%1' specified more than once" A particular option has been specified multiple times. Only the last instance of the option is used; the previous ones are ignored.

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

01W27 Warning 2943 145L "Two rows with the same primary key have been downloaded for table '%1'" The synchronization scripts are producing duplicate rows with the same primary key in your download. Generally this behavior indicates a problem with the synchronization scripts. No guarantees are made about which of the downloaded rows will be applied to the database.

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

01W28 Warning 3173 150L "Database contains no tables to synchronize" The database has no tables to synchronize. No attempt was made to contact the MobiLink server.

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

01WC1 Warning 2538 125L "An invalid multi-byte input character was encountered when converting from %1 to %2" While the server was performing character set conversion on an input string, an invalid multi-byte character was encountered. The illegal character was directly copied without conversion. Data following the illegal character may be misinterpreted. See on_charset_conversion_failure option.

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

01WC3 Warning 2542 127L "Character substitution occurred when converting from %1 to %2" While the server was performing character set conversion on an input string, some characters could not be represented in the database character set. Those characters were substituted. See on_charset_conversion_failure option.

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

01WC4 Warning 2788 201L "The ICU collation '%1' has defaulted to another collation" The specified ICU collation is not available. Another collation was substituted, which may or may not produce suitable results. Due to the structure of ICU, the collation that was used is not known, but was the best alternative to the specified collation. If this database is used on another platform, a different collation may be chosen and the operation may generate different results.

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

02000 Warning 2001 100L "Row not found" You positioned a cursor beyond the beginning or past the end of the query. There is no row at that position.

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

04W07 Error 2213 -604L "A dbspace has reached its maximum file size" A dbspace has grown to its maximum number of disk pages, which is usually limited by the maximum operating system file size. This is a fatal error.

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


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