Software Center performance

After migrating all our active 2007 packages to 2012, we have approximately 500 deployments (125 packages with install, uninstall, reinstall and repair programs). Software Center takes around 4-5 minutes to populate which is 2-3 times longer than RAP in
2007. Is this to be expected or do we have a performance issue?

Many thanks.
From _SCClient_xx.log I can see that it is the wmi query for CCM_Program that is the culprit.
Logentry: "Executing WMI query: Select * From CCM_Program   (Microsoft.SoftwareCenter.Client.Data.WmiConnectionManager at ExecuteQuery)" takes roughly 2 minutes and it runs at least twice every time Software Center is refreshed.
Running:
get-date;$progs = Get-WmiObject -namespace "root\ccm\ClientSDK" -query "Select * From CCM_Program";write-host ("programs: {0}" -f$progs.count);get-date
in powershell I confirmed that it is the wmi query itself which is taking its sweet time. It takes roughly 2 minutes for 520 programs on a freshly installed beefy laptop.
In comparison,
$UIResManager = New-Object -comobject "UIResource.UIResourceMgr";get-date;$progs = $UIResManager.GetAvailableApplications();write-host ("programs: {0}" -f$progs.count);get-date
Only takes about 20-30 seconds.
And the webservice we used on 2007 was based on this query:
get-date;$progs = Get-WmiObject -namespace "root\ccm\policy\machine\actualconfig" -query "Select * From CCM_SoftwareDistribution";write-host ("programs: {0}" -f$progs.count);get-date
Which takes less than a second to run...SMH

