Installed Applications Report

I'm trying to get a total count of all applications used in our environment.  I'm running the 'Count of all instances of software registered with Add or Remove Programs', however it reports each version of a single product as an individual row/product.
 So for example, I have 15 rows for UltraEdit because of the various versions installed in the environment.
Is there a report that will just consolidate it down regardless of the version of the product?

copy the report and remove the version attribute from the select statement and remove from the group by and order by clauses.
From the properties for DataSet0:
change:
SELECT DisplayName0, Count(*) AS 'Count', Publisher0, Version0, @CollID as CollectionID
FROM fn_rbac_Add_Remove_Programs(@UserSIDs)  arp
JOIN fn_rbac_FullCollectionMembership(@UserSIDs)  fcm on arp.ResourceID=fcm.ResourceID 
WHERE fcm.CollectionID = @CollID
GROUP BY DisplayName0, Publisher0, Version0 
ORDER BY Publisher0, Version0
to be:
SELECT DisplayName0, Count(*) AS 'Count', Publisher0, @CollID as CollectionID
FROM fn_rbac_Add_Remove_Programs(@UserSIDs)  arp
JOIN fn_rbac_FullCollectionMembership(@UserSIDs)  fcm on arp.ResourceID=fcm.ResourceID 
WHERE fcm.CollectionID = @CollID
GROUP BY DisplayName0, Publisher0
ORDER BY Publisher0
That will remove the version and will group by display name and publisher only, giving you the count you are looking for.

