Message Protocol Errors
SQL Server 2000
| Value | Description | Parameters | Error |
|---|---|---|---|
| 29500 | The transport read operation returned an incorrect data length. | P0: Returned length
P1: Expected length | SSCE_M_TRANSPORTREADWRONGSIZE |
| 29501 | Internal error: The write message failed. | Not applicable | SSCE_M_UNEXPECTEDSTATEWRITINGMESSAGE |
| 29502 | The column number is not valid. | P0: Column number
P3: Table name | SSCE_M_INVALIDCOLUMNNUMBER |
| 29503 | The column cannot be found. | P3: Column name
P4: Table name | SSCE_M_CANTFINDCOLUMNBYNAME |
| 29504 | Internal error: The names buffer is too small. | Not applicable | SSCE_M_NAMESBUFFERTOOSMALL |
| 29506 | Internal error: The get column failed. | Not applicable | SSCE_M_UNEXPECTEDSTATEGETTINGCOLUMNS |
| 29507 | Internal error: The get column length failed. | Not applicable | SSCE_M_UNEXPECTEDSTATEGETCOLLENGTH |
| 29508 | Internal error: The get column data failed. | Not applicable | SSCE_M_UNEXPECTEDSTATEGETCOLDATA |
| 29509 | Internal error: The set column failed. | Not applicable | SSCE_M_UNEXPECTEDSTATESETCOLUMN |
| 29510 | The ISequentialStream interface detects that the BLOB data stream is not empty. | Not applicable | SSCE_M_STREAMNOTEXHAUSTED |
| 29511 | The message received from the server cannot be decoded. | Not applicable | SSCE_M_GARBLEDMESSAGEFROMSERVER |
| 29512 | The message received from the client cannot be decoded. | Not applicable | SSCE_M_GARBLEDMESSAGEFROMCLIENT |
