Basics of SCCM - WSUS Relationship

Hi all,
Just had a question about how updates in SCCM 2007 work. At a very basic level, I understand it to work like this:
SCCM Side: WSUS syncs with Microsoft to build metadata list of all available updates > SCCM leverages WSUS metadata to provide a list of available updates visible under "Software Updates" in SCCM console >
SCCM Admins can then created Update Lists and Deployment Packages based on the wsus metadata > Deployment Packages are applied to Collections
Client Side: CCM client runs an update scan > CCM client leverages the machine's WUA to check available updates on the SCCM server > CCM Client makes a list of the updates that it needs but does
net yet have installed > downloads the updates and installs them from the DP
My question is about what source the CCM client/WUA uses to check which updates are available. Does it simply check the update packages which have been applied to all those collections that it happens to be a member of?
Also, is WSUS completely passive in this whole process - i.e. is it merely a conduit for SCCM to source metadata about available updates?
Thanks for any help!

A handful of comments here:
First, don't confuse packages with deployments. They are two different things in both 2012 and 2007. Packages are simply the binary files that ConfigMgr places on DPs. Clients download the binaries from these when they are needed. Deployments determine what
updates are assigned to or required on clients.
As mentioned, update metadata, basically the definition of all possible updates and how to know what systems the updates apply to comes from the WSUS instance corresponding to the SUP.
The scan cycles kick the WUA into action to scan for updates. The Normal scan cycle is like an incremental and the re-eval cycle scans for all deployed updates to make sure that they are still installed and reinstall them if they aren't. The normal scan
cycle is kicked off at various other times also linked with deployments.
Finally, for using the required attribute, which is reflective of how many clients need a particular update, I think this a reactive approach that is anti-security as it reflects the past and not the current state of the environment. Granted the past may
only be a day ago; however, in security terms, that doesn't matter. Being pro-active in this case, i.e., making all potentially applicable and in-scope updates available comes at the cost of disk space, nothing more. Thus, I generally recommend against using
this attribute.
As for WMI, think of ConfigMgr as a WMi automator -- just about everything that ConfigMgr does involves WMI. In simple terms, WMI is just a DB storing info on local systems.
Jason | http://blog.configmgrftw.com | @jasonsandys