Similar Messages

  • SCCM 2012 Linux "Installed Applications" report

    Hello,
    Is there a report built-in that can tell me what is installed on a Linux box?
    I can see it is displayed in Hardware Inventory, but is not pulling any data on the Software reports.
    Does a custom report needs to be built in order to pull this data?
    Regards,
    LeonardoT

    Based on the information provided
    here about the classes included in the inventory on Linux clients, I would assume that a report like
    Software registered in Add Remove Programs on a specific computer
    will show data.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Installed SQL Reporting Services 2012 on SharePoint 2013 Server. SQL Reporting Service not available In the list of runnning services or new service applications

    Hi I'm trying to setup SQL reporting services in a SharePoint 2013 farm consisting of:
    4 WFE's
    4 App Servers (NLB Central Admin x 4 servers)
    4 App Severs for SSRS (Light limited SharePoint services running)
    I've installed SSRS 2012 SP1 by following the guide (http://msdn.microsoft.com/en-us/library/gg492276.aspx) on one of the SSRS SharePoint 2013 servers and ensuring Reporting Services - SharePoint and Reporting Services Add-in for SharePoint Products is selected.
    All completed without errors and I have even upgraded to SP2 for troubleshooting but no joy.
    I've then gone into SharePoint Central Admin and I cannot see SQL Reporting Service available In the list of runnning services on the server I have just installed SSRS on and going to manage service applications I cannot see in the new dropdown menu SQL
    Reporting Services.
    I have ran the following commands in the SHarePoint management shell:
    Install-SPRSService and Install-SPRSSeviceProxy
    and
    get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance
    The reply was that the service was already online on the server.
    So in powershell all seems ok but it does not appear in central administration.
    I have also moved Central Administration to the SSRS SharePoint server too.
    Any other suggestions? Here is the same problem but in SP2010 (http://social.technet.microsoft.com/Forums/office/en-US/6a21cc05-1f9b-49ad-a9bb-44aa5b3ce312/action?threadDisplayName=after-installing-sql-reporting-services-service-for-sharepoint-2012-service-is-not-in-the-list-of)
    In my lab environment of a 4 server SP2013 farm it worked immediately when i installed it on the app server (CA host) so I dont think it is my install strategy.
    I guess my next attempt is to install SSRS on an app server with central administration hosted.
    Thanks

    I had the same issue on 2 different environments.
    I had 2 application servers. One had Central Administration. I installed SSRS on the other one and it never appeared in the Service Applications in SharePoint.
    When I also provisioned Central Administration on the other application server and went to the service applications using Central Admin on that server, the SSRS service application was there.
    Since then I always install SSRS on the server which hosts Central Admin. No issues then.

  • Installing Forms&Report  Services with Oracle Application Server 10g Rel 3

    Can I Install Forms & Report Services with Oracle Application Server 10g Release 3 some how?
    I am thinking of installing Forms & Reports Services in separate home with Oracle Application Server 10g Rel 3.
    Does any body has any different idea so that they both can run more smoothly together.
    Thanks
    Raj
    www.oraclebrains.com

    They WILL NOT RUN TOGETHER. We have discussed this many times before. They must be in separate homes.
    Check the search function for this forum to find the previous discussions.

  • Error While Installing XL Reporter

    Hai To all,
    While i try to install XL Report version 30.. There is an error. I click
    Administrator -> Addon -> Addon Administration
    There i click the button Register Addon. I choose the desired ard file. Then i click ok the following error is showing..
    *Application has a problem.
    Diagnostic file c:\program files\SAP\SAP Business One\Log\SAP Business One_2008414152148.dmp was created.
    Please contact support and attach the diagnostic file.*
    Does anyone have idea about this...............
    Regards,
    Anitha

    HI Anitha
    please log a message for Business One Support describing the issue and attaching the
    dump file.txt into it.
    best regards
    Rui Pereira

  • Error 1603 when installing Crystal reports XI by group policy

    Hi,
    **I am trying to create a Group policy deployment package of Crystal reports 11.5. I have successfully installed other packages from the same share and witrh the same permissions etc. but when I try to install Crystal I end up with the folowing details in the appmgmt.log:
    **++08-11 16:11:03:781
    +Software installation extension has been called for foreground synchronous policy refresh.+
    +The following policies are to be applied, flags are 1.+
        +in development CR (unique identifier {F3CBE794-92FB-4C74-A048-1C8BE81A4ABC})+
            +System volume path =
    rc.local\SysVol\rc.local\Policies\{F3CBE794-92FB-4C74-A048-1C8BE81A4ABC}\Machine+
            +Active Directory path = LDAP://CN=Machine,cn={F3CBE794-92FB-4C74-A048-1C8BE81A4ABC},cn=policies,cn=system,DC=rc,DC=local+
    +Set the Active Directory path to LDAP://CN=Class Store,CN=Machine,cn={F3CBE794-92FB-4C74-A048-1C8BE81A4ABC},cn=policies,cn=system,DC=rc,DC=local;.+
    +Enumerating applications in the Active Directory for computer BRXWK007377 with flags 5.+
    +The following applications were found in policy in development CR.+
        +Assigned application Crystal Reports XI (flags a0005470).+
    +Found 1 applications in policy in development CR.+
    +Enumerating the managed applications which are currently applied to this user.+
    +No managed applications are currently applied to this user.+
    +Found 0 applications locally that are not included in the set of applications from the Active Directory.+
    +Application Crystal Reports XI from policy in development CR is set for installation because it is assigned to this computer policy.+
    +Assigning application Crystal Reports XI from policy in development CR.+
    +Calling the Windows Installer to advertise application Crystal Reports XI from script C:\WINDOWS\system32\appmgmt\MACHINE\{f29d0933-61ee-4794-9840-78cd8aecf2f5}.aas with flags 69.+
    +The assignment of application Crystal Reports XI from policy in development CR succeeded.+
    +Calling the Windows Installer to install application Crystal Reports XI from policy in development CR.+
    +The install of application Crystal Reports XI from policy in development CR failed.  The error was : %1603+
    +Removing application Crystal Reports XI from the software installation database.+
    +Calling Windows Installer to remove application advertisement for application Crystal Reports XI from script C:\WINDOWS\system32\appmgmt\MACHINE\{f29d0933-61ee-4794-9840-78cd8aecf2f5}.aas.+
    +The removal of the assignment of application Crystal Reports XI from policy in development CR succeeded.+
    +Policy Logging for Software Management is attempting to log application Crystal Reports XI from policy in development CR.+
    +Failed to apply changes to software installation settings.  Software changes could not be applied.  A previous log entry with details should exist.  The error was : %1603+
    +Software installation extension returning with final error code 1603.+
    To create the installation point I copied both CD's to our server and executed a command line setup.exe /a
    Can anyone help me move forwards please?
    Thanks
    Chris

    Hi there,
    Try the following silent install command via the DOS command prompt:
    setup.exe ADDLOCAL=ALL CLIENTLANGUAGE=EN REBOOT=ReallySuppress PIDKEY=B1234-1234567-1234567-1234 INSTALLDIR="C:\Program Files\Business Objects\Crystal Reports 11.5" /qn /l* C:\temp\CRXIr2Trace.txt
    Notes and explanations:
    In the above example, it assumes that you copied the installation media to the C:.  You will also have to change directory to the wherever the win32 directory is.  The setup.exe is located in the win32 folder of the installation media.
    If you had put the win32 directory in say, C:\CRXIr2\win32, then you will have to navigate to this point first before typing the string above.  You will also need to change the product key from B1234-1234567-1234567-1234 to match your own. 
    The ADDLOCAL switch specifies a list of features to install.  ADDLOCAL=ALL then installs all the features.
    The REBOOT=ReallySuppress prevents Crystal Reports from prompting the user to reboot the machine
    The /qn switch performs the installation silently without prompting the user . 
    Finally, the string above also logs the installation to a text file in C:\temp\CRXIr2Trace.txt.
    You can find a full explanation of the switches and silent install string from xir2_cr_install_en.pdf in the installation media.

  • OSD Install application fails.

    Hi, i hope someone can help :)
    Single install application step is failing after 4 hours waiting. The installation and discovery of the application was correct, return code 0, but the task sequence doesnt continue, its stops there for hours and then fails.
    If i boot windows the aplication is correctly installed and working.
    Im using SCCM2012 SP1.
    Error on Status Messages:
    The task sequence execution engine failed executing the action (Install MS Office 2010 Pro Plus) in the group (Install Applications) with the error code 2278556181Action output: ... ssage   Setting URL = ***********, Ports = 80,443, CRL = false   Setting Server Certificates.   Setting Authenticator.Set authenticator in transport   Setting Media Certificate.Sending StatusMessageSetting message signatures.Setting the authenticator.CLibSMSMessageWinHttpTransport::Send: URL: ***********:80  CCM_POST /ccm_system/requestRequest was succesful.hrInstallation, HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,808)pInstall->InstallApplications(saAppNames, sContinueOnError), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\main.cpp,277)Failed to Reconnect to existing job, hr=0x87d00215Reconnect Job request failed, hr=0x87d00215Install application action failed: 'Microsoft Office 2010 Pro Plus'. Error Code 0x87d00215Install application action cannot continue. ContinueOnErrorFlag is set to false.Install Static Applications failed, hr=0x87d00215. The operating system reported error 1: Incorrect function. 
    No errors on AppEnforce.log:
      Prepared working directory: C:\Windows\ccmcache\1
    Prepared command line: "C:\Windows\ccmcache\1\setup.exe" /adminfile office2010.MSP
    Executing Command line: "C:\Windows\ccmcache\1\setup.exe" /adminfile office2010.MSP with system context  
    Working directory C:\Windows\ccmcache\1
    Post install behavior is BasedOnExitCode
    Waiting for process 3516 to finish. Timeout = 120 minutes.  
    Process 3516 terminated with exitcode: 0  
    Looking for exit code 0 in exit codes table...  
    Matched exit code 0 to a Success entry in exit codes table.  
    Performing detection of app deployment type Microsoft Office 2010 Pro
    Plus(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d,
    revision 4) for system.
    +++ Discovered application [AppDT Id:
    ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d,
    Revision: 4]
    ++++++ App enforcement completed (964
    seconds) for App DT "Microsoft Office 2010 Pro Plus"
    [ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d],
    Revision: 4, User SID: ] ++++++
    Regards,
    Daniel B

    Btw, we have published 2 applications on the OSD TS and noticed the error is happening to both applications,  it was working before.
    Aplication installation fails after some hours, but its installed ...
    smsts.log
    Invoking App Management SDK to evaluate app polices InstallApplication 17/09/2013 16:09:34 2924 (0x0B6C)
    CAppMgmtSDK::EvaluateAppPolicy ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.(null) DCMAgent 17/09/2013 16:09:34 2924 (0x0B6C)
    App policy evaluation for application 'ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6' has started. Please refer to DCMAgent.log for the details on this job. JobID='{E5009A8E-63F4-4234-BF7A-FC99FD15167F}' InstallApplication 17/09/2013 16:09:34 2924 (0x0B6C)
    Setting TSEnv variable 'SMSTSAppPolicyEvaluationJobID__ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6'='{E5009A8E-63F4-4234-BF7A-FC99FD15167F}' InstallApplication 17/09/2013 16:09:34 2924 (0x0B6C)
    Waiting for installation job to complete.. InstallApplication 17/09/2013 16:09:34 2924 (0x0B6C)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:34 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    spCIStateStore->GetCIState( pszAppPolicyId, csPolicyRevision, (sUserSID.length()>0) ? sUserSID.c_str() : 0, &spPolicyState, 1), HRESULT=87d00215 (e:\nts_sccm_release\sms\dcm\sdk\cisdkclass.cpp,2088) DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 Not found in CI state store. Marking CIs state as EvaluationFailed DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    NotifyProgress received: 16 (Application failed to evaluate ) InstallApplication 17/09/2013 16:09:34 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:34 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    spCIStateStore->GetCIState( pszAppPolicyId, csPolicyRevision, (sUserSID.length()>0) ? sUserSID.c_str() : 0, &spPolicyState, 1), HRESULT=87d00215 (e:\nts_sccm_release\sms\dcm\sdk\cisdkclass.cpp,2088) DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 Not found in CI state store. Marking CIs state as EvaluationFailed DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:43 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:43 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:43 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = Unknown DCMAgent 17/09/2013 16:09:43 1996 (0x07CC)
    NotifyProgress received: 0 (No application state information is available ) InstallApplication 17/09/2013 16:09:43 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:44 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:44 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:44 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = Unknown DCMAgent 17/09/2013 16:09:44 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    NotifyProgress received: 3 (Application is available for installation ) InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    NotifyComplete received InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    NotifyComplete processed InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    Received job completion notification from DCM Agent InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Policy evaluation for App successful InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Setting TSEnv variable 'SMSTSAppPolicyEvaluationJobID__ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6'='' InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    EvaluationJob complete InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Checking if the active request handle: {BE78A9F9-F9BC-409E-9AF9-0B1F8CE0CFAF} is valid. InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    CoCreateInstance succeeded InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Active request handle: {BE78A9F9-F9BC-409E-9AF9-0B1F8CE0CFAF} is valid. InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Invoking App Management SDK to install application InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    CAppMgmtSDK::EnforceAppPolicy ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.(null) DCMAgent 17/09/2013 16:09:45 2924 (0x0B6C)
    Installing application 'ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6' has started. Please refer to DCMAgent.log for the details on this job. JobID='{42FB35A9-CCB5-4C30-91DA-B251B6893FF4}' InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Setting TSEnv variable 'SMSTSInstallApplicationJobID__ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6'='{42FB35A9-CCB5-4C30-91DA-B251B6893FF4}' InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Waiting for installation job to complete.. InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Waiting for job status notification... InstallApplication 17/09/2013 22:09:45 2924 (0x0B6C)
    AppMgmtSDK handler is invalid. Trying to reconnect... InstallApplication 17/09/2013 22:09:45 2924 (0x0B6C)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 22:09:45 2924 (0x0B6C)
    Reconnecting to existing jobID '{42FB35A9-CCB5-4C30-91DA-B251B6893FF4}'.. InstallApplication 17/09/2013 22:09:45 2924 (0x0B6C)
    spAgent->GetJob(jobId, &spAgentJob), HRESULT=87d00215 (e:\nts_sccm_release\sms\dcm\sdk\cisdkclass.cpp,1756) DCMAgent 17/09/2013 22:09:46 2924 (0x0B6C)
    spAppMgmtSDK->SetEvaluationCallback( guidJobID, spNotifyCompPtr ), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,404) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Failed to Reconnect to existing job, hr=0x87d00215 InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Reconnect Job request failed, hr=0x87d00215 InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    ReconnectJob(spAppMgmtSDK, spCallback, guidJobID), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,1152) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    WaitforJobCompletion(spAppMgmtSDK, m_guidAppInstallJobID, ulAppInstallTimeout, nAppInstallRetryAttempts), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,1041) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Step 2 out of 2 complete InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Install application action failed: 'Microsoft Office 2010 Pro Plus'. Error Code 0x87d00215 InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Sending error status message InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting URL = http://*****, Ports = 80,443, CRL = false InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting Server Certificates. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting Authenticator. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Set authenticator in transport InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting Media Certificate. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Sending StatusMessage InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting message signatures. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting the authenticator. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    CLibSMSMessageWinHttpTransport::Send: URL: *****:80 CCM_POST /ccm_system/request InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Request was succesful. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Install application action cannot continue. ContinueOnErrorFlag is set to false. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    hrInstallation, HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,808) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    pInstall->InstallApplications(saAppNames, sContinueOnError), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\main.cpp,277) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Install Static Applications failed, hr=0x87d00215 InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Process completed with exit code 2278556181 TSManager 17/09/2013 22:09:46 928 (0x03A0)
    !--------------------------------------------------------------------------------------------! TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Failed to run the action: Microsoft Office 2010 SP1.
    Item not found (Error: 87D00215; Source: CCM) TSManager 17/09/2013 22:09:46 928 (0x03A0)
    MP server http://****. Ports 80,443. CRL=false. TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Setting authenticator TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Set authenticator in transport TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Sending StatusMessage TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Setting message signatures. TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Setting the authenticator. TSManager 17/09/2013 22:09:46 928 (0x03A0)
    CLibSMSMessageWinHttpTransport::Send: URL: ****:80 CCM_POST /ccm_system/request TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Request was succesful. TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Set a global environment variable _SMSTSLastActionRetCode=-2016411115 TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Clear local default environment TSManager 17/09/2013 22:09:46 928 (0x03A0)
    The execution engine ignored the failure of the action (Microsoft Office 2010 SP1) and continues execution TSManager 17/09/2013 22:09:46 928 (0x03A0)
    CIAgent.log
    CAgent::Initialize succeeded. CIAgent 17/09/2013 16:04:58 3100 (0x0C1C)
    CI Agent successfully started up. CIAgent 17/09/2013 16:04:58 3100 (0x0C1C)
    CAgent::CreateJob - Creating new CI Agent Job for machine CIAgent 17/09/2013 16:09:34 3052 (0x0BEC)
    CAgent::EvaluateCIs CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:34 3052 (0x0BEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=Init) CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): Client requesting CIAgentJob context info for key: StateMessagePriority CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=Init, To=WaitingForAssignedCI) for Event=Transition CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=WaitingForAssignedCI) CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore DownloadCIs CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=DownloadCIs, CurrentState=WaitingForAssignedCI) CIAgent 17/09/2013 16:09:34 4076 (0x0FEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=WaitingForAssignedCI, To=DownloadingCIs) for Event=Transition CIAgent 17/09/2013 16:09:34 4076 (0x0FEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:34 4076 (0x0FEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:34 4076 (0x0FEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=DownloadingCIs) CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): Client requesting CIAgentJob context info for key: PostRebootDetect CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): Started CIDownloadJob({5468E99C-9DBA-4463-9587-29D881EA38E3}) CIAgent 17/09/2013 16:09:35 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:35 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore PersistCIs CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=PersistCIs, CurrentState=DownloadingCIs) CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=DownloadingCIs, To=PersistingCIModels) for Event=Transition CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::Execute [GlobalSemaphore] Trying to aquire global semaphore CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::Execute [GlobalSemaphore] Queued for global semaphore acquisition. CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): GlobalJobEvent() called [GlobalSemaphore] CIAgent 17/09/2013 16:09:43 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::Execute [GlobalSemaphore] Acquired global semaphore. CIAgent 17/09/2013 16:09:43 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=PersistingCIModels) CIAgent 17/09/2013 16:09:43 4080 (0x0FF0)
    CAgent::CreateJob - Creating new CI Agent Job for machine CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CAgent::EvaluateCIs CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=Transition, CurrentState=Init) CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): Client requesting CIAgentJob context info for key: StateMessagePriority CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): TransitionState(From=Init, To=WaitingForAssignedCI) for Event=Transition CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=Transition, CurrentState=WaitingForAssignedCI) CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore DownloadCIs CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=DownloadCIs, CurrentState=WaitingForAssignedCI) CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): TransitionState(From=WaitingForAssignedCI, To=DownloadingCIs) for Event=Transition CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=Transition, CurrentState=DownloadingCIs) CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): Client requesting CIAgentJob context info for key: PostRebootDetect CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17 (Office 2010 Pro Plus) targeted to (Dependant of policy CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17) is in scope for evaluation. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d:13 (Microsoft Office 2010 Pro Plus) targeted to (Dependant of policy CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17) is in scope for evaluation. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    Failed to get the display name of the CI. Status messages will be based on the CI ID. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17 () targeted to (Dependant of policy CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17) is in scope for evaluation. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=PersistingCIModels, To=InvokingSdmMethod) for Event=Transition CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): Started CIDownloadJob({5305BEEB-DDA8-4E92-98AC-76B14B9213B6}) CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=InvokingSdmMethod) CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): StartEnactment - CI - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): StartEnactment - Attempting to invoke Policy Platform Client CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    Acquiring lock CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::CreateBindingInstance - Creating binding document for Policy: ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_Application_f9c9997b_8d3a_459e_accd_57ed8ac79bf6_17_Platform_PolicyDocument, Revision: 17. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::ScopeAndBindPolicies - [ScopedPolicies] ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_Application_f9c9997b_8d3a_459e_accd_57ed8ac79bf6_17_Platform_PolicyDocument CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::CreateBindingInstance - Creating binding document for Policy: ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_Application_f9c9997b_8d3a_459e_accd_57ed8ac79bf6_17_Configuration_PolicyDocument, Revision: 17. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::ScopeAndBindPolicies - [ScopedPolicies] ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_Application_f9c9997b_8d3a_459e_accd_57ed8ac79bf6_17_Configuration_PolicyDocument CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::CreateBindingInstance - Creating binding document for Policy: ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_DeploymentType_3bdc07d5_1d0b_4c3f_a17b_4f6dc45b0c4d_13_Discovery_PolicyDocument, Revision: 13. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::ScopeAndBindPolicies - [ScopedPolicies] ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_DeploymentType_3bdc07d5_1d0b_4c3f_a17b_4f6dc45b0c4d_13_Discovery_PolicyDocument CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::CreateBindingInstance - Creating binding document for Policy: ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_DeploymentType_3bdc07d5_1d0b_4c3f_a17b_4f6dc45b0c4d_13_Requirements_PolicyDocument, Revision: 13. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::ScopeAndBindPolicies - [ScopedPolicies] ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_DeploymentType_3bdc07d5_1d0b_4c3f_a17b_4f6dc45b0c4d_13_Requirements_PolicyDocument CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore PersistCIs CIAgent 17/09/2013 16:09:44 1404 (0x057C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=PersistCIs, CurrentState=DownloadingCIs) CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): TransitionState(From=DownloadingCIs, To=PersistingCIModels) for Event=Transition CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::Execute [GlobalSemaphore] Trying to aquire global semaphore CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::Execute [GlobalSemaphore] Queued for global semaphore acquisition. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    Lantern job:F9CAD339-56FE-477B-8C5B-215F67BE3AB1 succeeded. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    Releasing lock CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): Invocation succeeded for policy platform job F9CAD339-56FE-477B-8C5B-215F67BE3AB1 CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): ReportMethodInvocation :: Enactment succeeded CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): ReportMethodInvocation :: Obtained lantern reports CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}):State - Reporting (scan):: AppModel - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17 - State = NotInstalled ResolvedState = Available Applicability = Applicable ConfigureState= NotNeeded CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}):State - Reporting (scan):: Deployment Type - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d:13 - State = NotInstalled ResolvedState = Available Applicability = Applicable ConfigureState= NotNeeded CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}):State - Reporting (scan):: Install Policy Type - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17 - State = NonCompliant ResolvedState = Compliant Applicability = Applicable ConfigureState= NotNeeded CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::ReleaseGlobalSemaphore [GlobalSemaphore] Released global download semaphore CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): GlobalJobEvent() called [GlobalSemaphore] CIAgent 17/09/2013 16:09:45 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::Execute [GlobalSemaphore] Acquired global semaphore. CIAgent 17/09/2013 16:09:45 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=Transition, CurrentState=PersistingCIModels) CIAgent 17/09/2013 16:09:45 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore NotifyComplete CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=NotifyComplete, CurrentState=InvokingSdmMethod) CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=InvokingSdmMethod, To=CompletedSdmMethodInvocation) for Event=Transition CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=CompletedSdmMethodInvocation) CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=CompletedSdmMethodInvocation, To=StateDownloadingContents) for Event=Transition CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, Current
    CITaskMgr.log
    Initiating task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 (Microsoft Office 2010 Pro Plus) for target: , consumer: {C6E3BB4D-852B-4240-9F36-2871DD7BAAB8} CITaskMgr 17/09/2013 16:09:45 4036 (0x0FC4)
    Initiating content download : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.ContentDownload) CITaskMgr 17/09/2013 16:09:46 4036 (0x0FC4)
    State transition to (InProgress), Param(0) : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.ContentDownload) CITaskMgr 17/09/2013 16:09:46 4036 (0x0FC4)
    State transition to (InProgress), Param(0) : CTaskConsumer(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13.{6273217C-1E91-44EE-9CF0-97628CD04706}) CITaskMgr 17/09/2013 16:09:46 4036 (0x0FC4)
    Successfully initiated contents download request {00C794C9-CA03-4E1B-9440-73E09A1A12F9} : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.ContentDownload) CITaskMgr 17/09/2013 16:09:46 4036 (0x0FC4)
    Initiating task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 (Microsoft Office 2010 Pro Plus) for target: , consumer: {A6CC1080-139B-4ED0-8DEB-04FBF8E2D613} CITaskMgr 17/09/2013 16:10:43 2168 (0x0878)
    State transition to (Success), Param(0) : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.ContentDownload) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    State transition to (Success), Param(0) : CTaskConsumer(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13.{6273217C-1E91-44EE-9CF0-97628CD04706}) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    Release task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 for target: , consumer {A6CC1080-139B-4ED0-8DEB-04FBF8E2D613} CITaskMgr 17/09/2013 16:13:30 412 (0x019C)
    Release task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 for target: , consumer {988A4382-4757-4C3C-B418-0A2B76B27224} CITaskMgr 17/09/2013 16:13:30 412 (0x019C)
    Release task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 for target: , consumer {1B8A201C-758A-46DE-8BC3-813BB089180C} CITaskMgr 17/09/2013 16:13:30 412 (0x019C)
    Initiating task Enforce for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 (Microsoft Office 2010 Pro Plus) for target: , consumer: {9D59DEFA-BF1A-455C-9B07-D5815CA8DE12} CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    Starting Enforcement : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    Initiated application enforcement. : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    State transition to (InProgress), Param(0) : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    State transition to (InProgress), Param(0) : CTaskConsumer(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13.{6273217C-1E91-44EE-9CF0-97628CD04706}) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    Application enforcement completed : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:28:59 3200 (0x0C80)
    Enforcement completion state Success : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:28:59 3200 (0x0C80)
    State transition to (Success), Param(0) : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:28:59 3200 (0x0C80)
    State transition to (Success), Param(0) : CTaskConsumer(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13.{6273217C-1E91-44EE-9CF0-97628CD04706}) CITaskMgr 17/09/2013 16:28:59 3200 (0x0C80)
    Release task Enforce for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 for target: , consumer {9D59DEFA-BF1A-455C-9B07-D5815CA8DE12} CITaskMgr 17/09/2013 16:29:04 2572 (0x0A0C)
    Release task Enforce for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 for target: , consumer {E9622739-EAFB-4C44-B582-EB0EECD0EF30} CITaskMgr 17/09/2013 16:29:04 2572 (0x0A0C)
    Release task Enforce for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 for target: , consumer {CD21FEE4-970C-4C68-B7FA-3C31EBF31E3C} CITaskMgr 17/09/2013 16:29:04 2572 (0x0A0C)

  • After install Crystal Report Server 2011, can not access control tools

    Afte install Crystal Report Server 2011, can not access control tools from web or from application.
    My server OS is Windows 2008 R2 SP1. I follow the default setting. How to fix it?
    Error message is above.

    Is Tomcat started?  On your Start menu you should have an option to get to "Tomcat  Configuration" or, under the CRS menu you can run the "Central Configuration Manager" to start Tomcat.
    What URL are you using to connect to the web app?  By default Tomcat runs on port 8080 so your URL should look something like this:  "http://<servername>:8080/BOE/CMC" or "http://<servername>:8080/BOE/BI".
    If Tomcat is running and you're trying to access it from another computer, check to see if the Windows Firewall is turned on for the server - if it is, turn it off for "Domain" access.
    If Tomcat won't start, go to the folder where Tomcat is installed and then look in the "logs" folder.  There should be a file called "stderr.log" which you can open in Notepad to see what types of errors might be occurring (you can ignore any errors having to do with "persisted sessions".)  If there are other errors, post in the BI Platform space to get assistance.
    -Dell

  • After install Crystal Report Server 2011, can not access control tool

    After install Crystal Report Server 2011, can not access cntrol tool from web or from application. My server OS is Windows 2008 R2 SP1. I follow the fedault setting. How to fix it?
    Error message:

    Seems like webapps are corrupted, Just redeploy the webapps.
    refer the below thread to do the same.
    http://scn.sap.com/thread/3400477

  • Unable to install XL Reporter Add-On

    Hi,
    Getting error message "Application has generated an exception that could not be handled" after giving password for sa user while installation. After clicking on ok it showing like error preparing in meta data repository. can any one help me out in this issue? I have installed SAP Business One 2005B version:(7.40.243) and I am trying to install XL Reporter 2005 version:(6.80.01.29).
    As I need to give demo to client, please send me the answers as early as possible.
    Thanks
    sravan

    Hi,
    I have tried in both ways. But still getting that problem. Error executing IXMetaProcs.sql. Exit code - 1073741819. please check this and let me know as early as possible.
    Regards,
    Sravan Kumar Pothu

  • Installing Application Server 10g 2 on Unbreakable linux

    Hello all,
    I wish to install Application Server 10g 2 on Oracle Unbreakable Linux EL5. Could someone please let me know if there are installation instructions for the App Server on EL5?
    Also, when I go to [http://www.oracle.com/technology/software/products/ias/htdocs/101202.html] to download release 2 for Linux x86, the tooltip has the file named as "as_linux_x86_portal_wireless_101202_disk1.cpio". Does anyone know if this is actually the App Server???
    Last, but not least, I downloaded disk 1(I'm assuming it's the correct software) and tried to "unzip" it in /home/oracle to run the Universal Installer and Oracle Unbreakable Linux doesn't recognize the file extension .cpio. So my last question then would be is Oracle Unbreakable Linux even a suitable version of Linux to install the App Server on? Because it seems strange that the software Oracle has on its website can't even be opened on their own flavor of Linux.
    Any help answering my questions will be appreciated.
    -Thank You,
    David Wrbelis

    Hi,
    I did just a while ago.
    If you got a joice, use Unbreakable Linux 4 (RHEL4), 10g2 on Unbreakable Linux version 5 is not officially supported by Oracle!
    At least my Server was complaining about the system. After extracting the .cpio you can either use
    ./runInstaller -ignoreSysPrereqs
    or go to redhat-release file (I'm not sure in the moment, I believe its /etc/redhat-release) and set it to version 4 instead of 5 until installation is done.
    You will get an error during installation, when it appears rename libXtst.so.6.0.0 to libXtst.so.6.0 and press retry, the installation will finish successfully.
    You might get an error that opmn could not start. Start it manually, the error won't appear, you can ignore it (press continue).
    Your config wizards should ALL be successful!
    About the file you downloaded, I was using a different one, since I only needed Forms and Reports service, you might want to have the full Server, so there are more than one correct downloads for 10g2. You need to look carefully what features you need or load full version (which would be several cds I believe).
    Regards
    Edited by: n00b on 19.09.2008 09:32

  • KB2918614 Breaks MDT2012 Update 1 Task Sequence "Install Application" Items on Windows 7 deployments

    Consider the following scenario:
    You have a WDS deployment environment for your enterprise running on Windows Server 2008 R2.
    You use MDT 2012 Update 01 to create a Windows 7 Task Sequence for workstation deployment. 
    The task sequence has an "Install Application" task to install Symantec Endpoint Protection 12.1 RU4 MP1b.
    You either refresh your reference build to incorporate KB2918614 or you publish the update via WSUS and use the Install Updates task in the task sequence prior to the "Install Application" task to install the hotfix. 
    In this scenario, the "Install Application" task starts but never completes. The Symantec installation executable is never called and does not show up in Task Manager. All subsequent "Install Application" tasks exhibit the same behavior.
    No error messages are generated. Eventually the Task Sequence itself times out and moves on to the next task. 
    If you remove update KB2918614 from your reference build or unapprove it from your WSUS server, all "Install Application" tasks in the task sequence execute correctly. 
    Has anyone else experienced a similar issues with deployments? My hunch is that the problem is not specific to the application being installed, and it may also be a problem for environments using SCCM to install Windows 7. I have not had a chance to explore
    this more, so I kept my scenario to the facts that I have directly observed.
    Thanks,
    Rick Reuling
    Walker IT Group, LLC

    Quite the few incorrect assumptions, but thank you for your input. I disagree with your methodology and irrelevant conclusions.
    Problem is quite clearly seen under easily reproducible conditions, which according to your description was not correctly proscribed. No one ever said the patch did not install correctly.
    Whether the root cause is that mainstream third party applications are utilizing Microsoft solution accelerator proscribed methods that a privately reported vulnerability implicated as harmful; and thus the aforementioned patch changed the
    expected behaviour to the detriment of mainstream certified applications in an unattended environment is at fault is up for discussion. Jamal's experience implicates the overall method in not only MDT but also SCCM so there stands a reasonable chance
    that the problem exhibits on a further scale beyond the MDT environment.
    However, as has been documented on a real world basis in the context of actual running environments (in which many do indeed still run Windows 7, much to all our chagrin and your self-declared shock) the issue still exists, and we must decline
    your proposed solution as being appropriate to the described scenario. Your response clearly does not duplicate nor even attempt to recreate the problem space, If you had read clearly you would have seen we had already inserted a reboot in between the Windows
    Update step in the TS and the "Install Application" step. Of course there are many other potential variables, hence why one should be quite careful about declaring an explicit problem or an explicit solution. 
    I believe Mike Niehaus clearly indicated the next step, and Jamal has confirmed the immediate workaround. I will encourage my clients to raise the issue through their EA channel.
    Regards,
    Rick

  • HT1338 i reinstall my macbook pro after i try to install application software but i am getting error during installation.

    i reinstall mac os through mac dvd after completing installation  i try to install application through application dvd but its showing error during installation. IPhoto,IDVD ,etc all these software i need to install but getting problem.Please resolve my problem.I checked my hardware test i passed .

    Hi,
    Try cleaning the DVD and try again. It could be that you have a bad disc.
    Open the "Console" application. "Applications -> Utilities" are there any diagnostic messages or error logs, crash reports in the Console window? If a program crashes during the installation, post the error message. The first fifty lines of the crash log should suffice.
    I'm guessing that it could be that certificate expired so the installer package is no longer trusted. You can try setting the date on your Mac back to around the date you bought it and try the installation again. I hope this helps. If not and you may need to request a new DVD.
    Let me know how it goes.

  • Install Financial Reporting and Analysis

    Hi All,
    I have a Classic Planning Application on EPM 11.1.1.1.0
    I have hyperion installed in a distributed env..(on three boxes..one running windows xp(machine 1), two running windows server 2003(machine 2 and machine 3.)
    Machine 2 has ...Essbase Server and Oracle.
    Machine 3 has ...Hyperion Planning,Workspace.
    Machine 1 has ...EPMA and Calc Mgr.
    Now i need to install Financial Reporting and analysis..
    Can somebody please guide me as to which box should i go about installing it..?
    Regards.
    Alicia
    Edited by: Alicia on Aug 27, 2009 11:34 PM

    Hello John...
    let em describe my config
    I have a UNIX box and a windows server 2003 box. Now EPMA and calc manager must be installed on Windows
    so that part is fixed ...
    And on the Unix machine i am going to install sharedservice, essbase,eas,planning
    now if i want to install reporting ,then on which machine i should do it?
    Unix Box
    Shared Services
    Essbase Server
    EAS
    HP
    PS
    Workspace
    Windows Server Box
    EPMA
    Calc Man
    Int Rep
    Finan Rep
    SQR Rep
    Web Analysis
    FDM
    Windows Box
    EPMA and CALC
    mgr
    I am using EPM sytem 11.
    Thanks

  • Is is necessary to install application server ?

    Since the application sever contains oracle database 10g as well.
    The application is going to be used by 2 users only,
    is it necessary to install application server ?
    thanks.

    What is it that you're trying to do? If you just
    want a database, you can install just the database.
    If you want an application server, you'll need to
    o install the app server.
    JustinI need the database, the application will only contains a couple of forms to call a few reports only ?

Maybe you are looking for

  • Installing my own copy of Microsoft Office over Trial version

    Just purchased new computer with a trail version of Office.  I would like to install my own CD that I purchased last year for my other computer.  I can install in 3 times and have done it one time.  How should I proceed? Any help will be greatly appr

  • ITunes U can not change the video view size to 1x

    After updating to iOS 6, I realised that the iTunes U video play can only display the maximal size view which makes the video quality very poor and there isn't any way for to change the video to 1x size. I wonder if anyone has found a solution for th

  • Links screwing up in CS3

    i'm using an xml based program to create catalogs in indesign. when i then split the whole document into individual pages using a script, i get in my links pallet a list of invisible links. i say invisible links because they don't show up in the docu

  • S10e users, careful how you back up

    Hi folks, first post for me on here. Found this forum after running into trouble with my S10e, ie no recovery program, or at least no access to it!. This may be of help to us in Europe who don't have recovery disks supplied with their Lenovos. Troubl

  • Can't log in to Netflix HP installed on my TouchSmart but I can via the Internet

    I can log in to Netflix just fine via Chrome or Explorer.  Netflix also works fine streaming on an XBox and a Roku Box.  But...I can't log in via the pre-loaded HP Netflix program.