[python-win32] com_error creating VSS shadow copy (running as windows service)

2018-03-26 Thread Gerardo García Urtiaga
Hello, We have an application that launch a VSS (volume shadow copy), when the application is running as administrator user, the shadow copy is made correctly, but when the application is running as windows service the application has a crash: The instance's SvcRun() method failed Traceback (most

[python-win32] Get errors 7000 and 7009

2018-03-26 Thread Chang Dacool
The service will fail to start when we reboot the OS in some computers, when this happens we will get error code 7000 and 7009 in the event viewer. 7000: The ServiceName service failed to start due to the following error: The service did not respond to the start or control request in a timely fash

Re: [python-win32] com_error creating VSS shadow copy (running as windows service)

2018-03-26 Thread Tim Roberts
Gerardo García Urtiaga wrote: > > > We have an application that launch a VSS (volume shadow copy), when > the application is running as administrator user, the shadow copy is > made correctly, but when the application is running as windows service > the application has a crash: Under what user are

Re: [python-win32] Get errors 7000 and 7009

2018-03-26 Thread Tim Roberts
Chang Dacool wrote: > > The service will fail to start when we reboot the OS in some > computers, when this happens we will get error code 7000 and 7009 in > the event viewer. > 7000: The ServiceName service failed to start due to the following error: > The service did not respond to the start or c