Havn't seen that one specifically but the "Invalid conversion" part of
the error hints at a possible cause.
Re-check the DB schema for that table and the datatypes that you are
setting.   The problem might not be that it only happens when there is
a higher load, the problem may be that one of your users is sending a
different kind of data or in a diff format that is not getting
properly converted prior to the db write. Add some logging higher up
the food chain and try to recreate to find out where the bad data is
coming from.

Sorry pretty lame answer, but as I said I havn't seem that one
specifically.
Check these google finds...
http://nscpcw.physics.upenn.edu/db2_docs/db2m0/db2cli.htm
http://dbforums.com/archive/39/2001/12/1/202499


[EMAIL PROTECTED] wrote:
> 
> Hi guys,
> 
>     I am getting the following error in my application that uses Websphere
> APP server 3.5 and DB2 (It is a CMP entity bean that is trying to save the
> data):
> 
> [02.08.28 14:58:59:022 GMT-03:00] 989e1d TransactionCo E Transaction resumed
> 
> com.ibm.ejs.jts.jts.LocalOnlyControl@8c8c00
> 
> [02.08.28 14:58:58:889 GMT-03:00] a64eaa PortabilityLa > translateException
> 
> COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] CLI0102E Invalid
> conversion. SQLSTATE=07006
> 
>     It happens only sometimes, aparently when the number of users increases.
> 
>    Does anyone have any clues on that, like a known bug in the DB2 JDBC
> driver?
> 
>    Thanks in advance,
> 
>   Tedi
> 
> To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm


To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm

Reply via email to