Discussion:
WMI generic failure
(too old to reply)
t
2004-09-30 23:14:46 UTC
Permalink
Hi All,
any 1 could help on this, any time try to create new WMI filter it gives me an error "Generic Failure" 0X80041001 WBEM_E_FAILED call failed, tried to stop WMI services and restarted it but it did not fix the problem. rebuild the WMI repository also did not fix the problem.
I am running out of Ideas, re-install windows 2003 server in not an option.
Please help.

Tim
Todd J Heron
2004-10-02 20:19:01 UTC
Permalink
What is the path of the path of the wbem folder?
--
Todd J Heron, MCSE
Windows 2003/2000/NT
"t" <***@t.t> wrote in message news:%***@TK2MSFTNGP12.phx.gbl...
Hi All,
any 1 could help on this, any time try to create new WMI filter it gives me an error "Generic Failure" 0X80041001 WBEM_E_FAILED call failed, tried to stop WMI services and restarted it but it did not fix the problem. rebuild the WMI repository also did not fix the problem.
I am running out of Ideas, re-install windows 2003 server in not an option.
Please help.

Tim
t
2004-10-03 15:59:29 UTC
Permalink
C:\WINDOWS\system32\wbem


"Todd J Heron" <***@hotmail.com> wrote in message news:#***@TK2MSFTNGP12.phx.gbl...
What is the path of the path of the wbem folder?
--
Todd J Heron, MCSE
Windows 2003/2000/NT
"t" <***@t.t> wrote in message news:%***@TK2MSFTNGP12.phx.gbl...
Hi All,
any 1 could help on this, any time try to create new WMI filter it gives
me an error "Generic Failure" 0X80041001 WBEM_E_FAILED call failed, tried to
stop WMI services and restarted it but it did not fix the problem. rebuild
the WMI repository also did not fix the problem.
I am running out of Ideas, re-install windows 2003 server in not an
option.
Please help.

Tim
Todd J Heron
2004-10-05 18:48:46 UTC
Permalink
Copy the lines below into a CMD script and run it on your machine. Let me
know if it works.
--
Todd J Heron, MCSE
Windows 2003/2000/NT

COPY ALL LINES BELOW:

net stop winmgmt

pause

c:

cd c:\windows\system32\wbem

rd /S /Q repository

regsvr32 /s %systemroot%\system32\scecli.dll

regsvr32 /s %systemroot%\system32\userenv.dll

mofcomp cimwin32.mof

mofcomp cimwin32.mfl

mofcomp rsop.mof

mofcomp rsop.mfl

for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s

for /f %%s in ('dir /b *.mof') do mofcomp %%s

for /f %%s in ('dir /b *.mfl') do mofcomp %%s

mofcomp exwmi.mof

mofcomp -n:root\cimv2\applications\exchange wbemcons.mof

mofcomp -n:root\cimv2\applications\exchange smtpcons.mof

mofcomp exmgmt.mof
Post by t
C:\WINDOWS\system32\wbem
What is the path of the path of the wbem folder?
--
Todd J Heron, MCSE
Windows 2003/2000/NT
Hi All,
any 1 could help on this, any time try to create new WMI filter it gives
me an error "Generic Failure" 0X80041001 WBEM_E_FAILED call failed, tried to
stop WMI services and restarted it but it did not fix the problem. rebuild
the WMI repository also did not fix the problem.
I am running out of Ideas, re-install windows 2003 server in not an option.
Please help.
Tim
t
2004-10-06 17:33:18 UTC
Permalink
Hi Todd,

thanks for ur help, it did not work, I fixed the problem by "on component
services under dcom config, changed security for WMI services.

Thanks

Tim
Post by Todd J Heron
Copy the lines below into a CMD script and run it on your machine. Let me
know if it works.
--
Todd J Heron, MCSE
Windows 2003/2000/NT
net stop winmgmt
pause
cd c:\windows\system32\wbem
rd /S /Q repository
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b *.mof') do mofcomp %%s
for /f %%s in ('dir /b *.mfl') do mofcomp %%s
mofcomp exwmi.mof
mofcomp -n:root\cimv2\applications\exchange wbemcons.mof
mofcomp -n:root\cimv2\applications\exchange smtpcons.mof
mofcomp exmgmt.mof
Post by t
C:\WINDOWS\system32\wbem
What is the path of the path of the wbem folder?
--
Todd J Heron, MCSE
Windows 2003/2000/NT
Hi All,
any 1 could help on this, any time try to create new WMI filter it gives
me an error "Generic Failure" 0X80041001 WBEM_E_FAILED call failed,
tried
Post by Todd J Heron
Post by t
to
stop WMI services and restarted it but it did not fix the problem. rebuild
the WMI repository also did not fix the problem.
I am running out of Ideas, re-install windows 2003 server in not an option.
Please help.
Tim
Continue reading on narkive:
Loading...