Unsolved
This post is more than 5 years old
3 Posts
0
8211
March 2nd, 2009 01:00
Create Task Sequence Media using a DDP task sequence
Does DDP support the option to create a "stand-alone media" using the Create Task Sequence Media option. I select CD/DVD set from the wizard and enter a name for the media file. The wizard begins to process but at the stage the following error message is shown: Error creating media. Error message is : Unspecified error.
No Events found!



DELL-Greg R
118 Posts
0
March 2nd, 2009 15:00
MartinWheeler
3 Posts
0
March 4th, 2009 00:00
I have resolved the issue i initially posted, I had been using UNC file paths to create the ISO images which was a mistake. If I use standard folder paths it works okay. However I have since discovered that DDP was not designed for off-line build scenarios using CD/DVD as it needs to write to a disk for the RebootStep variable. So I have two choices use a bootable USB device or create a RAMDrive so that the build process has the ability to write to disk. My problem is I am working remotely so don't have access to the USB option.
Hope this is useful for anyone else out thete.
Martin.
DELL-Greg R
118 Posts
0
March 12th, 2009 06:00
Greg
sccm_ddp_eng
16 Posts
0
April 15th, 2009 12:00
DDP does not support non-writeable media when used in a disconnected (from a site server) state. This is because the state of the task sequence must be stored somewhere - either as a machine variable (by connecting to ConfigMgr) or as an entry in a file written to a USB drive.
When you are booting from non-writeable media and are not connected to a ConfigMgr server, the task sequence will not have any place to store its information so that when it reboots it can pick up where it left off (and not just continutally start the task sequence over).
Perhaps in the future we can consider adding a network share as a potential storage location similar to the USB option, but that would require additional configuration steps in the task sequence.
MartinWheeler
3 Posts
0
April 16th, 2009 01:00