SCCM 2012 R2 CU2 Patch Problem

So I'm having a problem installing the R2 Client with the CU2 patch within an image task sequence. 
I'm trying to install with the Task Sequence Method in the "Setup Windows and ConfigMgr" step, by using the "Installation properties" section to specify the hotfixes.
It always fails with "unable to create temp copy of patch" in the logs
I've tried the following ways:
- C:\_SMSTasksequence folder method
- UNC share Path to the SCCM server method
- Using a command to copy patch locally before setup configuration manager step
The only way that it does install is with the ClientPatch folder, but according to Microsoft, is an unsupported method.
Others things I've done is give Domain Computers and Everyone, full access to the Client share folder, and full NTFS rights as well.
Don't know what else to try. 

what is the command line syntax you using to install R2 client with CU patch ? are you copying the CU2 Patch locally before installing R2 Client  ? How are you doing it in TS ?
here is what i would try : 
1) Copy the CU2 patch from package to windows\temp folder with cmd: xcopy ".\*.*" "C:\Windows\Temp\CU2_Hotfix\" /D /E /C /I /Q /H /R /Y /S
2)setup configuration manager step with cmd: SMSMP=XXXXXXXX SMSCACHESIZE=10240 CCMLOGMAXSIZE=5000000 PATCH="C:\Windows\Temp\CU_Hotfix\configmgr2012ac-r2-kb2938441-i386.msp"
refer  this http://blogs.technet.com/b/jchalfant/archive/2014/04/26/patchconfigmgr2012x86andx64clientsduringatasksequenceusingthepatchproperty.aspx
Eswar Koneti | Configmgr blog:
www.eskonr.com | Linkedin: Eswar Koneti
| Twitter: Eskonr

