Hi all,
I am using Persistence's PowerTier as application server and informix as RDBMS.
I want to store a HashMap object containing 3 small strings to informix data
base.
I had used blob data type for column type and also tested with Text ( special
data type in in formix). In PowerTier generated codes it used byte array for
storing it in informix server. So i converted my hashmap object into byte array
and setted it . But i m getting following errors.
java.rmi.ServerException: RemoteException from the server;
nested exception is:
java.rmi.RemoteException: ContainerException = name: CSR_ERR, descriptio
n: Cursor Error : Number System error occurred in network function. , offset 63
Message: -25580, category: 10300, code: 4030, database code: -25580, index: 0.
can somebody help me regarding this problem.....
Thanx in advance.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".