Similar Messages

  • Need basics of SCCM site for Desktop tech

    Hi techs,
    I am desktop support and am supposted to learn the basics of SCCM.  I know some functions like finding the collection and adding a computer, and how to check the status of a collection, etc.  Im looking for something like a quick reference site.
    Thank you,
    This topic first appeared in the Spiceworks Community

    No, it doesn't require your MPs and DPs to be running HTTPS. Also, you seem to be right about the certificates required for Out of Band Management. For more information see the following links:
    For all the prerequisites, see:
    http://technet.microsoft.com/en-us/library/gg682051.aspx
    For a how to about provisioning your AMT-computers, see:
    http://technet.microsoft.com/en-us/library/ab466bf1-a59c-4d23-958b-bb3c8921842c#BKMK_HowtoInstallAMTSiteSystems
    For a step-by-step for setting up the certificates, see:
    http://technet.microsoft.com/en-us/library/gg682023
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • SCCM/WSUS issue after importing March CSA patch bundle

    Hi, I am having an issue with security patch deployment since Tuesday night.  Debugging is ongoing.  I am running SCCM 2012 CU2.
    Coincidentally, the problem appeared shortly after importing the March XP CSA (Custom Support Agreement) patch bundle into SCCM.  From the client end, WUAHandler.log reported continuous failures/retries.  On lower-end machines, system performance
    became very poor.  From the server end, starting up the Windows Server Update Services mmc (yes, I know you're not supposed to be doing anything in here, which I'm not) results in a connection error.  The detailed error message is shown further down.
    It was difficult to get the client machines to stop "thrashing" per WUAHandler.log.  It wasn't until I de-installed/re-installed WSUS and ASP.NET that things quieted down yesterday afternoon.  All appeared to be stable until this morning
    when I  re-added "Windows XP Custom Support" under the SUP Component Properties tab, imported the CSA bundle info, initiated a CAB synchronization from Microsoft, and re-enabled Software Updates on the clients. 
    Again, I would get the error when starting up the Windows Server Update Services mmc.
    I am doing everything again, but this time one step at a time.  My working theory is that there is some kind of corruption caused by the CSA import (this worked just fine up until Feb.).  A few hours ago, Microsoft published a new CSA
    patch bundle because a patch was apparently forgotten.  Is it possible that there was some kind of corruption included with the original bundle published on Tuesday?
    I will post what I find as a result of my debugging.
    Thanks,
    Nick.
    The WSUS administration console was unable to connect to the WSUS Server via the remote API.
    Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
    The WSUS administration console has encountered an unexpected error. This may be a transient error; try restarting the administration console. If this error persists,
    Try removing the persisted preferences for the console by deleting the wsus file under %appdata%\Microsoft\MMC\.
    System.IO.IOException -- The handshake failed due to an unexpected packet format.
    Source
    System
    Stack Trace:
       at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
       at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
       at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
       at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
       at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.ConnectStream.WriteHeaders(Boolean async)
    ** this exception was nested inside of the following exception **
    System.Net.WebException -- The underlying connection was closed: An unexpected error occurred on a send.
    Source
    Microsoft.UpdateServices.Administration
    Stack Trace:
       at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)
       at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
       at Microsoft.UpdateServices.UI.AdminApiAccess.AdminApiTools.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)
       at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.GetUpdateServer(PersistedServerSettings settings)
       at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.ConnectToServer()
       at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.ConnectToServerAndPopulateNode(Boolean connectingServerToConsole)
       at Microsoft.UpdateServices.UI.SnapIn.Scope.ServerSummaryScopeNode.OnExpandFromLoad(SyncStatus status)

    Yes, WCM.log showed the same 503 error starting on the Wednesday morning at 2:53am, and I also noticed wsuspool had stopped. My most noticeable symptom was the thrashing of wuahandler.log on the clients, causing poor system performance on machines with 2gb
    of memory. Multiple de-installs/re-installs of WSUS failed to clear the issue until we increased the memory setting in IIS.
    Nick
    WCM.log:
    System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.~~   at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String
    ServerName, Boolean UseSSL, Int32 PortNumber)  $$<SMS_WSUS_CONFIGURATION_MANAGER><03-11-2015 02:53:26.225+240><thread=30872 (0x7898)>
    Remote configuration failed on WSUS Server.~  $$<SMS_WSUS_CONFIGURATION_MANAGER><03-11-2015 02:53:26.226+240><thread=30872 (0x7898)>

  • [TEM] Allowing Basic Transaction maintenance of Relationship IT.

    Hello Experts,
    User wants to allow creation of relationship A025/B025 (is attended by/takes part in) between Business Events (E) and Person (P) using Basic Transaction. (PP01 or PP02)
    I've check the "No maint" in T778V in the Allowed Relationship for E to P on A025 and its counterpart B025.
    Time constrainst for each relationship subtype A025 and B025 for E is also set up.
    However when I try to create the relationship in PP02. E 1001 A025 P, I am getting the error:
    "Protected tab titles are not supported (tab TABSTR_025 title TAB1)"
    Points to those who can help.
    Thanks
    Regards,
    Olekan Babatonde

    Hi Noobie )
    (despite of your name you don't seem to be that clueless ) )
    I have done a research and found some other customer messages dealing with the same problem within SAP.
    The fact is, that the relationship 025 cannot be maintained via basic transactions (pp01, etc.) in our standard, but in the transactions of Training and Event
    Management.
    'Protected' in this case means, that the flag 'input' for the pushbutton of the tabstrip is set to 0.  For a normal pushbutton this is allowed, but not for a pushbutton which is the title of a tabstrip. As a solution, you need to reset the attributes in the PBO.
    I have found additionally an SAP note: 185036 -> Transaction variants for TabStrip controls
    According to these modifications I also would like to warn you that the changes and the side-effects wont be supported by the SAP.. This must be considered before doing changes.
    Hope this helps.
    Have a nice day!
    Best regards,
    Zsolt

  • Had to replace a WSUS server that went south, now SCCM WSUS not pulling updates

    We had a 08 R2 machine serving as our WSUS server, it failed a few weeks ago and had to be replaced and was replaced with a VM 2012 R2 box.  I removed the older server from SCCM, proceeded to set up the new server (it has the same name as the old on)
    and re-add it back to sccm.  I thought everything was okay but when I checked the logs yesterday I noticed that it wasn't syncing with the new server.  The WCM.log file:
    Successfully connected to server: wsus-01.friver.local, port: 8530, useSSL: False    3/26/2014 8:51:37 AM    3648 (0x0E40)
    Successfully refreshed categories from WSUS server    3/26/2014 8:51:45 AM    3648 (0x0E40)
    Attempting connection to WSUS server: wsus-01.friver.local, port: 8530, useSSL: False    3/26/2014 8:51:50 AM    3648 (0x0E40)
    Successfully connected to server: wsus-01.friver.local, port: 8530, useSSL: False    3/26/2014 8:51:50 AM    3648 (0x0E40)
    Category Company:94d731de-22a6-4458-dc4d-b5267de026fc (Adobe Systems, Inc.) not found on WSUS    3/26/2014 8:51:50 AM    3648 (0x0E40)
    Starting WSUS category sync from upstream...    3/26/2014 8:51:50 AM    3648 (0x0E40)
    Microsoft.SystemsManagementServer.WSUS.WSUSMSPException: WSUS sync failed with UssNotFound: ~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.IsSyncRunning()    3/26/2014 8:51:55 AM    3648 (0x0E40)
    Failed to set Subscriptions on the WSUS Server. Error:(-2146233088)Unknown error 0x80131500    3/26/2014 8:51:55 AM    3648 (0x0E40)
    STATMSG: ID=6603 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=Cor-sccm-02.FRIVER.LOCAL SITE=FR1 PID=7624 TID=3648 GMTDATE=Wed Mar 26 12:51:55.295 2014 ISTR0="wsus-01.friver.local" ISTR1=""
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0    3/26/2014 8:51:55 AM    3648 (0x0E40)
    Waiting for changes for 60 minutes    3/26/2014 8:51:55 AM    3648 (0x0E40)
    the wsyncmgr.log doens't have anything in it at the moment other than sync failed and it will retry in 60 minutes, after the next attempt I will post more from there.  Did I miss a step somewhere or was there an additional step I should have taken to
    clean out the old server from SCCM that I'm not aware of?

    I did, still no go.  Here is the entry from WCM.log
    Starting WSUS category sync from upstream...    3/26/2014 12:51:50 PM    3648 (0x0E40)
    Microsoft.SystemsManagementServer.WSUS.WSUSMSPException: WSUS sync failed with UssNotFound: ~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.IsSyncRunning()    3/26/2014 12:51:55 PM    3648 (0x0E40)
    Failed to set Subscriptions on the WSUS Server. Error:(-2146233088)Unknown error 0x80131500    3/26/2014 12:51:55 PM    3648 (0x0E40)
    STATMSG: ID=6603 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=Cor-sccm-02.FRIVER.LOCAL SITE=FR1 PID=7624 TID=3648 GMTDATE=Wed Mar 26 16:51:55.707 2014 ISTR0="wsus-01.friver.local" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6=""
    ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0    3/26/2014 12:51:55 PM    3648 (0x0E40)
    Waiting for changes for 60 minutes    3/26/2014 12:51:55 PM    3648 (0x0E40)
    Trigger event array index 0 ended.    3/26/2014 1:00:04 PM    3648 (0x0E40)
    SCF change notification triggered.    3/26/2014 1:00:09 PM    3648 (0x0E40)
    Populating config from SCF    3/26/2014 1:00:09 PM    3648 (0x0E40)
    From wsyncmgr.log
    Starting Sync    3/26/2014 3:34:14 PM    4992 (0x1380)
    Performing sync on local request    3/26/2014 3:34:14 PM    4992 (0x1380)
    Read SUPs from SCF for Cor-sccm-02.FRIVER.LOCAL    3/26/2014 3:34:14 PM    4992 (0x1380)
    Found 1 SUPs    3/26/2014 3:34:14 PM    4992 (0x1380)
    Found active SUP wsus-01.friver.local from SCF File.    3/26/2014 3:34:14 PM    4992 (0x1380)
    Sync failed: WSUS update source not found on site FR1. Please refer to WCM.log for configuration error details.. Source: getSiteUpdateSource    3/26/2014 3:34:14 PM    4992 (0x1380)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=Cor-sccm-02.FRIVER.LOCAL SITE=FR1 PID=7624 TID=4992 GMTDATE=Wed Mar 26 19:34:14.721 2014 ISTR0="getSiteUpdateSource" ISTR1="WSUS update source not found on site FR1. Please refer
    to WCM.log for configuration error details." ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0    3/26/2014 3:34:14 PM    4992 (0x1380)
    Sync failed. Will retry in 60 minutes    3/26/2014 3:34:14 PM    4992 (0x1380)
    Setting sync alert to active state on site FR1    3/26/2014 3:34:14 PM    4992 (0x1380)
    Sync time: 0d00h00m00s    3/26/2014 3:34:14 PM    4992 (0x1380)

  • SCCM WSUS Synchronization fails with error 0x80131904

    With no reason the software update point in SCCM 2012 CU3 fails to synchronize update from the local installed WSUS service. I have checked the WSUS Sync manager log and what I have got is in the image below. I have tried to uninstall and the WSUS service
    and reinstalled it but no success. I have also used the clean up option from the WSUS console and no success yet. 
    From the log below I am quite sure that if I can force the removal or clean up those updates that are failing to get saved the SCCM Update point synchronization might be able to fully synchronize. I hope someone can help me out. Thanks in advance.
    Event view error - 2148734208
    Wsyncmgr.log

    I need WCM.log for investigation. Please upload this file to Skydrive and post the link here.
    Juke Chou
    TechNet Community Support

  • SCCM WSUS Question

    Hello,
    I'm looking into using SCCM for WSUS and had a rookie question. Let's assume that everything is setup and I have updates synced and ready for me to pick and chose for deployment and I have two Device Collections, Servers and Workstations with workstations
    being anywhere from WXP to WIN8. Also let's assume I take all the critical updates for WXP to WIN8 and put them all into one package and deploy it out to my Workstation Collection. Will the client only take the updates that are applicable to OS in question
    or will my deployment fail because the client on a WXP machine sees an update for a win8 device?

    Will the client only take the updates that are applicable to OS in question or will my deployment fail because the client on a WXP machine sees an update for a win8 device?
    Software Updates in ConfigMgr use the WUAgent to scan/detect, and then install/apply the relevant updates, so any updates that are "available" will not be deemed "required" unless WUAgent finds the product (and doesn't find the update is present).
    It's the same "do I have it, do I need it" logic that is used for WSUS and windowsupdate.com.
    You need to be aware that there are performance penalties on the client and the infrastructure, if you advertise/deploy vast amounts of stuff to vast amounts of clients.
    There are also limitations on the maximum number of updates in a package, etc.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • SCCM/WSUS 2007 01-2015 Bulletin Patching issue. Some clients patch just fine, some will not download the content.

    Bit new to the admin side, so please excuse some ignorance.
    We have approx 6000 end points.  We setup this months patches and a couple out of cycle ones we noticed.  We are getting a TON of clients that will not patch.  They are getting the defintions but when we attempt to run the advertised
    patches they fail approx 10 seconds later.  However, some servers on the same boundry will patch just fine.  We get the error message in the logs that when the client was told to download the content from the DP, it spits out error that content does
    not exist.  The DPs we believe are having the issues are MPs as well sitting in DMZ.  We have 2 sites configured basically the same, both DP/MPs in DMZ are the ones having the issues.  We have confirmed clients are able to connect anon to the
    DP/MP.  But again, some clients are patching just fine.
    UpdatesDeployment.log has the following warning listed 7 times.
    Not refreshing update presence state as error CI Info status received
    But yet does see that it needs 7 patches.
    EnumerateUpdates for action (UpdateActionInstall) - Total visible updates = 7
    No other logs show any errors on the clients.  I have confirmed the content is avalible on the DP/MP it is reporting too. Obviously though since other clients sitting right next to them work still.
    Any ideas?  Trying to avoid working all weekend.  Thank you!

    We checked every single log on every MP, DP, SS and many clients.  For unknown reasons, deleteing and rebuilding the Jan update list did the trick.

  • SCCM WSUS Deployment Package Confirmation

    Hello,
    Our WSUS setup is pretty much finalized but wanted a quick clarification so I can draw out a procedure. Let's assume I have 400 security updates that I need to make sure are deployed and I have E:\WSUS\Security Updates. I'm going to make 4 Software Update
    Groups with 100 updates each. I make SUG 1 and create a package in the above mentioned folder with a name similar to the Deployment Name, lets assume Security Update Group 1 4-9-2014.
    Overnight the deployment was a success and when I come in the following morning I'm ready to deploy the second software update group. Should I be creating new package for the second SUG or use the first deployment package? What exactly will happen if
    I use the first deployment package? Will the data from the first SUG be part of the package or will it only contain date from the second update group?

    Update Groups are in no way tied to update packages. Update groups organize updates and are used to assign the updates to clients (via collections). Update packages are simple repositories of the update binaries. Once a client determines that it needs to
    install an update assigned to it, it will pull the update from any available update package. The client knows nothing about either update groups or update packages.
    So to answer the questions:
    Should I be creating new package for the second SUG or use the first deployment package?
    - It doesn't really matter. I generally create calendar based update packages for all updates within that period whether it be yearly, semi-annually, quarterly, bi0-annually, whatever. My only rule of thumb here is not let the package get too big because
    then you may have issues if the package ever gets corrupted.
    What exactly will happen if I use the first deployment package?
    - Nothing special as long as the package is available to client it doesn't know or care.
    Will the data from the first SUG be part of the package or will it only contain date from the second update group?
    - Neither. There is no connection between the two objects. As mentioned, update groups contain the updates (the metadata) and the packages contain the binaries. Both have distinct purposes in the process.
    As a final note, you mentioned using "E:\WSUS" -- actually two notes.
    - Each update package must have its own unique (sub-)directory.
    - Don't use the directory configured as the WSUS update repository -- that is a folder for exclusive WSUS use and bad things will ensue if you try to use it. The package source directories should typically be part of your normal software reposiotry in their
    own unique and distinct folders.
    Jason | http://blog.configmgrftw.com

  • SCCM/WSUS report on updates needed and what type of update

    Hello all. I have been trying to get a report that will show the updates needed on a computer broken down by update type (security, critical, rollup, etc.). I am getting duplicate entries in the results, and don't know what I need to do to
    filter out the results that don't apply to the computer in question. Here is what I have so far:
    SELECT distinct sys.Netbios_Name0, catinfo.CategoryInstanceName, summ.QNumbers, summ.ID, summ.Title, ps.LastStatusTime, os.LastBootUpTime0
    FROM v_UpdateComplianceStatus css
    JOIN v_R_System sys ON css.ResourceID = sys.ResourceID
    JOIN v_GS_PatchStatusEx ps ON sys.ResourceID=ps.ResourceId
    JOIN v_GS_OPERATING_SYSTEM os ON os.ResourceID=sys.ResourceId
    JOIN v_ApplicableUpdatesSummaryEx summ ON ps.UpdateID=summ.UpdateID
    JOIN v_CICategories_All catall ON catall.CI_ID = css.CI_ID AND css.Status = 2
    JOIN v_CategoryInfo catinfo ON catinfo.CategoryInstance_UniqueID = catall.CategoryInstance_UniqueID
     AND ((catinfo.CategoryInstanceID = 26) OR (catinfo.CategoryInstanceID = 30) OR (catinfo.CategoryInstanceID = 33) OR (catinfo.CategoryInstanceID = 34))
    WHERE sys.Netbios_Name0 = 'MachineName'
     AND (ps.LastStateName <> 'Install Verified' AND ps.LastStateName <> 'Preliminary Success')
     AND summ.Title NOT LIKE '%(LEGACY)%'
    ORDER BY sys.Netbios_Name0, summ.ID
    This gives me the updates in question that are needed, but produces mulitple rows for the same update. I'm probably missing something simple, but I'd appreciate any input. Thanks! Chip

    Yes, I know this is an old post, I’m trying to clean them up.
    I have run this query and it does not produce duplicates rows. It does however show that some SU have multiple classifications, hence why you are see it a few times.
    http://www.enhansoft.com/

  • WSUS and SCCM configuration

    I recently started a new position and have been asked to re setup their updates through sccm. Now im not that experienced since my last position had a fubar WSUS server but this one seems to be simple and kind of working. 
    The configuration is as follows. 
    SCCM SUP points to MSUpdate
    Clients look at MSUpdate and never sees SUP
    WSUS looks at MSUpate and hasn't downstream sync'd to sccm in 470+ days.
    Now am i wrong for thinking that the flow should looks like Cloud->WSUS->SCCM->Client or should it be Cloud->SCCM->Client with WSUS parallel to SCCM? 

    Keep in mind that ConfigMgr doesn't use WSUS in the same way as a standalone WSUS implementation. ConfigMgr is basically using the WSUS catalog to find which updates are available. The updates can then be added to Software Update Groups and can then be downloaded
    to deployment packages, which in turn can be distributed to DPs and deployed to clients.
    Your generalized flow would be Internet ("Cloud")-> ConfigMgr server(s) (with all that entails) -> Clients.
    Check wsyncmgr.log (site server) for information about why a sync hasn't happened recently. You can also check WUAHandler.log on the clients to see what they're up to.
    -Nick O.

  • SCCM 2012 - WSUS Cleanup

    Hello,
    I'm tried to find what I needed online but wasn't able to find a resource that wasn't a third party script. I heard of WSUS cleanup utility that comes with SCCM/WSUS, is this true? I would like to have our expired/superseded updates removed from the console
    as part of a manual maintenance.
    I know the "WSUS" Console has a link to a utility but I was under the impression that there is one specifically for WSUS in SCCM.
    EDIT:
    Will SCCM automatically remove the expired updates on a 7 day cycle?

    Hope this helps
    http://blogs.technet.com/b/configmgrteam/archive/2012/04/12/software-update-content-cleanup-in-system-center-2012-configuration-manager.aspx
    Cheers
    Paul | sccmentor.wordpress.com

  • SCCM 2012 R2 CU4 - WSUS Sync issues

    *EDIT/Update*
    I had incorrectly diagnosed this as an issue with CU4. The issue was in fact between Microsoft and WSUS.
    The method listed in this thread ended up working for me.
    Here is an official KB article for the issue: https://support.microsoft.com/en-us/kb/3058255?wa=wsignin1.0
    (I have a small environment - only 1 SCCM server [primary] and 200 servers managed)
    I upgraded from CU3 to CU4 last week and I cannot get my WSUS to sync all of the updates for April 2015. I also upgraded my test server and it is syncing fine.
    I did some digging yesterday and found out that even tho the site server upgraded (I only have one SCCM server), the SQL update failed because I did not have proper permissions. I've since had a DBA run the update.sql file included with the CU (found at:
    %Program Files%\Microsoft Configuration Manager\hotfix\KB3026739)
    I restarted my SCCM server again this morning and tried running multiple syncs with Microsoft and it is still pulling in nothing. 
    I am not getting any errors in WSUS, wsyncmgr.log, WCM.log, or the change.log for wsus. Everything just looks like it attempted to sync - found nothing - then ended the sync successfully.
    I had one of the networking guys look at the firewall and he says its getting thru and establishing a connection - but it looks like MS is terminating the connection? I cannot see anything that would indicate this in my logs. Here is what he sent me: http://i.imgur.com/znOvxEN.jpg
    Now, to make things even more interesting. In the many many attempts I have made over to the last two days to get SCCM/WSUS to sync April's updates, it has worked in small amounts.... it once expired 16 updates and another time pulled in 2 updates released
    on 4/15/15 (but only 2!). I have my sync settings set up exactly like my test server which, again, is working fine. 
    As always, any help is appreciated!

    sounds like there might be a bigger issue with WSUS and Microsoft?
    https://social.technet.microsoft.com/Forums/en-US/6dbe893b-39f5-4367-902d-678a2a897b9b/wsus-not-syncronizing-aprils-updates?forum=configmanagersecurity
    https://social.technet.microsoft.com/Forums/en-US/a323d2f9-a1ac-48e3-978a-054915c3f1ea/wsus-april-2015-updates-not-synced-from-microsoft?forum=winserverwsus

  • WSUS Update KB2938066 and SCCM 2012 R2

    Looking at the newly release WSUS update KB2938066 and wondering if I need to apply it to my SCCM WSUS component. If so, what type of impact on the SCCM clients should I be aware of?
    Orange County District Attorney

    As the update is about securing and hardening WSUS and also the communication with WU/MU, I would definitely apply this update.
    The client-side is going to be tricky, depending on the configuration of your windows updates. Jason did a very good post about this here:
    http://blog.configmgrftw.com/the-wua-dilemma-in-configmgr/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Publishing SCUP 2011 updates to WSUS/SCCM are failing

    Hi, i'm using SCUP 2011 to publish some Dell driver updates to my ConfigMgr server. However, after creating a self signed certificate based on the installation instructions publishing updates keeps failing. I'm testing it all on 1 VM with all roles installed
    locally: SCCM, WSUS and SCUP. Importing catalogs and assigning them is not an issue. Just when i want to publish a group of assigned updates i keep getting the error stating that publishing has failed. I tried creating a new self signed certificate, tried
    to import it in Trusted Publishers and Trusted Root Certification Authorities. Tried using the WSUS self signed certificate to be used in SCUP. However no succes. Below is a snippet of the SCUP logfile. Can anyone point me in the right direction?
    Thanks in advance!
    Log file snippet:
    =============================================================================================
    TestConnection: Verifying current update server settings...$$<Updates Publisher><Thu May 26 6:23:35.122 2011.1><thread=1>
    Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu May 26 6:23:35.124 2011.1><thread=1>
    TestConnection: Verification succeeded.$$<Updates Publisher><Thu May 26 6:23:35.187 2011.1><thread=1>
    Settings: Applying settings changes.$$<Updates Publisher><Thu May 26 6:23:37.660 2011.1><thread=1>
    Current settings:$$<Updates Publisher><Thu May 26 6:23:37.809 2011.1><thread=1>
        Setting: SCUP Database File: <default> C:\Users\Administrator\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf$$<Updates Publisher><Thu May 26 6:23:37.812 2011.1><thread=1>
        Setting: WSUS Publishing Enabled: True$$<Updates Publisher><Thu May 26 6:23:37.814 2011.1><thread=1>
        Setting: WSUS Publishing is configured to use local server.$$<Updates Publisher><Thu May 26 6:23:37.815 2011.1><thread=1>
        Setting: ConfigMgr Integration Enabled: True$$<Updates Publisher><Thu May 26 6:23:37.817 2011.1><thread=1>
        Setting: Configuration Manager integration is configured to use local server.$$<Updates Publisher><Thu May 26 6:23:37.819 2011.1><thread=1>
        Setting: Configuration Manager client threshold is 1$$<Updates Publisher><Thu May 26 6:23:37.820 2011.1><thread=1>
        Setting: Configuration Manager client threshold is disabled (0).$$<Updates Publisher><Thu May 26 6:23:37.822 2011.1><thread=1>
        Setting: Proxy Server settings used: False$$<Updates Publisher><Thu May 26 6:23:37.823 2011.1><thread=1>
        Setting: CRL Checking Enabled: False$$<Updates Publisher><Thu May 26 6:23:37.824 2011.1><thread=1>
        Setting: CheckCatalogSubscriptionsOnStartup: True$$<Updates Publisher><Thu May 26 6:23:37.825 2011.1><thread=1>
        Setting: Always check for local update content before downloading : False$$<Updates Publisher><Thu May 26 6:23:37.827 2011.1><thread=1>
    Settings: user closed dialog.$$<Updates Publisher><Thu May 26 6:23:37.828 2011.1><thread=1>
    Workspace: Settings dialog has completed.$$<Updates Publisher><Thu May 26 6:23:37.849 2011.1><thread=1>
    Publications workspace: Starting publish wizard for publication 'Dell Updates'.$$<Updates Publisher><Thu May 26 6:23:40.277 2011.1><thread=1>
        Publish: Preparing list of selected updates for publishing.$$<Updates Publisher><Thu May 26 15:23:42.878 2011.9><thread=9>
        Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu May 26 15:23:42.879 2011.9><thread=9>
        Publish: Update server name: SCOM$$<Updates Publisher><Thu May 26 15:23:42.908 2011.9><thread=9>
        Publish: Publish operation starting for 1 updates.$$<Updates Publisher><Thu May 26 15:23:42.909 2011.9><thread=9>
        Publish: Publish: Verifying update server is configured with a certificate prior to publishing.$$<Updates Publisher><Thu May 26 15:23:42.910 2011.9><thread=9>
        Publish: Publish: Update server appears to be configured with a certificate.$$<Updates Publisher><Thu May 26 15:23:43.44 2011.9><thread=9>
        Building dependency graph for update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'$$<Updates Publisher><Thu
    May 26 15:23:43.157 2011.9><thread=9>
        No dependencies found for update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'$$<Updates Publisher><Thu
    May 26 15:23:43.224 2011.9><thread=9>
    Found total of 0 dependencies (may include duplicates).$$<Updates Publisher><Thu May 26 15:23:43.225 2011.9><thread=9>
    PublishItem: Update ''AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'' has no dependencies.$$<Updates Publisher><Thu May
    26 15:23:43.225 2011.9><thread=9>
    PublishItem: Publishing update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'.$$<Updates Publisher><Thu May 26 15:23:43.225
    2011.9><thread=9>
    PublishItem: --- Evaluating software update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')' for publishing as MetadataOnly.$$<Updates
    Publisher><Thu May 26 15:23:43.226 2011.9><thread=9>
    PublishItem: --- Software update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')' needs to be published (no content).$$<Updates
    Publisher><Thu May 26 15:23:43.505 2011.9><thread=9>
    PublishItem: --- Metadata only SDP XML file for publishing created at C:\Users\Administrator\AppData\Local\Temp\tmp5B2C.tmp$$<Updates Publisher><Thu May 26 15:23:44.517 2011.9><thread=9>
    PublishItem: --- Calling update server API for publishing update 'AMD RADEON HD3470 256M, V.8.701.0.0000, A09 XP/VISTA/WIN7_8.701 WITH DUP (UpdateId:'f25a7d05-8d1b-4e7b-992f-33b6d5958b7b' Vendor:'Dell' Product:'Drivers and Applications')'$$<Updates Publisher><Thu
    May 26 15:23:44.648 2011.9><thread=9>
    2011-05-26 13:23:47.071 UTC Error
    Scup2011.9 Publisher.PublishPackage
    PublishPackage(): Operation Failed with Error: Cannot access a closed Stream.
       at Microsoft.UpdateServices.Internal.BaseApi.Publisher.PublishPackage(String sourcePath, String additionalSourcePath, String packageDirectoryName)
       at Scup.Wizards.PublishItem.PublishPackage(PublishReportItem reportItem, IPublisher publisher, String contentFolder)
       at Scup.Wizards.NormalPublishItem.Publish(PublishReportItem reportItem)
       at Scup.Wizards.PublishItem.PublishUpdateAndDependencies(PublishReport report)
       at Scup.Wizards.PublishOperation.Start()
       at Scup.Wizards.PublishProgressPage.DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()$$<Updates Publisher><Thu May 26 15:23:47.71 2011.9><thread=9>
    PublishItem: InvalidException occurred during publishing: Cannot access a closed Stream.$$<Updates Publisher><Thu May 26 15:23:47.258 2011.9><thread=9>
    Publish: A fatal error occurred during publishing :Signature verification exception during publish, verify the WSUS certificates and advanced timestamp setting are properly configured.$$<Updates Publisher><Thu May 26 15:23:47.259 2011.9><thread=9>
    Publish: Background processing completed.$$<Updates Publisher><Thu May 26 6:23:47.260 2011.1><thread=1>

    This is what i get on the log
    System Center Update Publisher starting up...$$<Updates Publisher><Thu Jun 9 10:25:15.780 2011.1><thread=1>
    Building database connection string.$$<Updates Publisher><Thu Jun 9 10:25:16.467 2011.1><thread=1>
    No database file information found in configuration file, using default database file name 'scupdb.sdf' in folder 'C:\Users\administrator.PROTEGO\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000'.$$<Updates Publisher><Thu
    Jun 9 10:25:16.983 2011.1><thread=1>
    Connecting to stored data file at C:\Users\administrator.PROTEGO\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf...$$<Updates Publisher><Thu Jun 9 10:25:17.452 2011.1><thread=1>
    Current settings:$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: SCUP Database File: <default> C:\Users\administrator.PROTEGO\AppData\Local\Microsoft\System Center Updates Publisher 2011\5.00.1727.0000\scupdb.sdf$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: WSUS Publishing Enabled: True$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: WSUS Publishing is configured to use local server.$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: ConfigMgr Integration Enabled: False$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: Proxy Server settings used: True$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Proxy Server: 172.16.11.12$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Proxy Port: 8080$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Proxy User: <no value>$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: CRL Checking Enabled: False$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: CheckCatalogSubscriptionsOnStartup: True$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
        Setting: Always check for local update content before downloading : False$$<Updates Publisher><Thu Jun 9 10:25:31.811 2011.1><thread=1>
    Creating workspaces...$$<Updates Publisher><Thu Jun 9 10:25:31.827 2011.1><thread=1>
    Updates workspace: Refreshing alerts.$$<Updates Publisher><Thu Jun 9 10:25:31.999 2011.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Acrobat X Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 9 10:25:32.217 2011.4><thread=4>
    Downloading file:
    http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat10_Catalog.cab to C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\gkha5cbk.amd\Acrobat10_Catalog.cab$$<Updates Publisher><Thu Jun 9 10:25:32.342 2011.4><thread=4>
    Downloaded completed for file:
    http://armmf.adobe.com/arm-manifests/win/SCUP/Acrobat10_Catalog.cab.$$<Updates Publisher><Thu Jun 9 10:25:32.624 2011.4><thread=4>
    Refreh Alerts: Catalog "Adobe Acrobat X Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 9 10:25:32.874 2011.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Reader X Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Downloading file:
    http://armmf.adobe.com/arm-manifests/win/SCUP/Reader10_Catalog.cab to C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\pyc0tso5.cze\Reader10_Catalog.cab$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Downloaded completed for file:
    http://armmf.adobe.com/arm-manifests/win/SCUP/Reader10_Catalog.cab.$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Refreh Alerts: Catalog "Adobe Reader X Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Refreh Alerts: Checking if catalog "Adobe Flash Player Updates Catalog" has been updated since last successful import.$$<Updates Publisher><Thu Jun 9 10:25:32.905 2011.4><thread=4>
    Downloading file:
    http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/AdobeFlashPlayerCatalog_SCUP.cab to C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\pwhqj5zf.g15\AdobeFlashPlayerCatalog_SCUP.cab$$<Updates Publisher><Thu Jun 9 10:25:32.905
    2011.4><thread=4>
    Downloaded completed for file:
    http://fpdownload.adobe.com/get/flashplayer/current/licensing/win/AdobeFlashPlayerCatalog_SCUP.cab.$$<Updates Publisher><Thu Jun 9 10:25:33.233 2011.4><thread=4>
    Refreh Alerts: Catalog "Adobe Flash Player Updates Catalog" doesn't appear to have changed since last import, no alert generated.$$<Updates Publisher><Thu Jun 9 10:25:33.233 2011.4><thread=4>
    Refreh Alerts: Completed refresh of catalog alerts.$$<Updates Publisher><Thu Jun 9 10:25:33.249 2011.4><thread=4>
    Restoring window settings from last session$$<Updates Publisher><Thu Jun 9 10:25:35.483 2011.1><thread=1>
    Initialization completed, displaying main window.$$<Updates Publisher><Thu Jun 9 10:25:37.858 2011.1><thread=1>
    Updates workspace: Starting publish wizard with 1 updates.$$<Updates Publisher><Thu Jun 9 10:26:18.905 2011.1><thread=1>
        Publish: Preparing list of selected updates for publishing.$$<Updates Publisher><Thu Jun 9 10:26:22.839 2011.9><thread=9>
        Connecting to a local update server with locally detected settings.$$<Updates Publisher><Thu Jun 9 10:26:22.865 2011.9><thread=9>
        Publish: Update server name: PASAVMEX$$<Updates Publisher><Thu Jun 9 10:26:23.165 2011.9><thread=9>
        Publish: Publish operation starting for 1 updates.$$<Updates Publisher><Thu Jun 9 10:26:23.167 2011.9><thread=9>
        Publish: Publish: Verifying update server is configured with a certificate prior to publishing.$$<Updates Publisher><Thu Jun 9 10:26:23.170 2011.9><thread=9>
        Publish: Publish: Update server appears to be configured with a certificate.$$<Updates Publisher><Thu Jun 9 10:26:24.509 2011.9><thread=9>
        Building dependency graph for update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'$$<Updates Publisher><Thu Jun 9 10:26:24.664 2011.9><thread=9>
        No dependencies found for update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'$$<Updates Publisher><Thu Jun 9 10:26:24.737 2011.9><thread=9>
    Found total of 0 dependencies (may include duplicates).$$<Updates Publisher><Thu Jun 9 10:26:24.739 2011.9><thread=9>
    PublishItem: Update ''Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'' has no dependencies.$$<Updates Publisher><Thu Jun 9 10:26:24.761 2011.9><thread=9>
    PublishItem: Publishing update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'.$$<Updates Publisher><Thu Jun 9 10:26:24.761 2011.9><thread=9>
    PublishItem: --- Evaluating software update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' for publishing as FullContent.$$<Updates Publisher><Thu Jun 9 10:26:24.787 2011.9><thread=9>
    PublishItem: --- Software update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' needs to be published with full content.$$<Updates Publisher><Thu Jun 9 10:26:25.170 2011.9><thread=9>
    PublishItem: Retrieving content for update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'.$$<Updates Publisher><Thu Jun 9 10:26:25.427 2011.9><thread=9>
    PublishItem: --- Content will be saved to C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\o4xcjeui.qt1\AdbeRdrUpd1001_Tier1.msp.$$<Updates Publisher><Thu Jun 9 10:26:25.428 2011.9><thread=9>
    PublishItem: Download Content: file was downloaded successfully.$$<Updates Publisher><Thu Jun 9 10:26:26.567 2011.9><thread=9>
    PublishItem: Successfully retrieved content for software update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' to local file: C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\o4xcjeui.qt1\AdbeRdrUpd1001_Tier1.msp$$<Updates
    Publisher><Thu Jun 9 10:26:26.568 2011.9><thread=9>
    File C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\\o4xcjeui.qt1\AdbeRdrUpd1001_Tier1.msp appears to be signed, retrieved certificate, checking signature...$$<Updates Publisher><Thu Jun 9 10:26:26.700 2011.9><thread=9>
    PublishItem: --- SDP XML file for publishing created at C:\Users\administrator.PROTEGO\AppData\Local\Temp\2\tmp6396.tmp$$<Updates Publisher><Thu Jun 9 10:26:27.443 2011.9><thread=9>
    PublishItem: --- Calling update server API for publishing update 'Reader 10.0.1 (UpdateId:'42cc6726-c3fe-464b-b8ac-38ec00766262' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'$$<Updates Publisher><Thu Jun 9 10:26:27.568 2011.9><thread=9>
    2011-06-09 15:26:37.691 UTC Info Scup2011.9 ThreadEntry _ThreadPoolWaitCallback.PerformWaitCallback$$<Updates Publisher><Thu Jun 9 10:26:37.691 2011.9><thread=9>
    2011-06-09 15:26:37.699 UTC Info Scup2011.9 CabUtilities.CheckCertificateSignature File cert verification failed for C:\Program Files\Update Services\autest.cab with 2147942402$$<Updates Publisher><Thu Jun 9 10:26:37.699 2011.9><thread=9>
    2011-06-09 15:26:37.701 UTC Info Scup2011.9 WsusTestKeys.AreTestKeysAllowed Server test key check: test keys are NOT allowed$$<Updates Publisher><Thu Jun 9 10:26:37.701 2011.9><thread=9>
    2011-06-09 15:26:37.974 UTC Info Scup2011.9 CabUtilities.CheckCertificateSignature File cert verification failed for
    \\PASAVMEX\UpdateServicesPackages\42cc6726-c3fe-464b-b8ac-38ec00766262\e4fc1757-9445-456c-884b-1d437a9d6b97_1.cab with 2148204809$$<Updates Publisher><Thu Jun 9 10:26:37.974 2011.9><thread=9>
    2011-06-09 15:26:38.022 UTC Error Scup2011.9 Publisher.VerifyAndPublishPackage VerifyAndPublishPackage(): Failed to Verify Signature for file:
    \\PASAVMEX\UpdateServicesPackages\42cc6726-c3fe-464b-b8ac-38ec00766262\e4fc1757-9445-456c-884b-1d437a9d6b97_1.cab
       at Microsoft.UpdateServices.Internal.BaseApi.Publisher.VerifyAndPublishPackage()
       at Microsoft.UpdateServices.Internal.BaseApi.Publisher.PublishPackage(String sourcePath, String additionalSourcePath, String packageDirectoryName)
       at Scup.Wizards.PublishItem.PublishPackage(PublishReportItem reportItem, IPublisher publisher, String contentFolder)
       at Scup.Wizards.NormalPublishItem.Publish(PublishReportItem reportItem)
       at Scup.Wizards.PublishItem.PublishUpdateAndDependencies(PublishReport report)
       at Scup.Wizards.PublishOperation.Start()
       at Scup.Wizards.PublishProgressPage.DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()$$<Updates Publisher><Thu Jun 9 10:26:38.22 2011.9><thread=9>
    2011-06-09 15:26:38.024 UTC Error Scup2011.9 Publisher.PublishPackage PublishPackage(): Operation Failed with Error: Verification of file signature failed for file:
    \\PASAVMEX\UpdateServicesPackages\42cc6726-c3fe-464b-b8ac-38ec00766262\e4fc1757-9445-456c-884b-1d437a9d6b97_1.cab
       at Microsoft.UpdateServices.Internal.BaseApi.Publisher.PublishPackage(String sourcePath, String additionalSourcePath, String packageDirectoryName)
       at Scup.Wizards.PublishItem.PublishPackage(PublishReportItem reportItem, IPublisher publisher, String contentFolder)
       at Scup.Wizards.NormalPublishItem.Publish(PublishReportItem reportItem)
       at Scup.Wizards.PublishItem.PublishUpdateAndDependencies(PublishReport report)
       at Scup.Wizards.PublishOperation.Start()
       at Scup.Wizards.PublishProgressPage.DoWork(Object sender, DoWorkEventArgs e)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()$$<Updates Publisher><Thu Jun 9 10:26:38.24 2011.9><thread=9>
    PublishItem: InvalidException occurred during publishing: Verification of file signature failed for file:
    \\PASAVMEX\UpdateServicesPackages\42cc6726-c3fe-464b-b8ac-38ec00766262\e4fc1757-9445-456c-884b-1d437a9d6b97_1.cab$$<Updates Publisher><Thu Jun 9 10:26:38.41 2011.9><thread=9>
    Publish: A fatal error occurred during publishing :Signature verification exception during publish, verify the WSUS certificates and advanced timestamp setting are properly configured.$$<Updates Publisher><Thu Jun 9 10:26:38.50 2011.9><thread=9>
    Publish: Background processing completed.$$<Updates Publisher><Thu Jun 9 10:26:38.54 2011.1><thread=1>

Maybe you are looking for

  • No video playback on external monitor

    I'm using a open-source radeon supported card with an external monitor on my laptop.  When I run a merged framebuffer setup I can see video playback on both screens fine but I just want to use the external.  However, if I don't use mergedfb I only se

  • Alpha channel from photoshop changes on import to FCP

    I'm new to alpha channels. I have an image, to which I added an alpha channel in Photoshop, which now gives me a cut-out of the image. I imported the psd of this into FCP 5.0.4 (I was not allowed by FCP to import a tiff with an alpha channel.) Howeve

  • Wont ring

    My phone makes no noise at all. We've tried cleaning the headphone jack and where you plug the charger in. We've blown in it.... NOTHING! Help

  • I need a help in creating a socket server ...

    Hi i need a help with creating a server that listen to a port(specified one). when the connection occured from the client, it should respond with a random number generator only. it's a socket program. thank u very much

  • HT1051 How to change shipping address?

    My apple id is created in Hong Kong and I'm using a Hong Kong credit card to make purchases. However, I'm currently studying in the UK and I would like to order some photo prints directly from iPhoto. However, while proceeding to 'checkout' there is