Products Purchase Publishing Articles Support Company Contact |
support > Product FAQ > NT Service Toolkit > Installing, Starting and Stopping Services |
|||||
Product FAQ Licensing System CC Factory Event Log Toolkit Gallimaufry IniFile Tool-5M LineGraph-5M NT Service Toolkit OneTime Download SpyWorks StateCoder StorageTools VBX Legacy VersionStamper Downloads Documentation Professional Services
|
NT Service Toolkit SupportFrequently Asked Questions - Installing, Starting and Stopping Services
1. When I try to register my Service, I get the following error message: "Unable to register service: The name is already in use as either a service name or service display name." I've tried different project names, but still get the same message. This is related to the "service description" rather than the Visual Basic Project Name. First off, the IdwEasyServConfig_GetDescription function is misleading, it actually sets the Service "Display Name" rather than the Service Description. This error message indicates that the "service description" you are setting using the IdwEasyServConfig_GetDescription property already exists. Change the IdwEasyServConfig_GetDescription property and then recompile the DLL to fix the problem. You can use the Service Control Panel Applet to see if that "service description" already exists. If so, it may mean that you have compiled and registered a Service with the same string earlier, or that the Service DLL Project does not have compatibility turned on. 2. AutoStarting a Service generates an error on some systems. This is most likely a Service Dependency problem. Our Service is dependent on the RPCSS service, and will not start until it is started. If your Service requires any additional services, you can return the service string name in the IdwEasyServConfig_ServiceDependencies function. We have also verified this problem on NT 4, SP 5 and later on our generic Beeper sample. The order of when services start seemed to have changed starting with SP 5, and may continue to change in future service packs. If you have set your Service to AutoStart and get an error on boot-up, try setting the IdwEasyServConfig_ServiceDependencies function to return ONE of the following: IdwEasyServConfig_ServiceDependencies = "Browser" IdwEasyServConfig_ServiceDependencies = "ProtectedStorage" IdwEasyServConfig_ServiceDependencies = "Replicator" IdwEasyServConfig_ServiceDependencies = "RasMan" or IdwEasyServConfig_ServiceDependencies = "RasAuto" After making the change, uninstall your Service EXE, then recompile the DLL, and install your Service EXE again. The Service string names are found in the subkeys of the \HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services key. |
|
|||
Products Purchase Articles Support Company Contact Copyright© 2012 Desaware, Inc. All Rights Reserved. Privacy Policy |
|||||