Similar Messages

  • Problems with report builder 3.0 in SCCM 2012 R2 CU2

    Hi All
    I have problems with editing  (Using Report builder) existing reports  or creating new ones in SCCM 2012 R2 CU2
    We version of SQL we use is SQL 2008 R2 SP2
    I already asked this question in the SCCM 2012 forum but the problem is not related to SCCM but has something to do with application report builder
    I changed the registry key and edited the Microsoft.ConfigurationManagement.exe.config.xml as described in the following link
    http://blogs.technet.com/b/smartinez/archive/2012/07/03/system-center-2012-configuration-manager-create-report-don-t-work-what-do-i-do-now.aspx
    Afterwards I try to edit an report I see report builder is being downloaded and after it generates the following error “Application did not succeed. Unable to continue”
    Error details are
    Following errors were detected during this operation.
    * [22-7-2014 13:55:07] System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - File, Microsoft.DataWarehouse.dll, has a different computed hash than specified in manifest.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, Hash hash)
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, HashCollection hashCollection)
    at System.Deployment.Application.ComponentVerifier.VerifyComponents()
    at
    System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions
    options)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    And in the SmsAdminUI.log I noticed the following error
    [16, PID:4460][07/21/2014 14:11:43] :[ReportProxy] - User-specified default Reporting Point [Server1.local.nl] could not be found, [Server2.local.nl] is now the default Reporting Point.
    [1, PID:4460][07/21/2014 14:11:11] :System.InvalidOperationException\r\nThere is an error in XML document (1, 1).\r\n at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
    I removed the reporting point no luck -> I already installed report builder 3.0 local on my computer still no luck.
    I hope someone can give me some advice , I am lost with this error
    Thx in advance
    Regards
    Johan

    Hi Miss Katherine,
    1. I went through the SQL steps in the link you posted
    2. I updated the Reg Key and Microsoft.ConfigurationManagement.exe.config file with 3.0 on both the
    server and the console machine.
    3. I copied the .DLL file from your OneDrive and replaced the existing one on the server.
    4. I uninstalled and re-installed the reporting role on the server and received the 1015 in the log.
    5. I restarted the server and the client machine
    I do get a slightly different error now after using the new DLL
    Errors With Original DLL
    ERROR DETAILS
    * [9/30/2014 8:42:03 AM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - File, Microsoft.DataWarehouse.dll, has a different computed hash than specified in manifest.
    - Source: System.DeploymentERROR DETAILS
    Errors With New DLL
    ERROR DETAILS
    Following errors were detected during this operation.
    * [9/30/2014 9:17:13 AM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation)
    - Reference in the manifest does not match the identity of the downloaded assembly Microsoft.DataWarehouse.dll.
    - Source: System.Deployment

  • SCCM 2012 R2 CU2 Clients Will Not Download Anything Using BITS, error 0x801901F4

    I built a new SCCM 2012 R2 CU2 suite on Server 2012 R2. Clients will not download anything that require BITS transfers. The root of the problem seems to be in the DataTransferService.log. These lines keep appearing over and over:
    CDTSJob::HandleErrors DTS Job '(a GUID)' BITS Job '(a GUID)' under user '(SID)' OldErrorCount: 11 NewErrorCount: 12 ErrorCode 0x801901F4 (of course, error counts increment)
    CDTSJob:Handlerrors DTS Job = '(GUID matching one above)' URL='http://dpname and package path' ProtType=1
    Any input appreciated.
    Ben JohnsonWY

    Well, I found a problem. LOCAL SERVICE was running the Distribution Points Pool in IIS and Local Service didn't have rights to c:\windows\Microsoft.Net\Framework64\V4.0.30319 on the DP server. Once it did that it cleared up some IIS problems but not this
    problem.
    0x80070003 seems to mean "path not found". In DataTransferService.log the path it's trying to get to is
    http://fullservername:80/sms_dp_smspkg$/abc00012. When I enter that path into a browser URL bar, it displays this info:
    date time 50449456
    http://fullservername:80/sms_dp_smspkg$/abc0012.2/exe file of patch it's trying to pull.
    The clients seem unable to find the path to the patches.
    Ben JohnsonWY

  • SCCM 2012 R2 CU2 Can't Edit WMI Query Code in Report Builder

    I first posted this in the SCCM but the issue is not solved so I thought I'd try here in the SQL Reporting forum. Original thread here: http://social.technet.microsoft.com/Forums/en-US/b0a6ca3d-7471-4b49-8447-7403a65c2ec0/sccm-2012-r2-cu2-cant-edit-wmi-query-code-in-sccm-reports?forum=configmanagergeneral
    I'll repost info here to make this easier.....
    I built a new SCCM 2012 R2 CU2 suite on Server 2012 R2. This also uses SQL 2012 SP1 CU6. This suite has 4 servers: site server, two for WSUS and secondary DPs, and SQL. This problem is true for the built in reports and my custom reports. Our SQL guy has
    been helping me a lot but we've gotten nowhere. I can run a report. I can open one in edit mode after it prompts me for credentials. It loads Report Builder 3.0. But when I go to a dataset/query, enter credentials, and try to open it, I get a popup that
    says "Unable to connect to data source. 'AutoGen_5C6358F2_yayak..." When I click on details it says "The target principal name is incorrect. A connection was succesfully established with the server, but then an error occurred during the login
    process.  (SSL Provider, error: 0 -The target principal name is incorrect.)" In SQL Reporting Services Config Manager the paths for Web Service URL is
    http://ip.ip.ip.ip:80/ReportServer_SC01 and for Report Manager URL:
    http://ip.ip.ip.ip:80/Reports_SC01. A domain account is used to login. This happens when you r-click a dataset and select query to edit the code of a dataset, ie, when query designer tries to open up. It happens
    in both Admin Console and when using the Report Manager URL within SQL SSRS. All other functions of using edit mode of a report work fine.
    Ben JohnsonWY

    When I do that, browse is dimmed out.
    But, if I deselect "create a data set" and click "choose an existing dataset in this report..." there is no data connection at the end.
    But if I don't use report builder and instead use IE to browse to my ConfigMgr_ABC, I do see the connection at the end: {123...}.
    This problem is on a network that is not on the 'net, so it's hard to do screen shots, so I'll reproduce this problem step by step:
    I pick a report to edit, it doesn't matter which one.
    If I try it in Admin Console, I right-click, Edit the report, it asks me for a login, I login, then I get a popup that says "Cannot continue. The application is improperly formatted. Contact the vendor for assistance. I click the Details button and
    get a long set of text but the key part is "Your web browser settings do not allow you to run signed applications." This msg didn't appear before, so something changed, so I will investigate. I think it used to give a SPN error.
    If I use IE within report builder and navigate to whatever report, click open, everything works, except, when I click on Dataset0 (the key one I normally need to edit), click query, it prompts me for a login and no matter which one I use, i get a popup that
    says "unable to connect to data source 'AutoGen_123...'". If I click details I get "the targe principal name is incorrect. A connection was successfully established with the server, but then an error occurred during the login process. (provider:
    SSL Provider 0-The target principal name is incorrect.)
    Ben JohnsonWY

  • SCCM 2012 R2 CU2 Can't Edit WMI Query Code in SCCM Reports

    I built a new SCCM 2012 R2 CU2 suite on Server 2012 R2. This also uses SQL 2012 SP1 CU6. This suite has 4 servers: site server, two for WSUS and secondary DPs, and SQL. This problem is true for the built in reports and my custom reports. Our SQL guy has
    been helping me a lot but we've gotten nowhere. I can run a report. I can open one in edit mode after it prompts me for credentials. It loads Report Builder 3.0. But when I go to a dataset/query, enter credentials, and try to open it, I get a popup that
    says "Unable to connect to data source. 'AutoGen_5C6358F2_yayak..." When I click on details it says "The target principal name is incorrect. A connection was succesfully established with the server, but then an error occurred during the login
    process.  (SSL Provider, error: 0 -The target principal name is incorrect.)" In SQL Reporting Services Config Manager the paths for Web Service URL is
    http://ip.ip.ip.ip:80/ReportServer_SC01 and for Report Manager URL:
    http://ip.ip.ip.ip:80/Reports_SC01.
    This is one of three problems I'm having a lot of difficulty with on this network. I'm making separate threads for all three.
    Ben JohnsonWY

    When I do that, browse is dimmed out.
    But, if I deselect "create a data set" and click "choose an existing dataset in this report..." there is no data connection at the end.
    But if I don't use report builder and instead use IE to browse to my ConfigMgr_ABC, I do see the connection at the end: {123...}.
    This problem is on a network that is not on the 'net, so it's hard to do screen shots, so I'll reproduce this problem step by step:
    I pick a report to edit, it doesn't matter which one.
    If I try it in Admin Console, I right-click, Edit the report, it asks me for a login, I login, then I get a popup that says "Cannot continue. The application is improperly formatted. Contact the vendor for assistance. I click the Details button and
    get a long set of text but the key part is "Your web browser settings do not allow you to run signed applications." This msg didn't appear before, so something changed, so I will investigate. I think it used to give a SPN error.
    If I use IE within report builder and navigate to whatever report, click open, everything works, except, when I click on Dataset0 (the key one I normally need to edit), click query, it prompts me for a login and no matter which one I use, i get a popup that
    says "unable to connect to data source 'AutoGen_123...'". If I click details I get "the targe principal name is incorrect. A connection was successfully established with the server, but then an error occurred during the login process. (provider:
    SSL Provider 0-The target principal name is incorrect.)
    Ben JohnsonWY

  • SCCM 2012 R2 CU2 Admin Console Connects But Closes In A Few Seconds

    I built a new SCCM 2012 R2 CU2 suite on Server 2012 R2. There are four servers: site server, secondary DP, WSUS/SUP, and a SQL server. On the first three the SCCM Admin Console will open. But when logged into the SQL server, the Admin Console opens
    for a couple seconds, then closes. The SQL box can connect via wbemtest to
    \\server\root\sms\site_ABC. I have checked all the items that show on the screen when your console won't connect. There are  no errors in the smsprovl.log on the site server. I think this problem is on the SQL server.
    This is one of three problems I've had a lot of difficulty with on this network. I'm making separate threads for all three
    Ben JohnsonWY

    I have been able to verify this problem generates 4 entries in Event Viewer/System logs. In the order they get generated by first in time:
    1st - A fatal error was generated and sent to a remote endpoint. This may result in termination of the connection. The TLS protocol defined fatal error code is 43. The Windows Schannel error state is 552.
    2nd - The certificate received from the remote server does not contain the expected name. It is therefore not possible to determine whether we are connecting to the correct server. The server name we were expecting was (the IP of the SQL server). The
    SSL connection request has failed. The attached data contains the server certificate.
    3rd - DCOM was unable to communicate with the server servername.fqdn using any of the configured protocols; requested by PID 3cb8 (C:Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\Microsoft.ConfigurationManagement.exe)
    4th - an exact repeat of the 3rd entry.
    Ben JohnsonWY

  • SCCM 2012 R2 CU2 Update - Need to update console or clients as well?

    Hi,
    I am going to be installing the following update onto out SCCM 2012 server:
    http://support.microsoft.com/kb/2970177/en-us
    I am not 100% sure but is there a need to update all installed consoles and/or all sccm clients after the CU2 installation?

    Site server, console and clients needs to be updated.
    Full installation guide : http://www.systemcenterdudes.com/sccm-2012-r2-cu2-installation-guide/

  • SCCM 2012 R2 CU2 - Unable to deploy or configure PullDP's

    After upgrading to SCCM 2012 R2 CU2, I'm not able anymore to promote new Distribution Points acting as Pull DP's with the source servers set. This was configured and worked as expected under SCCM 2012 R2 CU1 where the 2 DP's were setup as PullDP's. After
    Upgrade to 2012 R2 CU2, I decided to switch everything over to use HTTPS instead of HTTP as it is getting closer to production. In this process I uninstalled a DP and tried to promote it back, yet when I try to select a DP as source, it lists none.
    Venturing a bit ahead, if I try to modify the PullDP's on the one that upgraded to SSL as expected, this also appears to be "broken" if I strip away the single DP it has and add in a new, so this change has not been applied to it.
    After sleeping on it, I decied to try to do this via PowerShell instead, to no avail.
    Output of powershell:
    PS BKA:\> Set-CMDistributionPoint -SiteCode 'ABC' -SiteSystemServerName 'RemotePullDPFQDN' -EnablePullDP $true -SourceDistributionPoints 'PrimarySiteServerFQDN' -SourceDPRanks 1WARNING: One or more source distribution points are invalid.Set-CMDistributionPoint : Validation of input parameters failed. Cannot continue.At line:1 char:1+ Set-CMDistributionPoint -SiteCode 'ABC' -SiteSystemServerName 'RemotePullDPFQDN ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo          : InvalidArgument: (Microsoft.Confi...ionPointCommand:SetDistributionPointCommand) [Set-CMDistributionPoint], InvalidOperationException   + FullyQualifiedErrorId : ValidationError,Microsoft.ConfigurationManagement.Cmdlets.HS.Commands.SetDistributionPointCommand
    The DP's are also MP and FSP's for the purpose in a "remote" untrusted forest, this is for them to have localized content available to lessen the load on the firewalls AND the Primary Site Server itself (6000+ laptops and desktops).
    Any thoughtson how to promote the PullDP back?

    http://social.technet.microsoft.com/Forums/en-US/72847bfc-c529-449c-a6b3-d7ce6bfcc8bb/how-to-set-an-https-distribution-point-as-a-source-dp-for-pull-dps?forum=configmanagergeneral
    Torsten Meringer | http://www.mssccmfaq.de

  • SCCM 2012 Update Group inconsistency Problem with Red marked Updates

    Hi everybody,
    we have a big Problem with our SCCM 2012 R2 CU3 Enviroment, regarding of Update Groups which got out of sync.
    we have a SCCM Site Infastructure with one CAS and 4 Primary Sites and on every Site is the SUP Role installed.
    I don't know when this failure occours but i think it was after the CU3 Installation. The Installation itself went smooth without any Errors or Warnings.
    The Problem is as following. We have some updates in Update Groups (all of them are Core XML Updates) which are out of sync and marked red as an invalid Update on 2 Primary Sites. On the CAS Site and the 2 other Primary SItes they are marked as green (downloaded
    yes and deployed yes)
    We have no Replication issues regarding the Replication Status (everything is synchronized to 100%) and the Replication Link Analyzer does also show no Problems at all.
    I now deleted the Deployments and the SW Update Group waited until the replication was fine and created a new one and downloaded these patches on one of the Primary Sites which had shown this Failure.
    The Result was not good. It looks like before. On the CAS and 2 Primary Sites the Deplyment is shown as downloaded but on the other 2 Sites the Status is again Downloaded=no.
    Does anybody have any idea what to do now ? I checked objmgr.log and rcmctr. log but found nothing what shows me the way in the right direction.
    Thx for your time, and it would be fine if anybody can share knowledge about this failure and how to fix it.
    All other Ideas are also welcome.
    Thx a lot in advance and have a nice bug free day :-)
    Bastian

    Hi,
    Please try to manually synchronize software updates from the CAS and monitor the WSUSCtrl.log, WCM.log and wsyncmgr.log on the CAS and Primary sites.
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SCCM 2012 CU1: client patching needed?

    Hi,
    We installed SCCM 2012 R2 patch on the sccm server some time ago.
    Now I wonder:
    -do we need to take specific actions to update existing clients? -probably yes -deploying the package sccm 2012 client that the upgrade installed?-
    -new deployed clients take the CU1 update automatically in their deploy, correct (I noticed that somewhere in a log if I remember correct)
    -what would be the impact if we do not take actions (as for now no issues).
    J.
    Jan Hoedt

    Yes, you need to deploy CU1 to the clients -- it is in no way automatic (unfortunately).
    Here's the official guidance for deploying updates: http://technet.microsoft.com/en-us/library/jj553405.aspx
    There aren't any specific negative ramifications of not doing so, but anything added by CU1 -- like fixes -- won't affect the client if the client doesn't have the CU installed also.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • SCCM 2012: install individual patch, not visible in monitoring

    Hi,
    I was deploying a single Windows patch via SCCM 2012. Now this seems to work fine (I can see the deployment status) BUT I cannot see it in monitoring.
    When I add the patch to a "Software Update Groups", I CAN see it in monitoring.
    My question: what's the logic behind this? Why would I use an individual deployment if there is no monitoring built in. I'd need to know the KB then look into the software updates, select it and select the deployment status. Then also nobody sees that this
    deployment exists since it doesn't appear anywhere else.
    In other words fully useless(?)
    Please advise.
    J.
    Jan Hoedt

    Hi,
    You can follow up a single update using a report or the Software Updates view on required/installed column but not under montioring,.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • SCCM 2012 OSD - unattended XML problem?

    Hi,
    I am having an issue with SCCM 2012 SP1 / MDT OSD task sequence. The issue is
    with the Apply Operating system step. It applies the OS reboots and boots into
    the new OS. We are trying to install Windows 2008 R2.
    The first dialog I see is:
    "Windows could not parse or process the unattende answer file for pass [specialize].
    The settings epcified in the answer file cannot be applied. The
    error was detected while processing for component [Microsoft-Windows-Shell-Setup]"
    Then in the black background under the dialog".
    "Setup is applying system settings"
    -- So I click "OK" the computer reboots..
    Then I get
    "The computer restarted unexpectedly or encounted an
    unexpected error. Windows Installation cannot proceeed. To install
    Windows, click "OK" to restart the computer, and then restart the
    installation.
    The in the black background see:
    "Setup is preparing your computer for first use"
    If I click on "OK" here it reboots and presents the same dialog again - so it gets stuck and loops
    around and does not progress.
    Questions
    1. So from the "Apply OS step" I can see you can see you can specify a specific "unattended.xml" file.
    Is there a log file I can look at that can give me more specific detail on what the exact setting it does
    not like in that XML file so I can correct it?
    2. If I don't specicy anything how is that XML generated and where would its log file be? I assume the same
    as question 1?
    3. For question 2 - where can I find the unattended XML on the target OS.
    4. Since I am not in PE anymore and F8 does not work is there anyway I can bring up a command prompt?
    Thanks,
    Ward.

    1. You'll have to check the Windows setup logs files because at this point, that's what's running.
    2. There is a default XML file generated/used.
    3. You will only find the file on deployed systems and I think you can traditionally find it under the panther folder.
    4. Actually, you can use F8 to launch a command-prompt in the target OS during the TS as long as you enabled it in the boot image. However, as mentioned, you are in Windows setup at this point (which is actually another instance of WinPE) and so F8 doesn't
    work here. Shift-F10 should though.
    Jason | http://blog.configmgrftw.com

  • Upgraded SCCM 2012 SP1 to CU5 - Problem updating Endpoint Protection Client (to V4.5.216.0)

    We upgraded SCCM SP1 to CU5. We got one primary site, on which we had no problems with running the CU setup. After the upgrade we pushed the new administrator console and client.
    SP1 CU5 - console update -> Updated on all administrator users (50 computers)
    SP1 CU5- x64 and x86 client update -> Updated on pilot group (50 computers)
    No problems so far.
    We are having troubles updating the Endpoint Protection Client version. This was V4.1.522.0 before the upgrade. When we enroll a new computer, it receives the new V4.5.216.0, which is the last version.
    But we can't update our older clients. We try to deploy the software update (Update for Forefront Endpoint Protection 2010 Client - 4.5.216.0 (KB2952678)) but it doesn't install. After 20 minutes, if I look in the Deployment logs, it says the installation
    was successfull; but it isn't, it's still the old version.
    Strange thing is, we can upgrade to an inbetween version (Update for Forefront Endpoint Protection 2010 Client - 4.3.215.0 (KB2864366)). Which installs on a test client.
    If I look to the cache files of the new EP Client update, and use the UpdateInstall.exe manually, the update does install. Then I see in the logfile EndpointProtectionAgent.log it still refers to the version 4.1.522.0.
    EP 4.5.216.0 is installed, version is higher than expected installer version 4.1.522.0. EndpointProtectionAgent 13/01/2015 14:54:00 7808 (0x1E80)
    Re-apply EP AM policy. EndpointProtectionAgent 13/01/2015 14:54:00 7808 (0x1E80)
    Apply AM Policy. EndpointProtectionAgent 13/01/2015 14:54:00 7808 (0x1E80)
    Create Process Command line: "c:\Program Files\Microsoft Security Client\\ConfigSecurityPolicy.exe" "C:\Windows\CCM\EPAMPolicy.xml". EndpointProtectionAgent 13/01/2015 14:54:00 7808 (0x1E80)
    Applied the C:\Windows\CCM\EPAMPolicy.xml with ConfigSecurityPolicy.exe successfully. EndpointProtectionAgent 13/01/2015 14:54:02 7808 (0x1E80)
    Save new policy state 1 to registry SOFTWARE\Microsoft\CCM\EPAgent\PolicyApplicationState EndpointProtectionAgent 13/01/2015 14:54:02 7808 (0x1E80)
    State 1 and ErrorCode 0 and ErrorMsg and PolicyName Antimalware Policy and GroupResolveResultHash D277339FA77A9017801399D96266BAD42DE74F38 is NOT changed. EndpointProtectionAgent 13/01/2015 14:54:02 7808 (0x1E80)
    Skip sending state message due to same state message already exists. EndpointProtectionAgent 13/01/2015 14:54:02 7808 (0x1E80)
    Firewall provider is installed. EndpointProtectionAgent 13/01/2015 14:54:02 7808 (0x1E80)
    Installed firewall provider meet the requirements. EndpointProtectionAgent 13/01/2015 14:54:02 7808 (0x1E80)
    This is the WindowsUpdate.log when I try to push the new EP client.
    2015-01-14 11:24:13:651 7416 1c44 Handler :::::::::
    2015-01-14 11:24:13:651 7416 1c44 Handler : Updates to install = 1
    2015-01-14 11:24:21:716 7416 1c44 Handler : WARNING: Command line install completed. Return code = 0x8004ff25, Result = Failed, Reboot required = false
    2015-01-14 11:24:21:716 7416 1c44 Handler : WARNING: Exit code = 0x8024200B
    2015-01-14 11:24:21:716 7416 1c44 Handler :::::::::
    2015-01-14 11:24:21:716 7416 1c44 Handler :: END :: Handler: Command Line Install
    2015-01-14 11:24:21:732 7416 1c44 Handler :::::::::::::
    2015-01-14 11:24:21:794 1096 c18 Agent *********
    2015-01-14 11:24:21:794 1096 edc AU Can not perform non-interactive scan if AU is interactive-only
    2015-01-14 11:24:21:794 1096 c18 Agent ** END ** Agent: Installing updates [CallerId = CcmExec]
    2015-01-14 11:24:21:794 1096 c18 Agent *************
    2015-01-14 11:24:21:794 2296 fac COMAPI >>-- RESUMED -- COMAPI: Install [ClientId = CcmExec]
    2015-01-14 11:24:21:794 2296 fac COMAPI - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 1, unaccounted = 0)
    2015-01-14 11:24:21:794 2296 fac COMAPI - Reboot required = No
    2015-01-14 11:24:21:794 2296 fac COMAPI - WARNING: Exit code = 0x00000000; Call error code = 0x80240022
    2015-01-14 11:24:21:794 2296 fac COMAPI ---------
    2015-01-14 11:24:21:794 2296 fac COMAPI -- END -- COMAPI: Install [ClientId = CcmExec]
    2015-01-14 11:24:21:794 2296 fac COMAPI -------------
    2015-01-14 11:24:21:794 1096 1620 AU Can not perform non-interactive scan if AU is interactive-only
    2015-01-14 11:24:26:739 1096 1424 Report REPORT EVENT: {ED287668-4BEF-46FD-BB57-CA17680E5D3B} 2015-01-14 11:24:21:732+0100 1 182 101 {A90C3005-7B59-4268-8B11-12D9BE5C8EA0} 201 80070643 CcmExec Failure Content Install Installation Failure: Windows failed to install the following update with error 0x80070643: Update for System Center Endpoint Protection 2012 Client - 4.5.216.0 (KB2952678).
    2015-01-14 11:24:27:207 1096 1424 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2015-01-14 11:24:27:207 1096 1424 Report WER Report sent: 7.5.7601.17514 0x80070643 A90C3005-7B59-4268-8B11-12D9BE5C8EA0 Install 101 Managed
    2015-01-14 11:24:27:207 1096 1424 Report CWERReporter finishing event handling. (00000000)
    Thanks in advance!

    Hello,
    According to
    kb2952678:
    To apply this update, you must have one of the following installed:
    System Center 2012 R2 Configuration Manager Cumulative Update 4 for System Center 2012
    Configuration Manager Service Pack
    Service Pack 2 for System Center Configuration Manager 2007 and Update Rollup 1 for
    Forefront Endpoint Protection 2010
    Do you have Update Rollup 1 for Forefront Endpoint Protection 2010?
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • SCCM 2012 SP1 CU5 PATCH Property

    I've recently updated my site from SCCM SP1 to SCCM SP1 CU5 (http://support.microsoft.com/kb/2978017) successfully.  I've verified through the registry that the Server is on CULevel 5 and
    the consoles have been updated.  In addition I have verified the MSP applies successfully and the clients report 5.00.7804.1600 for a client push through SCCM or manually running the patch.  The problem is during OSD.
    What I did was go to my original Client install folder under SMS_XXX folder.  I created a folder called "hotfixes" and then inside there a folder called "amd64" and "x86".  Inside their I copied "kb2978017.msp"
    to the X86 and the AMD64 folder.  I then updated the distribution points for the original client package (so they receive the new hotfixes folder I added).  From there I went in the task sequence and on the "Setup Windows and Configuration Manager"
    step I added the "Installation Properties" line as shown below:
    SMSMP=XXX.xxx.com PATCH="C:\_SMSTaskSequence\OSD\XXX00003\hotfixes\%PROCESSOR_ARCHITECTURE%\kb2978017.msp"
    When the computer finishes imaging it still reports "5.00.7804.1000" and not the .1600 version.  All the guides I've seen mentioned using the PATCH= property and pointing it to the correct package ID number (I verified this).  Not sure
    what I'm doing wrong.  I did see an alternative of a step to manually copy the patch to the local drive with xcopy and then the Setup CM Client step to just call the local machine for the patch instead off this "C:\_SMSTaskSequence".  What
    has other peoples experience been?  
    Be kind and Mark as Answer if I helped.

    Yes, I did copy the hotfixes to the client source folder (I checked the data source of the package in SCCM to ensure I was updating files/folders in correct directory) and then I right clicked the package in SCCM and selected Updated Distribution Points
    and verified they did get updated successfully.  I checked the CCMSetup.log after a machine is imaged and it reports at the top of the log the command run to install SCCM Client and it just shows CCMSetup.exe without my SMSMP= property or the PATCH= property.
      Its like the client install doesn't even recognize the commands I've used in the task sequence.  Attached is a picture of the step in SCCM with the Server and Site name blanked out for obvious reasons:
    CCMSETUP.log here : https://drive.google.com/file/d/0Bzodkg-HoMIhMHMwMnJZbkxpUHc/edit?usp=sharing
    Be kind and Mark as Answer if I helped.

  • Sccm 2012 R2 Software update problem

    Hi,
    I have 3 ADR's ADRWin7-1, ADRWin7-2 and ADRWin7-3
    All three Run on Second tuesday of the month and has common Package. All three ADR's create a new group every time they run.
    Schedule :
    ADRWin7-1 Deployes patches to Phase1 collection on 2nd Tuesday
    ADRWin7-2 Deployes Patches to Phase2 collection after 7 days of 2nd Tuesday
    ADRWin7-3 Deployes Patches to Phase3 collection after 14 days of 2nd Tuesday.
    Problem :
    ADRWin7-1 works fine. PC's in Phase1 gets the patches without any problem. But Phase2 and Phase3 PC's are not getting the patches. I have moved PC from Phase1 to Phase2 collection, same problem. When in Phase1 collection it gets the patches and when moved
    to Phase2, it does not.
    Not much info from logs : (Sample logs)
    WUAHangler.log :
    Successfully completed scan. WUAHandler 8/15/2014 5:02:43 PM 1336 (0x0538)
    Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 8/15/2014 5:02:43 PM 4488 (0x1188)
    Search Criteria is ((DeploymentAction=* AND Type='Software' AND CategoryIDs contains 'BFE5B177-A086-47A0-B102-097E4FA1F807')) WUAHandler 8/15/2014 5:02:43 PM 4488 (0x1188)
    Async searching of updates using WUAgent started. WUAHandler 8/15/2014 5:02:43 PM 4488 (0x1188)
    Async searching completed. WUAHandler 8/15/2014 5:02:55 PM 3708 (0x0E7C)
    Successfully completed scan. WUAHandler 8/15/2014 5:02:56 PM 1336 (0x0538)
    Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 8/15/2014 5:02:57 PM 4548 (0x11C4)
    Search Criteria is ((DeploymentAction=* AND Type='Software' AND CategoryIDs contains 'BFE5B177-A086-47A0-B102-097E4FA1F807')) WUAHandler 8/15/2014 5:02:57 PM 4548 (0x11C4)
    Async searching of updates using WUAgent started. WUAHandler 8/15/2014 5:02:57 PM 4548 (0x11C4)
    Async searching completed. WUAHandler 8/15/2014 5:03:04 PM 2608 (0x0A30)
    Successfully completed scan. WUAHandler 8/15/2014 5:03:05 PM 968 (0x03C8)
    CWuaHandler::SetCategoriesForStateReportingExclusion called with E0789628-CE08-4437-BE74-2495B842F43B;E0789628-CE08-4437-BE74-2495B842F43B,A38C835C-2950-4E87-86CC-6911A52C34A3; for leaves and E0789628-CE08-4437-BE74-2495B842F43B,A38C835C-2950-4E87-86CC-6911A52C34A3;
    for bundles WUAHandler 8/15/2014 5:18:35 PM 4256 (0x10A0)
    UpdatesHandler.log
    Initiating updates scan for checking applicability. UpdatesHandler 8/15/2014 5:02:22 PM 1336 (0x0538)
    Initiating updates scan for checking applicability. UpdatesHandler 8/15/2014 5:02:22 PM 3388 (0x0D3C)
    Successfully initiated scan. UpdatesHandler 8/15/2014 5:02:22 PM 1336 (0x0538)
    Successfully initiated scan. UpdatesHandler 8/15/2014 5:02:22 PM 3388 (0x0D3C)
    Initiating updates scan for checking applicability. UpdatesHandler 8/15/2014 5:02:22 PM 1336 (0x0538)
    Successfully initiated scan. UpdatesHandler 8/15/2014 5:02:22 PM 1336 (0x0538)
    Initiating updates scan for checking applicability. UpdatesHandler 8/15/2014 5:02:22 PM 1336 (0x0538)
    Successfully initiated scan. UpdatesHandler 8/15/2014 5:02:22 PM 1336 (0x0538)
    Updates scan completion received, result = 0x0. UpdatesHandler 8/15/2014 5:02:41 PM 3388 (0x0D3C)
    Updates scan completion received, result = 0x0. UpdatesHandler 8/15/2014 5:02:42 PM 4488 (0x1188)
    Updates scan completion received, result = 0x0. UpdatesHandler 8/15/2014 5:02:43 PM 968 (0x03C8)
    Updates scan completion received, result = 0x0. UpdatesHandler 8/15/2014 5:02:57 PM 3388 (0x0D3C)
    Updates scan completion received, result = 0x0. UpdatesHandler 8/15/2014 5:03:06 PM 1336 (0x0538)
    UpdatesStore.log
    Update status from update (f61b102e-ce91-4086-94d0-fb199d7ce5ee) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (f6a9dfd6-91f2-449f-aef9-0d7f5f801d03) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (f7583494-fffa-4e41-99bc-1e4958f752f9) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (f76f5a9c-8325-4256-a632-654f153704b4) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (f802bfe3-9553-4542-bd1d-bdca38ff645c) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (f90253be-d178-4681-8ca9-71ac186b31f6) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (f92c8766-da08-4e0d-841d-1f36d3270cd3) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (f9ff6d98-1a01-437e-8728-f29cb8c71b13) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (fa090999-3b89-4dd1-82b2-6e16b0841e24) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (fbc9a192-a1d6-4008-8ea6-cd497b8b8668) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (fc7e731b-f4c9-44af-aaa8-952a614b4a64) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (fca3e05e-3bc0-4291-a675-9769042c9594) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (fda58512-32f3-4a5d-a5c4-05a193e037d4) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (fe2139b2-00f2-4eb3-8b28-d439e762967c) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (ff6cd189-1c49-4438-ac4e-34d988330e5f) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Update status from update (ffbb4e7e-0edc-47fe-8c02-65211d2586fb) already exists, will modify existing instance. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Successfully done with SetStatus() operation. UpdatesStore 8/15/2014 5:03:06 PM 968 (0x03C8)
    Querying update status of 10 updates. UpdatesStore 8/15/2014 5:03:06 PM 1336 (0x0538)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:06 PM 1336 (0x0538)
    Querying update status of 14 updates. UpdatesStore 8/15/2014 5:03:06 PM 4548 (0x11C4)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:06 PM 4548 (0x11C4)
    Querying update status of 22 updates. UpdatesStore 8/15/2014 5:03:06 PM 2372 (0x0944)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:06 PM 2372 (0x0944)
    Querying update status of 12 updates. UpdatesStore 8/15/2014 5:03:06 PM 4488 (0x1188)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:06 PM 4488 (0x1188)
    Querying update status of 26 updates. UpdatesStore 8/15/2014 5:03:06 PM 4516 (0x11A4)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:06 PM 4516 (0x11A4)
    Querying update status of 10 updates. UpdatesStore 8/15/2014 5:03:06 PM 4368 (0x1110)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:06 PM 4368 (0x1110)
    Querying update status of 12 updates. UpdatesStore 8/15/2014 5:03:06 PM 1984 (0x07C0)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:06 PM 1984 (0x07C0)
    Querying update status of 1 updates. UpdatesStore 8/15/2014 5:03:06 PM 4296 (0x10C8)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:06 PM 4296 (0x10C8)
    Querying update status of 10 updates. UpdatesStore 8/15/2014 5:03:07 PM 4516 (0x11A4)
    Querying update status completed successfully. UpdatesStore 8/15/2014 5:03:07 PM 4516 (0x11A4)
    Windowsupdate.log
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {801E75EC-F4EF-483C-B606-AB930EBF46B3}.202 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {61BFE3EC-A1DC-4EAB-9481-0D8FD7319AE8}.100 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {07D8D1ED-1E2A-4696-A20F-9EE6D983B0E6}.100 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {B0CD9CEE-4C6B-4E2D-B4DA-1F83C4657C18}.104 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {006666EF-3638-4ADC-8DA0-65F08E31A4C2}.102 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {0CFB8DEF-9B7E-478C-A746-8F9F91311DB5}.103 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {2EE7B9F1-22B7-4618-84B1-8F0804A2ED02}.101 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {99EB2EF3-7266-4488-9A80-A49418A4D1D4}.201 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {B34E43F5-2F06-4D9D-B147-EE76B076E9C0}.100 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {AD752FF8-DF05-4532-84B2-FEFF2D98F689}.101 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {5357F0F8-DC7C-467C-8D8D-EA4D6345260C}.200 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {77507BF9-6899-47DF-96D0-2FFA53A90470}.101 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {EFA1E1FA-3CAD-4098-94E7-571D00F5B3BA}.202 to search result
    2014-08-15 17:03:03:963  924 1024 Agent   * Added update {ACCDC8FE-BC27-4473-9F35-BD9D0880B4D2}.101 to search result
    2014-08-15 17:03:03:966  924 1024 Agent   * Found 192 updates and 8 categories in search; evaluated appl. rules of 313 out of 697 deployed entities
    2014-08-15 17:03:03:972  924 1024 Agent *********
    2014-08-15 17:03:03:972  924 1024 Agent **  END  **  Agent: Finding updates [CallerId = CcmExec]
    2014-08-15 17:03:03:972  924 1024 Agent *************
    2014-08-15 17:03:03:990 3536 3c8 COMAPI >>--  RESUMED  -- COMAPI: Search [ClientId = CcmExec]
    2014-08-15 17:03:04:340 3536 3c8 COMAPI   - Updates found = 192
    2014-08-15 17:03:04:340 3536 3c8 COMAPI ---------
    2014-08-15 17:03:04:340 3536 3c8 COMAPI --  END  --  COMAPI: Search [ClientId = CcmExec]
    2014-08-15 17:03:04:340 3536 3c8 COMAPI -------------
    2014-08-15 17:15:14:576  924 a98 Shutdwn user declined update at shutdown
    2014-08-15 17:15:14:576  924 a98 AU Successfully wrote event for AU health state:0
    2014-08-15 17:15:14:576  924 a98 AU AU initiates service shutdown
    2014-08-15 17:15:14:576  924 a98 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-08-15 17:15:14:701  924 a98 Report CWERReporter finishing event handling. (00000000)
    2014-08-15 17:15:14:717  924 a98 Service *********
    2014-08-15 17:15:14:717  924 a98 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-08-15 17:15:14:717  924 a98 Service *************
    2014-08-15 17:18:22:445  904 230 Misc ===========  Logging initialized (build: 7.6.7600.256, tz: +0100)  ===========
    2014-08-15 17:18:22:445  904 230 Misc   = Process: C:\Windows\system32\svchost.exe
    2014-08-15 17:18:22:445  904 230 Misc   = Module: c:\windows\system32\wuaueng.dll
    2014-08-15 17:18:22:445  904 230 Service *************
    2014-08-15 17:18:22:445  904 230 Service ** START **  Service: Service startup
    2014-08-15 17:18:22:461  904 230 Service *********
    2014-08-15 17:18:23:256  904 230 Agent   * WU client version 7.6.7600.256
    2014-08-15 17:18:23:287  904 230 Agent   * Base directory: C:\Windows\SoftwareDistribution
    2014-08-15 17:18:23:428  904 230 Agent   * Access type: No proxy
    2014-08-15 17:18:23:521  904 230 Agent   * Network state: Connected
    2014-08-15 17:18:36:498  904 e54 Report CWERReporter::Init succeeded
    2014-08-15 17:18:36:514  904 e54 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2014-08-15 17:18:36:514  904 e54 Agent ***********  Agent: Initializing global settings cache  ***********
    2014-08-15 17:18:36:514  904 e54 Agent   * WSUS server:
    http://SCCMserver.com:8530
    2014-08-15 17:18:36:514  904 e54 Agent   * WSUS status server:
    http://SCCMserver.com:8530
    2014-08-15 17:18:36:514  904 e54 Agent   * Target group: (Unassigned Computers)
    2014-08-15 17:18:36:514  904 e54 Agent   * Windows Update access disabled: No
    2014-08-15 17:18:36:514  904 e54 DnldMgr Download manager restoring 0 downloads
    2014-08-15 17:18:37:886  904 230 Report ***********  Report: Initializing static reporting data  ***********
    2014-08-15 17:18:37:886  904 230 Report   * OS Version = 6.1.7600.0.0.65792
    2014-08-15 17:18:37:886  904 230 Report   * OS Product Type = 0x00000004
    2014-08-15 17:18:37:886  904 230 Report   * Computer Brand = VMware, Inc.
    2014-08-15 17:18:37:886  904 230 Report   * Computer Model = VMware Virtual Platform
    2014-08-15 17:18:37:886  904 230 Report   * Bios Revision = 6.00
    2014-08-15 17:18:37:886  904 230 Report   * Bios Name = PhoenixBIOS 4.0 Release 6.0    
    2014-08-15 17:18:37:886  904 230 Report   * Bios Release Date = 2012-07-02T00:00:00
    2014-08-15 17:18:37:886  904 230 Report   * Locale ID = 1033
    2014-08-15 17:18:43:049  904 10f4 Report CWERReporter finishing event handling. (00000000)
    2014-08-15 17:19:22:199  904 230 AU ###########  AU: Initializing Automatic Updates  ###########
    2014-08-15 17:19:22:199  904 230 AU   # WSUS server:
    http://SCCMserver.com:8530
    2014-08-15 17:19:22:199  904 230 AU   # Detection frequency: 10
    2014-08-15 17:19:22:199  904 230 AU   # Approval type: Pre-install notify (Policy)
    2014-08-15 17:19:22:199  904 230 AU   # Auto-install minor updates: Yes (Policy)
    2014-08-15 17:19:22:199  904 230 AU Successfully wrote event for AU health state:0
    2014-08-15 17:19:22:199  904 230 AU Initializing featured updates
    2014-08-15 17:19:22:199  904 230 AU Found 0 cached featured updates
    2014-08-15 17:19:22:199  904 230 AU Successfully wrote event for AU health state:0
    2014-08-15 17:19:22:199  904 230 AU Successfully wrote event for AU health state:0
    2014-08-15 17:19:22:199  904 230 AU AU finished delayed initialization
    2014-08-15 17:19:22:199  904 230 AU #############
    2014-08-15 17:19:22:199  904 230 AU ## START ##  AU: Search for updates
    2014-08-15 17:19:22:199  904 230 AU #########
    2014-08-15 17:19:22:199  904 230 AU <<## SUBMITTED ## AU: Search for updates [CallId = {081DAF36-6F30-4383-9B4F-3439B1869B38}]
    2014-08-15 17:19:22:199  904 10f4 Agent *************
    2014-08-15 17:19:22:199  904 10f4 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-15 17:19:22:199  904 10f4 Agent *********
    2014-08-15 17:19:22:199  904 10f4 Agent   * Online = No; Ignore download priority = No
    2014-08-15 17:19:22:199  904 10f4 Agent   * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1
    or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-08-15 17:19:22:199  904 10f4 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-08-15 17:19:22:199  904 10f4 Agent   * Search Scope = {Machine}
    2014-08-15 17:19:29:982  904 10f4 Agent   * Found 0 updates and 171 categories in search; evaluated appl. rules of 337 out of 2240 deployed entities
    2014-08-15 17:19:29:982  904 10f4 Agent *********
    2014-08-15 17:19:29:982  904 10f4 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-15 17:19:29:982  904 10f4 Agent *************
    2014-08-15 17:19:29:998  904 10f4 Report REPORT EVENT: {CD4756C6-2116-4B99-B2AD-C970D24DE94F} 2014-08-15 17:19:22:199+0100 1 202 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Content
    Install Reboot completed.
    2014-08-15 17:19:29:998  904 1108 AU >>##  RESUMED  ## AU: Search for updates [CallId = {081DAF36-6F30-4383-9B4F-3439B1869B38}]
    2014-08-15 17:19:29:998  904 1108 AU   # 0 updates detected
    2014-08-15 17:19:30:013  904 1108 AU #########
    2014-08-15 17:19:30:013  904 1108 AU ##  END  ##  AU: Search for updates [CallId = {081DAF36-6F30-4383-9B4F-3439B1869B38}]
    2014-08-15 17:19:30:013  904 1108 AU #############
    2014-08-15 17:19:30:013  904 1108 AU Featured notifications is disabled.
    2014-08-15 17:19:30:013  904 1108 AU Successfully wrote event for AU health state:0
    2014-08-15 17:19:30:013  904 1108 AU Successfully wrote event for AU health state:0
    2014-08-15 17:19:30:029  904 10f4 Report CWERReporter finishing event handling. (00000000)
    2014-08-15 17:19:35:020  904 10f4 Report CWERReporter finishing event handling. (00000000)
    2014-08-15 17:22:35:006  904 10f4 Report Uploading 1 events using cached cookie, reporting URL =
    http://SCCMserver.com:8530/ReportingWebService/ReportingWebService.asmx
    2014-08-15 17:22:35:255  904 10f4 Report Reporter successfully uploaded 1 events.
    Not sure whats going wrong??????????
    When I checked the Deployment Monitoring Tool for the perticular test PC, the contents for the Patch deployments are blank (Have attached the image)
    Thanks.

    Let's start with that I think it's a very tricky method of deploying software updates. There is always a possibility that between phase 1 and 3 some updates are revised or even some complete new updates are available. That could cause differences (in for
    example behavior) between your test clients and your other clients.
    Back to your issue, it's hard to judge based on the log snippets. It looks like a function client and at the end I see something about 0 updates available.. Make sure that the software update group contains updates, the deployment is targeted to the right
    collection and the content is all downloaded and available.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

