Error at System.Runtime.Remoting.Proxies

S

SenthilVel

Hi All

i am getting an error in remoting proxies like the below :

Exception rethrown at [0]:

at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)

at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)

at Method 1

at Method 2

at MessageProcessData(String usrlogin, String patKey, String intKey1, String
intKey2, String intKey3, String intKey4, String intKey5, String stringKey1,
String stringKey2, String stringKey3, String stringKey4, String stringKey5,
String cgd, String eventName, IFilterTrigger theFilterClass, String
obqStatus, String group)

Nested Exception

Exception: System.Data.Odbc.OdbcException

Message: ERROR [HY001] [Informix][Informix ODBC Driver]Memory
allocation failure.

1.Is this something to do with the datatype of the data which is been sent
across the Remotable channel and not being accepted by the database.

2. is it because of the remoting channels ?



Can any one let me know what is the probable cause of this error ?
 
G

Guest

From what you've shown, this is not a remoting issue. Your Informix ODBC
driver is having indigestion. (Jeesh? Are people actually using Informix
anymore?)

Try invoking something to informix on the same connection and machine
without remoting.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top