473,795 Members | 3,005 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error at System.Runtime. Remoting.Proxie s

Hi All

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

Exception rethrown at [0]:

at System.Runtime. Remoting.Proxie s.RealProxy.Han dleReturnMessag e(IMessage
reqMsg, IMessage retMsg)

at System.Runtime. Remoting.Proxie s.RealProxy.Pri vateInvoke(Mess ageData&
msgData, Int32 type)

at Method 1

at Method 2

at MessageProcessD ata(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.Odb c.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 ?


Aug 19 '06 #1
1 2484
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

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"SenthilVel " wrote:
Hi All

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

Exception rethrown at [0]:

at System.Runtime. Remoting.Proxie s.RealProxy.Han dleReturnMessag e(IMessage
reqMsg, IMessage retMsg)

at System.Runtime. Remoting.Proxie s.RealProxy.Pri vateInvoke(Mess ageData&
msgData, Int32 type)

at Method 1

at Method 2

at MessageProcessD ata(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.Odb c.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 ?


Aug 19 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
5626
by: Fidias Gil de Montes | last post by:
In a Distributed Windows application, I receive the following message when the client calls the server: ************** Exception Text ************** System.InvalidCastException: Unable to cast object of type System.__ComObject to type System.Data.DataSet. Server stack trace: at servidor.IclaseSvr.prueba2(DataSet ds) at
0
1083
by: irfan | last post by:
hi there, I have a C# DLL compiled in VS.NET 2002. Within this I have a method that returns a dataset to the client application. As a client application, I have a C# windows service, also compiled in VS.NET 2002. Now within this when I call the method of DLL for dataset to be returned, I get the following error
0
1249
by: Tim Mavers | last post by:
I am trying to use the ANTS Profiling service to profile a .NET web app (on my machine). I have XP SP2 with the Firewall turned off (my company's security policy sets this). I have talked to ANTS support, but they have no idea. The service is running and listening on port 8087 (as expected). I have tried connected with localhost, my machine name, my ip address, and always get the same error. The .NET web app runs fine and is also...
0
1524
by: prithvi g via .NET 247 | last post by:
Hi I am a newbie to .NET remoting, I am trying to implementauthorization using SSPI example provided by Michael Barnett. Ihave included the required dll(Microsoft.Samples.Security.SSPI.dll andMicrosoft.Samples.Runtime.Remoting. Security in both my clientand server. I have have defined my config files as follows for client <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.runtime.remoting> <application> <channels>...
1
3347
by: Samuel R. Neff | last post by:
We just started getting NullReferenceException in one of our applications on our demo server. This is occuring in a .NET Windows Service that is using binary remoting over TCP to talk to another .NET Windows Service on the same machine. ..NET 1.1 SP1 Any suggestions?
2
4858
by: Kevin Burton | last post by:
I have an aspx page that is generating the error below. I want to solve this problem but in general I would like to know how I might best approach problems like this. Any suggestions? Thank you. Kevin Server encountered an internal error. For more information, turn on customErrors in the server's .config file.
2
3745
by: Lonewolf | last post by:
hi all, I realize the example on MSDN for IPCChannel has compile error in VS2005 pro. Either I'm missing something or there's something seriously wrong with MSDN on that section. I reproduce the MSDN code sample for IPCchannel for server side in c# below. please help me see what I'm missing here. using System; using System.Runtime.Remoting.Channels.Ipc;
1
4277
by: Cgf39 | last post by:
We've noticed some strange errors on our production servers running IIS Event Type: Warning Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1309 Date: 17-04-2007 Time: 11:21:51 User: N/A Computer: VM_CTX_AAC
1
5405
by: sandeepbhutani304 | last post by:
have 2 projects communicating each other with .NET remoting. But when I am trying to call these functions I am getting the error: The input stream is not a valid binary format. The starting contents (in bytes) are: 53-79-73-74-65-6D-2E-54-79-70-65-4C-6F-61-64-45-78 ...
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10448
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10217
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10167
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7544
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6784
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2922
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.