Hi Everybody,
I meet the same problem. I'm trying to run a task sequence which perform the following operations :
- install an application (Java JRE 1.6.0 update 29) . This application is correctly configured (install from task sequence is enbaled, install in standalone run perfectly)
- make some changes in the registry : REG ADD "HKLM\Software\Javasoft\Java Update\Policy" /V EnableJavaUpdate /T REG_DWORD /D 0 /F
I advertise this Task sequence to a collection of computers.
Computers receive notification to install in the software Center about a new application deployment is available. When i start the deployment, software center displays the following message : "Wainting for Install"
But no download (nothing in the ccmcache folder), Nothing in the AppEnforce.log file.
I just noticed that errors are visible in the TSAgent.log :
- Error initializing policy environment variables. Code 0x8007000e
- Error initializing TS environment. Code 0x8007000e
- Task sequence launcher advertisement failed!. Code 0x8007000e
Any help will be really appreciated
Régis