Monday, October 7, 2013

Failed to get client version for sending messages to FSP. Error 0x8004100e in SERVER 2008 R2


Failed to get client version for sending messages to FSP. Error 0x8004100e in SERVER 2008 R2

Issue : Error installing SCCM Client 2012 on windows server 2008 R2

ccmsetup.log : Failed to get client version for sending messages to FSP. Error 0x8004100e

Solution :
Step 1 :   Use ccmclean.exe to uninstall sccm client completely
Step 2 : Delete ccmsetup folder under system root
Step 3 : start ccmsetup.exe installation now with command line

Following command line i used to fix this error :

<Browse to ccmsetup package folder>ccmsetup.exe /MP:<mp server > /BITSPriority:low SMSSitecode=< Site code > fsp=< mp server FQDN name >

Friday, August 2, 2013

CONFIGURATION MANAGER DID NOT FIND A SITE TO MANAGE THIS CLIENT + SCCM2012

CONFIGURATION MANAGER DID NOT FIND A SITE TO MANAGE THIS CLIENT + SCCM2012

Error Screen shot :


SOLUTION :


Site Configuration -> Sites -> Hierarchy Settings -> select check box *use a fall back site, as shown below

 Select check box -> Use a fallback site -> apply -> ok


Discover Site from client now


Thursday, August 1, 2013

CcmSetup failed with error code 0x80004005


SCCM 2012 Client Installation failed with following error code : 0x80004005



ERROR 1: Couldn't verify 'C:\Windows\ccmsetup\Silverlight.exe' authenticode signature. Return code 0x800b0003

ERROR 2 : CcmSetup failed with error code 0x80004005


Solution : Install Silver light 5.5 and start SCCM2012 Client Installation, it really works.



Tuesday, July 30, 2013

WSUS Connection ERROR


ERROR :

WSUS ERROR LOG :
                                    The WSUS administration console was unable to connect to the WSUS Server via the remote API.

EVENTVIEWER :


                                  The description for Event ID 17137 from source MSSQL$MICROSOFT##SSEE cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.



RESOLUTION : 

WSUS internal Database corruption is due to the patching of WSUS Server. restarting of “Windows Internal Database” service was established the successful connection.



Wednesday, July 3, 2013

DEPLOYING OFFICE TEMPLATE TO ALL LOGGED ON USERS USING SCCM

Deploying Office Template to all workstations Using SCCM

Step 1 : Make batch Script, save this file as .bat

Batch SCRIPT :


@echo off
copy <shared path of Template file> "%Appdata%\Microsoft\templates"
copy <shared path of Template file> "%Appdata%\Microsoft\Templates"

Step 2 : Create package -> Follow standard steps
Step 3 : Create Program -> Follow standard steps + environment option -> only when user is logged in
Step 4 : Create Advertisement -> Follow standard steps

It Took 2 days to find this simple script......

How to create software distribution : http://technet.microsoft.com/en-us/library/bb632640.aspx

Thursday, June 13, 2013

SETUP WAS UNABLE TO CREATE THE WMI NAMESPACE CCM


Error : SETUP WAS UNABLE TO CREATE THE WMI NAMESPACE CCM
           Installation Failed with Error code 1603


You can resolve this issue by deleting the WMI repository. Perform the following steps to accompish this.
1. Stop the “Windows Management Instrumentation” service.
2. Rename the C:\Windows\System32\Wbem\Repository folder to repository_old or delete it.
3. Restart the “Windows Management Instrumentation service”.
4. Reinstall the SMS client.

THE PROCESS IS NOT IN BACKGROUND PROCESSING MODE SCCM 2007 + PATCH DOWNLOADING ISSUE


1) patchdownloader.log in sccm gives following error :

HttpSendRequest failed HTTP_STATUS_FORBIDDEN or HTTP_STATUS_DENIED
ERROR: DownloadContentFiles() failed with hr=0x80070193



Solution :

1) Login to sccm server.
2) Open Internet Explorer
3) if Proxy is enabled, provide your credentials, and check any website that is connecting to internet,

that's it, you are done.

Start downloading patch now,