Error Messages Relating to Database Access
| Code | 800000 |
| Severity | Error |
| Message | DriverLibrary parameter missing in definition for service {0}. |
| Description | Required parameter DriverLibrary is not set in service definition. The service is not initialized and will not be available. |
| Code | 800001 |
| Severity | Error |
| Message | Error loading driver library {0} for service {1}. |
| Description | Fails to load database driver library. The service is not initialized and will not be available. |
| Code | 800002 |
| Severity | Error |
| Message | Error creating database connection for service {0}. |
| Description | Fails to create a database connection for service. Verify database service properties. |
| Code | 800003 |
| Severity | Error |
| Message | Error creating database connection. Service {0} does not exist. |
| Description | Unabled to create database connection for non-existing service. Verify spelling of service name, and check services file. |
| Code | 800004 |
| Severity | Error |
| Message | Error loading driver library {0}, cause: {1} |
| Description | Fails to load database driver library. See cause of issue. |
| Code | 801000 |
| Severity | Error |
| Message | Error opening connection to database. {0} |
| Description | An error occurred when opening a connection to database. |
| Code | 801001 |
| Severity | Warning |
| Message | Error closing connection to database. {0} |
| Description | An error occurred when closing a connection to database. |
| Code | 801002 |
| Severity | Error |
| Message | Error committing transaction to database. {0} |
| Description | An error occurred when committing changes in current transaction to database. |
| Code | 801003 |
| Severity | Error |
| Message | Error rolling back transaction from database. {0} |
| Description | An error occurred when rolling back changes in current transaction from database. |
| Code | 801004 |
| Severity | Error |
| Message | Error creating SQL statement {0}. {1} |
| Description | Error creating SQL statement object for execution. Verify statement syntax. |
| Code | 801005 |
| Severity | Error |
| Message | Error retrieving list of tables in database. {0} |
| Description | An error occurred when retrieving list of tables in database. |
| Code | 801006 |
| Severity | Error |
| Message | Error retrieving column information for table {0} column. {1} |
| Description | An error occurred when retrieving column information for a database table. |
| Code | 801007 |
| Severity | Error |
| Message | Error retrieving result set column count. {0} |
| Description | An error occurred when retrieving the number of columns in the result set. |
| Code | 801008 |
| Severity | Error |
| Message | Error retrieving result set column name. {0} |
| Description | An error occurred when retrieving the name of column in the result set. |
| Code | 801009 |
| Severity | Error |
| Message | Error retrieving result set column type. {0} |
| Description | An error occurred when retrieving the type of column in the result set. |
| Code | 801010 |
| Severity | Error |
| Message | Error retrieving result set metadata. {0} |
| Description | An error occurred when retrieving the metadata of the result set. |
| Code | 801011 |
| Severity | Warning |
| Message | Error closing result set. {0} |
| Description | An error occurred when closing the current result set. |
| Code | 801012 |
| Severity | Error |
| Message | Error iterating through result set. {0} |
| Description | An error occurred when iterating through the current result set. |
| Code | 801013 |
| Severity | Error |
| Message | Error retrieving column {0} value from result set. {1} |
| Description | An error occurred when retrieving a column value from the current result set. |
| Code | 801014 |
| Severity | Warning |
| Message | A result row is skipped due to error retrieving column data. |
| Description | An error occurred when retrieving a column value for a result row. That row is not processed. |
| Code | 801015 |
| Severity | Warning |
| Message | Error closing current SQL statement. {0} |
| Description | An error occurred when closing the current SQL statement. |
| Code | 801016 |
| Severity | Error |
| Message | Error executing SQL statement {0}. {1} |
| Description | An error occurred when executing a SQL statement. Verify statement syntax and parameters. |
| Code | 801017 |
| Severity | Error |
| Message | Error binding parameters to SQL statement {0}. {1} |
| Description | An error occurred when binding parameters to a SQL statement. Verify statement syntax and parameters. |
| Code | 801018 |
| Severity | Error |
| Message | Error getting result set for SQL statement {0}. {1} |
| Description | An error occurred when getting the result set for a SQL statement. |
| Code | 801019 |
| Severity | Error |
| Message | Error clearing existing SQL batch. {0} |
| Description | An error occurred when clearing existing SQL batch. |
| Code | 801020 |
| Severity | Error |
| Message | Error adding a list of parameters to batch with SQL statement {0}. {1} |
| Description | An error occurred when adding a list of parameters to a batch. Verify parameter count and values. |
| Code | 801021 |
| Severity | Error |
| Message | Error executing batch with SQL statement {0}. {1} |
| Description | An error occurred when executing a batch. |
| Code | 801022 |
| Severity | Error |
| Message | Client-Library Error: Number {0}, Severity {1}, Status {2}, SQLState {3} -- {4} |
| Description | Retrieve client messages using ct_diag. |
| Code | 801023 |
| Severity | Error |
| Message | OS Error: Number {0} -- {1} |
| Description | Retrieve operating system error string using ct_diag. |
| Code | 801024 |
| Severity | Error |
| Message | Server Error: {0}, Msg {1}, Severity {2}, Status {3} -- {4} |
| Description | Retrieve server messages using ct_diag. |
| Code | 801025 |
| Severity | Error |
| Message | OcsDriver::initialize(): {0} failed. |
| Description | An error occurred in a ct lib function call. |
| Code | 801026 |
| Severity | Error |
| Message | OcsDriver::initialize(): Failed to initialize {0}. |
| Description | An error occurred when allocating ct lib structures. |
| Code | 801027 |
| Severity | Error |
| Message | Numeric money overflow detected when retrieving column value. |
| Description | Overflow would occur if converting numeric database value to ESP money type. Verify binding column type. |
| Code | 801028 |
| Severity | Error |
| Message | CS-Library error: LAYER = {0}, ORIGIN = {1}, SEVERITY = {2}, NUMBER = {3}: {4} |
| Description | Error message from the Open Client CS library. |
| Code | 801029 |
| Severity | Error |
| Message | CS-Library OS error {0}: {1} |
| Description | OS error message from the Open Client CS library. |
| Code | 801030 |
| Severity | Error |
| Message | Warning: TDSPacketSize is invalid or unset. Leaving at default Open Client value. |
| Description | Warning: TDSPacketSize is invalid or unset. Leaving at default Open Client value. |