COM+ error in Event Log

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following error in my Aps Event Log and am unable to find answer

ICOM+ Services was unable to initialize due to a failure in the system API shown below. This is often caused by a shortage of system resources on the local machine
CryptAcquireContex
Process Name: dllhost.ex
The serious nature of this error has caused the process to terminate
Error Code = 0x80090017 : Provider type not defined
COM+ Services Internals Information
File: .\security.cpp, Line: 61
 
--------------------
Thread-Topic: COM+ error in Event Log
thread-index: AcRJkI6D7HJ4ISY8Q9e7T06E1xAwRA==
X-WN-Post: microsoft.public.win2000.general
From: =?Utf-8?B?U2VhbXVz?= <[email protected]>
Subject: COM+ error in Event Log
Date: Thu, 3 Jun 2004 10:31:08 -0700

I have the following error in my Aps Event Log and am unable to find
answer:

ICOM+ Services was unable to initialize due to a failure in the system API
shown below. This is often caused by a shortage of system resources on the
local machine.
CryptAcquireContext
Process Name: dllhost.exe
The serious nature of this error has caused the process to terminate.
Error Code = 0x80090017 : Provider type not defined.
COM+ Services Internals Information:
File: .\security.cpp, Line: 617
------------------------

This is generally caused by incorrect permissions/security.
Run the Regmon tool from www.sysinternals.com and look for "access denied"
when starting the above service.

NOTE: I have read that giving Everyone permissions (Full Control) to the
following reg keys has resolved this issue:
HKLM\SOFTWARE\Microsoft\Cryptography\Defaults\Provider Types\Type 001
HKCU\SOFTWARE\Microsoft\Cryptography\Defaults\Provider Types\Type 001

--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Seamus said:
*I have the following error in my Aps Event Log and am unable to fin
answer:

ICOM+ Services was unable to initialize due to a failure in th
system API shown below. This is often caused by a shortage of syste
resources on the local machine.
CryptAcquireContext
Process Name: dllhost.exe
The serious nature of this error has caused the process t
terminate.
Error Code = 0x80090017 : Provider type not defined.
COM+ Services Internals Information:
File: .\security.cpp, Line: 617 *

Look at:

www.jsiinc.com/SUBN/tip6900/rh6951.htm

it describes how to clean up a damaged COM+ catalog in Windows 2000.
It might be related to your problem. I had a problem with the COM
service not starting which isn't exactly what your describing. Th
solution for me was to re-install the COM+ Windows Component. For me
was able to use just the last 3 steps of the described procedure t
allow me to re-install COM+. I'm not sure how my COM+ subsystem go
corrupt in the first place. I doubt it wa a virus


-
Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top