I am trying to get ntscmgr to add my saprouter as a service but when I do it fails to start.
On the command line if I issue the command
saprouter.exe -r u2013K "p: CN=SAPROUE, OU=0000862443, OU=SAProuter, O=SAP, C=DE"
The saprouter starts without a problem and my oss connections work.
When I try to add it as a service using the command;
ntscmgr install saprouter -b d:\usr\sap\saprouter\saprouter.exe -p "service -r -R D:\usr\sap\saprouter\saprouttab -G D:\usr\sap\saprouter.log -K "p: CN=SAPROUTE, OU=0000862443, OU=SAProuter, O=SAP, C=DE""
It shows up in the services but when I try to start it, it dies.
I've also tried it without the logging directory like this:
ntscmgr install saprouter -b d:\usr\sap\saprouter\saprouter.exe -p "service -r -R D:\usr\sap\saprouter\saprouttab -K "p: CN=SAPROUTE, OU=0000862443, OU=SAProuter, O=SAP, C=DE""
Any ideas why I cant get this service working right?
Lee