SCCM 2007 - how check how sccm clients was deployed

Hi all
I need to know how sccm clients was installed on the domain's computers in order to push sccm client in the remaining computers that not have sccm client installed.
Do you have a method to obtain this informations from SCCM console?
Many thanks
Christian

ALL Clients:::::::::::::
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.Client = 1
ALL Non Clients
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.Client = 0 or SMS_R_System.Client is null
some sample collections http://sccm.blog.com/collections/
Narahari(Hurry) Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

Similar Messages

  • SCCM Client Agent Deployment - Internet based client scenario

    Hi There,
    I need to deploy SCCM 2012 client agent and certificate to the machines not connected to the corporate LAN. I know that SCCM agent and certificate needs to be installed manually on them ( or via Group Policy ).... but here I'm talking about 2000 internet
    based machines.
    Can you please let me know the enterprise level best practice to capture those 2000 internet based machines.
    50% of these machines may not come on corporate network for very long time....so cannot capture them by Group Policy... How to capture those machines.... Has anyone worked on a solution to create some kind of portal etc...whose link we can provide to the
    users via email for them to just click and that installs both SCCM client agent and certificate....just a thought.
    Regards,
    Sam

    There is no best practice as that would imply that every organization is the same and should do it the same way.
    Ultimately, this challenge is unique to your organization -- not the specific ConfigMgr details, but how best to get it done within the resources and security posture of your organization.
    If your users are local admins and you have a VPN solution, then you can potentially just send them batch files to run (that install a cert and install the client agent) when they are connected via VPN. You could potentially expose both via an HTTP download
    and the CA web issuance pages also or using certutil (assuming the user has local admin permissions again). There simply are too many variables that are unique and specific to your environment to be able to describe any sort of complete solution.
    Ultimately, it comes down to two parts, neither of which is overly complicated (or magic):
    1. Request and install client auth certificate.
      - Must be done as local admin
      - Can be automated using certutil and PowerShell
    2. Install ConfigMgr client agent
      - Must be done as local admin
      - Must be initiated by running ccmsetup (with appropriate switches and properties)
      - Must have access to rest of client setup files either locally, via the Internet DP, or Internet MP
      - Must be able to communicate with MP
    I have seen folks publish scripts for this and web pages even so a little web searching may turn one of these up.
    Jason | http://blog.configmgrftw.com

  • SCCM Client R2 CU3 in OSD

    Our base image was created using SCCM build and capture. I created the base image using sccm client 2012 SP1 ( 5.00.7804.1300). Now, we recently upgraded to SCCM 2012 R2 CU3 and we would like to update our deployment production task sequence with
    the config manager client package so that the machine will pick up the new client version after the build. Upon testing, I always encounter an incomplete build. After the installation of the sccm client, the ts stops and will show the login window. The ccmsetup.log
    indicates a successful installation of the client as it  exits with a return code of 0. I have a gut feeling that the sccm client was upgraded and was not able to save the task sequence which caused the task sequence to stop. Any idea on why the build
    stops after the installation of the client and how to resolve the issue?

    You can follow this post to configure CU3 in OSD.
    http://sccmfaq.wordpress.com/2013/09/24/sccm-2012-include-cu-in-osd/
    Nick Pilon | Blog : System Center Dudes

  • How to install sccm client on bulk collections using push installation

    Unfortunately I did something and received the following description:-
    How to know/reproduce the following scenario by installing sccm client on bulk collections in SCCM 2012R2? 
    "User ***** requested that the CCRs will be generated for collection “All Windows Client Systems (P0100015), The SMS Provider did not generate CCRs for all the system resources in this collection.
    Possible cause: some system resources are not assigned to the current site, and you chose to insta
    Il clients only on system resources that are
    assigned to current site. 
    Another possible cause: Some system resources do not have Microsoft Windows NT operating system
    or above installed.
    Message ID: 30110"

    Ok. Some of your clients are not covered under any site assignment boundary, hence you are getting that error. Would recommend you to select "Install the client from a specified site" and select the Primary site. If your boundary groups for content
    are configured fine then the client will be installed from the appropriate site for each machine you are pushing the client to.
    -RG

  • How would SCCM treat a re-imaged machine without SCCM Client installed on it.

    I would like to understand how Configuration Manager would treat a machine on which OS is rebuild if the machine is currently showing client=YES and SCCM Client is not installed after OS rebuild.
    Would it create a new record for this machine in SCCM once the machine is discovered or merge it with existing record?

    The only thing that flips client=no to client=yes is heartbeat discovery (which is sent by the ConfigMgr client). There's no mechanism that would flip to client=no (except the clear install flag task). So the resource will age out eventually (if AD
    discovery does not update the resource for example).
    Torsten Meringer | http://www.mssccmfaq.de

  • How to install SCCM client in native mode on kiosks machine

    Please share the whole process of sccm client installation and server configuration for kiosks machine

    https://www.dropbox.com/s/xcf57h95j1b90am/SC2012_ConfigMgr_DocDownload.docx
    Hope this link help you 
    DushYant'

  • Is WMI required SCCM client 2007 agent for working

    A Quick Qustion
    Is WMI required SCCM client agent for working
    what is the neccesity for WMI on SCCM client agent 2007
    How SCCM CLient affect if WMI corrupt
    could any one explaine
    Its not only a question I am facing sccm client agent corrupted
    shinu

    Yes, functional WMI is a requirement for the SCCM client to work. One sign of WMI being corrupt is that the client won't receive any policies from the MP.
    Blog: www.danielclasson.com/blog |
    LinkedIn:
    Daniel Classon | Twitter: @danielclasson

  • How do I check the oracle client version?

    Hi All,
         How do I check the oracle client version installed from the OS level. I do know my database version I need to check which client is being used. Is there a table where this information is stored.
    Thanks
    Shabna

    disp+work.exe -V will tell you which OCI version was used during compiling and linking.
    Oracle uses release independent DLL Names (Unix people would say Shared Libraries) and therefore the SAP Kernel will dynamically load any Oracle Client Version found in the standard DLL Load Path during startup.
    If you have more versions installed on your computer and you are not shure which one is loaded you can use Process Explorer (freeware, see www.sysinternals.com) to find out which one is loaded. If they belong to an Oracle_home (up to release 9.2) refere to Oracle Universal Installers Inventory information in order to find out which exact version is used.
    If an Oracle10 Instant Client is used, there is no corresponding Oracle_Home. In this case you can use Windows Explorer (right click on the  DLL -for example oci.dll), select properties, the Version Tab and File Version).
    But unfortunately Oracle is not updating the File Version every time they are patching something.
    An SAP ABAP Server Integrated Resource is the version information disp+work.exe -V is listing (evquivalent to SM51 - Release Information).
    <b>Datenbank Client Library : OCI_10201_SHARE (10.2.0.2.0)</b>
    OCI_10201_SHARE is telling us the compile/link environment, the number in brackets (only available starting with Oracle10) tells us the the result of an Oracle Client GetVersion call. Unfortunately this one does also not reflect the installed Minipatch version up to now.
    Here are some results on 10.2.0.2 Windows X86_64:
    SM51: Datenbank Client Library : OCI_10201_SHARE (10.2.0.2.0)
    Explorer (OCI.DLL located in the same directory as disp+work.exe):
       10.2.0.2.0 Patch2
    Explorer (oraociicus10.dll - the instant client implementation, this version is the one actual since mini patch 10.2.0.2.5 and it was definitely changed in 10.2.0.2.5):
       OraOCIICUS10.dll - 10.2.0.1.0
       oracore10.dll - 10.2.0.1.0 Production
       oranls10.dll - 10.2.0.1.0 Production
       orasnls10.dll - 10.2.0.1.0 Production
       oraunls10.dll - 10.2.0.1.0 Production
       oravsn10.dll - 10.2.0.1.0 Production
       oracommon10.dll - 10.2.0.1.0 Patch1
       orageneric10.dll - 10.2.0.2.0 Patch2
       oraclient10.dll - 10.2.0.2.0 Patch2
       orapls10.dll - 10.2.0.1.0 Patch1
       orasql10.dll - 10.2.0.1.0 Production
       oraxml10.dll - 10.1.0.2.0
       orahasgen10.dll - 10.2.0.1.0 Production
       oraocrutl10.dll - 10.2.0.1.0 Production
       oraocr10.dll - 10.2.0.1.0 Production
       oraocrb10.dll - 10.2.0.1.0 Production
       oranbeq10.dll - 10.2.0.1.0 Production
       orantcp10.dll - 10.2.0.1.0 Production
    oracommon10.dll from the rdbms server does report 10.2.0.2.0 Patch5 at the same time. compare it with the version information of oracommon10.dll included in oraociicus10.dll. Both patches are included in the same patchset (10.2.0.2.5).
    there are two possible conclusions about this:
    1. the version infomation is not very reliable.
    2. the Oracle Patch and Build environment is not very reliable
    Peter

  • How to check Integration Server Client and ABAP stack Client?

    How to check Integration Server Client and ABAP stack Client? How to check,,pls tell in detailed steps???
    Points would be awarded.
    Arnab

    hi,
    Must be the server has different clients,one declared as application server ie abap stack client and the other declared as Integration server ie XI. U might be trying to open idx5 in application server client, in which idx5  exists but you cant open the screen even, that can be achieved through we02.
    000 is the default client when  XI server is installed .We can create separate clients on the system through sccl tcode.
    As told we can find the client  on sap logon screen.
    Logon to sxmb_adm and check whether the client is declared as an application system(r/3) or Integration server(xi).Try idx5 in xi not r/3
    Edited by: NagaDurga Nannapaneni on Aug 28, 2008 11:36 AM

  • Send state message to SCCM after uninstall of SCCM client

    Hi Everyone,
    I have a batch file to uninstall the client from PC's, how would I could I send a state message back to SCCM to say the uninstall was successful? Asking because the console doesn't come back with success info, just waiting, and accepted on the program.....as
    the client is uninstalled etc.
    Currently running a simple ccmsetup.exe /uninstall as below, thanks for any help in advance.
    I know there's a Vb script to force any existing messages to be sent, but as the CCM WMI will not exist, there would be nothing to send, right?
    And I have to do this for a POF......Is this even possible??I could write to a log file with the name of the computer that just uninstalled, but really wanted to use a report.....or if there's another way to uninstall client and get the info in SCCM then
    please let me know, it's been a very long few days..... cheers :)
    @echo off
    echo Please Wait while the system is uninstalling Microsoft's SMS/SCCM Client.
    REM 'echo Checking for SCCM 2007 client...
    REM 'IF EXIST %windir%\System32\ccmsetup\ccmsetup.exe GOTO DEL07
    REM 'echo No SCCM 2007 client found.
    echo Checking for SCCM 2012 client...
    IF EXIST %windir%\ccmsetup\ccmsetup.exe GOTO DEL12
    echo No SCCM 2012 client found.
    echo Checking for SMSCFG file...
    IF EXIST %windir%\SMSCFG.INI GOTO DELINI
    echo No SMSCFG file found.
    echo All software already removed or no client installed.
    GOTO END
    REM :DEL07
    REM echo Found SCCM Client v2007. Removing...
    REM %windir%\System32\ccmsetup\ccmsetup.exe /uninstall
    REM RD /S /Q %windir%\System32\ccmsetup
    REM RD /S /Q %windir%\System32\ccm
    REM RD /S /Q %windir%\System32\ccmcache
    REM echo SCCM Client 2007 removed.
    REM IF EXIST %windir%\ccmsetup\ccmsetup.exe GOTO DEL12
    REM IF EXIST %windir%\SMSCFG.INI GOTO DELINI
    REM GOTO END
    :DEL12
    echo Found SCCM client v2012. Removing.
    %windir%\ccmsetup\ccmsetup.exe /uninstall
    REM RD /S /Q %windir%\ccmsetup
    REM RD /S /Q %windir%\ccm
    RD /S /Q %windir%\ccmcache
    echo SCCM Client 2012 removed.
    IF EXIST %windir%\SMSCFG.INI GOTO DELINI
    GOTO END
    :DELINI
    echo SMSCFG file found. Removing...
    del /F %windir%\SMSCFG.INI
    echo SMSCFG file removed.
    GOTO END
    :END
    echo Done!
    rem pause
    exit
    many thanks

    Don't you think this is a bit of a silly question? The client is what sends state messages therefore what would you expect to "send" the message that the client was removed? Seems about as effective as putting the address on the inside of an
    envelope and expecting the post office to just know where to send the mail.
    John Marcum | Microsoft MVP - Enterprise Client Management
    My blog: System Center Admin | Twitter:
    @SCCM_Marcum | Linkedin:
    John Marcum

  • SCCM Client Downloads Packages from DP on different subnet

    Hi
    When I deploy a package to PC, SCCM client finds two DPs (DP1 & DP2). I've checked log files...
    DP1 is on the same subnet that client, but SCCM client downloads packages from DP2, but DP2 is different subnet.
    With SCCM 2007, this was not by this way....SCCM client download packages from local DP (if was posible..)

    In CM2012, client content location is defined with two catagories like preferred distribution point and fallback distribution point. These gets listed by MP based on the Boundary configuration and the package deployment methods. If package deployed to look
    only preferred distribution points, then that particular preferred (a boundary mapped )DP only listed by MP.
    More information of these preferred vs fallback is explained in below article..
    http://sccmguru.wordpress.com/2012/05/08/how-preferred-distribution-points-and-fallback-is-working-in-configuration-manager-2012/
    Based on your question above, I believe the boundary configuration is not mapped to the DP and could be the case here. Thanks,
    Thanks SRee

  • Very slow BITS download on SCCM client

      I have a problem with one Windows 2012 server and SCCM client BITS downloads. Jobs created by SCCM client and under SYSTEm account are extremely slow, some 40-60Kbit/sec only. Link itself between client and SCCM 2007 server is 1..1.5Mbit/sec.
      After a couple days I have exchausted my ideas. BITS GP policies are in place, minimum at workhours is 100kbit/sec but download is always 40-60Kbit/sec. Is it workhours or not. 17Mb file I can download over http manually in seconds. It also downloads
    with seconds when I created schedule task under system account where there was row
    start-bitstransfer -source http://server/test.cab -destination c:\folder\test.cab
    I tried changing permissions on SCCM side, give anonymous user rights to download, put NTAuthenticationProviders to "NTLM" but without any changes on download speed. To download this 17Mb file with SCCM client takes hours. Of course, if I switch
    to CIFS/SMB then it also gets files within seconds but I really don't want to do that.
     Any ideas why BITS jobs created by SCCM client are so slow? How can I tell to it that link is quite good and you can download faster.

    Started yesterday one job and at morning its status was TRANSFERRED.
    18MB and 12h download time
    GUID: {ADD1B985-5FCF-4461-BE8C-196561C283F4} DISPLAY: 'CCMDTS Job'
    TYPE: DOWNLOAD STATE: TRANSFERRED OWNER: NT AUTHORITY\SYSTEM
    PRIORITY: LOW FILES: 1 / 1 BYTES: 18128896 / 18128896
    CREATION TIME: 23.01.2014 18:12:35 MODIFICATION TIME: 24.01.2014 5:31:15
    COMPLETION TIME: 24.01.2014 5:31:15 ACL FLAGS:
    NOTIFY INTERFACE: UNREGISTERED NOTIFICATION FLAGS: 11
    RETRY DELAY: 60 NO PROGRESS TIMEOUT: 2419200 ERROR COUNT: 0
    PROXY USAGE: NO_PROXY PROXY LIST: NULL PROXY BYPASS LIST: NULL
    DESCRIPTION:
    JOB FILES:
            18128896 / 18128896 WORKING
    http://server:80/SMS_DP_SMSPKGE$/PRI0003A/TortoiseSVN-1.6.16.21511-x64-sv
    n-1.6.17.msi -> C:\Windows\SysWOW64\CCM\Cache\PRI0003A.4.System\TortoiseSVN-1.6.16.21511-x64-svn-1.6.17.msi
    NOTIFICATION COMMAND LINE: none
    owner MIC integrity level: SYSTEM
    owner elevated ?           true
    This job is read-only to the current CMD window because the job's mandatory
    integrity level of SYSTEM is higher than the window's level of HIGH.
    Peercaching flags
             Enable download from peers      :false
             Enable serving to peers         :false
    CUSTOM HEADERS: NULL

  • Trouble with SCCM Client Push

    I am having issues with pushing the SCCM client. I am able to push the client just fine as it installs OK but it will not assign the site code. When I try to manually enter the site code I get the "Failed to Update Site Assignment" error. However,
    when I log off of my domain admin account and log on as the local administrator I can manually enter the site code and it accepts it. My domain account is added as a local administrator..
    The old Network Admin who setup most of SCCM in not with us anymore so I am in charge of figuring out where he left off at and getting everything working. From what I can put together we have extended AD and the System Management folder is populated. I have
    ran a query in AD to ensure we do not have any over lapping boundaries. As far as I know we installed SCCM 2012 fresh and did not upgrade from 2007. I have checked our GPO and have not found any that are trying to push the site code.
    I have copy and pasted a couple logs below that may help troubleshoot. I have googled for days now how to fix the issues I see in the logs but haven't found anything. Please Help!!
    LocationServices.log:
    <![LOG[The MP name retrieved is 'E091SCCM.campbell.ketsds.net' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="14:34:36.365+300"
    date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsadcache.cpp:334">
    <![LOG[MP 'E091SCCM.campbell.ketsds.net' is compatible]LOG]!><time="14:34:36.365+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsadcache.cpp:339">
    <![LOG[Lookup Management Points from AD:]LOG]!><time="14:34:36.365+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsutils.h:205">
    <![LOG[Name: 'EDKDECCMP1.KETS.KETSDS.NET' HTTPS: 'N' ForestTrust: 'N']LOG]!><time="14:34:36.365+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsutils.h:211">
    <![LOG[Name: 'E091SCCM.campbell.ketsds.net' HTTPS: 'N' ForestTrust: 'N']LOG]!><time="14:34:36.366+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsutils.h:211">
    <![LOG[Retrieved lookup MP(s) from AD]LOG]!><time="14:34:36.366+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:2136">
    <![LOG[Current AD forest name is ketsds.net, domain name is campbell.ketsds.net]LOG]!><time="14:34:36.376+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="14:34:36.376+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:896">
    <![LOG[Site and assignment site code match. Verifying site.]LOG]!><time="14:34:36.383+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:4001">
    <![LOG[LSIsSiteCompatible : Verifying Site Compatibility for <PRI>]LOG]!><time="14:34:36.383+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:5061">
    <![LOG[Attempting to retrieve lookup MP(s) from AD]LOG]!><time="14:34:36.383+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:2110">
    <![LOG[Current AD forest name is ketsds.net, domain name is campbell.ketsds.net]LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:896">
    <![LOG[Lookup Management Points from AD:]LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsutils.h:205">
    <![LOG[Name: 'EDKDECCMP1.KETS.KETSDS.NET' HTTPS: 'N' ForestTrust: 'N']LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsutils.h:211">
    <![LOG[Name: 'E091SCCM.campbell.ketsds.net' HTTPS: 'N' ForestTrust: 'N']LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsutils.h:211">
    <![LOG[Retrieved lookup MP(s) from AD]LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:2136">
    <![LOG[Current AD forest name is ketsds.net, domain name is campbell.ketsds.net]LOG]!><time="14:34:36.391+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="14:34:36.391+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:896">
    <![LOG[LSGetSiteVersionFromAD : Successfully retrieved version '4.00.6487.0000' for site 'PRI']LOG]!><time="14:34:36.398+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:4960">
    <![LOG[LSIsSiteVersionCompatible : Site Version '4.00.6487.0000' is not compatible.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:5023">
    <![LOG[LSIsSiteCompatible : Site <PRI> Version '4.00.6487.0000' is not compatible.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:5126">
    <![LOG[LSVerifySiteAssignment : Client cannot be assigned to site <PRI>.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="LocationServices" context="" type="3" thread="8080"
    file="lsad.cpp:5160">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='607' will not be sent.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="LocationServices" context="" type="1"
    thread="8080" file="fspclientdeployassign.cpp:55">
    ClientLocation.log
    <![LOG[Getting Assigned Site]LOG]!><time="14:13:39.330+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="7616" file="smsclientclass.cpp:989">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:13:41.940+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="7616" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:13:42.417+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="7616" file="smsclientclass.cpp:562">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:13:47.468+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="7616" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:13:47.531+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="7616" file="smsclientclass.cpp:562">
    <![LOG[Getting Assigned Site]LOG]!><time="14:14:34.803+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="3332" file="smsclientclass.cpp:989">
    <![LOG[Getting Assigned Site]LOG]!><time="14:14:37.517+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="2520" file="smsclientclass.cpp:989">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:14:45.167+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="2520" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:14:45.424+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="2520" file="smsclientclass.cpp:562">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:15:35.577+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="6888" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:15:35.627+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="6888" file="smsclientclass.cpp:562">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:25:36.861+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="8276" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:25:36.930+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="8276" file="smsclientclass.cpp:562">
    <![LOG[Getting Assigned Site]LOG]!><time="14:33:00.123+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="6592" file="smsclientclass.cpp:989">
    <![LOG[Getting Assigned Site]LOG]!><time="14:34:31.483+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="8800" file="smsclientclass.cpp:989">
    <![LOG[Getting Assigned Site]LOG]!><time="14:34:33.521+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="8080" file="smsclientclass.cpp:989">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:34:36.145+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="8080" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="8080" file="smsclientclass.cpp:562">

    Is this 2012 R2?
    When I upgraded from SP1 to R2 I had a very similar message. This thread helped me out:
    http://www.windows-noob.com/forums/index.php?/topic/7217-client-version-50078041000-is-not-compatible-with-the-site-111-version-50077110000/
    Specifically this bit:
    DerGali, on 23 Jan 2013 - 08:41 AM, said:
    I had the same Problem with the client version thing. I had to do following Steps to fix it:
    1. If you made an Extension in the Active Directory for your SCCM Installation just open ADSIedit go To CN System=>CN System Management remove the Object CN=SMS-MP..... (don't worry it will be recreated by
    the sccm server hourly. if not check rights on the object (the sccm computer object need to have rights to write into the System Management Object)
    2. Just wait until next morning! The Server should updated all Version Numbers by itself!
    MCP, MCDST, MCTS x 6, MCITP x 3
    Please don't forget to mark this post as an answer if it is the solution to your problem!
    If you like trance music, please subscribe to my podcast
    Trancendance Podcast
    View my MCP Certifications
    Follow me on Twitter

  • SCCM Client Push installation comms/ports

    Hi all,
    I've done a bit of reading of articles/resources and I'm not quite clear on communication requirements. I read that ICMP ping is required in addition to various TCP ports for client push installation. Our setup is a hub and spoke design with firewalls which
    we don't administer between premises (convenient how 'site' is a key word in SCCM grrr) :)
    I thought we would be able to have Distribution Points/Management Points on remote premises and have the clients on those premises do all necessary communication with the local server in their same subnet in order to deploy the SCCM client and report status.
    Do I require ping etc through to the main server before it will use the local Distribution Point to deploy and report via the local Management Point?
    We have a few clients manually installed at a couple of remote premises which are reporting but can't push the client and we have many clients at our central premises which have had client push installation and reported back successfully - presumably because
    they are in the same subnet with no firewalls between.
    I also have a couple of manually installed clients at remote premises which are not reporting client activity but I'll look into that further once the main client push feature is working.
    Thanks for any clarification, I'm building my SCCM knowledge!
    R

    Hi Gerry,
    Thanks for your response and the resources on your blog.
    I have looked at the link but I'm still not clear on instances (if any) where direct communication is required between the client and the primary site server.
    Should clients be expected to be able to communicate only with their local distribution point/management point which is in the same subnet if they are firewalled from the primary site server as I have? How does SCCM know to have a remote distribution point
    do the communication to a client that is local to it without knowing the IP address? My servers have exceptions setup between them but the clients are fairly restricted to their own premises.
    My boundaries are configured per AD Site but unless SCCM checks DNS for IP address would it be able to determine the AD Site to have the nearest DP/MP handle all the client interaction?
    My query about ICMP was based on this link https://technet.microsoft.com/en-us/library/gg682180.aspx which says:
    "In addition to the ports listed in the following table, client push installation also uses Internet Control Message Protocol (ICMP) echo request messages from the site server to the client computer to confirm whether the client computer is available on
    the network."
    Edit: I see Jason has partly answered my question above - I spent too long typing this post :)
    Thanks

  • Sccm client v4 wont install and install client v5 - SCCM 2012 R2

    Hi, I am coming to the end of a SCCM 2012 R2 client deployment. I have come across 2 machines (so far)that have the SCCM 2007 (v4) client installed, and although the task is set to uninstall from the server the v5 client will not installed. iI have been
    using this an as template:
    http://eskonr.com/2010/11/sccm-client-installation-troubleshooting-steps-check-list/
    I have ran the install seperatelty from the server (boxed ticked - Uninstall existing Config Manager client) - No Install
    The ccmsetup folder is created - c$\Windows\ccmsetup, but only has 3 files, no logs folder
    Other machines on site has the v5 client
    Checked ping from client to server and vice versa (no firewall enabled)
    Boundaries/Schema/DNS - ok
    Checked all local event logs.
    i know you can run the local uninstall command, but as the network is vast i would like to fix to come from the server, rather than having to do this on the client.
    Any tips would be great going forward.
    SCCM 2012 R2 - Windows 7 Enterprise SP1

    Hi,
    I ensured the account used for the install was in the local admins group.
    From the ccm.log on the server, i got these erros, been googling but nothing yet:
    ---> ERROR: Unable to start service "ccmsetup" on machine "LCD12121", error = 1075.    SMS_CLIENT_CONFIG_MANAGER    22/10/2014 12:01:43    1460 (0x05B4)
    ---> Failed to install CCM Client Bootstrap component on client (1075)    SMS_CLIENT_CONFIG_MANAGER    22/10/2014 12:01:43    1460 (0x05B4)
    Execute query exec [sp_CP_SetLastErrorCode] 2097153910, 1075    SMS_CLIENT_CONFIG_MANAGER    22/10/2014 12:01:43    1460 (0x05B4)
    Also, is there a way to run a report on which machines dont have the sccm client/install issues?
    Thanks

Maybe you are looking for

  • How to ASR 9k auto backup to external FTP server

    How to take auto  running configuration backup when use commit command in asr9k  .Our asr9k sofware Version 4.0.1[Default] .I usse the commands ftp client password encrypted 050D121F345F4B1B4 ftp client username cisco ftp client source-interface Giga

  • Problem to get start with QuickTime in a new application.

    Im new in using QuickTime7.1 SDK.I installed QuickTime and now want to start using the components in my C++ application.I would like to know how quicktime QuickTime ActiveX control should be included in a new C++ project and to see whether its instal

  • Time Machine Taking a Long Time to Index

    Hi everyone. I first noticed this today.  My Time Machine is taking a long time to index.  It's stuck on "Waiting for index to be ready (100)" for about 10 minutes at least, it seems.  I did notice earlier today that it had to delete old backups to m

  • Customer TDS

    Hello, I want to post Customer TDS. I have configured Vendor TDS and I am able to post withholding tax entries successfully. It seems that the entire setup for the Customer TDS remains same. While assigning Withholding Tax types to Company Code, I ha

  • Decimal Points in BOM

    Greetings...                    How to make the setting for allowing deciaml points usage . Now i want to use the qty as 0.006 KG for (60 gm)  in BOM, But system giving me error as "Input must be in the format .__.___.__~,___V Edited by: SAP PP on No