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 |
|---|---|---|---|---|---|
| 2684 | Error | 08W80 | -1016L | "Unable to start specified database: Cannot use log file '%1' since it has been used more recently than the database file" | The transaction log file has been used more recently than the database file. Click here for a list of possible parameters and odbc states. |
| 2685 | Error | 08W81 | -1017L | "Unable to start specified database: '%1': transaction log file not found" | The transaction log file was not found. Click here for a list of possible parameters and odbc states. |
| 2686 | Error | 08W82 | -1018L | "Unable to start specified database: Cannot use log file '%1' since the offsets do not match the offsets in the database file" | The transaction log file has an offset that does not match the offset expected by the database file. Click here for a list of possible parameters and odbc states. |
| 2687 | Error | 08W83 | -1019L | "Unable to start specified database: Cannot use log file '%1' since the database file has been used more recently" | The database file has been used more recently than the transaction log file. Click here for a list of possible parameters and odbc states. |
| 2688 | Error | 08W84 | -1020L | "Unable to start specified database: Cannot use log file '%1' since it is shorter than expected" | The transaction log file is shorter than expected. Click here for a list of possible parameters and odbc states. |
| 2689 | Error | WB013 | -1021L | "Invalid backup operation" | The specified backup operation is not valid because of previous backup operation(s). Click here for a list of possible parameters and odbc states. |
| 2690 | Warning | 01W24 | 137L | "Row was dropped from table %1 to maintain referential integrity" | A delete of a primary row during download forced its foreign row(s) to be deleted as well to maintain referential integrity Click here for a list of possible parameters and odbc states. |
| 2691 | Error | 42WAD | -1022L | "Invalid value for attribute '%1' in service" | The service definition contains a USING, FORMAT, or GROUP attribute with an invalid value. Click here for a list of possible parameters and odbc states. |
| 2692 | Error | 42WAE | -1023L | "Missing value for attribute '%1' in service" | The service definition contains a USING, FORMAT, or GROUP attribute with a missing value. Click here for a list of possible parameters and odbc states. |
| 2693 | Error | 42WAF | -1024L | "Unsupported property '%1' in service USING attribute" | The service definition contains a USING attribute with an unsupported property. Click here for a list of possible parameters and odbc states. |
| 2694 | Error | 42WB0 | -1025L | "Duplicate attribute '%1' in service" | The service definition contains a duplicate attribute. Click here for a list of possible parameters and odbc states. |
| 2695 | Error | 42WB1 | -1026L | "USING attribute cannot coexist with FORMAT or GROUP attributes" | The service definition for the specified service type cannot specify a USING attribute along with a FORMAT or GROUP attribute. Click here for a list of possible parameters and odbc states. |
| 2696 | Error | 42WB2 | -1027L | "Service type does not allow '%1' attribute" | The service definition for the specified service type does not allow the given attribute to be specified Click here for a list of possible parameters and odbc states. |
| 2697 | Error | WB014 | -1028L | "Connection attempting BACKUP has uncommitted transactions" | A connection attempting to perform a BACKUP ... WAIT BEFORE START or BACKUP ... WAIT AFTER END has uncommitted transactions. A COMMIT or ROLLBACK must be performed before executing the backup. Click here for a list of possible parameters and odbc states. |
| 2698 | Error | 0AW15 | -1029L | "Support for materialized views is not available for this database" | The statement being executed requires support for materialized views, but the database being used does not have the materialized view capability. Click here for a list of possible parameters and odbc states. |
| 2699 | Error | WW063 | -1030L | "Secure HTTP connections are not supported on this platform" | A Secure HTTP connection was attempted, but is not supported on this platform. Click here for a list of possible parameters and odbc states. |
| 2700 | Error | 42WB3 | -1031L | "Syntax error near '%1' -- Materialized view definition must not use the following construct: '%2'" | You attempted to create a materialized view whose definition violates one of the restrictions. Click here for a list of possible parameters and odbc states. |
| 2701 | Error | 42WB4 | -1032L | "Syntax error near '%1' -- The materialized view cannot be changed to immediate because its definition contains an illegal construct: '%2'" | You attempted to change the refresh type to immediate for a materialized view whose definition violates one of the restrictions. Click here for a list of possible parameters and odbc states. |
| 2702 | Error | 08W89 | -1033L | "Unable to start database server: Server fatal error" | The database server failed to start because a fatal error or assertion failure occurred. More information may be available in the Windows event log or Unix system log or by manually starting the database server. Click here for a list of possible parameters and odbc states. |
| 2703 | Error | WW064 | -1034L | "The '%1' attribute is not valid with procedure type '%2'" | This attribute is not applicable to the given procedure type. Click here for a list of possible parameters and odbc states. |