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 ?
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 ?