problem accesing Oracle using Remoting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Linesh Gajera

    problem accesing Oracle using Remoting

    Hi,

    I have unique problem. I have configured RemotingServer running as
    Console Application and my Remoting object access Oracle database. My
    remoting object make call to Oracle database and returns result if i
    run RemotingServer as Console Application. Then i configured
    RemotingServer as Windows Service. My Windows Service starts fine, it
    also configured Remoting Channels as well. Now problem is remoting
    object makes call to oracle database but oracle does not returns
    result,infact call never returns if i use Windows Service. If i run
    Remoting Server as Console Application, everythings works just
    fine.....

    My Structure is like follows

    With Console App Remoting Server
    Client Application<-->RemotingClient <-->Console App
    RemotingServer<-->RemotingObject <-->Oracle Database (just works fine)

    With Windows Service Remoting Server
    Client Application-->RemotingClie nt-->Windows Service
    RemotingServer-->RemotingObje ct-->Oracle Database (Oracle never
    returns resultset)

    What could be problem...

    Need urgent help.
Working...