Link to home
Start Free TrialLog in
Avatar of progjm
progjm

asked on

initialization failure 0X80041014

have a WMI error everytime I start the SQL Server Config manager, initialization failure 0X80041014
Did run WMDIAG which returned several errors
Did run this
cd /d %windir%\system32.
   regsvr32 /n /I userenv.dll.
   cd wbem.
   mofcomp scersop.mof.
   gpupdate /force
with the same error
i have attached the DIAG file, can anyone make sense of this for me
WMIDIAG-V2.0-2003-.SRV.RTM.32-PO.TXT
Avatar of Marten Rune
Marten Rune
Flag of Sweden image

his may have happened if the Users and Everyone group do not have Read
permissions on the C:\ drive therefore this is inherited by the C:\Program
Files\Microsoft SQL Server\90\Shared. One way to resolve this is to simply
give either the "Network Service" or "Users" group Read permissions on this
drive. Another option would be to run the mofcomp command. Check this out
http://blogs.msdn.com/echarran/archive/2006/01/03/509061.aspx

Avatar of progjm
progjm

ASKER

both options have been tried with no result
I added Network Service to the Administrators Group and I also addedd the permissions to the registry settings listed in this post
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1131407&SiteID=1
Also running the mofcomp command did not work either
Dont really know what else to try
Avatar of progjm

ASKER

This statement keeps popping up during the WMIDIAG
ERROR: MOF file(s) not containing the '#PRAGMA AUTORECOVER' statement

But have not found a fix yet
ASKER CERTIFIED SOLUTION
Avatar of Marten Rune
Marten Rune
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial