I am trying to run the db extractor as a service on a virtual machine provided by my client. I had it running successfully until I stopped the service. Now wen I try and start the service again from the services window I am getting an error “Windows could not star the Cognite Database extractor of Local Computer. For mor information, review the System Event Log. if this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 536870913”.
In the Event Log I am seeing the error “
The description for Event ID 3 from source DBExtractor cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Traceback (most recent call last):
File "win32serviceutil.py", line 1069, in SvcRun
File "dbextractor\winservice.py", line 74, in SvcDoRun
File "dbextractor\winservice.py", line 55, in SvcDoRun
File "dbextractor\extractor.py", line 234, in __enter__
File "cognite\extractorutils\base.py", line 268, in __enter__
SystemExit: 1
The message resource is present but the message was not found in the message table”
I have also tried deleting and re-installing the DB Extractor service and it does not resolve the issue.