Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread DBISAM server as service
Thu, Jun 23 2011 10:14 AMPermanent Link

William Sigmund

I'm calling a remote procedure on the server. This works fine when I
run the server as a normal application. When I run it as a service the
procedure does not get called.

Should I be doing anything special when I start the service, other than
'net start dbsrvr'?

Thanks.

--
William
Thu, Jun 23 2011 5:05 PMPermanent Link

William Sigmund

"William Sigmund" wrote:

I'm calling a remote procedure on the server. This works fine when I
run the server as a normal application. When I run it as a service the
procedure does not get called.

Should I be doing anything special when I start the service, other than
'net start dbsrvr'?

Thanks.

--
William

OK, I'm now getting a remote param value back from the server. (I was trying earlier to send a message from the remote procedure via CodeSite, which didn't work).
Image