What OS?

From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Beardsley, James
Sent: Wednesday, September 03, 2014 4:30 PM
To: mssms@lists.myitforum.com
Subject: [mssms] WMI out of disk space? (0x8004103b)

Here's one I haven't run into before. WMI is saying it is out of space. I first 
noticed it on a users machine when I was looking at their CTM log and it stated 
the following:

CTM encountered error processing reply from DTS. Code 0x8004103b

I thought it might've been disk space but they have 52GB free on their C: drive 
so I tried to blow away WMI and repair the CM client and below is what I found 
in the ccmrepair.log. Any ideas?

[cid:image001.png@01CFC795.7793C060]

Here is what I did to rebuild WMI in case you're wondering. Usually works...

net stop winmgmt /y
if exist %windir%\system32\wbem\repository.001 rmdir /s /q 
%windir%\system32\wbem\repository.001
rename %windir%\system32\wbem\repository repository.001
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp %windir%\system32\wbem\cimwin32.mof
mofcomp %windir%\system32\wbem\cimwin32.mfl
mofcomp %windir%\system32\wbem\rsop.mof
mofcomp %windir%\system32\wbem\rsop.mfl
cd \windows\system32\wbem
for /f %%s in ('dir /b /s %windir%\system32\wbem\*.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b %windir%\system32\wbem\*.mof') do mofcomp %%s
for /f %%s in ('dir /b %windir%\system32\wbem\*.mfl') do mofcomp %%s
net start winmgmt
net start ccmexec
net start ccmsetup
%windir%\system32\wbem\wmiprvse /regserver

Thanks,
James
________________________________

Confidentiality Notice: This e-mail is intended only for the addressee named 
above. It contains information that is privileged, confidential or otherwise 
protected from use and disclosure. If you are not the intended recipient, you 
are hereby notified that any review, disclosure, copying, or dissemination of 
this transmission, or taking of any action in reliance on its contents, or 
other use is strictly prohibited. If you have received this transmission in 
error, please reply to the sender listed above immediately and permanently 
delete this message from your inbox. Thank you for your cooperation.


________________________________


Legal Notice: This email is intended only for the person(s) to whom it is 
addressed. If you are not an intended recipient and have received this message 
in error, please notify the sender immediately by replying to this email or 
calling +44(0) 2083269015 (UK) or +1 866 592 4214 (USA). This email and any 
attachments may be privileged and/or confidential. The unauthorized use, 
disclosure, copying or printing of any information it contains is strictly 
prohibited. The opinions expressed in this email are those of the author and do 
not necessarily represent the views of 1E Ltd. Nothing in this email will 
operate to bind 1E to any order or other contract.



Reply via email to