Messages on this page are sorted by Sybase error code. Locate the appropriate code in the table below, and click the link for a full description of the message.
Number | Msg Type | SQL State | SQL Code | Message | Possible Cause |
---|---|---|---|---|---|
2638 | Error | 54W03 | -972L | "Database page size too small: %1" | You attempted to load statistics that were too large for the current database page size. Rebuilding this database with a larger page size could prevent this error. Click here for a list of possible parameters and odbc states. |
2639 | Error | 54W06 | -973L | "The string is too long (%1)" | The string is longer than that allowed by the server. Click here for a list of possible parameters and odbc states. |
2640 | Error | WW043 | -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. |
2641 | Error | WW044 | -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. |
2643 | Error | 08W70 | -976L | "Could not load the encryption DLL \"%1\No message | An attempt to load the encryption DLL failed. Click here for a list of possible parameters and odbc states. |
2645 | Error | WW047 | -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. |
2646 | Error | WW048 | -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. |
2647 | Error | WW049 | -980L | "The URI '%1' is invalid" | The specified URI is not valid. Click here for a list of possible parameters and odbc states. |
2648 | Error | WW050 | -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. |
2649 | Error | WW051 | -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. |
2650 | Error | WW052 | -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. |
2651 | Error | WW053 | -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. |
2653 | Error | WW055 | -986L | "Invalid procedure type '%1'" | A procedure or function was specified with an invalid type. Click here for a list of possible parameters and odbc states. |
2654 | Error | WW056 | -987L | "Invalid procedure subtype '%1' for type '%2'" | A procedure or function was specified with an invalid subtype for the given procedure type. Click here for a list of possible parameters and odbc states. |
2655 | Error | WW057 | -988L | "Invalid response from the HTTP server" | The response from the remote HTTP server was invalid. It may have been empty, malformed, missing header information, and so on. Click here for a list of possible parameters and odbc states. |
2656 | Error | WW058 | -989L | "NAMESPACE attribute is not valid with procedure type '%1'" | The NAMESPACE attribute is only applicable to procedures of type SOAP. Click here for a list of possible parameters and odbc states. |
2657 | Error | WW059 | -990L | "The secure connection to the remote host failed: %1" | The server was unable to initiate a secure connection with the remote host. Click here for a list of possible parameters and odbc states. |
2658 | Error | WW060 | -991L | "Clause '%1' has invalid attribute '%2'" | The attribute value specified on the procedure is not valid. Click here for a list of possible parameters and odbc states. |
2659 | Error | 54W04 | -992L | "The specified listener could not be registered" | The specified listener could not be registered because the maximum number of listeners has been reached, the class name is already in use, or system resources are not available. Click here for a list of possible parameters and odbc states. |
2660 | Error | WL007 | -993L | "LOAD TABLE not allowed on temporary table with ON COMMIT DELETE ROWS" | The LOAD TABLE statement automatically commits at completion. If a temporary table being loaded was declared with ON COMMIT DELETE ROWS, the rows are discarded at completion. Click here for a list of possible parameters and odbc states. |