Service is not automatic running after upgrade to XP SP2
-
Hi, i wrote a service process that configured to be automatic on system startup. It worked fine till i upgraded my XP to SP2. It won't start on automatic startup, but manualy it will start. The event viewer report for error event-id 7009 (Timeout (name milliseconds) waiting for service to connect.). Does anyone know how can i solve that problem? Thanks, Dudi
-
Hi, i wrote a service process that configured to be automatic on system startup. It worked fine till i upgraded my XP to SP2. It won't start on automatic startup, but manualy it will start. The event viewer report for error event-id 7009 (Timeout (name milliseconds) waiting for service to connect.). Does anyone know how can i solve that problem? Thanks, Dudi
-
There are three possible causes according to http://www.evtcatalog.com/evtPass/evtpages/EventId_7009_ServiceControlManager_44398.asp[^] The link might need you to register with them.
Well, i didn't mention that my service loads a dll for system-wide keyboard hooking (using SetWindowsHookEx function with WH_KEYBOARD_LL parameter). I commented out the hooking and the service started on system startup. It seems that there is a problem to hook from service on XP SP2 till the you login. Do you know something about that? Dudi