Guest aamundson@apm-wi.net Posted August 15, 2007 Posted August 15, 2007 Hi, I keeping getting a COM + error with the Event ID of 4829. A COM+ service (such as Queued Components or Compensating Resource Manager) failed to start. The service GUID and HRESULT are: {6C90E050-4918-11D3-A242-00C04F60A5F4} Process Name: dllhost.exe The serious nature of this error has caused the process to terminate. Error Code = 0x8000ffff : Catastrophic failure COM+ Services Internals Information: File: d:\nt\com\complus\src\comsvcs\srgtapi\csrgtserv.cpp, Line: 63 Comsvcs.dll file version: ENU 2001.12.4720.3959 shp I can't find anything in the Microsoft Knowlege base or anywhere else for that matter. Can anyone help me with this?
Guest Brad Rutkowski Posted August 15, 2007 Posted August 15, 2007 RE: COM + error Typical problems would include missing comsvcs.dll information in the regisry or some access related problems related to reigstry. I would get Regmon from the Microsoft SYSinternals site, and then repro the issue with regmon running and see if you're getting access denied to any registry keys. -- This post is provided as-is and is my opinion, check the facts before doing anything in production. http://blogs.technet.com/brad_rutkowski "aamundson@apm-wi.net" wrote: > Hi, > I keeping getting a COM + error with the Event ID of 4829. > > A COM+ service (such as Queued Components or Compensating Resource > Manager) failed to start. The service GUID and HRESULT are: > {6C90E050-4918-11D3-A242-00C04F60A5F4} > > Process Name: dllhost.exe > The serious nature of this error has caused the process to terminate. > Error Code = 0x8000ffff : Catastrophic failure > COM+ Services Internals Information: > File: d:\nt\com\complus\src\comsvcs\srgtapi\csrgtserv.cpp, Line: 63 > Comsvcs.dll file version: ENU 2001.12.4720.3959 shp > > > I can't find anything in the Microsoft Knowlege base or anywhere else > for that matter. > > Can anyone help me with this? > >
Recommended Posts