Permissions problem, WMI, \\.\root\cimv2, begin

J

Jim Carlock

The Application Event log presents:

<ApplicationEventLogEvent1>
Event Type: Warning
Event Source: WinMgmt
Event Category: None
Event ID: 43
Date: 12/22/2005
Time: 11:39:24 AM
User: N/A
Computer: MPNEW
Description:
WMI ADAP failed to connect to namespace \\.\root\cimv2 with the following error: 0x80070005

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
</ApplicationEventLogEvent1>

<ApplicationEventLogEvent2>
Event Type: Warning
Event Source: WinMgmt
Event Category: None
Event ID: 60
Date: 12/22/2005
Time: 11:39:24 AM
User: N/A
Computer: MPNEW
Description:
WMI ADAP was unable to process the performance libraries: 0x80041001

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
</ApplicationEventLogEvent1>

This started after some recent XP SP2 updates.

<XPUpdates>
Cumulative Security Update for Internet Explorer for Windows XP (KB905915)
http://go.microsoft.com/fwlink/?LinkId=53511
Update Publish Date: 12/13/2005

Security Update for Windows XP (KB904706)
http://go.microsoft.com/fwlink/?linkid=52945
Update Publish Date: 12/13/2005

Update for Windows XP (KB910437)
http://support.microsoft.com/kb/910437
Update Publish Date: 12/13/2005

Security Update for Windows XP (KB896423)
http://go.microsoft.com/fwlink/?LinkId=48902
Update Publish Date: 8/12/2005

Update for Windows XP (KB900930)
http://support.microsoft.com/kb/KB900930
Update Publish Date: 07/28/2005
</XPUpdates>

Does anyone have a list of permissions for the registry?
I took a gander through HKLM and I see the following
permissions on the following key:

HKLM\SOFTWARE\Classes\CLSID\{7007ACC7-3202-11D1-AAD2-00805FC1270E}

Administrators - Full Control (Inherited)
Everyone - QV, ES, N, RC (Inherited)
RESTRICTED - QV, ES, N, RC (Inherited)
SYSTEM - Full Control (Inherited)

QV = Query Value
ES = Enumerate Subkeys
N = Notify
RC = Read Control

I'm also looking for the proper way to reset the registry
permissions. I've tried the following but I keep running into
problems with MSI (registry permissions ???). Not sure if
Microsoft updates the file responsible for permissions, ie,
does the registry get set to pre-SP2 conditions after resorting
to the following link?

http://support.microsoft.com/?kbid=313222

I also reinstalled MSI from the following Microsoft website...

http://support.microsoft.com/kb/893803/

Currently, after running the MSI reinstall, most .msi (if not all)
software applications result in the following message...

"The Windows Installer Service could not be accessed.
This can occur if you are running Windows in safe
mode, or if the Windows Installer is not correctly
installed. Contact your support personnel for
assistance."

And an "Application Event" reports the message reported
in ApplicationEventLogEvent1.

Thanks much for any suggestions.
 
J

Jim Carlock

The "Application Event" reported when running an MSI
application...

<ApplicationEventMSIProblem>

Event Type: Warning
Event Source: MsiInstaller
Event Category: None
Event ID: 1015
Date: 12/22/2005
Time: 4:43:56 PM
User: MPNEW\Frog
Computer: MPNEW
Description:
Failed to connect to server. Error: 0x80070005
For more information, see Help and Support Center
at http://go.microsoft.com/fwlink/events.asp.

</ApplicationEventMSIProblem>
 
J

Jim Carlock

Pardon the question in the wmi newsgroup. The problem seems
to involve MSI and registry permissions rather than WMI. I do
get stray Events listed in the Application Event log involving
WMI but for the moment I'm trying to get the registry
permissions resolved involving MSI.

The "Application Event" reported when running an MSI
application...

<ApplicationEventMSIProblem>

Event Type: Warning
Event Source: MsiInstaller
Event Category: None
Event ID: 1015
Date: 12/22/2005
Time: 4:43:56 PM
User: MPNEW\Frog
Computer: MPNEW
Description:
Failed to connect to server. Error: 0x80070005
For more information, see Help and Support Center
at http://go.microsoft.com/fwlink/events.asp.

</ApplicationEventMSIProblem>

Using the following command line to restore permissions
results in the permissions as listed (throughout most of
HKLM)...

secedit /configure /cfg C:\WINDOWS\repair\secsetup.inf /db secsetup.sdb /verbose

Administrators - Full Control (Inherited)
Everyone - QV, ES, N, RC (Inherited)
RESTRICTED - QV, ES, N, RC (Inherited)
SYSTEM - Full Control (Inherited)

QV = Query Value
ES = Enumerate Subkeys
N = Notify
RC = Read Control

My goal, at the moment, involves getting MSI to work.
I greatly appreciate any and all suggestions. Some
other permission problems exist so if anyone knows of
a cure-all for registry permissions, great! Again, my
apologies for starting this in the WMI group.
 

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

Similar Threads

Windows 10 Maybe I am to impatient but............... 3
WMI fail 2
WMI Repair 0
wmi and the norton antivirus 2005 2
WMI Reports a different time than the Event Viewer 1
Windows Update Agent 7.4.7600.226 0
Windows XP crypt32 error 1
Repeated WMI DCOM errors 0

Top