SCCM 2012 All Updates report sql query

Need build sql query for report about all MS Updates like SCCM configuration manager view in window by path:
\Software Library\Overview\Software Updates\All Software Updates.
But I can't find fields that can show "product" (OS that use this patch) and size of each patch in SCCM and WSUS databases. Can anybody help me?

To get file size I create query for files in package:
SELECT distinct ui.Title, ui.InfoURL, ui.DatePosted,
cf.FileName, cast(cast(cf.FileSize as real)/1024/1024 as decimal(10,2)) as SizeMb, uds.AssignmentName, uds.StartTime
FROM CI_ContentFiles cf
INNER JOIN v_UpdateContents uc  ON cf.Content_ID  = uc.Content_ID
INNER JOIN v_UpdateInfo ui ON uc.CI_ID = ui.CI_ID 
INNER JOIN vSMS_UpdateDeploymentSummary uds  ON ui.CI_ID = uds.CI_ID
join CI_ContentPackages cp on cf.Content_ID=cp.Content_ID
join CI_Contents co on co.Content_ID = cp.Content_ID
Where PkgID='MKL00032'
order by ui.InfoURL

Similar Messages

  • Reports not Generated after moving SCCM 2012 SP1 DB on SQL 2012 SP1 cluster

    Hi all,
    i have moved my SCCM 2012 SP1 DB on SQL 2012 SP1 Failover Cluster,this cluster is a two node cluster.the DB was moved fine and the DB configuration in SCCM Site maintenance was also done successfully.After the migration process,SCCM was working fine created
    few collections & packages, then checked the DB on cluster & they were updated successfully.
    but when i tried to install report server on my SCCM machine,again there was no instance displayed after entering the cluster name.
    I searched this & come across this post :-
    http://social.technet.microsoft.com/Forums/en-US/configmanagergeneral/thread/4479e73e-8a19-4c7e-9418-b36770656b9b/
    which says to install report server on the cluster node machine which is currently running the Reporting Service.I tried to install the report server & the instance was detected this time.it was installed successfully.
    But when i tried to generate reports I got this error :-
    Permissions are fine as i have added SCCMadmin & sccm machine in the local admin of both the nodes.
    Please Help.
    Thanks,
    Pranay.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    If you look at your second screenshot the Remote errors is not enabled. Use this blog to enable them.
    http://www.enhansoft.com/blog/enabling-remote-errors-in-sql
    If changing the data source on the report fixed it for a single report. It means that your shared Datasource is having problems. Reset the username and password within CM12 console and this should fix it for every report.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • SCCM 2012 SP1 update to R2

    Hi!
    SCCM 2012 SP1 update to R2.
    I use SQL 2008R2 SP2 (10.50.4000.0), this version is Ok for SCCm 2012 R2 update?
    cenubit

    Yes it is.
    See supported configurations
    http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigSQLDBconfig
    Also, see procedure to upgrade from SP1 to R2
    http://www.gerryhampsoncm.blogspot.ie/2013/10/in-place-upgrade-sccm-2012-sp1-to-r2.html
    Also, note that CU1 for R2 has also been released. You should apply this afterwards.
    http://support.microsoft.com/kb/2938441/en-us
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • App-V Reporting: SQL query for Excel Pivot Table to display App Usage (H/M/S)

    I recently posted this in the Gallery.  If anyone has any modifications or enhancements please feel free to contribute!  One thing that I'd like to be able to add to it is the ability to only display information for applications/packages that are
    still published, so if anyone can figure out a crafty way to do it...  Thanks!
    http://gallery.technet.microsoft.com/App-V-Reporting-SQL-query-6695d3c3

    I recently posted this in the Gallery.  If anyone has any modifications or enhancements please feel free to contribute!  One thing that I'd like to be able to add to it is the ability to only display information for applications/packages that are
    still published, so if anyone can figure out a crafty way to do it...  Thanks!
    http://gallery.technet.microsoft.com/App-V-Reporting-SQL-query-6695d3c3

  • SCCM 2012 software update point not sync with Microsoft Updat,

    Hi 
    Recently my SCCM 2012 software update is not syncing with microsoft update, am getting below error.  can any one suggest/help me how to resolve this issue.
    WebException: The remote server returned an error: (500) Internal Server Error.
    at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
       at System.Net.HttpWebRequest.GetRequestStream()
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.ServerSyncWebServices.ServerSync.ServerSyncProxy.GetAuthConfig()
       at Microsoft.UpdateServices.ServerSync.ServerSyncLib.InternetGetServerAuthConfig(ServerSyncProxy proxy, WebServiceCommunicationHelper webServiceHelper)
       at Microsoft.UpdateServices.ServerSync.ServerSyncLib.Authenticate(AuthorizationManager authorizationManager, Boolean checkExpiration, ServerSyncProxy proxy, Cookie cookie, WebServiceCommunicationHelper webServiceHelper)
       at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.SyncConfigUpdatesFromUSS()
       at Microsoft.UpdateServices.ServerSync.CatalogSyncAgentCore.ExecuteSyncProtocol(Boolean allowRedirect)

    am just trying to tracert catalog.update.microsoft.com
    from my wsus server but it is failed, would that be the reason/
    Regards,
    Madhan

  • SCCM 2012: Assigned updates to update group don't get there deployment

    Hello,
    Problem:
    When I assign available updates to the update group the updates are not getting there deployment. Deployed: NO
    (Previous months no problem)
    Situation:
    SCCM 2012 SP1
    We made different Update groups. Example:
    Windows 2008 R2
    This group is deployed to different collections and has several deployments.
    Steps taken:
    Downloaded the new updates to Windows 2008 R2 Deployment Package (no errors)
    Edit Membership and added updates to the Windows 2008 R2 update group (no errors)
    When I check the update group I see the assigned updates in the group. The Downloaded Status is YES but the Deployed status is NO. When I check the update deploymensts it has no deployments.
    Any idea where to find a solution for the problem? Which logs files to check? 
    Greetings

    You could try and run this sql query to check the database directly and see if IsDeployed = 1 here. If that is the case there is just the console that is not updated. You'll need to change the Config Item ID (in red) to match the ID of your group, you'll
    find this in the console. (Right click columns and add it)
    select  all upd.CI_ID,upd.LocaleID,upd.ApplicabilityCondition,upd.ArticleID,upd.BulletinID,upd.CI_ID,upd.CI_UniqueID,upd.CIType_ID,upd.CIVersion,upd.CreatedBy,upd.CustomSeverity,upd.CustomSeverityName,upd.DateCreated,upd.DateLastModified,upd.DatePosted,upd.DateRevised,upd.EffectiveDate,upd.EULAAccepted,upd.EULAExists,upd.EULASignoffDate,upd.EULASignoffUser,upd.IsUserCI,upd.InUse,upd.IsBroken,upd.IsBundle,upd.IsChild,upd.IsContentProvisioned,upd.IsDeployable,upd.IsDeployed,upd.IsEnabled,upd.IsExpired,upd.IsHidden,upd.IsLatest,upd.IsMetadataOnlyUpdate,upd.IsOfflineServiceable,upd.IsQuarantined,upd.IsSuperseded,upd.IsUserDefined,upd.LastModifiedBy,upd.LastStatusTime,upd.Description,upd.DisplayName,upd.CIInformativeURL,upd.LocaleID,upd.MaxExecutionTime,upd.ModelID,upd.ModelName,upd.NumMissing,upd.NumNotApplicable,upd.NumPresent,upd.NumTotal,upd.NumUnknown,upd.PercentCompliant,upd.PermittedUses,upd.PlatformType,upd.RequiresExclusiveHandling,upd.RevisionNumber,upd.SDMPackageVersion,upd.SedoObjectVersion,upd.Severity,upd.SeverityName,upd.SourceSite
    from fn_ListUpdateCIs(1033) as upd,vSMS_CIRelation as cr  where ((cr.FromCIID =
    16822104
    AND cr.RelationType = 1) AND upd.CI_ID = cr.ToCIID)

  • SCCM 2012 Software updates

    Hi All,
    We have SCCM 2012 R2 Server, We have been using more than a years ,
    Now im facing crazy issues .
    1.every month we using sccm server for deploying windows patches  .
    2.before patching we set maintenance schedules for device group.
    3.patch deployment is working fine without any issues and we get the success 100 % compliants report in all the server .
    Note:- but after one or two months later  in Monitoring-->deployment tab-->its showing only few machines success results or deploying again old package''
    this process is keep on rotating in all the deployment .
    how to resolve this issues.
    Regards,
    Velu M

    Hi,
    You could try to initiate Software Updates Deployment Evaluation Cycle action from a problematic client, then check CIAgent.log, StateMessage.log to see if there are any helpful information.
    Reference:
    SCCM state messaging–in depth:http://blogs.msdn.com/b/steverac/archive/2011/01/07/sccm-state-messaging-in-depth.aspx
    You could also follow the steps in the blog below to check state messages in WMI.
    Software Update Compliance Reports – Detection State Unknown
    http://blogs.technet.com/b/configmgrdogs/archive/2013/11/07/software-update-status-reports-detection-state-unknown.aspx
    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 Software Updates not installing (bothh Windows patches & 3rd party updates)

    Using SCCM 2012 R2, I am having a problem getting Windows updates to install.  Applications published to people work, and basic software installations published to machines for a straight install work.  However, both Windows patches and Adobe patches
    fail to install on clients. I have imported the Adobe catalog into SCUP, and publish through WSUS. I can see the Adobe patches and Windows patches in SCCM, and can publish them. However, in deployment status out of 4 machines in my test group the Windows patches
    installed on 1 and the other 3 are still in Unknown status with category of "Client check passed/Active". However, none of them are installing the patch - they don't even seem to try.  All of those are Windows 7 PCs, incidentally. On Adobe patches,
    one PC fails and the other 3 machines still sit in Unknown status.  Certificates are distributed,
    Any ideas what might cause the deployment to not push some targets, even when it's past the deadline?
    Thanks,
    Andy Maslin

    An unknown status means that the clients are not reporting back to ConfigMgr correctly. This is often due to the WUA not pointing at the correct WSUS instance. You can verify this by examining the WUAHandler.log on one of those clients and it will clearly
    indicate an issue with this which in turn is often due to a group policy overriding the ConfigMgr behavior.
    Jason | http://blog.configmgrftw.com

  • SCCM 2012 R2 Install - Reporting Services Point, Remote SRS Server

    Hi all,
    Here's a brief run down of the setup so far. SCCM 2012 R2 installed on Windows 2012 R2 (SCCM01). SQL 2012 back end is off box, on a separate cluster (SQL01C01). Reporting Services for SQL 2012 is due to be installed on a different server (SRS01).
    My question is, when I come to sort out Reporting Services in SCCM, will I simply need to add SRS01 into SCCM as a Site System Server and install the Reporting Services Point onto SRS01?
    I realise I could simply wait for the sql guys to sort the install of SRS and then test it myself but it might be a while before that gets done so I thought I'd ask....Thanks for the help

     will I simply need to add SRS01 into SCCM as a Site System Server and install the Reporting Services Point onto SRS01?
    Correct, although the other way around. Remember you have to make SCCM01$ a local administrator on SRS01.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • SCCM 2012 R2 - Updates not installing

    Hi all,
    I have a SCCM 2012 R2 setup at a customer which has problems with distributing updates to the Windows 7 computers in the environment. The update group (with updates that are 100% sure required) is deployed to some test computers but the updates don't get
    installed. It is also configured to be able to install the updates without looking at any maintenance windows.  I see in the reporting that the updates are required, so in my opinion they should get installed.
    I've checked the registry and the Windows Updates registry keys are pointing towards the right server (my SCCM primary site server). I've created a new software update group with fewer updates, same problem. 
    What I find in the UpdatesDeployment.log on one of the test machines is rather strange:
    Assignment {8209BD9C-A86C-460B-99B3-CD6364F8BD1B} has total CI = 2
    UpdatesDeploymentAgent 29/09/2014 15:21:05
    1244 (0x04DC)
    Assignment ({8209BD9C-A86C-460B-99B3-CD6364F8BD1B}) reconnected to the existing job ({779CA9E2-ABB8-43E1-B8AE-F4A94BA8C761}) successfully.
    UpdatesDeploymentAgent 29/09/2014 15:21:05
    1244 (0x04DC)
    Assignment {c076f100-c2f7-43f9-a3f9-51fd33872b94} has total CI = 216
    UpdatesDeploymentAgent 29/09/2014 15:21:05
    1244 (0x04DC)
    Assignment ({c076f100-c2f7-43f9-a3f9-51fd33872b94}) reconnected to the existing job ({A9758363-1871-4BD9-86D9-1BE0D82531AE}) successfully.
    UpdatesDeploymentAgent 29/09/2014 15:21:05
    1244 (0x04DC)
    OnPolicyModify for assignment ({8209BD9C-A86C-460B-99B3-CD6364F8BD1B})...
    UpdatesDeploymentAgent 29/09/2014 15:23:18
    2740 (0x0AB4)
    Work in progress for assignment {8209BD9C-A86C-460B-99B3-CD6364F8BD1B}, forced trigger (TriggerEnforce) will be attempted when done
    UpdatesDeploymentAgent 29/09/2014 15:23:18
    2740 (0x0AB4)
    EnumerateUpdates for action (UpdateActionInstall) - Total actionable updates = 0
    UpdatesDeploymentAgent 29/09/2014 15:30:32
    4532 (0x11B4)
    EnumerateUpdates for action (UpdateActionInstall) - Total actionable updates = 0
    UpdatesDeploymentAgent 29/09/2014 15:30:32
    4000 (0x0FA0)
    Message received: '<?xml version='1.0' ?><SoftwareUpdatesMessage MessageType='EvaluateAssignments'><UseCachedResults>False</UseCachedResults></SoftwareUpdatesMessage>'
    UpdatesDeploymentAgent 29/09/2014 15:46:47
    4836 (0x12E4)
    Removing scan history to force non cached results
    UpdatesDeploymentAgent 29/09/2014 15:46:47
    4836 (0x12E4)
    Assignment({8209BD9C-A86C-460B-99B3-CD6364F8BD1B}) already in progress state (AssignmentStateDetecting). No need to evaluate
    UpdatesDeploymentAgent 29/09/2014 15:46:47
    4836 (0x12E4)
    Assignment({c076f100-c2f7-43f9-a3f9-51fd33872b94}) already in progress state (AssignmentStateDetecting). No need to evaluate
    UpdatesDeploymentAgent 29/09/2014 15:46:47
    4836 (0x12E4)
    Evaluation initiated for (0) assignments. UpdatesDeploymentAgent
    29/09/2014 15:46:47 4836 (0x12E4)
    Message received: '<?xml version='1.0' ?><SoftwareUpdatesMessage MessageType='EvaluateAssignments'><UseCachedResults>True</UseCachedResults></SoftwareUpdatesMessage>'
    UpdatesDeploymentAgent 29/09/2014 17:06:31
    6032 (0x1790)
    Assignment({8209BD9C-A86C-460B-99B3-CD6364F8BD1B}) already in progress state (AssignmentStateDetecting). No need to evaluate
    UpdatesDeploymentAgent 29/09/2014 17:06:31
    6032 (0x1790)
    Assignment({c076f100-c2f7-43f9-a3f9-51fd33872b94}) already in progress state (AssignmentStateDetecting). No need to evaluate
    UpdatesDeploymentAgent 29/09/2014 17:06:31
    6032 (0x1790)
    Evaluation initiated for (0) assignments. UpdatesDeploymentAgent
    29/09/2014 17:06:31 6032 (0x1790)
    CUpdateAssignmentsManager received a SERVICEWINDOWEVENT START Event
    UpdatesDeploymentAgent 29/09/2014 22:00:00
    3240 (0x0CA8)
    Suspend activity in presentation mode is selected
    UpdatesDeploymentAgent 29/09/2014 22:00:00
    3240 (0x0CA8)
    At least one user has elected to suspend non-business hours activity when in presentation mode. Checking for presentation mode.
    UpdatesDeploymentAgent 29/09/2014 22:00:00
    3240 (0x0CA8)
    Proceeding to non-business hours activites as presentation mode is off.
    UpdatesDeploymentAgent 29/09/2014 22:00:00
    3240 (0x0CA8)
    Auto install during non-business hours is disabled or never set, selecting only scheduled updates.
    UpdatesDeploymentAgent 29/09/2014 22:00:00
    3240 (0x0CA8)
    A user-defined service window(non-business hours) is available. We will attempt to install any scheduled updates.
    UpdatesDeploymentAgent 29/09/2014 22:00:00
    3240 (0x0CA8)
    Attempting to install 0 updates UpdatesDeploymentAgent
    29/09/2014 22:00:00 3240 (0x0CA8)
    No actionable updates for install task. No attempt required.
    UpdatesDeploymentAgent 29/09/2014 22:00:00
    3240 (0x0CA8)
    Updates could not be installed at this time. Waiting for the next maintenance window.
    UpdatesDeploymentAgent 29/09/2014 22:00:00
    3240 (0x0CA8)
    CUpdateAssignmentsManager received a SERVICEWINDOWEVENT END Event
    UpdatesDeploymentAgent 30/09/2014 5:00:00
    3132 (0x0C3C)
    No current service window available to run updates assignment with time required = 1
    UpdatesDeploymentAgent 30/09/2014 5:00:00
    3132 (0x0C3C)
    Attempting to cancel any job started at non-business hours.
    UpdatesDeploymentAgent 30/09/2014 5:00:00
    3132 (0x0C3C)
    There are several updates found in the assignment (2 in the first, 216 in the second). Some of them are required but still the log says: No actionable updates. 
    The SERVICEWINDOWEVENT events originate from the business hours set in the client settings I suppose?
    But I don't get why the log sais "No current service window available to run updates assignment with time required = 1"
    Any advice?
    Kind regards,
    Bert

    Hi,
    What's the status in Software Center on clients?
    Please check ScanAgent.log, WUAHandler.log, UpdatesHandler.log and Windowsupdate.log on the client to see if there is any helpful information.
    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 R2 bitlocker reporting via "Computers running a specific service"

    I have searched the web for how to check how many clients have bitlocker enabled, via SCCM 2012 R2. All suggestions I find are SQL commands.
    I have not found anyone who suggest using the report Operating System -> Services - Computers running a specific service -> Bitlocker Drive encryption service
    Why is that? Is this report not trustworthy?
    Kthxbai

    Hi,
    The service is used for prompting user's actions or storing encrypted information. It does not mean BitLocker is enabled when the service is running or not. You can start it manually. I suggest you refer to the blog below to utilize DCM to check if the Bitlocker
    is enabled.
    http://adminnexus.blogspot.com/2012/11/using-dcm-in-sccm-2012-to-report-on.html
    Juke Chou
    TechNet Community Support

  • Detection State 'Unknown' in SCCM 2012 Software Compliance Report

    My management is looking for windows patches compliance reports from SCCM 2012
    When I am trying to prepare Compliance Reports with SCCM 2012 for windows patches, I am noticing that I have lots of patches, where "Unknown" state is showing against many Windows Patches. I was expecting the reports to show “Not Required"
    instead of "Unknown".
    Please tell me, where the issue might be and how to rectify it.
    Thanks in advance.

    Thanks for your reply Jorgen. Is there anyway I can initiate a " Software Update Scan on all Clients from SCCM Console? If yes, please let me steps- how?
    As a test, I run "Software scan from a client and client report back to server. However on WindowsUpdates.log I can see some unhappy logs.
    Does it mean that WSUS server and clients are having some issue?
    2014-08-03 16:43:56:773  840 1668 AU ##  END  ##  AU: Search for updates [CallId = {6E29C07F-4A2B-4137-8228-D47F81523EFD}]
    2014-08-03 16:43:56:773  840 1668 AU #############
    2014-08-03 16:43:56:773  840 1668 AU AU setting next detection timeout to 2014-08-03 11:43:56
    2014-08-03 16:44:01:664  840 110c Report REPORT EVENT: {F5E38138-DE94-45D1-A8D0-79C4C8667568} 2014-08-03 16:43:56:664+1000 1 148 101 {D67661EB-2423-451D-BF5D-13199E37DF28} 0 800b0001 SelfUpdate Failure Software
    Synchronization Windows Update Client failed to detect with error 0x800b0001.
    2014-08-03 21:43:56:923  840 a4c AU #############
    2014-08-03 21:43:56:923  840 a4c AU ## START ##  AU: Search for updates
    2014-08-03 21:43:56:923  840 a4c AU #########
    2014-08-03 21:43:56:923  840 a4c AU <<## SUBMITTED ## AU: Search for updates [CallId = {B4CB615A-9D97-4933-947F-556215D85E59}]
    2014-08-03 21:43:56:923  840 d58 Agent *************
    2014-08-03 21:43:56:923  840 d58 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-03 21:43:56:923  840 d58 Agent *********
    2014-08-03 21:43:56:923  840 d58 Agent   * Online = Yes; Ignore download priority = No
    2014-08-03 21:43:56:923  840 d58 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1
    or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2014-08-03 21:43:56:923  840 d58 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-08-03 21:43:56:923  840 d58 Agent   * Search Scope = {Machine}
    2014-08-03 21:43:57:439  840 d58 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2014-08-03 21:43:57:454  840 d58 Misc  Microsoft signed: Yes
    2014-08-03 21:43:57:454  840 d58 Misc WARNING: Digital Signatures on file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab are not trusted: Error 0x800b0001
    2014-08-03 21:43:57:454  840 d58 Setup FATAL: IsUpdateRequired failed with error 0x800b0001
    2014-08-03 21:43:57:454  840 d58 Setup WARNING: SelfUpdate: Default Service: IsUpdateRequired failed: 0x800b0001
    2014-08-03 21:43:57:454  840 d58 Setup WARNING: SelfUpdate: Default Service: IsUpdateRequired failed, error = 0x800B0001
    2014-08-03 21:43:57:454  840 d58 Agent   * WARNING: Skipping scan, self-update check returned 0x800B0001
    2014-08-03 21:43:58:782  840 d58 Agent   * WARNING: Exit code = 0x800B0001
    2014-08-03 21:43:58:782  840 d58 Agent *********
    2014-08-03 21:43:58:782  840 d58 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-03 21:43:58:782  840 d58 Agent *************
    2014-08-03 21:43:58:782  840 d58 Agent WARNING: WU client failed Searching for update with error 0x800b0001
    2014-08-03 21:43:58:782  840 11f8 AU >>##  RESUMED  ## AU: Search for updates [CallId = {B4CB615A-9D97-4933-947F-556215D85E59}]
    2014-08-03 21:43:58:782  840 11f8 AU   # WARNING: Search callback failed, result = 0x800B0001
    2014-08-03 21:43:58:782  840 11f8 AU   # WARNING: Failed to find updates with error code 800B0001
    2014-08-03 21:43:58:782  840 11f8 AU #########
    2014-08-03 21:43:58:782  840 11f8 AU ##  END  ##  AU: Search for updates [CallId = {B4CB615A-9D97-4933-947F-556215D85E59}]
    2014-08-03 21:43:58:782  840 11f8 AU #############
    2014-08-03 21:43:58:782  840 11f8 AU AU setting next detection timeout to 2014-08-03 16:43:58
    2014-08-03 21:44:02:454  840 d58 Report REPORT EVENT: {5653D57E-2599-426E-B3F2-3F626EDC9C8D} 2014-08-03 21:43:57:454+1000 1 148 101 {D67661EB-2423-451D-BF5D-13199E37DF28} 0 800b0001 SelfUpdate Failure Software
    Synchronization Windows Update Client failed to detect with error 0x800b0001.
    2014-08-04 02:43:59:327  840 a4c AU #############
    2014-08-04 02:43:59:327  840 a4c AU ## START ##  AU: Search for updates
    2014-08-04 02:43:59:327  840 a4c AU #########
    2014-08-04 02:43:59:327  840 a4c AU <<## SUBMITTED ## AU: Search for updates [CallId = {EBB099BD-7E1E-481B-B354-1DF2CD3AB53F}]
    2014-08-04 02:43:59:327  840 1528 Agent *************
    2014-08-04 02:43:59:327  840 1528 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-04 02:43:59:327  840 1528 Agent *********
    2014-08-04 02:43:59:327  840 1528 Agent   * Online = Yes; Ignore download priority = No
    2014-08-04 02:43:59:327  840 1528 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1
    or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2014-08-04 02:43:59:327  840 1528 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-08-04 02:43:59:327  840 1528 Agent   * Search Scope = {Machine}
    2014-08-04 02:43:59:858  840 1528 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2014-08-04 02:43:59:858  840 1528 Misc  Microsoft signed: Yes
    2014-08-04 02:43:59:858  840 1528 Misc WARNING: Digital Signatures on file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab are not trusted: Error 0x800b0001
    2014-08-04 02:43:59:858  840 1528 Setup FATAL: IsUpdateRequired failed with error 0x800b0001
    2014-08-04 02:43:59:858  840 1528 Setup WARNING: SelfUpdate: Default Service: IsUpdateRequired failed: 0x800b0001
    2014-08-04 02:43:59:858  840 1528 Setup WARNING: SelfUpdate: Default Service: IsUpdateRequired failed, error = 0x800B0001
    2014-08-04 02:43:59:858  840 1528 Agent   * WARNING: Skipping scan, self-update check returned 0x800B0001
    2014-08-04 02:44:00:577  840 1528 Agent   * WARNING: Exit code = 0x800B0001
    2014-08-04 02:44:00:577  840 1528 Agent *********
    2014-08-04 02:44:00:577  840 1528 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-04 02:44:00:577  840 1528 Agent *************
    2014-08-04 02:44:00:577  840 1528 Agent WARNING: WU client failed Searching for update with error 0x800b0001
    2014-08-04 02:44:00:577  840 1018 AU >>##  RESUMED  ## AU: Search for updates [CallId = {EBB099BD-7E1E-481B-B354-1DF2CD3AB53F}]
    2014-08-04 02:44:00:577  840 1018 AU   # WARNING: Search callback failed, result = 0x800B0001
    2014-08-04 02:44:00:577  840 1018 AU   # WARNING: Failed to find updates with error code 800B0001
    2014-08-04 02:44:00:577  840 1018 AU #########
    2014-08-04 02:44:00:577  840 1018 AU ##  END  ##  AU: Search for updates [CallId = {EBB099BD-7E1E-481B-B354-1DF2CD3AB53F}]
    2014-08-04 02:44:00:577  840 1018 AU #############
    2014-08-04 02:44:00:577  840 1018 AU AU setting next detection timeout to 2014-08-03 21:44:00
    2014-08-04 02:44:04:859  840 1528 Report REPORT EVENT: {3121ED76-441E-4862-A90B-9AF1B5170B85} 2014-08-04 02:43:59:858+1000 1 148 101 {D67661EB-2423-451D-BF5D-13199E37DF28} 0 800b0001 SelfUpdate Failure Software
    Synchronization Windows Update Client failed to detect with error 0x800b0001.
    2014-08-04 07:44:00:725  840 a4c AU #############
    2014-08-04 07:44:00:725  840 a4c AU ## START ##  AU: Search for updates
    2014-08-04 07:44:00:725  840 a4c AU #########
    2014-08-04 07:44:00:725  840 a4c AU <<## SUBMITTED ## AU: Search for updates [CallId = {CC637D7F-C439-4E83-A71D-645B2CD92B8A}]
    2014-08-04 07:44:00:725  840 11f0 Agent *************
    2014-08-04 07:44:00:725  840 11f0 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-04 07:44:00:725  840 11f0 Agent *********
    2014-08-04 07:44:00:725  840 11f0 Agent   * Online = Yes; Ignore download priority = No
    2014-08-04 07:44:00:725  840 11f0 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1
    or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2014-08-04 07:44:00:725  840 11f0 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-08-04 07:44:00:725  840 11f0 Agent   * Search Scope = {Machine}
    2014-08-04 07:44:01:178  840 11f0 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2014-08-04 07:44:01:178  840 11f0 Misc  Microsoft signed: Yes
    2014-08-04 07:44:01:178  840 11f0 Misc WARNING: Digital Signatures on file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab are not trusted: Error 0x800b0001
    2014-08-04 07:44:01:178  840 11f0 Setup FATAL: IsUpdateRequired failed with error 0x800b0001
    2014-08-04 07:44:01:178  840 11f0 Setup WARNING: SelfUpdate: Default Service: IsUpdateRequired failed: 0x800b0001
    2014-08-04 07:44:01:178  840 11f0 Setup WARNING: SelfUpdate: Default Service: IsUpdateRequired failed, error = 0x800B0001
    2014-08-04 07:44:01:178  840 11f0 Agent   * WARNING: Skipping scan, self-update check returned 0x800B0001
    2014-08-04 07:44:01:803  840 11f0 Agent   * WARNING: Exit code = 0x800B0001
    2014-08-04 07:44:01:803  840 11f0 Agent *********
    2014-08-04 07:44:01:803  840 11f0 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-04 07:44:01:803  840 11f0 Agent *************
    2014-08-04 07:44:01:803  840 11f0 Agent WARNING: WU client failed Searching for update with error 0x800b0001
    2014-08-04 07:44:01:803  840 14dc AU >>##  RESUMED  ## AU: Search for updates [CallId = {CC637D7F-C439-4E83-A71D-645B2CD92B8A}]
    2014-08-04 07:44:01:803  840 14dc AU   # WARNING: Search callback failed, result = 0x800B0001
    2014-08-04 07:44:01:803  840 14dc AU   # WARNING: Failed to find updates with error code 800B0001
    2014-08-04 07:44:01:803  840 14dc AU #########
    2014-08-04 07:44:01:803  840 14dc AU ##  END  ##  AU: Search for updates [CallId = {CC637D7F-C439-4E83-A71D-645B2CD92B8A}]
    2014-08-04 07:44:01:803  840 14dc AU #############
    2014-08-04 07:44:01:803  840 14dc AU AU setting next detection timeout to 2014-08-04 02:44:01
    2014-08-04 07:44:06:178  840 11f0 Report REPORT EVENT: {5CC4BC72-612B-4C93-B560-57DEBEF9DD30} 2014-08-04 07:44:01:178+1000 1 148 101 {D67661EB-2423-451D-BF5D-13199E37DF28} 0 800b0001 SelfUpdate Failure Software
    Synchronization Windows Update Client failed to detect with error 0x800b0001.
    2014-08-04 07:56:20:733  840 a4c AU AU was unable to detect updates for more than 48 hours
    2014-08-04 07:56:25:733  840 11f0 Report REPORT EVENT: {BFD85143-59AD-4E15-9797-4CEE9D7F089F} 2014-08-04 07:56:20:733+1000 1 149 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Failure Software
    Synchronization Unable to Connect: Windows is unable to connect to the automatic updates service and therefore cannot download and install updates according to the set schedule. Windows will continue to try to establish a connection.
    2014-08-04 12:44:01:690  840 a4c AU #############
    2014-08-04 12:44:01:690  840 a4c AU ## START ##  AU: Search for updates
    2014-08-04 12:44:01:690  840 a4c AU #########
    2014-08-04 12:44:01:690  840 a4c AU <<## SUBMITTED ## AU: Search for updates [CallId = {16B8EC72-AD9E-47D5-9F94-73794A653572}]
    2014-08-04 12:44:01:690  840 1320 Agent *************
    2014-08-04 12:44:01:690  840 1320 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-04 12:44:01:690  840 1320 Agent *********
    2014-08-04 12:44:01:690  840 1320 Agent   * Online = Yes; Ignore download priority = No
    2014-08-04 12:44:01:690  840 1320 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1
    or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2014-08-04 12:44:01:690  840 1320 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-08-04 12:44:01:690  840 1320 Agent   * Search Scope = {Machine}
    2014-08-04 12:44:02:143  840 1320 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2014-08-04 12:44:02:174  840 1320 Misc  Microsoft signed: Yes
    2014-08-04 12:44:02:174  840 1320 Misc WARNING: Digital Signatures on file C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab are not trusted: Error 0x800b0001
    2014-08-04 12:44:02:174  840 1320 Setup FATAL: IsUpdateRequired failed with error 0x800b0001
    2014-08-04 12:44:02:174  840 1320 Setup WARNING: SelfUpdate: Default Service: IsUpdateRequired failed: 0x800b0001
    2014-08-04 12:44:02:174  840 1320 Setup WARNING: SelfUpdate: Default Service: IsUpdateRequired failed, error = 0x800B0001
    2014-08-04 12:44:02:174  840 1320 Agent   * WARNING: Skipping scan, self-update check returned 0x800B0001
    2014-08-04 12:44:02:268  840 1320 Agent   * WARNING: Exit code = 0x800B0001
    2014-08-04 12:44:02:268  840 1320 Agent *********
    2014-08-04 12:44:02:268  840 1320 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-04 12:44:02:268  840 1320 Agent *************
    2014-08-04 12:44:02:268  840 1320 Agent WARNING: WU client failed Searching for update with error 0x800b0001
    2014-08-04 12:44:02:268  840 11a8 AU >>##  RESUMED  ## AU: Search for updates [CallId = {16B8EC72-AD9E-47D5-9F94-73794A653572}]
    2014-08-04 12:44:02:268  840 11a8 AU   # WARNING: Search callback failed, result = 0x800B0001
    2014-08-04 12:44:02:268  840 11a8 AU   # WARNING: Failed to find updates with error code 800B0001
    2014-08-04 12:44:02:268  840 11a8 AU #########
    2014-08-04 12:44:02:268  840 11a8 AU ##  END  ##  AU: Search for updates [CallId = {16B8EC72-AD9E-47D5-9F94-73794A653572}]
    2014-08-04 12:44:02:268  840 11a8 AU #############
    2014-08-04 12:44:02:268  840 11a8 AU AU setting next detection timeout to 2014-08-04 07:44:02
    2014-08-04 12:44:07:174  840 1320 Report REPORT EVENT: {01CB1C52-239F-4DB7-A4AF-C0FBF2E5358A} 2014-08-04 12:44:02:174+1000 1 148 101 {D67661EB-2423-451D-BF5D-13199E37DF28} 0 800b0001 SelfUpdate Failure Software
    Synchronization Windows Update Client failed to detect with error 0x800b0001.
    2014-08-04 16:24:12:878 2748 bc0 COMAPI -------------
    2014-08-04 16:24:12:878 2748 bc0 COMAPI -- START --  COMAPI: Search [ClientId = CcmExec]
    2014-08-04 16:24:12:878 2748 bc0 COMAPI ---------
    2014-08-04 16:24:12:878 2748 bc0 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = CcmExec]
    2014-08-04 16:24:12:878  840 1438 Agent *************
    2014-08-04 16:24:12:878  840 1438 Agent ** START **  Agent: Finding updates [CallerId = CcmExec]
    2014-08-04 16:24:12:878  840 1438 Agent *********
    2014-08-04 16:24:12:878  840 1438 Agent   * Include potentially superseded updates
    2014-08-04 16:24:12:878  840 1438 Agent   * Online = Yes; Ignore download priority = Yes
    2014-08-04 16:24:12:878  840 1438 Agent   * Criteria = "(DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver')"
    2014-08-04 16:24:12:878  840 1438 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-08-04 16:24:12:878  840 1438 Agent   * Search Scope = {Machine}
    2014-08-04 16:24:27:769  840 1438 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-08-04 16:24:27:769  840 1438 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://S-Syd-SCCM.xxx.xxx:80/ClientWebService/client.asmx
    2014-08-04 16:24:27:816  840 1438 PT WARNING: Cached cookie has expired or new PID is available
    2014-08-04 16:24:27:816  840 1438 PT Initializing simple targeting cookie, clientId = fcdcdbf8-529a-414d-9679-9bfbeac1626c, target group = , DNS name = server-util.xxx.xxx
    2014-08-04 16:24:27:816  840 1438 PT   Server URL =
    http://S-Syd-SCCM.xxx.xxx:80/SimpleAuthWebService/SimpleAuth.asmx
    2014-08-04 16:24:28:925  840 1438 Agent WARNING: Failed to evaluate Installed rule, updateId = {07AEE973-703C-4F27-83F1-3E764D9ED2C7}.202, hr = 80041010
    2014-08-04 16:25:12:270  840 1438 PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-08-04 16:25:12:270  840 1438 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://S-Syd-SCCM.xxx.xxx:80/ClientWebService/client.asmx
    2014-08-04 16:25:19:083  840 a4c AU Triggering Offline detection (non-interactive)
    2014-08-04 16:25:19:083  840 a4c AU #############
    2014-08-04 16:25:19:083  840 a4c AU ## START ##  AU: Search for updates
    2014-08-04 16:25:19:083  840 a4c AU #########
    2014-08-04 16:25:19:083  840 1438 Agent   * Added update {1E3A5101-3621-458B-B208-5ED11473EFFF}.101 to search result
     16:25:19:083  840 1438 Agent   * Added update {E8A49607-7F8E-47CB-A487-A7465B733A7D}.103 to search result
    2014-08-04 16:25:19:083  840 a4c AU <<## SUBMITTED ## AU: Search for updates [CallId = {08745433-443F-4A94-A1C7-44314DA6B63C}]
    2014-08-04 16:25:19:083  840 1438 Agent   * Added update {CF3B6409-EBE7-462B-89BE-CF0F9754139F}.101 to search result
    2014-08-04 16:25:19:099  840 1438 Agent Bundle contains no deployed children and thus is invalid.
    2014-08-04 16:25:19:099  840 1438 Agent Update {3FEFB63F-4DFC-49C4-85DB-D40DD6EA3F22}.102 is not a valid bundle. Not returning it.
    2014-08-04 16:25:19:114  840 1438 Agent   * Added update {D5F76FFF-AC16-4460-99FE-FB8334F65970}.101 to search result
    2014-08-04 16:25:19:146  840 1438 Agent   * Found 294 updates and 78 categories in search; evaluated appl. rules of 2660 out of 5182 deployed entities
    2014-08-04 16:25:19:739  840 1438 Agent *********
    2014-08-04 16:25:19:739  840 1438 Agent **  END  **  Agent: Finding updates [CallerId = CcmExec]
    2014-08-04 16:25:19:739  840 1438 Agent *************
    2014-08-04 16:25:19:786  840 1438 Agent *************
    2014-08-04 16:25:19:786  840 1438 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-04 16:25:19:786  840 1438 Agent *********
    2014-08-04 16:25:19:786  840 1438 Agent   * Online = No; Ignore download priority = No
    2014-08-04 16:25:19:786  840 1438 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1
    or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2014-08-04 16:25:19:786  840 1438 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-08-04 16:25:19:786  840 1438 Agent   * Search Scope = {Machine}
    2014-08-04 16:25:19:802 2748 13ec COMAPI >>--  RESUMED  -- COMAPI: Search [ClientId = CcmExec]
    2014-08-04 16:25:20:036 2748 13ec COMAPI   - Updates found = 294
    2014-08-04 16:25:20:036 2748 13ec COMAPI ---------
    2014-08-04 16:25:20:036 2748 13ec COMAPI --  END  --  COMAPI: Search [ClientId = CcmExec]
    2014-08-04 16:25:20:036 2748 13ec COMAPI -------------
    2014-08-04 16:25:22:208  840 1438 Agent   * Found 0 updates and 78 categories in search; evaluated appl. rules of 251 out of 5182 deployed entities
    2014-08-04 16:25:22:302  840 1438 Agent *********
    2014-08-04 16:25:22:302  840 1438 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-04 16:25:22:302  840 1438 Agent *************
    2014-08-04 16:25:22:349  840 4bc AU >>##  RESUMED  ## AU: Search for updates [CallId = {08745433-443F-4A94-A1C7-44314DA6B63C}]
    2014-08-04 16:25:22:349  840 4bc AU   # 0 updates detected
    2014-08-04 16:25:22:349  840 4bc AU #########
    2014-08-04 16:25:22:349  840 4bc AU ##  END  ##  AU: Search for updates [CallId = {08745433-443F-4A94-A1C7-44314DA6B63C}]
    2014-08-04 16:25:22:349  840 4bc AU #############
    2014-08-04 16:25:22:349  840 4bc AU Featured notifications is disabled.
    2014-08-04 16:25:22:349  840 1438 Report REPORT EVENT: {547C4CB0-3015-402C-A5DF-9B6B1F900864} 2014-08-04 16:25:19:724+1000 1 147 101 {00000000-0000-0000-0000-000000000000} 0 0 CcmExec Success Software
    Synchronization Windows Update Client successfully detected 294 updates.
    2014-08-04 16:25:22:349  840 1438 Report REPORT EVENT: {22C743C2-863C-4A90-87E3-C8A81850A45B} 2014-08-04 16:25:19:724+1000 1 156 101 {00000000-0000-0000-0000-000000000000} 0 0 CcmExec Success Pre-Deployment
    Check Reporting client status.

  • SCCM 2012 R2 Computer reports not displaying users and domain information for some systems.

    I have a recently deployed SCCM 2012 R2 server which has been running well so far.
    I have, however, noticed in the reporting (example: "Computers in a specific site" report) that some computers are not showing information like "User domain" and "User Name" (for about 500 of the 1500 computers).
    If I go to a collection, select such a computer and right click to properties and go to the general tab I can see that the below fields are blank:
    Last Logon User Domain
    Last Logon User Name
    All other fields are populated similarly for both affected and non-affected agents. Agent versions are the same as well. Hardware/Software inventory appears to be completing on all systems.
    Has anyone else seen this type of behavior and found a solution? Appreciate any advice. Thanks.
    Edit: Most agents have been installed for close to 2 months.
    Hardware inventory: Daily
    Software inventory: Weekly

    Hi,
    Those two values are populated by the Heartbeat agent and if no user is logged on when the heartbeat is sent, then the value is blank so I would say this would be as expected.
    If you want to know which user has been using a computer you should have a look at the assett Intelliengence reports with console usage, then you can see who has been using a computer most frequently.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Sccm 2012 multiple language reports from mbam integration

    I installed mbam on my sccm 2012 primary server and all went well with one exception.  The reports have multiple languages.  In the reports folder that houses the mbam reports, there are multiple folders for the four mbam reports, so I have about
    10 different languages for my 4 reports.  I only want english.  I would think that like any other sccm report I can just delete the others I won't use, but am concerned since this is a component of mbam and it might be expecting those reports
    as "placeholders" for that data.  Can I just delete the folders for the unneeded languages?  Additionally I am getting an error when launching the reports when the window for the report opens it has at the bottom of the report:  ERROR:
    the mbam policy view does not exist.  I am assuming this is because not all the components have been installed in the mbam environment as of yet.  We are upgrading from mbam 1.0 and I am doing the sccm integration piece.  I realize the monitoring
    server needs to be installed, the policy template also needs to go somewhere as well, so  suspect this is expected behaviour with only the sccm integration piece involved so far.  THanks!

    It's more of housekeeping issue.  I am going to have to delete that folder anyway as right now I am connected to a test database and will need to uninstall mbam and reinstall it when they are ready to point to a different database after testing is
    complete.

  • SCCM 2012 R2 Update not Downloading

    Hi
    i had install SCCM 2012 R2 and WSUS  on the same server  and i configure the software update point component .(End Point Protection) when I'm trying
     to download software  update, i  click  on All software updates  repository right click and  run synchronization i cant see any update.
    wsyncmgr.log :
    Thread terminated by service request.  $$<SMS_WSUS_SYNC_MANAGER><07-14-2014 14:41:50.922-330><thread=5384 (0x1508)>
    SMS_EXECUTIVE started SMS_WSUS_SYNC_MANAGER as thread ID 5976 (0x1758).  $$<SMS_WSUS_SYNC_MANAGER><07-14-2014 14:46:27.078-330><thread=2736 (0xAB0)>
    Log level 2  $$<SMS_WSUS_SYNC_MANAGER><07-14-2014 14:46:27.309-330><thread=5976 (0x1758)>
    Wakeup by SCF change  $$<SMS_WSUS_SYNC_MANAGER><07-14-2014 15:19:48.428-330><thread=5976 (0x1758)>
    Please help

    WCm log error
    Remote configuration failed on WSUS Server.    SMS_WSUS_CONFIGURATION_MANAGER    7/15/2014 1:41:13 PM    5680 (0x1630)
    STATMSG: ID=6600 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=BDC.mydomain.com SITE=NAV PID=2648 TID=5680 GMTDATE=Tue Jul 15 08:11:13.273 2014 ISTR0="BDC.mydomain.com" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7=""
    ISTR8="" ISTR9="" NUMATTRS=0    SMS_WSUS_CONFIGURATION_MANAGER    7/15/2014 1:41:13 PM    5680 (0x1630)
    Setting new configuration state to 3 (WSUS_CONFIG_FAILED)    SMS_WSUS_CONFIGURATION_MANAGER    7/15/2014 1:41:13 PM    5680 (0x1630)
    Waiting for changes for 49 minutes    SMS_WSUS_CONFIGURATION_MANAGER    7/15/2014 1:41:13 PM    5680 (0x1630)

