aevans1987 Posted January 15, 2014 Report post Posted January 15, 2014 Hello, i'm getting a 0x80004005 when trying to install applications through a Deploy TS via SCCM 2012 SP1 CU2. I have the box checked to allow the application to be installed via TS in the application properties and I'm at a bit of a loss as to what I'm missing for this https://www.dropbox.com/sh/aryxpbp9rtqmq1e/SWYnPtGNwx That link has the logs that (as far as i can tell) are related to this issue from the Google searches I've done, I just don't know where in the logs to look to find out the root cause of the problem. Any Assistance would be appreciated. Thank you Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted January 15, 2014 Report post Posted January 15, 2014 It fails on the dameware software, check the appenforce.log for some more information. Quote Share this post Link to post Share on other sites More sharing options...
aevans1987 Posted January 15, 2014 Report post Posted January 15, 2014 I dont have an appenforce.log file in the CCM\Logs directory. Is there another location where it would be other then the default? Quote Share this post Link to post Share on other sites More sharing options...
aevans1987 Posted January 23, 2014 Report post Posted January 23, 2014 Anyone? Still cant identify the problem, most likely just dont know the log i need to look at to find the problem. Works fine via App Catalog. Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted January 23, 2014 Report post Posted January 23, 2014 I've seen and heard many weird issues with installing applications during the task sequence... Did you try the task sequence once without the specific application? Quote Share this post Link to post Share on other sites More sharing options...
aevans1987 Posted January 23, 2014 Report post Posted January 23, 2014 I have, i will note, that it doesn't seem to be limited to just this application, i have had task sequences with 5 Applications (basic things, like Java, Reader, Flash, Office, etc) all of them were set to continue on error and by the time the desktop came around, nothing was installed. Running without any application deployments it works fine. I'm really at a loss as to why its behaving this way. Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted January 24, 2014 Report post Posted January 24, 2014 Check the version history of the applications which are used in your task sequence and delete every inactive not referred version in there. There seems to be a bug in the application version cleanup maintenace Task. This also affects the deplyoment status of the applications in the console. The Client Agent checks the application versions and just stops when finding a bad entry. Related Errors will be found in the ciagent.log. Not sure if your problem is related to this, but i was just running into this weird behavior last week and got things running again by cleaning up the versions manually. Quote Share this post Link to post Share on other sites More sharing options...