|
tomeyers -> ZTI: packages defined in roles not being installed (8/27/2008 5:07:50 PM)
|
I am migrating our enterprise Vista deployment from SMS to SCCM. The existing deployments are working great, but we are retiring SMS in a month. I have a role called "All Machines 4.1" which should install several applications. The problem is, these apps are not getting installed, and it doesn't look like they are even being called. In SMS these got installed during ZTIPACKAGES, but I don't even see that running in SCCM. The "Install Software" task is enabled, with "Continue on error" and "If an application installation fails, continue installing other applications in the list" both enabled. Here are some snippets from my BDD.log: -- About to issue SQL statement: SELECT * FROM RolePackages WHERE ROLE IN ('All Systems 4.1','VMWare Workstation') ORDER BY Sequence ZTIGather 8/20/2008 5:29:06 PM 0 (0x0000) Successfully queried the database. ZTIGather 8/20/2008 5:29:06 PM 0 (0x0000) Records returned from SQL = 18 ZTIGather 8/20/2008 5:29:07 PM 0 (0x0000) Property PACKAGES001 is now = US3000A6:ZTI - Vista System Components ZTIGather 8/20/2008 5:29:07 PM 0 (0x0000) Added PACKAGES value from SQL: PACKAGES = US3000A6:ZTI - Vista System Components ZTIGather 8/20/2008 5:29:07 PM 0 (0x0000) Property PACKAGES001 is now = US3000A6:ZTI - Vista System Components ZTIGather 8/20/2008 5:29:08 PM 0 (0x0000) Property PACKAGES002 is now = US30009B:ZTI - SuperDat Update ZTIGather 8/20/2008 5:29:08 PM 0 (0x0000) -- About to issue SQL statement: SELECT * FROM RoleApplications WHERE ROLE IN ('All Systems 4.1','VMWare Workstation') ORDER BY Sequence ZTIGather 8/20/2008 5:29:22 PM 0 (0x0000) Successfully queried the database. ZTIGather 8/20/2008 5:29:22 PM 0 (0x0000) Record count from SQL = 0. ZTIGather 8/20/2008 5:29:22 PM 0 (0x0000) -- The task sequencer log is located at X:\windows\TEMP\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. zticonfigure 8/20/2008 6:03:26 PM 0 (0x0000) Using a local or mapped drive, no connection is required. zticonfigure 8/20/2008 6:03:26 PM 0 (0x0000) Looking for Sysprep.inf in C:\sysprep\Sysprep.inf zticonfigure 8/20/2008 6:03:26 PM 0 (0x0000) The sysprep.inf file was not found. zticonfigure 8/20/2008 6:03:26 PM 0 (0x0000) The unattend.txt file was not found. zticonfigure 8/20/2008 6:03:26 PM 0 (0x0000) Found existing unattend.xml at C:\Windows\Panther\unattend\unattend.xml zticonfigure 8/20/2008 6:03:26 PM 0 (0x0000) Loaded C:\Windows\Panther\unattend\unattend.xml zticonfigure 8/20/2008 6:03:26 PM 0 (0x0000) Merge specified, but C:\_SMSTaskSequence\WDPackage\Control\\Unattend.xml wasn't found, unable to merge zticonfigure 8/20/2008 6:03:26 PM 0 (0x0000) -- I should mention that these packages have been migrated from SMS to SCCM, the IDs are correct, etc. The last log line I posted is a warning message. I see a double backslash, "C:\_SMSTaskSequence\WDPackage\Control\\Unattend.xml wasn't found, unable to merge" and I'm wondering what's going on there? The machine joins our domain and otherwise is functional. I just can't get any of the applications defined in that role to fire off. Is that error with merging Unattend.xml the root of my problem?
|
|
|
|