syparon Posted May 23, 2014 Report post Posted May 23, 2014 Hello gents, I am trying to install applications with base variables through a task sequence. The software list is successfuly built but I still cannot install these softwares SMSTS : <![LOG[successfully read 68 policy assignments.]LOG]!><time="16:17:45.421-120" date="05-23-2014" component="InstallApplication" context="" type="0" thread="2276" file="dautils.cpp:454"> <![LOG[Retrieving Application Policy Mapping:]LOG]!><time="16:17:45.421-120" date="05-23-2014" component="InstallApplication" context="" type="0" thread="2276" file="dautils.cpp:456"> <![LOG[m_mapAppPolicies.find(sAppName) != m_mapAppPolicies.end(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\dautils.cpp,478)]LOG]!><time="16:17:45.421-120" date="05-23-2014" component="InstallApplication" context="" type="0" thread="2276" file="dautils.cpp:478"> <![LOG[App policy for 'Java 7 Update 51 64bit 2014-01-28' not received. Make sure the application is marked for dynamic app install]LOG]!><time="16:17:45.421-120" date="05-23-2014" component="InstallApplication" context="" type="3" thread="2276" file="dautils.cpp:478"> <![LOG[Policy download failed, hr=0x80004005]LOG]!><time="16:17:45.421-120" date="05-23-2014" component="InstallApplication" context="" type="3" thread="2276" file="dautils.cpp:580"> <![LOG[daUtil.DownloadPolicies(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\dainstaller.cpp,295)]LOG]!><time="16:17:45.421-120" date="05-23-2014" component="InstallApplication" context="" type="0" thread="2276" file="dainstaller.cpp:295"> <![LOG[successfully cleared App model names from TS env.]LOG]!><time="16:17:45.421-120" date="05-23-2014" component="InstallApplication" context="" type="0" thread="2276" file="dautils.cpp:387"> <![LOG[daInstaller.Execute(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\main.cpp,260)]LOG]!><time="16:17:45.421-120" date="05-23-2014" component="InstallApplication" context="" type="0" thread="2276" file="main.cpp:260"> <![LOG[Process completed with exit code 2147500037]LOG]!><time="16:17:45.499-120" date="05-23-2014" component="TSManager" context="" type="1" thread="1752" file="commandline.cpp:1123"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="16:17:45.577-120" date="05-23-2014" component="TSManager" context="" type="1" thread="1752" file="instruction.cxx:804"> <![LOG[Failed to run the action: Install Application. Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="16:17:45.655-120" date="05-23-2014" component="TSManager" context="" type="3" thread="1752" file="instruction.cxx:895"> Any idea ? I am a little bit desperate .. (I put variables in the device collection which contain unknown computers) Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted May 23, 2014 Report post Posted May 23, 2014 There is no problem with the variables... The error message is in your log file.. Make sure the application is marked for dynamic app instal. Did you select Allow this application to be installed from the Install application task sequence action without being deployed in the General tab of the application? 1 Quote Share this post Link to post Share on other sites More sharing options...
syparon Posted May 26, 2014 Report post Posted May 26, 2014 Thanks for all your replies Peter . You really helped me for all that I tried to do. In my case I just typed the wrong application name Quote Share this post Link to post Share on other sites More sharing options...