Maybe you are looking for

  • I am trying to find "compatibility view settings" in order to add a website that I need to use for work. PLEASE HELP!

    I received a "how to" sheet of how to be able to view this website but it wants me to download Internet Explorer (excuse me while i say yuck!)... So the directions state: Under "Tools" click on "compatibility view settings". Where is says "add this w

  • Combining tables with multi-column keys using NOT EQUALS

    Hi, I am trying to perform a query in SQL to find a particular person who has a value for an attribute that nobody else has, so far my query looks like this: SELECT CS1.* FROM COMPANYSTAFF CS1 WHERE NOT EXISTS (SELECT * FROM COMPANYSTAFF CS2 WHERE CS

  • Finding large files

    Hi, Over the last couple of weeks I seem to have lost 30gigs of space on my home drive. I'm now down to 6G free and its starting to hang. (snow leopard with 300gig drive). Is there a utility for visualizing which folders have largest files, or for fi

  • How to find out whether the transaction logs are being truncated or not

    Hi, We are using Veritas Backup tool for Backups and restores on our MS SQL 2000. One of our Veritas Tech has disabled the Truncation of Transaction Log Backup using the Job setup in Veritas. We want to confirm whether the Truncation is happening or

  • Error - SP2-0135: symbol _e is UNDEFINED

    Hi, Can someone tell me how I can get rid of this message: SP2-0135: symbol _e is UNDEFINED when I log in to sqlplus: [oracle@linux-sken$ sqlplus user@db1 SQL*Plus: Release 11.2.0.1.0 Production on Sun Jan 24 05:44:31 2010 Copyright (c) 1982, 2009, O