Archives of the TeradataForum
Message Posted: Tue, 08 Oct 2002 @ 15:48:55 GMT
| Subj: | | Re: Teradata error # 306 - Invalid Parcel Received |
| |
| From: | | Chuck McDevitt |
You are running in to a bug in the JDBC driver and/or the gateway it uses. Or data is getting corrupted on your LAN, but that's
less likely.
"parcels" are just a set of data bytes, with a "parcel type" and "parcel length" at the beginning... These parcels are used by
the Teradata communication protocol to send and recieve info between the client (in this case the JDBC gateway?) and the Teradata
Server.
A correctly written JDBC driver should never get this error.
|