batmush
9th February 2005, 20:15
Hi guys,
I try to "net start" and "net stop" BaaN Daemon service on Win2000 using command prompt but when I type "net stop" and the BaaN Daemon service full name - it does not work. I think that I need BaaN Daemon service ID name or something like that (like "Telephony" service name is "TapiSrv").
I cannot find this ID name.
Does some one know?
Thanks.

Markus Schmitz
10th February 2005, 14:49
The exact name depends on the choosen BSE during installation. Actually on my test system, the folowing works and these are also the names shown bein Win2k:

net stop "BaanLogicService"
net stop "BaanSharedMemory BSE1"

not the quotes, especially for the last command. The service name contains a blank, so the quotes are needed.

Which error do you get:

The service does not exist?
The service does not start/stop?

batmush
10th February 2005, 17:33
You are right about "" - it was missing.
It work with "".
Thanks.