Failed to stop window service in Windows server 2003
Hi,
We are using a .Net window service to create Customized Microsoft Project Plan 2000 through our application.
1)When the users trying to create the MPP , Windows service "WinserviceMPP.exe" is invoked to create it programatically.
2)" WinserviceMPPâ windows service internally calls âWinproj.exeâ to do the operations on the Microsoft Project Plan.
3)The process of Instantiation and stopping the above mentioned services will be done programmatically by the application.
4)In normal scenario the process is working fine and MPP can be generated without any issues.
5)But, in certain scenarios Creation of MPP is not happening properly.
6)When we verified in the Windows event Log, the error message is logged as âFailed to Stop Serviceâ. These type of scenarios are coming continuously, and users are facing problems in creating the MPP.
7) When the system is failed to stopping the service, we are manually killing the service i.e stopping the service in task manager. As soon as we killed the service, MPP is creating with proper data. This means system is unable to stop the service.
8)These type of âFailed to stop serviceâ errors coming randomly and when manually stopping the âWinproj.exeâ service MPP is creating successfully.
|