Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Client install error

69 views
Skip to first unread message

joseph

unread,
Jul 25, 2006, 8:47:47 PM7/25/06
to
Hi List,

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 Thompson

unread,
Jul 26, 2006, 1:00:18 PM7/26/06
to
If you have not yet done so -- you may want to try upgrading your version of
Windows Installer.

Steve
"joseph" <josep...@hotmail.com> wrote in message
news:OEyF3yEs...@TK2MSFTNGP05.phx.gbl...

joseph

unread,
Jul 26, 2006, 9:14:02 PM7/26/06
to
Steve,

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...

Alan

unread,
Jul 31, 2006, 5:53:01 AM7/31/06
to
Joseph,

Run CCMClean and then rebuild your WMI repository.

joseph

unread,
Aug 1, 2006, 3:09:12 AM8/1/06
to
Hi Alan,

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...

Steve Thompson

unread,
Aug 1, 2006, 8:21:25 AM8/1/06
to
Hi Joeseph,

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...

joseph

unread,
Aug 1, 2006, 9:27:41 PM8/1/06
to
Hi Steve,

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...

Steve Thompson

unread,
Aug 2, 2006, 10:22:39 AM8/2/06
to
Hi Joseph,

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...

joseph

unread,
Aug 2, 2006, 10:25:39 PM8/2/06
to
Hi Steve,

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...

dot Oppalfens@googlemail.com Kim Oppalfens <MVP>

unread,
Aug 18, 2006, 3:41:06 AM8/18/06
to
Looks like a wmi issue to me,
Number one resource for fixing wmi issues
http://windowsxp.mvps.org/repairwmi.htm

--
Kim Oppalfens
Telindus Belgium
MVP Windows Server System - SMS


"joseph" <josep...@hotmail.com> wrote in message
news:OEyF3yEs...@TK2MSFTNGP05.phx.gbl...

0 new messages