I encounter an error upon manual installation of sms client( ccmsetup.exe
sitecode=code) method; upon google exhaustion i only find same
error posted there when no apparent answer, so maybe any good souls here
might help.
#########ccmsetup.log snippet###############
MSI: Setup was unable to compile the file SmsClient.mof
The error code is 8004100E ccmsetup 7/25/2006 6:47:48 AM 3660 (0x0E4C)
MSI: Action 6:47:48: Rollback. Rolling back action: ccmsetup 7/25/2006
6:47:48 AM 3660 (0x0E4C)
Installation failed with error code 1603 ccmsetup 7/25/2006 6:47:52 AM
3660 (0x0E4C)
No status servers specified. Status will not be sent. ccmsetup 7/25/2006
6:47:52 AM 3660 (0x0E4C)
####################################################
######################client.msi.log##############################
MSI (s) (BC:C0) [09:23:09:635]: Executing op: RegRemoveValue(,Value=SMS
Client Service Error Handler,)
Property(S): SmsDetectDowngrade_ErrorMessage = A newer version of the SMS
Advanced Client is already installed
Property(S): SmsDetectColocationDowngrade_ErrorMessage = A newer version of
the SMS Management Point is installed. Cannot continue installing this
version of the client.
Property(S): WelcomeDialog_DesktopWarning = WARNING: The SMS Legacy Client
or SMS 2.0 Client is already installed on this machine. Continuing will
cause the SMS Legacy Client or SMS 2.0 Client to be removed.
Property(S): InstallDialog_Warning = WARNING: Installing the advanced client
on this computer may cause the Windows Management Instrumentation (WMI) and
Background Intelligent Transfer Service (BITS) services to stop and restart.
Property(S): InstallErrorDialog_Title = Setup Aborted
Property(S): InstallErrorDialog_SubTitle = Setup failed
Property(S): InstallErrorDialog_Info = Setup encountered an error and could
not continue.
#############################################################
I think that would summarize the error and warning on client.msi.log and
ccmsetup.log.
I tried to rename the root/system32/wbem/repository ,then reinstall again
to no avail.btw, i have cleanup this machine already with ccmclean.exe.
thanks.
Steve
"joseph" <josep...@hotmail.com> wrote in message
news:OEyF3yEs...@TK2MSFTNGP05.phx.gbl...
Your suggestion didn't work. I'm googled this error seems there a lot of
people encounter this but nobody could get the point the right solution,
Don't we have somebody here in list that connected to microsoft sms team. :D
Any additional ways to solve, is greatly appreciated.
/joseph
"Steve Thompson" <stevet...@nomail.please> wrote in message
news:eP2b6TN...@TK2MSFTNGP05.phx.gbl...
Run CCMClean and then rebuild your WMI repository.
Maybe you didn't saw it, but i already stated it on my post, your
solutions didn't work for my situation ....huhuhu help, thanks anyway.
/joseph
"Alan" <al...@online.nospam> wrote in message
news:C21E127D-FCA5-4169...@microsoft.com...
Sorry for the delay in getting back to you. Still sounds like a WMI issue to
me...
A recent post in this newsgroup by Rosemary Vipond, who credits someone
else, relayed that this procedure fixed her issue:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
After doing some more troubleshooting my problem was indicating that the CCM
namespace was not present. I found this posting from Wesley Fernandes on
how to manually rebuild the WMI repository in the sms.setup group that
fixed my problem. This also worked on a client with the same problem that
had been working fine before.
To perform a more thorough manual rebuild, run the following series of
commands:
%windir%\system32\wbem\winmgmt /clearadap
%windir%\system32\wbem\winmgmt /kill
%windir%\system32\wbem\winmgmt /unregserver
%windir%\system32\wbem\winmgmt /reserver
%windir%\system32\wbem\winmgmt /resyncperf
net stop winmgmt /y
if exist %windir%\system32\wbem\repository.old rmdir /s /q
%windir%\system32\wbem\repository.old
rename %windir%\system32\wbem\repository
%windir%\system32\wbem\repository.old
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
for /f %s in ('dir /b /s %windir%\system32\wbem\*.dll') do regsvr32 /s %s
for /f %s in ('dir /b /s %windir%\system32\wbem\*.mof') do mofcomp %s
for /f %s in ('dir /b %windir%\system32\wbem\*.mfl') do mofcomp %s
net start winmgmt
%windir%\system32\wbem\wmiprvse /regserver
start other services which were stopped when winmgmt stopped
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"joseph" <josep...@hotmail.com> wrote in message
news:%23%239JNmRs...@TK2MSFTNGP02.phx.gbl...
Thanks for your effort to help, all of your instruction below had been
executed on the problem machine except this:
%windir%\system32\wbem\wmiprvse /regserver
seems that "wmiprvse" does not exist. do i missed something? TIA.
/joseph
"Steve Thompson" <stevet...@nomail.please> wrote in message
news:%23y4hDUW...@TK2MSFTNGP03.phx.gbl...
Perhaps it needs the full file name:
wmiprvse.exe
%windir%\system32\wbem\wmiprvse.exe /regserver
Steve
"joseph" <josep...@hotmail.com> wrote in message
news:%230kTwJd...@TK2MSFTNGP02.phx.gbl...
That file doesn't exist, but there's wmiapsrv.exe instead of wmiprvse.exe,
would the be what the poster meant?
-joseph
"Steve Thompson" <stevet...@nomail.please> wrote in message
news:OWKGd8jt...@TK2MSFTNGP04.phx.gbl...
--
Kim Oppalfens
Telindus Belgium
MVP Windows Server System - SMS
"joseph" <josep...@hotmail.com> wrote in message
news:OEyF3yEs...@TK2MSFTNGP05.phx.gbl...