Maybe you are looking for

  • Read Only Display of Radio group and Text area with counter not working

    Hello, I am using Apex 3.2, with 10g for the database I have this form, with fields that will set to read only when status = 'closed' All of the fields display as read only except for 2. I cannot figure out why this is not working correctly. 1st fiel

  • Embedding photobucket video in basic html

    How do I embed a flash video I uploaded to photobucket into a page i'm making in dreamweaver? I am using basic html because the page is for ebay. I tryed copying the HTML tag from photobucket and pasting it into the code in dreamweaver but it doesn't

  • Elements 9 prints wrong sizes

    I keep getting a different print size than I specified in Elements 9: I will specify for example a 7x10" image on 8 1/2 x 11" borderless paper, but the image will fill the whole sheet; or I will specify "scale to fit media" and the paper will be fill

  • Cannot be more dissatisfi​ed with Verizon customer service!

    I used to say Verizon is great because it has a great customer service. Now, I am having a second thought. I have just bought a new phone with a new contract and since then I have been having all kinda technical issues with the phone reception and it

  • Issue with SESCrawlerExport component Snapshot issue

    Hi, I am facing issue after installing SESCrawlerExport. In "SES Crawler Export" page when I click "Take Snapshot" I am getting error saying "Aborted : Content Export already in progress". But this is the first time I am running after installation. I