Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remoting proxy has no channel sink ...

Status
Not open for further replies.

Reinout

IS-IT--Management
Feb 22, 2004
48
BE
Hello

I got an error while trying to call an ExecuteNonQuery on the server, namely :

The remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or the application has no suitable client channel to talk to the server.

I tried it with both a stored procedure and by using a direct SQL-text command, doesn't make any difference. I should add the class in which I call the delete-statement is in a COM+ component on the server, if I use it locally, so on the client machine, it works perfect.

Anyone encountered this problem or has a sollution? Thx in advance.
 
The problem was probably the SQL Parameter list.

I changed my code so I just forward an array of parameters + values to my class on the COM+ component, I add them to an SQLParameter list overthere, that way it works.

Weird no-one else ever encountered the same problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top