Similar Messages

  • Getting "Error: 0x80070654" when trying to install SCCM 2012 R2 Console from Software Center

    What I did:
    Created a Package Source share on the Site Server
    Gave the Package Source Share the following Share permissions: SCCM Admins: Full Control, Domain Computers: Full Control, Local Admins: Full Control.
    Copied the "Program Files\Microsoft Configuration Manager\tools\ConsoleSetup" folder to my package source (Since the Package Source is actually on the site server, I just copied the ConsoleSetup folder to it that is on the same drive)
    Created a package and a Standard Program
    Command line: ConsoleSetup.exe 
    I deploy it to my collection
    Run Machine Policy and Reevaluation on my Right Click Tools 
    Go to one of my clients and open up Software Center and click the Install button
    It fails with ""Error: 0x80070654" 
    I open up execmgr.log on the client using CMTrace and I use the error lookup tool and it shows that the 0x80070654 error is "This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer
    package"
    I also see a red highlighted line in the execmgr.log file with the following entry: "Script for Package:PRI00013, Program: SCCM 2012 R2 Management Console failed with exit code 2147944020"
    I can run ConsoleSetup.exe using a command line to the package source. 
    Execmgr.log Contents
    Policy arrived for parent package PRI00013 program SCCM 2012 R2 Management Console
    execmgr 7/31/2014 2:40:48 AM
    3336 (0x0D08)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 6l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:40:48 AM
    3336 (0x0D08)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramOfferReceivedEvent
    AdvertisementId = "PRI2000A";
    ClientID = "GUID:C83A938E-8BD7-4207-A450-11B3FE063DD6";
    DateTime = "20140731094048.938000+000";
    MachineName = "My Computer";
    ProcessID = 1548;
    SiteCode = "PRI";
    ThreadID = 3336;
    execmgr
    7/31/2014 2:40:48 AM 3336 (0x0D08)
    Raising client SDK event for class NULL, instance NULL, actionType 6l, value , user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:40:48 AM
    3568 (0x0DF0)
    Validating chain of dependent programs for package PRI00013 optional program SCCM 2012 R2 Management Console
    execmgr 7/31/2014 2:41:04 AM
    4612 (0x1204)
    Validating package PRI00013 program SCCM 2012 R2 Management Console in the chain. The content request ID is {00000000-0000-0000-0000-000000000000}
    execmgr 7/31/2014 2:41:04 AM
    4612 (0x1204)
    Creating an optional execution request for package PRI00013 program SCCM 2012 R2 Management Console
    execmgr
    7/31/2014 2:41:04 AM 4612 (0x1204)
    Requesting content from CAS for package PRI00013 version 1
    execmgr 7/31/2014 2:41:05 AM
    4612 (0x1204)
    Successfully created a content request handle {CBABEBB0-D019-4421-8B2E-47ABF90A925F} for the package PRI00013 version 1
    execmgr 7/31/2014 2:41:05 AM
    4612 (0x1204)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistWaitingContentEvent
    AdvertisementId = "PRI2000A";
    ClientID = "GUID:C83A938E-8BD7-4207-A450-11B3FE063DD6";
    DateTime = "20140731094105.334000+000";
    MachineName = "My Computer";
    PackageName = "PRI00013";
    PackageVersion = "1";
    ProcessID = 1548;
    ProgramName = "SCCM 2012 R2 Management Console";
    SiteCode = "PRI";
    ThreadID = 4612;
    execmgr
    7/31/2014 2:41:05 AM 4612 (0x1204)
    Successfully raised SoftDistWaitingContentEvent event for program SCCM 2012 R2 Management Console
    execmgr 7/31/2014 2:41:05 AM
    4612 (0x1204)
    Execution Request for advert  package PRI00013 program SCCM 2012 R2 Management Console state change from NotExist to WaitingContent
    execmgr 7/31/2014 2:41:05 AM
    4612 (0x1204)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:05 AM
    4612 (0x1204)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:05 AM
    5072 (0x13D0)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:05 AM
    4260 (0x10A4)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:05 AM
    4756 (0x1294)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:05 AM
    4756 (0x1294)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:05 AM
    5072 (0x13D0)
      Processing [{CBABEBB0-D019-4421-8B2E-47ABF90A925F}, 0]: OnContentAvailable
    execmgr
    7/31/2014 2:41:10 AM 4756 (0x1294)
    [{CBABEBB0-D019-4421-8B2E-47ABF90A925F}]: Content Version 1 is available for advert , pkg: PRI00013, program SCCM 2012 R2 Management Console.
    execmgr 7/31/2014 2:41:10 AM
    4756 (0x1294)
    An existing MTC token was not supplied, using ExecutionRequest's Id as MTC token and this execution request is the owner of resultant MTC task.
    execmgr 7/31/2014 2:41:10 AM
    4756 (0x1294)
    Request a MTC task for execution request of package PRI00013, program SCCM 2012 R2 Management Console with request id: {C9942D47-8A99-4363-AE69-A6F813336239}
    execmgr 7/31/2014 2:41:10 AM
    4756 (0x1294)
    Execution Request for advert  package PRI00013 program SCCM 2012 R2 Management Console state change from WaitingContent to Ready
    execmgr 7/31/2014 2:41:10 AM
    4756 (0x1294)
    MTC task with id {C9942D47-8A99-4363-AE69-A6F813336239}, changed state from 0 to 4
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:10 AM
    4756 (0x1294)
      Processing [{CBABEBB0-D019-4421-8B2E-47ABF90A925F}, 0]: RemoveNotification
    execmgr 7/31/2014 2:41:10 AM
    4756 (0x1294)
    MTC signaled SWD execution request with program id: SCCM 2012 R2 Management Console, package id: PRI00013 for execution.
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Sending ack to MTC for task with id: {C9942D47-8A99-4363-AE69-A6F813336239}
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Executing program ConsoleSetup.exe in Admin context
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Execution Request for advert  package PRI00013 program SCCM 2012 R2 Management Console state change from Ready to NotifyExecution
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Checking content location C:\Windows\ccmcache\eo for use
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Successfully selected content location C:\Windows\ccmcache\eo
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Executing program as a script execmgr
    7/31/2014 2:41:10 AM 4328 (0x10E8)
    Successfully prepared command line "C:\Windows\ccmcache\eo\ConsoleSetup.exe"
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Command line = "C:\Windows\ccmcache\eo\ConsoleSetup.exe", Working Directory = C:\Windows\ccmcache\eo\
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Running "C:\Windows\ccmcache\eo\ConsoleSetup.exe" with 32bitLauncher
    execmgr 7/31/2014 2:41:10 AM
    4328 (0x10E8)
    Created Process for the passed command line
    execmgr 7/31/2014 2:41:11 AM
    4328 (0x10E8)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramStartedEvent
    AdvertisementId = "PRI2000A";
    ClientID = "GUID:C83A938E-8BD7-4207-A450-11B3FE063DD6";
    CommandLine = "\"C:\\Windows\\ccmcache\\eo\\ConsoleSetup.exe\"";
    DateTime = "20140731094111.028000+000";
    MachineName = "My Computer";
    PackageName = "PRI00013";
    ProcessID = 1548;
    ProgramName = "SCCM 2012 R2 Management Console";
    SiteCode = "PRI";
    ThreadID = 4328;
    UserContext = "NT AUTHORITY\\SYSTEM";
    WorkingDirectory = "C:\\Windows\\ccmcache\\eo\\";
    execmgr
    7/31/2014 2:41:11 AM 4328 (0x10E8)
    Raised Program Started Event for Ad:PRI2000A, Package:PRI00013, Program: SCCM 2012 R2 Management Console
    execmgr 7/31/2014 2:41:11 AM
    4328 (0x10E8)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:11 AM
    4328 (0x10E8)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:11 AM
    4328 (0x10E8)
    MTC task with id {C9942D47-8A99-4363-AE69-A6F813336239}, changed state from 4 to 5
    execmgr 7/31/2014 2:41:11 AM
    4612 (0x1204)
    Program exit code -2147023276 execmgr
    7/31/2014 2:41:11 AM 4756 (0x1294)
    Looking for MIF file to get program status execmgr
    7/31/2014 2:41:11 AM 4756 (0x1294)
    Script for Package:PRI00013, Program: SCCM 2012 R2 Management Console failed with exit code 2147944020
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramErrorEvent
    AdvertisementId = "PRI2000A";
    ClientID = "GUID:C83A938E-8BD7-4207-A450-11B3FE063DD6";
    DateTime = "20140731094111.506000+000";
    ExitCode = "-2147023276";
    MachineName = "My Computer";
    PackageName = "PRI00013";
    ProcessID = 1548;
    ProgramName = "SCCM 2012 R2 Management Console";
    SiteCode = "PRI";
    ThreadID = 4756;
    UserContext = "NT AUTHORITY\\SYSTEM";
    execmgr
    7/31/2014 2:41:11 AM 4756 (0x1294)
    Raised Program Error Event for Ad:PRI2000A, Package:PRI00013, Program: SCCM 2012 R2 Management Console
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    Execution is complete for program SCCM 2012 R2 Management Console. The exit code is -2147023276, the execution status is FailureNonRetry
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    Requesting MTC to delete task with id: {C9942D47-8A99-4363-AE69-A6F813336239}
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    MTC task with id: {C9942D47-8A99-4363-AE69-A6F813336239} deleted successfully.
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 10l, value Result:FALSE, user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    Requesting MTC to delete task with id: {C9942D47-8A99-4363-AE69-A6F813336239}
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    This execution request does not have a corresponding task in MTC.
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="PRI00013",ProgramID="SCCM 2012 R2 Management Console", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l
    execmgr 7/31/2014 2:41:11 AM
    4756 (0x1294)
    CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : END Event
    execmgr 7/31/2014 5:00:00 AM
    2928 (0x0B70)
    Thanks 

    Cool, mate it is then.
    Yeah it either changed or there is a typo. 
    I re-created everything and I still get that same 0x80070654 error.
    This is really frustrating
    Anyway, here is what I see in the AppEnforce.log:
    +++ Starting Install enforcement for App DT "SCCM 2012 R2 Management Console" ApplicationDeliveryType - ScopeId_DF08DF3D-39F7-4840-B17C-92FCAB02F116/DeploymentType_00b14782-2bc3-4c88-bc19-9d12981bc4ef, Revision - 1, ContentPath - C:\Windows\ccmcache\ev,
    Execution Context - System AppEnforce
    7/31/2014 11:27:30 PM 4256 (0x10A0)
        A user is logged on to the system.
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Performing detection of app deployment type SCCM 2012 R2 Management Console(ScopeId_DF08DF3D-39F7-4840-B17C-92FCAB02F116/DeploymentType_00b14782-2bc3-4c88-bc19-9d12981bc4ef, revision 1) for system.
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
    +++ Application not discovered. [AppDT Id: ScopeId_DF08DF3D-39F7-4840-B17C-92FCAB02F116/DeploymentType_00b14782-2bc3-4c88-bc19-9d12981bc4ef, Revision: 1]
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        App enforcement environment: 
    Context: Machine
    Command line: consolesetup.exe /q TargetDir="%ProgramFiles%\ConfigMgr" EnableSQM=0 DefaultSiteServerName=my.site.server
    Allow user interaction: No
    UI mode: 1
    User token: null
    Session Id: 2
    Content path: C:\Windows\ccmcache\ev
    Working directory:
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Prepared working directory: C:\Windows\ccmcache\ev
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Prepared command line: "C:\Windows\ccmcache\ev\ConsoleSetup.exe" /q TargetDir="C:\Program Files\ConfigMgr" EnableSQM=0 DefaultSiteServerName=my.site.server
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Executing Command line: "C:\Windows\ccmcache\ev\ConsoleSetup.exe" /q TargetDir="C:\Program Files\ConfigMgr" EnableSQM=0 DefaultSiteServerName=my.site.server with user context
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Working directory C:\Windows\ccmcache\ev
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Post install behavior is BasedOnExitCode
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Waiting for process 2792 to finish.  Timeout = 120 minutes.
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Process 2792 terminated with exitcode: 2147944020
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Looking for exit code -2147023276 in exit codes table...
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
        Unmatched exit code (2147944020) is considered an execution failure.
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)
    ++++++ App enforcement completed (0 seconds) for App DT "SCCM 2012 R2 Management Console" [ScopeId_DF08DF3D-39F7-4840-B17C-92FCAB02F116/DeploymentType_00b14782-2bc3-4c88-bc19-9d12981bc4ef], Revision: 1, User SID: ] ++++++
    AppEnforce 7/31/2014 11:27:30 PM
    4256 (0x10A0)

  • App is not visible in Software Center. Won't deploy.

    Hello
    I have recently deployed an app that will not display in Software Center and does not install.  It is a MSI installation that supersedes another.
    This is what AppDiscovery.log says:
    Performing detection of app deployment type myapp - Windows Installer (*.msi file)(ScopeId_59C0D6BB-77EB-4AF1-8913-66B653DA25C2/DeploymentType_8b61105b-7846-454d-be52-7c80a358355e, revision 2) for system.
    AppDiscovery 2015-03-04 2:23:06 PM
    6500 (0x1964)
    +++ MSI application not discovered [MSI Product Code: {5522C2D6-1FC7-4E21-8BAA-CA7FC64D7399}, MSI Product version: ]
    AppDiscovery 2015-03-04 2:23:06 PM
    6500 (0x1964)
    +++ Did not detect app deployment type myapp - Windows Installer (*.msi file)(ScopeId_59C0D6BB-77EB-4AF1-8913-66B653DA25C2/DeploymentType_8b61105b-7846-454d-be52-7c80a358355e, revision 2) for system.
    AppDiscovery 2015-03-04 2:23:06 PM
    6500 (0x1964)
    Entering ExecQueryAsync for query "select * from CCM_AppDeliveryType where (AppDeliveryTypeId = "ScopeId_59C0D6BB-77EB-4AF1-8913-66B653DA25C2/DeploymentType_d97c36a4-7569-4896-8445-e0b9c4b42d57" AND Revision = 1)"
    AppDiscovery 2015-03-04 2:23:06 PM
    6500 (0x1964)
    There is no mention of it in AppEnforce.log.
    The command line used is msiexec /i "myapp.msi" /qn /norestart
    I've deployed many apps and never run into this before.  Anyone know what could be the problem?
    Hutch

    Then you ran into a still unresolved bug, see http://www.mssccmfaq.de/2013/03/15/fehlende-applications-im-software-center/. (Just use your favorite
    translation engine)
    Torsten Meringer | http://www.mssccmfaq.de

  • Orphaned Applications in software center

    I have seen this a few times but seems to be intermittent.  I created a query based user collection.  My test user account was part of that collection.  I deployed an app to the collection.  The user was able to see it in the app catalog
    and install it successfully.  The user then uninstalled the app successfully.  The app stills shows in Software Center as available (which appears to be normal although I wish the behavior would be that it would disappear).  But that's not the
    issue.  So I no longer wanted the user to be able to deploy this application that they previously installed and uninstalled.  Since it is a query based collection which the user should be in, I added an exclude collection that just had the user account
    in it  which seemed to work fine.  The exclusion collection caused my test user account to drop out of the collection.  After a few minutes, the app dropped out of the app catalog which is good and what I expected.  The problem here is
    that the app still remains in Software Center and shows as available and the user can still continue to install and uninstall this app.  I have forced user policy several times with no change and let it sit for a few hours with still no change.  As
    a test I then removed all membership from the collection so that it was completely empty.  Still no change.  I then deleted the collection and the deployment and still no change.  I have also forced machine policy and application deployment
    evaluation cycles and still no change. I have ensured that there are no other deployments of this app, it is not a dependent app of any other app either.  So I am left with an app that I can still install/uninstall from software center with no existing
    deployments of that app.  Other times I have done similar and the app does disappear from Software Center after updating user policy.  But definitely once or twice in the past I have seen this behavior as well.  In the past I believe I removed
    and re-installed the configmgr client to get rid of the orphaned apps.  I have not done that yet this time in the hopes of troubleshooting further.  Has anyone ran into anything like this? 

    Thanks, but I am the person that originally posted that issue.  This issue is similar but much worse.  That one was just a nuisance in that the apps remain available in software center after you have performed an uninstall.  But to workaround
    that problem I would have to somehow get the user out of the collection that was targeted with the deployment and that usually got the app to drop out of software center.  In this case however, the app remains even after deleting the collection and the
    deployment.  So this app is no longer deployed to anyone but the user with the app orphaned in software center can still install and uninstall it.  I even cleared the cache on the user machine thinking that would at least cause it to fail to install
    next time but the user was able to re-download content and install again.  So to me this one is much more serious than the first one.  I will have to file another case.  But curious if anyone else has seen this and for now if anyone has a workaround
    like perhaps finding the policy and deleting it or something that I can script.  Just started poking through policy spy but have not gotten far yet.

  • LMS 4.2 Applications missing from Software Center

    I have a problem with LMS 4.2.4 Software center on Win2K8.  I have been trying to download device updates and the only product listed in software center has been:
    Inventory Config And Image Management
    It seems like this happened to me before and I opened a TAC case and got the list of products back but I can't seem to locate the case history.  To top it off my LMS support contract is in limbo due to some administrative glitch and I am waiting for my account team to sort it out.  Meanwhile I have just installed some relatively new products (3850, 4500-X) and LMS doesn't seem to recognize these completely.
    The list of apps seems to be stored in the NMSROOT\lib\classpath\com\cisco\nm\xms\psu\conf\tag.properties.  I stumbled accross a tag.pl script in the bin directory that modifies this file.  So I searched in vain for the proper contents for the tag.properties file.  In the end I just issued the following sequence to get common services back:
    cd <NMSROOT>\lib\classpath\com\cisco\nm\xms\psu\conf
    perl D:\Software\CSCOpx\bin\tag.pl tag.properties -a "cmf:Common Services"
    So I am not sure why a perl script to modify the tag.properties file is necessary since it just seems to append the specified product to the end of the file. In any event I then went to
    Admin > System > Software Center > Device Update
    and sure enough CMF appears and I am able to check for and install device updates for it.  However, I still seem to be unable to perform UT collection for the 3850 stack which is what I am really after.  So does anyone know what product I need to add and get updates for in order to get user tracking working?  In other words, what is the output of
    psucli.bat -h?
    Thanks,
    -Jeff

    Hi Jeff,
    looks like tag.prop is corrupted.
    it should have the below content :
    ipm:IPSLA Performance Management
    cmf:Common Services
    lmsportal:LMS Portal
    cvw:CiscoView
    rme:Inventory Config And Image Management
    dfm:Fault Management
    lms:LAN Management Solution
    upm:Device Performance Management
    cm:Network Topology Layer 2 Services and User Tracking
    Is this a new Installed ? if yes share the Installed.log
    if you have good backup ,then try retstoring it.
    Thanks-
    Afroz

  • Force Installation of Available Updates in Software Center

    I wanted to know if it is possible in SCCM 2012 to set a deployment as "Available" so users can install applications/updates when it is convenient thru the Software Center.  Next I would like to set a deadline to automatically
    change the deployment to "Required" to force the installation for those that have not performed the installation?  Is this possible or will I have to make the change from Available to Required manually?

    I think you have this sorted now, but as mentioned by narcoticoo, you set the update deployment as *required* but until the deadline actually hits, the updates are simply available.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • SCCM 2012 SP1 - Software Center appears twice in Start Menu

    Hi guys,
    i just finished implementing a fresh SCCM 2012 SP1 Installation for a customer. The whole OSD works like a charm (except some issues with the latest Windows updates breaking the whole OSD, will open a separate thread for this soon), but after the deployment
    the Software Center is appearing twice in the Start Menu (We're using Win7 Enterprise SP1 x86 English with 5 integrated language packs). I first thought this has something to do with the integrated language packs, but both Start Menu entries
    are always in the same language.
    The strange Thing is, that one entry for the SCCM Software Center is called "Software Center" and the other one "SoftwareCenter" (without a space). We configured 2 Client policies, one with EP-enabled and one without EP. We
    deployed the Client Settings to different collections so i don't think that this is causing the Problem?Do you guys have any idea why this is Happening?
    Has anyone ever seen this? See a screenshot below:
    Thank you.
    Cheers
    Stefan

    Thanks for your Response Thomas.
    I don't think it is related to the upgrade to SP1.I think it might be a General issue in SP1. I started with a fresh SCCM 2012 SP1 Installation and i also have 2 Software Center entries in my start menu. If i check the shortcut i can see that one shortcut
    was created when i captured my base Image, the other one was created during the Install OS Task Sequence.

  • Security updates takes long time to install through Software Center

    Hi Folks,
    We have a setup with SCCM 2012 R2 CU4 as a Primary Site server where SUP also enabled. I deployed the windows security updates to the test servers collection by deployment type as Available.
    I verified in test servers that all the deployed security updates are listed under Software Center client, but when I checked all the updates and tried to install. it is taking long time to install . Most of the time the updates are in “waiting to install”
    status and finally ends up in failed state with error codes 0xc80003f3, 0x8007000e. Have verified all the logs windowsupdate.log, Updatesdeployment.log, WUHandler.log are points to the same error code. Found that multiple SVChost.exe process consumes more
    memory during patching process. 
    However we have enough physical memory(2 GB) and page memory( Min 2 GB to Max 4 GB) configured on the servers (Windows 2012 R2 SP1) .  Need some guidance in further troubleshooting...

    Most of the servers managed by me today are having anywhere 2 - 4 GB RAM installed. How do one install the security patches through SCCM with this configuration?. Selecting more than 4 patches at the same time to install does gives memory errors.
    I would suggest 4GB RAM for a modern Server OS e.g. WS2012R2 is simply too little memory.
    There have been quite a lot of issues in recent months, relating to Software Updates, affecting WSUS and also ConfigMgr, e.g.
    http://blogs.technet.com/b/configurationmgr/archive/2015/04/15/support-tip-configmgr-2012-update-scan-fails-and-causes-incorrect-compliance-status.aspx
    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!)

  • 0x87D01280 "Virtual application is currently in use" error when uninstall App-V Office 2013 in Software Center

    Getting the above error message when attempting to uninstall Office 2013 App-V version (downloaded using ODT) in Software Center. There are no office 2013 or App-V processes showing as running in Task Manager. Nothing in event viewer to show what is running
    either. Any idea on what could be running and holding the uninstall from completing?

    Hello,
    These issues are caused if the virtual package is used during the attempt to uninstall.
    SFTMIME is a legacy command-line interface for App-V 4.6, not supported for usage with App-V 5 (which is the only version that supports Office 2013).
    App-V 5.0 SP2 has introduced the ability to divert required actions to next logoff / reboot depending on publishing, if the package is in use.
    See these articles;
    http://www.applepie.se/app-v-5-0-sp2-and-pending-removal-update
    http://blogs.technet.com/b/virtualvibes/archive/2013/12/03/pending-tasks-in-app-v-5-0-sp2.aspx
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Applications Installed through task sequence not showing up in Software Center

    In the task sequence we use for our OSD Windows 7 machine build, we have Custom-Install Application steps which install a number of of our Applications.  Each of these Applications has the "Allow this application to be installed from the Install
    Application task sequence action without being deployed" checkbox checked.  All of the Applications have the following properties set:
    Installation behavior: Install for system
    Logon requirement: Whether or not a user is logged in
    Installation program visibility: Hidden
    When a machine is built using this task sequence, all of the Applications install successfully - they show up in Control Panel\Programs and Features, and they run correctly. However, none of them show up in the Software Center. I'm not seeing anything in
    any of the logs that indicates a problem, and the Software Center remains empty even after running all the client evaluation cycle actions  
    Interestingly, if I add a couple of the newly build machines to a collection, then target deployments for the already installed Applications to that collection, after running the Machine Policy Retrieval and Evaluation Cycle the Applications immediately
    show up in Software Center as installed.
    Does anyone know if Applications installed through a task sequence do not show up in the Software Center by default, or could you give me some troubleshooting tips if this is not normal?
    Thanks for any suggestions!
    SCCM 2012 SP1, Single site, W7 clients

    Why you deploy applications through task sequences? Task sequences are built and meant to be used with OSD, not application deployment.
    To my knowledge, if you have application install step in a task sequence and you deploy that task sequence to a collection of machines, the software center on those machines only sees the task sequence itself, not the applications inside the task sequence.
    If you want your applications to be shown in the software center, change the method of deploying stuff and deploy applications as they're are meant to.

  • Windows 8.1 Software Center Issue

    In my development environment I have two clients, one is Windows 7 SP1 and the other is Windows 8.1.
    I have successfully deployed a required application to both clients. Now I am testing deploying an available application to both clients. The application is being deployed to a user group collection that separate users for each client are a member of.
    The Windows 7 client can see the application in the Software Center and can successfully install it. However the Windows 8.1 client does not list anything in the Software Center but the application does show up in the application catalog when the link on
    the Software Center is clicked.
    I have been through numerous sites and tried removing the SCCM client and reinstalling it. I have made sure the client isn't still in provisioning mode.
    Does anyone have any other thoughts or ideas as to what may be going on with the 8.1 client?

    Hi,
    Have you checked log about software center? Such as SCClient_<domain>@<username>_1.log, SoftwareCenterSystemTasks.log and SoftwareCatalogUpdateEndpoint.log.
    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.

  • How to clear/reset "Installed Software" in Software Center?

    Hello! 
    I've done a big mistake with my application objects! 
    I did have two applications in SCCM 2012 with the same MSI-installation package. The reason for this is because i would like to have one that is deployed as Required (with primary device) and one that is deployed as Available for those without primary device. 
    Then I decided to only keep the available deployment, so i deleted the required appilcation entierly from SCCM. 
    Not so wise because now all the required installations is stucked in Software Center, at the "Installed Software"-tab. And there is noway to remove it.
    So my question is, is there someway to reset or clear the information from software center? Or any other sulotion to my problem? :) 
    Best regards,
    Johan Lång

    It seems like it has removed the entries from the software client automatically now. But I still got problem with the main source of the problem. That I cant push out updates via software center.
    Let me explain the main problem. 
    I had app1 as a MSI, and two application objects (AO). One AO as required and one as available, but the same MSI. 
    After a while I got an integration-application between app1 and another program, as a MSI so i decided to put that as a dependency to app1, but also pushed it out to all users as a required deployment, because it would not install it otherwise, if not the user
    did an uninstall and then a fresh install of app1.
    And for a couple of weeks ago I got my eyes on "automatically update any superseeded applications" while deploying. So i decided to use that with one AO instead of two (required/available). In the same time an update came to app1, lets call it
    app1.1. 
    This was a perfect time to try my new discover and disabled app1 and superseeded it with app1.1 with a available deployment, with a dependency of the integration-application. 
    But the clients could not be updated automatically and when the user tried to update it manually via application catalog it get stucked at the last step "evaluate" before it jumps over to Software Center. And nothing else happen. Until it crasches
    and warn about "it could not be evaluated" in the application catalog. Sometimes it pops up anyway in software center but it wont continue to install, and if you try to manually start the installation it get stucked at the status "Waiting"
    and nothing happens. 
    If I login with another user I can start the installation manually and it works fine.
    If I uninstall the sccm-client and install it back again, the "installed software" will be cleared and I can start the installations manually, so it pops up under "installed software" again. Without any problems. 
    It also worked to install if i removed the dependency of the integration-application.
    So my guess is that something is getting corrupted in the user profile, but I cant find any files regarding sccm in there exept the log file for software center. 
    I hope you understand abit of what i try to explain :) Sorry for bad grammar!
    Regards,
    Johan

  • Applications not visible in Software Center

    Hello Guys,
    some Clients have Problems to show Application Deployments in Software Center. In Deployment Monitoring Tool I can see the Deployments. But if you select the Deployment I get the Error "DT cannot be empty". So I think the
    Policy isn't downloaded correctly.
    CIDownloader.log.
    CCIDownloadItem::AddToManifest - Starting download of DocumentType 2 for ModelName Windows/x64_Windows_Server_2008_R2_Core, Version 1 CIDownloader 24.01.2013 11:00:54 5068 (0x13CC)
    CCIDownloadItem::AddToManifest - Starting download of DocumentType 1 for ModelName Windows/x86_Embedded_Windows_7, Version 2 CIDownloader 24.01.2013 11:00:54 5068 (0x13CC)
    CCIDownloadItem::AddToManifest - Starting download of DocumentType 2 for ModelName Windows/x86_Embedded_Windows_7, Version 2 CIDownloader 24.01.2013 11:00:54 5068 (0x13CC)
    CCIDownloadItem::AddToManifest - Starting download of CI content document with DocumentName urn:policy-platform:policy.microsoft.com:smlif:ms.dcm.Windows.x86_Windows_7_Client:1:VL, DocumentVersion 1 (VL) CIDownloader 24.01.2013 11:00:54 5068 (0x13CC)
    CCIDownloader::ParseDtsMessage - Dts failed with error code: 0x80070002. CI Downloader will retry. CIDownloader 24.01.2013 11:00:54 4008 (0x0FA8)
    CIDownloaderJob({CFEBCEF0-7D16-421D-A53A-2A26F82CE5BF}): Received Dts failure message during CI download. CIDownloader 24.01.2013 11:00:54 4008 (0x0FA8)
    CIDownloaderJob({CFEBCEF0-7D16-421D-A53A-2A26F82CE5BF}): CCIDownloaderJob::QueueRetry - Consumed 5763 seconds of 172800 second download window. CIDownloader 24.01.2013 11:00:54 4008 (0x0FA8)
    CIDownloaderJob({CFEBCEF0-7D16-421D-A53A-2A26F82CE5BF}): CCIDownloaderJob::QueueRetry - Retrying package download in 2880 seconds... CIDownloader 24.01.2013 11:00:54 4008 (0x0FA8)
    CCIDownloader::CreateJob CIDownloader 24.01.2013 11:21:50 44 (0x002C)
    CCIDownloader::StartJob CIDownloader 24.01.2013 11:21:50 44 (0x002C)
    CIDownloader job empty. CIDownloader 24.01.2013 11:21:50 44 (0x002C)
    CCIDownloader::DeleteJob for job {D10C1E70-D480-4C05-9C95-D4BCBECFD4F1} CIDownloader 24.01.2013 11:21:50 44 (0x002C)
    CIDownloader job deleted. CIDownloader 24.01.2013 11:21:50 44 (0x002C)
    CIAgent.log
    CAgent::EvaluateCIs CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=Transition, CurrentState=Init) CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): Client requesting CIAgentJob context info for key: StateMessagePriority CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): TransitionState(From=Init, To=WaitingForAssignedCI) for Event=Transition CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): QueueDebug - Executing Event. CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=Transition, CurrentState=WaitingForAssignedCI) CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore DownloadCIs CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): QueueDebug - Executing Event. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=DownloadCIs, CurrentState=WaitingForAssignedCI) CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): TransitionState(From=WaitingForAssignedCI, To=DownloadingCIs) for Event=Transition CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): QueueDebug - Executing Event. CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=Transition, CurrentState=DownloadingCIs) CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): Client requesting CIAgentJob context info for key: PostRebootDetect CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): Nothing to be downloaded. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore PersistCIs CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): QueueDebug - Executing Event. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=PersistCIs, CurrentState=DownloadingCIs) CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): TransitionState(From=DownloadingCIs, To=PersistingCIModels) for Event=Transition CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::Execute [GlobalSemaphore] Trying to aquire global semaphore CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::Execute [GlobalSemaphore] Queued for global semaphore acquisition. CIAgent 24.01.2013 11:21:50 1336 (0x0538)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): GlobalJobEvent() called [GlobalSemaphore] CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::Execute [GlobalSemaphore] Acquired global semaphore. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): CAgentJob::HandleEvent(Event=Transition, CurrentState=PersistingCIModels) CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_0ddc3eb7-5ee3-41eb-9fed-646d28a06bcf:11. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_0ddc3eb7-5ee3-41eb-9fed-646d28a06bcf:11 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_0e9a8348-0ad5-44ee-bf81-82dfd44f0699:11. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_0e9a8348-0ad5-44ee-bf81-82dfd44f0699:11 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_10203df1-4fe4-49ef-8ab3-e8030e6a2cef:22. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_10203df1-4fe4-49ef-8ab3-e8030e6a2cef:22 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_1fc34d72-440d-4f6f-9a50-604e421f3c04:13. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_1fc34d72-440d-4f6f-9a50-604e421f3c04:13 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_2191a582-1987-40fd-b8ec-cbee1a2ba590:4, will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_22778347-5967-4ee1-bdc0-3fce578b7ee1:2. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_22778347-5967-4ee1-bdc0-3fce578b7ee1:2 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_278d8ebe-16bc-49b7-a806-42025d921f84:6. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_278d8ebe-16bc-49b7-a806-42025d921f84:6 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_27c341d0-a38e-43c9-aeef-a82be7e1f664:1. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_27c341d0-a38e-43c9-aeef-a82be7e1f664:1 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_2bf3a7d7-27fc-4fe6-80ff-80c9adee89a8:5, will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_33aa078b-9afa-48b3-9550-8d926c07721e:5. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_33aa078b-9afa-48b3-9550-8d926c07721e:5 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_3a41042c-4feb-421b-8b55-42334654681e:15, will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_3be6a762-f993-4fe5-aca5-1989551d5a88:5. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_3be6a762-f993-4fe5-aca5-1989551d5a88:5 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_3c0b214a-2258-4765-be5d-d2a9fd754bc6:2. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_3c0b214a-2258-4765-be5d-d2a9fd754bc6:2 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_46f5d091-992c-4e24-b0a2-3de657c0b8c7:16, will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_49337598-4c68-401e-8c39-a415288cd7d6:11. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_49337598-4c68-401e-8c39-a415288cd7d6:11 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_4da67baa-ac51-4327-bfdc-c8f81781ae62:20, will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_4f0df4d7-e1d0-4717-b9e2-5f9cb6f1dd9b:8. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_4f0df4d7-e1d0-4717-b9e2-5f9cb6f1dd9b:8 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_5d895d54-10ea-447d-8b45-123b77e89721:4. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_5d895d54-10ea-447d-8b45-123b77e89721:4 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_636ad5b2-da09-439b-ac7c-d7895d728131:2. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_636ad5b2-da09-439b-ac7c-d7895d728131:2 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_665c56e0-626a-4d8d-9378-48a8c8546846:1. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_665c56e0-626a-4d8d-9378-48a8c8546846:1 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_666d662e-66f7-4e53-b4fd-06ccd55239bf:4. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_666d662e-66f7-4e53-b4fd-06ccd55239bf:4 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_6a39d117-9e22-4e11-8fcd-ebbf35b00688:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_6a39d117-9e22-4e11-8fcd-ebbf35b00688:3 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_6da53bf1-ab56-4a96-9af8-6df6d4b9972e:10. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_6da53bf1-ab56-4a96-9af8-6df6d4b9972e:10 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_70d0451a-94c0-4372-b19b-dd9e4246788f:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_70d0451a-94c0-4372-b19b-dd9e4246788f:3 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_716e6646-2efd-4d3a-9441-5563de429a01:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_716e6646-2efd-4d3a-9441-5563de429a01:3 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get dependency chain for App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_77493905-3008-4862-bd89-d5fad3318cfc:41, will not be included in evaluation. CIAgent 24.01.2013 11:21:50 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_77c479ff-bef7-456d-9bae-47ea1513e56f:4. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_77c479ff-bef7-456d-9bae-47ea1513e56f:4 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:51 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_7925a429-49b4-4b04-8094-4987ca70a35b:7. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_7925a429-49b4-4b04-8094-4987ca70a35b:7 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:51 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_79516c6a-a815-4c31-99fe-9ab4e4024e4e:1. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_79516c6a-a815-4c31-99fe-9ab4e4024e4e:1 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:51 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_7af21e61-ffe4-4791-85ba-86d83cc9cf31:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_7af21e61-ffe4-4791-85ba-86d83cc9cf31:3 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:51 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_7d5204c1-26e4-489e-addb-1401d965153f:8. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_7d5204c1-26e4-489e-addb-1401d965153f:8 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:51 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_7e5660da-b7c7-49dd-8940-7c751389f61a:3. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_7e5660da-b7c7-49dd-8940-7c751389f61a:3 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:51 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_85f4af90-a3f1-4d7e-bb6a-b079c20fa2d5:14. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/RequiredApplication_85f4af90-a3f1-4d7e-bb6a-b079c20fa2d5:14 chain will not be included in evaluation. CIAgent 24.01.2013 11:21:51 44 (0x002C)
    CIAgentJob({5BCCC0E4-C16C-4F1D-85A7-F62515232072}): [JOB SCOPE] Failed to get digest for ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/Application_8908c4aa-5c4e-41fd-a111-e4be0780e6bb:2. App policy ScopeId_CF43FADB-8569-46DF-ADB2-984C3AA1E7B1/
    Is it possible to reset Software Center?

    This bug is still present in SCCM 2012 R2 CU3.
    Remediation script has been optimized and written in Powershell. It will trigger a refresh only if application is found in WMI class.
    If you deploy user-centric applications, you’ll need to change this code a little bit.
    # Machine
    $ErrorActionPreference = "Stop"
    try {
        [int]$countMissingDTs = 0
        $Applications = Get-WmiObject -namespace root\ccm\clientsdk -query "select * from ccm_application"
        $AppsTotal = $Applications.Length
        $missingIds = @()
        foreach($App in $Applications) {
            $AppDT = [wmi] $App.__Path
            if($AppDT.AppDTs.Name.Length -eq 0) {
                #Write-Host $($App.Id)
                $missingIds += $App.Id
                $countMissingDTs = $countMissingDTs + 1
        #Write-Host $countMissingDTs
        if ($countMissingDTs -gt 0) {
            foreach ($appId in $missingIds) {
                $assignments = Get-WmiObject -query "select AssignmentName, AssignmentId, AssignedCIs from CCM_ApplicationCIAssignment" -namespace "ROOT\ccm\policy\Machine"
                if ($assignments -ne $null) {
                    foreach ($assignment in $assignments) {
                        $assignedCI = $assignment.AssignedCIs[0]
                        #write-host "Processing Assignment $($assignment.AssignmentName) $($assignment.AssignmentId) $($assignedCI.CI.ID)"
                        $assignedCISplit = $assignedCI.CI.ID.Split("/")
                        #Write-Host $($assignedCISplit[0]+"/"+$assignedCISplit[1].replace("RequiredApplication", "Application"))
                        if ($($assignedCISplit[0]+"/"+$assignedCISplit[1].replace("RequiredApplication", "Application")) -eq $appId) {
                            #write-host "Processing Assignment $($assignment.AssignmentName) $($assignment.AssignmentId)"
                            $sched=([wmi]"root\ccm\Policy\machine\ActualConfig:CCM_Scheduler_ScheduledMessage.ScheduledMessageID='$($assignment.AssignmentId)'");
                            $sched.Triggers=@('SimpleInterval;Minutes=1;MaxRandomDelayMinutes=0');
                            $null = $sched.Put()
                            sleep -milliseconds 3000
                        } else {
                            #Write-Host "Skip assignment $($assignment.AssignmentName)"
                } else {
                    #Write-Host "$appId not found"
    } catch {
        #Write-Host $_.Exception
        return $false
    return $true
    User-centric application deployment:
    # User
    $ErrorActionPreference = "Stop"
    try {
        [int]$countMissingDTs = 0
        $Applications = Get-WmiObject -namespace root\ccm\clientsdk -query "select * from ccm_application"
        $AppsTotal = $Applications.Length
        $missingIds = @()
        foreach($App in $Applications) {
            $AppDT = [wmi] $App.__Path
            if($AppDT.AppDTs.Name.Length -eq 0) {
                #Write-Host $($App.Id)
                $missingIds += $App.Id
                $countMissingDTs = $countMissingDTs + 1
        #Write-Host $countMissingDTs
        if ($countMissingDTs -gt 0) {
            foreach ($appId in $missingIds) {
                $sidObjs = ( get-wmiobject -query "SELECT UserSID FROM CCM_UserLogonEvents WHERE LogoffTime = NULL" -namespace "ROOT\ccm")
                if ($sidObjs -ne $null) {
                    foreach ($sidObj in $sidObjs) {
                        $sid = $sidObj.UserSID.replace('-','_');
                        $assignments = Get-WmiObject -query "select AssignmentName, AssignmentId, AssignedCIs from CCM_ApplicationCIAssignment" -namespace "ROOT\ccm\policy\$($sid)"
                        if ($assignments -ne $null) {
                            foreach ($assignment in $assignments) {
                                $assignedCI = $assignment.AssignedCIs[0]
                                #write-host "Processing Assignment $($assignment.AssignmentName) $($assignment.AssignmentId) $($assignedCI.CI.ID)"
                                $assignedCISplit = $assignedCI.CI.ID.Split("/")
                                #Write-Host $($assignedCISplit[0]+"/"+$assignedCISplit[1].replace("RequiredApplication", "Application"))
                                if ($($assignedCISplit[0]+"/"+$assignedCISplit[1].replace("RequiredApplication", "Application")) -eq $appId) {
                                    #write-host "Processing Assignment $($assignment.AssignmentName) $($assignment.AssignmentId)"
                                    $sched=([wmi]"root\ccm\Policy\$sid\ActualConfig:CCM_Scheduler_ScheduledMessage.ScheduledMessageID='$($assignment.AssignmentId)'");
                                    $sched.Triggers=@('SimpleInterval;Minutes=1;MaxRandomDelayMinutes=0');
                                    $sched.Put()
                                    sleep -milliseconds 3000
                } else {
                    # Write-Host "$appId not found"
    } catch {
        # Write-Host $_.Exception
        return $false
    return $true

  • Software Center Application Uninstallation Button Greyed Out and Deploying an Application with Uninstall switch Fails

    Hi,
    I tried everything I could find on the internet but no luck so far. I can successfully deploy MS Visio 2013 to the clients. I also want to be able to uninstall it from the clients. On the client machine Uninstall button is greyed out. This deployment is
    installed as "Available" and there is only one deployment type within that MS Visio 2013 Application.
    I tried the following uninstall commands in my deployment:
    setup.exe /uninstall
    setup.exe /uninstall
    VisPro
    /config .\vispro.ww\uninstallvisio.xml
    “\\SRVSCCM2012\Sources\MSApplications\MSVisioPro_2013_64Bit_ENG\setup.exe” /uninstall VisPro /config "\\SRVSCCM2012\Sources\MSApplications\MSVisioPro_2013_64Bit_ENG\vispro.ww\uninstallvisio.xml"
    \\SRVSCCM2012\Sources\MSApplications\MSVisioPro_2013_64Bit_ENG\setup.exe /uninstall VisPro /config \\SRVSCCM2012\Sources\MSApplications\MSVisioPro_2013_64Bit_ENG\vispro.ww\uninstallvisio.xml
    I checked Product ID from Setup.xml and I know it is correct. My uninstallvisio.xml' content is below:
    <Configuration Product="VisPro">
    <Display Level="basic" CompletionNotice="yes" SuppressModal="yes" AcceptEula="yes" />
    <Setting Id="SETUP_REBOOT" Value="Never" />
    </Configuration>
    Last night, I downloaded and installed Cumulative Update 1 for SCCM 2012 R2 and I haven't tried the deployment after the update,yet. I will try it today but please let me know what else to check.
    Yavuz Selim Atmaca

    After I updated SCCM Server and test client pc with CU1 , I tried to deploy visio as Required. It installed successfully. Then I uninstalled visio by deploying the application with Uninstall Action.
    After that I tried to deploy visio as "Available" to see if Software Center Uninstall button works. However visio deployment does not come to Software Center's Available Applications List. I check the status of the deployment under the Deployments monitoring
    node and it says Success "Already Compliant". I dont know what it means. Does config manager thinks that visio already installed?
    Yavuz Selim Atmaca
    2 or 3 hours later that -Succes "Already Compliant"- status of the deployment under the Deployments monitoring node is vanished automatically and Software Center application list showed the new deployment. I installed it and  uninstalled it succesfully.
    So, you are right Solution is the CU1 but I am still wondering why my available deployment took so time to be visible in Software Center althought I didn't enter any schedule to be available.
    Yavuz Selim Atmaca

  • Application in Software Center ask again for installation after succesfull instalation

    SCCM 2012 SP1 CU5
    I have created msi application version 2, in superseding I configure uninstallation of old version
    App deployed for collection and showed in Software Center.
    If I install it in Software Center, old app is removed, new installed (appenforce.log tells it), and its ok for some time.
    After PC checks for software deployment, Software Center asks to install new app again.
    But its installed and works.
    in AppIntentEval.log I can see this record:
    <![LOG[ScopeId_C499A53E-0FFD-4150-8731-0DF9D0B88558/Application_07897b40-25ff-4c91-af1e-0c5a914bd0ee/6 :- Current State = NotUpdated, Applicability = Applicable, ResolvedState = Installed, ConfigureState = NotNeeded, Title = Клиентская часть системы
    DIRECTUM 4.91.1908]LOG]!><time="09:54:55.223-300" date="11-27-2014" component="AppIntentEval" context="" type="1" thread="1364" file="appconstructs.cpp:3057">
    What does it meens Current State = NotUpdated ?
    How can I fix it?

    Hello,
    Is it required or available? Is it deployed to user collection or device collection?
    This thread may give us some clue:
    https://social.technet.microsoft.com/Forums/en-US/b785809a-2234-4b67-8838-c1c923ca1601/application-deployment-status-not-updated?forum=configmanagerapps

Maybe you are looking for

  • Vendor master changes are dynamically updating in PO

    Hi Gurus, If we are making any changes in the vendor master, this change is immediately available/updating on the existing Purchase Orders like address data and all. How can we avoid this. Client want this changes to reflect only on the new (future)

  • Interactive Reporting: master-detail report

    Hi, I wonder if it is possible to have a kind of master-detail pair of reports. For example I have one report containing a crosstab with product groups in the down "dimension". When I click on one of those product groups a second report should appear

  • TextArea Clipping in Air 3.9 on iOS7

    I hope someone can help here as this is driving me crazy I am using the TextArea mobile component for Flex (yes, I know that it is Apache now, but someone on here hopefully can help!) and using it in the most vanilla way, but whatever I do I get clip

  • Why does my iPad 2 have a yellowish tint?

    Yesterday I returned my iPad 2, the original one I bought at the Apple store a few months ago. It had a dead pixel so the gladly gave me another iPad 2 as an exchange. The Apple employee explained that the one im getting new is a refurbished iPad 2 a

  • Encountered Problem in Microsoft Word

    Dear all, I would like to seek for your advice regarding the following issue. I have encountered problem in Microsoft Word when I used/clicked on bullet point; or even if I opened files that contain bullet point. The error message is, " Microsoft Wor