all groups > dotnet remoting > september 2003 >
You're in the

dotnet remoting

group:

Remoting problem with Window Service


Remoting problem with Window Service Linesh Gajera
9/30/2003 10:33:48 AM
dotnet remoting:
Hi,

I have got weird remoting problem. I have RemotingObject
which makes call the oracle database and retrieve data. I
have configure remote object using Config file. Now
problem is i have created a console application that
configures remoting server using TCP channel, now with
console application, everyting works fine, my remoting
object able to retrieve data from Oracle.

Now Problem:

I have created a Windows Service that configures Server
Channels, now Windows Service works fine, but now i make
call to database to retrieve data, it just never returns,
it waits indefinately. But the same Remoting object works
absolutly fine with Console based remoting server.

I would like to know...my Windows Service Remoting Server
causing problem not to return database calls.

Thanks.

Re: Remoting problem with Window Service William Stacey
10/2/2003 6:50:06 PM
Sniff the connection using Netmon to see if any connection is attempted and
what other traffic is going on (if any.) That should help narrow the scope.
Also, add some trace/debug messages in the server to display when things run
in the server.

--
William Stacey, DNS MVP

[quoted text, click to view]

AddThis Social Bookmark Button