nbarker
Posts: 2
Score: 0 Joined: 6/5/2008 Status: offline
|
Hi I have recently deployed the SCCM 2007 SP1 client, using Client Push, to around 6,000 machines. Around 200 failed. I have managed to fix just about all of them using one of several methods (in the end I was heavy-handed and created a script that ran all the fixes, knowing one or the other would resolve the issue, and ran the script locally). Background SMS 2003 SP3 in a Single Site. Vast majority of clients were XP SP2 and Server '03 SP1 or SP2 (some 64-bit), with a small number of W2K. Did an in-place upgrade (this failed but that is another issue). AD integration configured. SCCM Group Policy templates installed and settings configured for Site Assignment and Client Deployment Settings. Fixes WMI fix - Stop WMI and dependent services, delete \\..\system32\wbem\Repository folder and all its contents. ATL fix - run Regsvr32 atl.dll - this was the most common fix for the dreaded 1603 error. CCMClean - Run ccmclean and install the SCCM client - some failed Client Push installations did not rollback properly and basically left the old SMS installation in a mess. DCOM fix - Start-Run-DCOMCNFG. Access Component Services-Computer-My Computer-Properties-Default Properties. Ensure that Authentication Level = Conect and Impersonation Level = Identity. 64-Bit Fix - The SCCM GP templates do not apply the settings correctly to 64-bit machines (in the Registry they can be seen under the HKLM\Software\Microsoft\SMS\Mobile Client - they need to be under HKLM\Software\Wow6432Node\Microsoft\Microsoft\SMS\Mobile Client. Corrupt SMS ClientIDManagerStartup.log - Corrupt ClientIDManagerStartup.logs that I could not delete or rename. Renamed the Logs folder to LogsOrig. Other problems speak for themseleves such as unsupported OS (we had a few XP SP1 machines lurking about), machines disconnected from the network, etc. Hope this helps.
|