NT Service DCOM server always return 0x80070424
-
Hello, If I register my DCOM exe server as local server, it works fine. If I register it as NT Service, the registration seems good but every call to CoCreateIntance failed with the error ERROR_SERVICE_DOES_NOT_EXIST. If I try to configure with DCOMCNFG.EXE, it prompts the service is installed but it show the same error when I want to apply the modification. When I go in the Service window, my service is present and I can run it/stop it via the Service Manager. In the EventViewer, I can see the info/warning/error message the server drops. The DCOM server is developped under VC++ 6.0 with ATL. Can you give me a hint on how to solve that problem? I have read the Richard Grimes' book but found nothing. I read it again and again wo any success. Thanks, Bruno
-
Hello, If I register my DCOM exe server as local server, it works fine. If I register it as NT Service, the registration seems good but every call to CoCreateIntance failed with the error ERROR_SERVICE_DOES_NOT_EXIST. If I try to configure with DCOMCNFG.EXE, it prompts the service is installed but it show the same error when I want to apply the modification. When I go in the Service window, my service is present and I can run it/stop it via the Service Manager. In the EventViewer, I can see the info/warning/error message the server drops. The DCOM server is developped under VC++ 6.0 with ATL. Can you give me a hint on how to solve that problem? I have read the Richard Grimes' book but found nothing. I read it again and again wo any success. Thanks, Bruno