Pelegit Posted November 4, 2015 Report post Posted November 4, 2015 Hi guys , I have TS (MDT) that i created in my SCCM , i added some app&pack to my ts using UDI , the problem is that when i try to deploy the image everything work well except app&pack installs , no one of them installed , i get Error : the error is ReleaseRequest failed with error code 0x80004005 Task Sequence Manager could not release active TS request. code 80004005 as i understand that the error 0x80004005 is generic error ? important to note those app&pack working well in software center +we have another image (without UDI) that we added some applications and packages as they will install in deployment process and they working well , The problem occurred only with image that mix with UDI,MDT These are my configurations : Quote Share this post Link to post Share on other sites More sharing options...
mitchell.terry Posted November 6, 2015 Report post Posted November 6, 2015 What does your convert list to two digits look like? If your command changes the base Variable your install applications Base variable is WRONG. Quote Share this post Link to post Share on other sites More sharing options...
mitchell.terry Posted November 6, 2015 Report post Posted November 6, 2015 cscript.exe "%deployroot%\scripts\ZTICoalesce.wsf" /CoalescePattern:Applications /CoalesceTarget:CoalescedApps /CoalesceDigits:2 The pattern is what its reading from the UDI wizard. It converts to the "target" name. So therefore your Target name for your install applications should match this. Quote Share this post Link to post Share on other sites More sharing options...
jay Posted November 10, 2015 Report post Posted November 10, 2015 CU2 just got released it may fix this for you https://support.microsoft.com/en-us/kb/3100144 Applications will not install when you use them with a dynamic variable list in a task sequence if no SMB package share was defined for the content. This affects only installations that use a dynamic variable list. Other installation methods are unaffected. Errors that resemble the following are recorded in the Smsts.log file on the client: No Http location foundFailed to download content for SMS package PRI00080, hr=0x80004005Install Dynamic software action failed to resolve content for packageID: 'PRI00080', programID: 'TestApp'. Error Code 0x80004005 Quote Share this post Link to post Share on other sites More sharing options...
Pelegit Posted November 16, 2015 Report post Posted November 16, 2015 What does your convert list to two digits look like? If your command changes the base Variable your install applications Base variable is WRONG. What i have to do for convert it ? and can you tell me how should i do it please because i have read some articles in google and no one mention "convert" process cscript.exe "%deployroot%\scripts\ZTICoalesce.wsf" /CoalescePattern:Applications /CoalesceTarget:CoalescedApps /CoalesceDigits:2 The pattern is what its reading from the UDI wizard. It converts to the "target" name. So therefore your Target name for your install applications should match this. What wrong with my available ? i have leaved it by default . Quote Share this post Link to post Share on other sites More sharing options...