Messages WW033 through WW053

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
WW033 Error 2617 -953L "A schema upgrade is not currently allowed" A schema upgrade cannot proceed because of concurrent use of the database. For example, all cursors must be closed before a schema upgrade can occur.

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

WW034 Error 2618 -954L "The database '%1' was not found" The named database was not found. Ensure your connection string properly names the desired database.

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

WW035 Error 2619 -955L "This connection already exists" A connection with the given SQLCA and name (or no name) already exists. Before connecting you must disconnect the existing connection, or specify a different connection name.

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

WW036 Error 2620 -956L "Information for synchronization is incomplete or invalid, check '%1'" Information for synchronization is incomplete or invalid. Correct the indicated parameter before attempting to synchronize again. If init_verify is indicated, the ULInitSynchInfo function was not called.

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

WW037 Error 2623 -959L "Compression error: %1" An error occurred during compression.

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

WW038 Error 2624 -960L "Decompression error: %1" An error occurred during decompression.

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

WW039 Error 2625 -961L "Input string is not base64-encoded" An error occurred during base64 decoding.

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

WW040 Warning 2635 133L "UltraLite connection was restored" The connection attempt completed successfully and the transaction was restored from a suspended state.

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

WW041 Warning 2636 134L "UltraLite cursor (or result set or table) was restored" The cursor (or result set or table) was opened successfully and the cursor position was restored from the suspended state.

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

WW042 Error 2637 -971L "Checksums are not enabled in this database" An attempt was made to perform checksum validation but the database does not have checksums enabled.

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

WW043 Error 2640 -974L "File I/O failed for '%1'" An error occurred while trying to access the file. If the file is located on a removable media card, the card may have been removed.

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

WW044 Error 2641 -975L "Incorrect volume ID for '%1'" The file can be accessed, but the volume ID has changed. Please insert the original removable media card.

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

WW045 Error 2771 -1100L "The operation failed because column '%1''s type does not support streaming" The only column types that support streaming are: BINARY, LONG BINARY, VARCHAR and LONG VARCHAR. This error could also occur when allocating a stream object twice on the same column.

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

WW047 Error 2645 -978L "Directory for output file does not exist" The file cannot be written because the directory does not exist.

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

WW048 Error 2646 -979L "Output file cannot be written" Unable to create or write an output file. The file may be locked or read-only.

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

WW049 Error 2647 -980L "The URI '%1' is invalid" The specified URI is not valid.

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

WW050 Error 2648 -981L "Unable to connect to the remote host specified by '%1'" A connection could not be initiated to the remote server.

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

WW051 Error 2649 -982L "Connection timed out" The connection to the remote host timed out due to inactivity.

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

WW052 Error 2650 -983L "HTTP request failed. Status code '%1'" The HTTP request returned a status code that indicated failure.

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

WW053 Error 2651 -984L "Could not initialize the encryption DLL: '%1'" An attempt to initialize the encryption DLL failed.

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