Error 1067 while trying to start a service
Hi All, When I am trying to start a service in 64 bit Windows 2008 server I am getting the below error. Error: Windows could not start the Request Manager Service on Local Computer. Error 1067: The process terminated unexpectedely Please help me in resolving this error. Thanks, Kasi MamidipalliKasi Mamidipalli
March 30th, 2012 12:38pm

Kasi, Are you looking for assistance with Powershell or to troubleshoot error 1067? If it's just for resolution of the 1067 error only then please post your question in the General Server 2008 forum: http://social.technet.microsoft.com/Forums/en-US/winservergen/threads There are at least 2 posts there that reference the 1067 error: http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/e2adf79c-4e64-4dfa-baf3-3400528836ef http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/99b09208-1098-4e05-bc41-c47675aaba73 Joe
Free Windows Admin Tool Kit Click here and download it now
March 30th, 2012 8:59pm

Hi, At first, you need to look into the Services.msc to get the description of this service Request Manager Service. It will let you know the function of this service. Note: Please paste the description here and let me know the installed server role and application. Then you need to enter the following command in the Windows PowerShell: Get-Service | Where-Object {$_.displayname like Request Manager Service} And you could manually start the server in the Windows PowerShell: Start-Service -DisplayName Request Manager Service -Verbose Then post back the output result here to get further analysis. Regards, James James Xiong TechNet Community Support
April 2nd, 2012 4:32am

Hi, At first, you need to look into the Services.msc to get the description of this service Request Manager Service. It will let you know the function of this service. Note: Please paste the description here and let me know the installed server role and application. Then you need to enter the following command in the Windows PowerShell: Get-Service | Where-Object {$_.displayname like Request Manager Service} And you could manually start the server in the Windows PowerShell: Start-Service -DisplayName Request Manager Service -Verbose Then post back the output result here to get further analysis. Regards, James James Xiong TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
April 2nd, 2012 11:25am

Hi, Any Update? JamesJames Xiong TechNet Community Support
April 4th, 2012 11:03pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics