OSD SCCM 2012 R2: MDT integrated task sequence central logging not working

Hi,
Please advise on making dynamic logging work for SCCM 2012 R2 MDT integrated tasks sequence.
This is what I specified in customsettings.ini
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=NO
SkipProductKey=YES
; Copy Logs if en error occurs or when deployment is successfully completed
SLSHARE=\\sccmserver\OSD\Logs\MDT
; Enable Dynamig Logging
SLSHAREDynamicLogging=\\\sccmserver\OSD\Logs\MDTDynLogs\%OSDComputername%
UserID=administrator
UserDomain=ourdomain
UserPassword=ourpassword
Jan Hoedt

I keep on getting access denied though when I connect in a dosprompt with the credentials I can make a connection.
Mapping server share: \\ourdomain.com\share    ZTIValidate    4/03/2014 0:08:14    0 (0x0000)
<Message containing password has been suppressed>    ZTIValidate    4/03/2014 0:08:14    0 (0x0000)
Access is denied.
    ZTIValidate    4/03/2014 0:08:14    0 (0x0000)
Unable to connect to \\ourdomain.com\share.  Sleeping for 5 seconds.    ZTIValidate    4/03/2014 0:08:14    0 (0x0000)
<Message containing password has been suppressed>    ZTIValidate    4/03/2014 0:08:19    0 (0x0000)
Access is denied.
    ZTIValidate    4/03/2014 0:08:19    0 (0x0000)
Unable to connect to \\ourdomain.com\share.  Sleeping for 10 seconds.    ZTIValidate    4/03/2014 0:08:19    0 (0x0000)
<Message containing password has been suppressed>    ZTIValidate    4/03/2014 0:08:29    0 (0x0000)
Access is denied.
    ZTIValidate    4/03/2014 0:08:29    0 (0x0000)
Unable to connect to \\ourdomain.com\share.  Sleeping for 15 seconds.    ZTIValidate    4/03/2014 0:08:29    0 (0x0000)
<Message containing password has been suppressed>    ZTIValidate    4/03/2014 0:08:44    0 (0x0000)
Access is denied.
    ZTIValidate    4/03/2014 0:08:44    0 (0x0000)
Unable to connect to \\ourdomain.com\share.  Sleeping for 20 seconds.    ZTIValidate    4/03/2014 0:08:44    0 (0x0000)
<Message containing password has been suppressed>    ZTIValidate    4/03/2014 0:09:04    0 (0x0000)
Access is denied.
    ZTIValidate    4/03/2014 0:09:05    0 (0x0000)
Unable to connect to \\ourdomain.com\share.  Sleeping for 25 seconds.    ZTIValidate    4/03/2014 0:09:05    0 (0x0000)
ERROR - Unable to map a network drive to \\ourdomain.com\share.    ZTIValidate    4/03/2014 0:09:30    0 (0x0000)
An invalid SLShareDynamicLogging value of \\ourdomain.com\share\PackageSources\OSD\Logs\MDT-DynLogs\computername was specified.    ZTIValidate    4/03/2014 0:09:30    0 (0x0000)
Jan Hoedt

Similar Messages

  • SCCM 2012 with MDT integrated: dynamic logging to \\servername\share\failed\computername or ...\succesfull\computername

    Hi,
    I have this SCCM 2012 standard CM task sequence which writes its logs at the end of the task sequence to a folder. When succesfull to\\server\share\success\computername, when failed to \\server\share\failed\computername
    It then also sends a mail with location of logfiles.
    Please advise on dynamic logging within sccm 2012 R2: how do I configure this? In ini-file, I set the SLShareDynamicLogging to a servershare?
    J.
    Jan Hoedt

    It would be customsettings.ini in MDT and this is not available in native CM12 task sequences. Integrating MDT in CM12 would add that. You can set task sequence variables in CM12 though using computer variables, collection variables, task sequence steps
    or scripts during the task sequence.
    Torsten Meringer | http://www.mssccmfaq.de

  • Sccm 2012 simulate deployment for task sequence / OS or applications

    Hi
    I have been getting a lot of problems with Os/Application Task Sequences and have been asked a few questions.
    I cannot find anything on the Web about Limitations for a simulated deployment in SCCM 2012.
    I know SCCM allows you to create them but does it work/Are the results accurate?
    I need to know the following: 
    Can you simulate an OS Deployment Task Sequence?
    Can you simulate an Application Deployment Task Sequence?
    Are there limitations to Simulated Deployments?
    Thanks guys Hope this makes sense and you can help.
    Regards
    Anthony

    If you have the MDT integration with SCCM 2012 you can simulate the settings used by the task sequence, but not the actual task sequence deployment. However, seeing the settings is often enough.
    Check this post:
    Save time (and avoid pain) - Create a MDT simulation environment
    http://www.deploymentresearch.com/Research/tabid/62/EntryId/155/Save-time-and-avoid-pain-Create-a-MDT-simulation-environment.aspx
    / Johan
    Regards / Johan Arwidmark Twitter: @jarwidmark Blog: http://www.deploymentresearch.com FB: www.facebook.com/deploymentresearch

  • Remove sccm 2012 client package from task sequence

    Hello, is possible to remove the sccm client package from task sequence ? i am deploying OS to workgroup computers and i dont want install the sccm client . I am using MDT to create the task sequence.
    Erickson Martinez

    No, if you are using a task sequence in ConfigMgr (MDT integrated or not) then a client package is mandatory. The only way to get rid of the client is to deinstall it at the end of the task sequence (for example by using the SMSTSPostAction variable).
    Another option, if you don't want the client, is to use MDT to deploy those machines. But that would cause an extra deployment mechanism to maintain.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • SCCM 2012 R2 cannot create Task Sequence Media

    Hello,
    We have installed SCCM 2012 SP1 and have trouble creating a Task Sequence Media, the error we are getting is "Media creation failed with error code -2147217406"
    We have reviewed the CreateTSMedia.log and found the following errors:
    * Failed to create media generator (0x80041002)
    * CreateTsMedia failed with error 0x80041002, details = ''
    * Unable to delete all files in temp directory. Giving up. (0x80070091)
    * CreateMedia.exe finished with error code 80041002
    We are trying to create the Task Sequence Media using the Capture option to use with the Media Type USB or CD / DVD, none works.
    We tried to create the Task Sequence Media from a PC with Windows 7 and installed SCCM console and also we tried from the SCCM server, but it has not worked.
    We have made sure to use the administrative account that SCCM installation was performed, but we have not been able to resolve this incident.
    I will appreciate your advices.
    Thanks in advance.
    Manuel
    Manuel&#180;s Microsoft Forums Threads

    This is the log with Media Type CD
    Begin media creation:  CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Media: CAPTURE CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Provider=serengueti.asesuisa.com CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    'Site Code'=ASE CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    DP(s)=SERENGUETI.ASESUISA.COM CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    'Boot Image Package ID'=ASE00003 CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    'Physical Media Type'=CD CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    'Media Destination'=\\serengueti\AV\CaptureX86_ASE.iso CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Media label: 'Configuration Manager 2012' CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Creating media from Admin Console CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    COMMAND LINE:  CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    CreateMedia.exe /K:capture /N:**** /P:serengueti.asesuisa.com /S:ASE /C:**** /D:SERENGUETI.ASESUISA.COM /L:Configuration Manager 2012 /B:ASE00003 /T:CD /F:\\serengueti\AV\CaptureX86_ASE.iso  CreateTsMedia 4/8/2015 12:23:51 PM 456528 (0x6F750)
    Another thread has been started to create TS media CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    ======= CreateCaptureMedia invoked ======= CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    ---------------------------- CreateTsMedia ---------------------------- CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Requested output path: \\serengueti\AV\CaptureX86_ASE.iso (CD) CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Total number of TS variables: 0 CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Temporary directory 'C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684' created, free space on drive 'C:' is 27327 MB CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Opened WMI namespace '\\serengueti.asesuisa.com\root\SMS\site_ASE'  CreateTsMedia 4/8/2015 12:23:51 PM 800684 (0xC37AC)
    Local computer is SERENGUETI CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Package manager created successfully CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Local computer is SERENGUETI CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Creating policy manager CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Setting up Install Toolkit CreateTsMedia 4/8/2015 12:23:52 PM 800684 (0xC37AC)
    Content Library: Path='D:\SCCMContentLib', Drives='D:\,C:\' CreateTsMedia 4/8/2015 12:24:04 PM 800684 (0xC37AC)
    Registering package ASE00003.4 with content at D:\SCCMContentLib CreateTsMedia 4/8/2015 12:24:06 PM 800684 (0xC37AC)
    VerifyContentHash: Hash algorithm is 32780 CreateTsMedia 4/8/2015 12:24:12 PM 800684 (0xC37AC)
    Hash value of package ASE00003 is verified CreateTsMedia 4/8/2015 12:24:19 PM 800684 (0xC37AC)
    Opening image file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Cache\ASE00003\boot.ASE00003.wim CreateTsMedia 4/8/2015 12:24:19 PM 800684 (0xC37AC)
    Applying image 1 to volume C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit CreateTsMedia 4/8/2015 12:24:19 PM 800684 (0xC37AC)
    Closing image file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Cache\ASE00003\boot.ASE00003.wim CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    More than one resource file found in the media creation toolkit. Media resources may be in a different language than what was expected CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    Generating capture task sequence CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    Failed to create media generator (0x80041002) CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    CreateTsMedia failed with error 0x80041002, details='' CreateTsMedia 4/8/2015 12:24:20 PM 800684 (0xC37AC)
    Unable to delete file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 4/8/2015 12:24:21 PM 800684 (0xC37AC)
    Unable to delete file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 4/8/2015 12:24:24 PM 800684 (0xC37AC)
    Unable to delete file C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete directory C:\Users\ADMINI~1.ASE\AppData\Local\Temp\2\_tsmedia_800684\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Unable to delete all files in temp directory. Giving up. (0x80070091) CreateTsMedia 4/8/2015 12:24:27 PM 800684 (0xC37AC)
    Media creation process that was started from Admin Console completed.
     CreateTsMedia 4/8/2015 12:24:27 PM 456528 (0x6F750)
    CreateMedia.exe finished with error code 80041002 CreateTsMedia 4/8/2015 12:24:27 PM 456528 (0x6F750)
    This is the log with Media Type USB
    Begin media creation:  CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Media: CAPTURE CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Provider=serengueti.asesuisa.com CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    'Site Code'=ASE CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    DP(s)=SERENGUETI.ASESUISA.COM CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    'Boot Image Package ID'=ASE00003 CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    'Physical Media Type'=UFD+FORMAT CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    'Media Destination'=G:\ CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Media label: 'Configuration Manager 2012' CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Creating media from Admin Console CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    COMMAND LINE:  CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    CreateMedia.exe /K:capture /N:**** /P:serengueti.asesuisa.com /S:ASE /C:**** /D:SERENGUETI.ASESUISA.COM /L:Configuration Manager 2012 /B:ASE00003 /T:UFD+FORMAT /F:G:\   CreateTsMedia 4/9/2015 9:23:04 AM 14544 (0x38D0)
    Another thread has been started to create TS media CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    ======= CreateCaptureMedia invoked ======= CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    ---------------------------- CreateTsMedia ---------------------------- CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Requested output path: G:\ (UFD+FORMAT) CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Total number of TS variables: 0 CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Temporary directory 'C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552' created, free space on drive 'C:' is 1131 MB CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Opened WMI namespace '\\serengueti.asesuisa.com\root\SMS\site_ASE'  CreateTsMedia 4/9/2015 9:23:04 AM 14552 (0x38D8)
    Local computer is JQUINTANILLAV CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Package manager created successfully CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Local computer is JQUINTANILLAV CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Creating policy manager CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Setting up Install Toolkit CreateTsMedia 4/9/2015 9:23:06 AM 14552 (0x38D8)
    Content library is on remote system 'SERENGUETI.ASESUISA.COM' CreateTsMedia 4/9/2015 9:23:18 AM 14552 (0x38D8)
    Connected to remote registry service on 'SERENGUETI.ASESUISA.COM' CreateTsMedia 4/9/2015 9:23:18 AM 14552 (0x38D8)
    Content Library: Local Path='D:\SCCMContentLib', Remote Path='\\SERENGUETI.ASESUISA.COM\SCCMContentLib$', File Library Usable Drives='D:\,C:\' CreateTsMedia 4/9/2015 9:23:18 AM 14552 (0x38D8)
    Registering package ASE00003.4 with content at
    \\SERENGUETI.ASESUISA.COM\SCCMContentLib$ CreateTsMedia 4/9/2015 9:23:19 AM 14552 (0x38D8)
    VerifyContentHash: Hash algorithm is 32780 CreateTsMedia 4/9/2015 9:23:23 AM 14552 (0x38D8)
    Hash value of package ASE00003 is verified CreateTsMedia 4/9/2015 9:23:27 AM 14552 (0x38D8)
    Failed to find ADK installation root registry key CreateTsMedia 4/9/2015 9:23:27 AM 14552 (0x38D8)
    Opening image file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Cache\ASE00003\boot.ASE00003.wim CreateTsMedia 4/9/2015 9:23:27 AM 14552 (0x38D8)
    Applying image 1 to volume C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit CreateTsMedia 4/9/2015 9:23:27 AM 14552 (0x38D8)
    Closing image file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Cache\ASE00003\boot.ASE00003.wim CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    More than one resource file found in the media creation toolkit. Media resources may be in a different language than what was expected CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    Generating capture task sequence CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    Failed to create media generator (0x80041002) CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    CreateTsMedia failed with error 0x80041002, details='' CreateTsMedia 4/9/2015 9:23:28 AM 14552 (0x38D8)
    Unable to delete file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 4/9/2015 9:23:29 AM 14552 (0x38D8)
    Unable to delete file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Error deleting files in temp directory (0x80070091). Retrying after delay. CreateTsMedia 4/9/2015 9:23:32 AM 14552 (0x38D8)
    Unable to delete file C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin\i386 (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms\bin (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit\sms (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete directory C:\Users\PEPEGR~1\AppData\Local\Temp\_tsmedia_14552\Toolkit (0x80070091).  Continuing. CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Unable to delete all files in temp directory. Giving up. (0x80070091) CreateTsMedia 4/9/2015 9:23:35 AM 14552 (0x38D8)
    Media creation process that was started from Admin Console completed.
     CreateTsMedia 4/9/2015 9:23:35 AM 14544 (0x38D0)
    CreateMedia.exe finished with error code 80041002 CreateTsMedia 4/9/2015 9:23:35 AM 14544 (0x38D0)
    Manuel&#180;s Microsoft Forums Threads

  • SCCM 2012 R2 - Error with Task Sequence relating to Multicast issues

    Using a copy of a working task sequence; we have deployed a new v.6.3.9600.16384 boot image with latest Intel I217-LM driver.
    The task sequence runs perfectly fine, then stops after running "Setup Windows and Configmgr" task with an 0x80004005 error.
    Upon examination of the smsts.log file there appears to be a problem with multicast; can anyone help?
    Below is the extract of the smsts.log error:

    Found this in the smsts.log;
    <![LOG[==============================[ OSDSetupWindows.exe ]===========================]LOG]!><time="09:52:42.977+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="setupwindows.cpp:1627">
    <![LOG[Command line: "OSDSetupWindows.exe"]LOG]!><time="09:52:42.977+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="setupwindows.cpp:1628">
    <![LOG[Installing BOOTMGR bootsector]LOG]!><time="09:52:42.993+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="bootsector.cpp:73">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="09:52:43.009+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="commandline.cpp:228">
    <![LOG[Set command line: "bootsect.exe" /NT60 SYS /MBR]LOG]!><time="09:52:43.009+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="commandline.cpp:731">
    <![LOG[Executing command line: "bootsect.exe" /NT60 SYS /MBR]LOG]!><time="09:52:43.009+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 0]LOG]!><time="09:52:45.510+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="commandline.cpp:1123">
    <![LOG[ResolveSource flags: 0x00000000]LOG]!><time="09:52:45.510+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="resolvesource.cpp:3201">
    <![LOG[SMSTSPersistContent: . The content for package LTC00011 will be persisted]LOG]!><time="09:52:45.510+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="resolvesource.cpp:3212">
    <![LOG[The package LTC00011 is found locally in the cache C:\_SMSTaskSequence\Packages\LTC00011]LOG]!><time="09:52:45.510+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="resolvesource.cpp:3242">
    <![LOG[!Directory::Exists(sNormalizedPath), HRESULT=800700b7 (e:\nts_sccm_release\sms\framework\core\ccmcore\path.cpp,156)]LOG]!><time="09:52:45.510+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="path.cpp:156">
    <![LOG[Setting hive location to "C:\_SMSTaskSequence\OSD\Vista\Windows\System32\SMI\Store\Machine"]LOG]!><time="09:52:45.510+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="smiinterface.cpp:812">
    <![LOG[Loading existing answer file "C:\_SMSTaskSequence\unattend.xml"]LOG]!><time="09:52:45.865+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="xmlanswerfile.cpp:578">
    <![LOG[Adding "C:\_SMSTaskSequence\drivers" to plug and play driver path.]LOG]!><time="09:52:45.943+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="xmlanswerfile.cpp:1894">
    <![LOG[Getting namespace "Microsoft-Windows-PnpCustomizationsWinPE" for architecture "amd64"]LOG]!><time="09:52:45.943+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="smiinterface.cpp:222">
    <![LOG[Writing configuration information to C:\_SMSTaskSequence\unattend.xml]LOG]!><time="09:52:45.943+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="smiinterface.cpp:860">
    <![LOG[Successfully saved configuration information to C:\_SMSTaskSequence\unattend.xml]LOG]!><time="09:52:45.959+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="smiinterface.cpp:925">
    <![LOG[Successfully initialized driver information]LOG]!><time="09:52:45.959+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="setupwindows.cpp:1205">
    <![LOG[Command line for extension .EXE is "%1" %*]LOG]!><time="09:52:45.959+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="commandline.cpp:228">
    <![LOG[Set command line: "C:\_SMSTaskSequence\Packages\LTC00011\SOURCES\SETUP.EXE" "/unattend:C:\_SMSTaskSequence\unattend.xml" /noreboot]LOG]!><time="09:52:45.959+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924"
    file="commandline.cpp:731">
    <![LOG[Executing command line: "C:\_SMSTaskSequence\Packages\LTC00011\SOURCES\SETUP.EXE" "/unattend:C:\_SMSTaskSequence\unattend.xml" /noreboot]LOG]!><time="09:52:45.959+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924"
    file="commandline.cpp:827">
    <![LOG[Process completed with exit code 31]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="commandline.cpp:1123">
    <![LOG[Windows Setup completed with exit code 31]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="setupwindows.cpp:1526">
    <![LOG[ReleaseSource() for C:\_SMSTaskSequence\Packages\LTC00011.]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="resolvesource.cpp:3564">
    <![LOG[reference count 1 for the source C:\_SMSTaskSequence\Packages\LTC00011 before releasing]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="resolvesource.cpp:3574">
    <![LOG[Released the resolved source C:\_SMSTaskSequence\Packages\LTC00011]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="resolvesource.cpp:3612">
    <![LOG[exitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,440)]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="setupwindows.cpp:440">
    <![LOG[Windows setup failed, code 31]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="3" thread="1924" file="setupwindows.cpp:440">
    <![LOG[setup.run(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,1650)]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="0" thread="1924" file="setupwindows.cpp:1650">
    <![LOG[Exiting with code 0x80004005]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="OSDSetupWindows" context="" type="1" thread="1924" file="setupwindows.cpp:1696">
    <![LOG[Process completed with exit code 2147500037]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="commandline.cpp:1123">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="instruction.cxx:804">
    <![LOG[Failed to run the action: Setup Windows and ConfigMgr.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:00:45.306+480" date="03-25-2014" component="TSManager" context="" type="3" thread="1048" file="instruction.cxx:895">
    <![LOG[MP server http://Darwin.ltcharity.org.uk. Ports 80,443. CRL=false.]LOG]!><time="10:00:45.321+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5881">
    <![LOG[Setting authenticator]LOG]!><time="10:00:45.337+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5903">
    <![LOG[Set authenticator in transport]LOG]!><time="10:00:45.353+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:7734">
    <![LOG[Sending StatusMessage]LOG]!><time="10:00:45.434+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:4023">
    <![LOG[Setting message signatures.]LOG]!><time="10:00:45.436+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1295">
    <![LOG[Setting the authenticator.]LOG]!><time="10:00:45.444+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1325">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: Darwin.ltcharity.org.uk:80  CCM_POST /ccm_system/request]LOG]!><time="10:00:45.444+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:8604">
    <![LOG[Request was successful.]LOG]!><time="10:00:45.476+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:8939">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=-2147467259]LOG]!><time="10:00:45.476+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=false]LOG]!><time="10:00:45.476+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:668">
    <![LOG[Clear local default environment]LOG]!><time="10:00:45.476+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="executionenv.cxx:807">
    <![LOG[Let the parent group (Setup Operating System) decides whether to continue execution]LOG]!><time="10:00:45.491+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="instruction.cxx:1004">
    <![LOG[Let the parent group (Install Operating System) decide whether to continue execution]LOG]!><time="10:00:45.491+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="instruction.cxx:254">
    <![LOG[The execution of the group (Install Operating System) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)]LOG]!><time="10:00:45.491+480" date="03-25-2014" component="TSManager" context="" type="3" thread="1048" file="instruction.cxx:217">
    <![LOG[Failed to run the last action: Setup Windows and ConfigMgr. Execution of task sequence failed.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:00:45.491+480" date="03-25-2014" component="TSManager" context="" type="3" thread="1048" file="engine.cxx:213">
    <![LOG[MP server http://Darwin.ltcharity.org.uk. Ports 80,443. CRL=false.]LOG]!><time="10:00:45.491+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5881">
    <![LOG[Setting authenticator]LOG]!><time="10:00:45.522+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="utils.cpp:5903">
    <![LOG[Set authenticator in transport]LOG]!><time="10:00:45.522+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:7734">
    <![LOG[Sending StatusMessage]LOG]!><time="10:00:45.539+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:4023">
    <![LOG[Setting message signatures.]LOG]!><time="10:00:45.539+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1295">
    <![LOG[Setting the authenticator.]LOG]!><time="10:00:45.539+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:1325">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: Darwin.ltcharity.org.uk:80  CCM_POST /ccm_system/request]LOG]!><time="10:00:45.539+480" date="03-25-2014" component="TSManager" context="" type="1" thread="1048" file="libsmsmessaging.cpp:8604">
    <![LOG[Request was successful.]LOG]!><time="10:00:45.570+480" date="03-25-2014" component="TSManager" context="" type="0" thread="1048" file="libsmsmessaging.cpp:8939">
    <![LOG[Executing command line: X:\windows\system32\cmd.exe /k]LOG]!><time="10:03:20.975+480" date="03-25-2014" component="TSBootShell" context="" type="1" thread="776" file="bootshell.cpp:860">
    So according to this log "Windows setup failed, CODE 31", Which then produced the more generic 8004005 error.

  • SCCM 2012 with MDT intergration OSD

    Does anyone have some links or suggested study material with regards to SCCM 2012 with MDT integration. I am specifically looking for the OS deployment.
    Most of the stuff I found only cover OSD with SCCM task sequences. Any assistance would be greatly appreciated.

    If you download the MDT 2013 documentation from this link:
    http://www.microsoft.com/en-us/download/details.aspx?id=40796
    You will find two Word documents about integrating MDT 2013 with ConfigMgr 2012. They are called:
    Quick Start Guide for System Center 2012 R2 Configuration Manager
    Quick Start Guide for User Driven Installation
    You could also have a look at this book:
    http://www.amazon.com/Deployment-Fundamentals-Vol-Deploying-Configuration/dp/9197939021/ref=sr_1_4?s=books&ie=UTF8&qid=1400523728&sr=1-4&keywords=arwidmark
    It is written for ConfigMgr 2007 and MDT 2010 but most of the steps in the book would be the same on ConfigMgr 2012 and MDT 2013.

  • Setting the Administrator password on a MDT Server Task Sequence

    I've created a SCCM 2012 R2 CU3 MDT 2013 task sequence using the Server Task Sequence template to deploy Windows Server 2012 R2. I'm not doing a capture but just using the .wim file from the source DVD. The problem I'm having is setting the local admin
    password in Apply Windows Settings. It's not taking the password that I've assigned it. I'm not sure how many others have created a Server Task Sequence or not but I'd be interested to know how to get around this problem.

    Sorry, in Apply Windows Settings I've selected "Enable the account and specify the local administrator password" and entered the local password there. When the system is imaged and I try to log in locally it gives the the error "The user name
    or password is incorrect. Try again." error.
    I have checked that the local administrator account is enabled so I know it's not that and I've tried multiple times. I even took one of our client task sequences that I know works, made a copy of it, and added the Server 2012 R2 install to it and get the
    same result.

  • 0x80004005: app install failed - OSD SCCM 2012 R2 - randomly

                    
    Hi,
    I have visited many forums with this error before posting.
    Problem : During TS New computer OSD, app failed to install randomly on all model Win 7 x86 or x64.
    Information :
    App concerned : Adobe flash, office, chrome...
    Domain integration : OK
    App installation tested across software center : OK
    smsts.log error  :
    Policy Evaluation failed, hr=0x80004005
    Install application action failed: 'Adobe Shockwave Player '. Error Code 0x80004005 InstallApplication
    LocationServices.log error :
    Policy prevents failover to WINS for lookup
    Successfully sent location services HTTP failure message.
    Error sending HEAD request. HTTP code 401, status 'Unauthorized'
    Client is not assigned to a site. Cannot get security settings.
    Client is not assigned to a site. Cannot get site signing cert.
    An idea ?

    Hi, 
    I create another topic and my problem (App install during OSD) is now solved yes:
    http://social.technet.microsoft.com/Forums/en-US/bb10bfc3-f5ec-46a6-9535-ea299266795c/strange-problem-app-install-failed-randomly-osd-sccm-2012-r2?forum=configmanagerosd#f54d0af1-2658-49ee-a57a-1ec9e2b09a3e
    You can Check "Continue on error" inside  "Options" Tab on your TS. Even if App install fail At least the rest ends well...

  • SCCM 2012 R2/MDT 2012 - Deploying Windows 7 UDI CustomSetting.ini setting not applying

    I am using an MDT UDI task sequence to deploy Windows 7. The task 'Apply Operating System Image' has the answer file package and unattend.xml file in the correct location. 
    Within the CustomSetting.ini I have the setting SkipProductKey=YES but, during the deployment it stops on the product key page. 
    We do not need to input a key since we are using KMS. I did not have this issue in 2007 although I did not use a UDI task sequence. I'm sure I am missing something or it's not using the CustomSetting.ini for some reason or another. 

    Hi,
    Go to http://licensing.microsoft.com. You could download the windows 7 (KMS) Version ISO.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • OS-Deployment to virtual servers with SCVMM 2012 R2 vs SCCM 2012 R2 or integration with both?

    Hi,
    OS-Deployment to virtual servers with SCVMM 2012 R2 vs SCCM 2012 R2 or integration with both?
    Is SCCM just for physical servers, and SCVMM for virtual?
    What are benefits of integrating them?
    /SaiTech

    Hi,
    Please refer to the links below:
    Introduction to Configuration Manager
    http://technet.microsoft.com/en-us/library/gg682140.aspx
    Virtual Machine Manager
    http://technet.microsoft.com/en-us/library/gg610610.aspx
    The System Center 2012 Integration Guide provides information about automating each of the System Center components and integrating them with each other and with other systems and applications.
    For more information, see the
    System Center 2012 Integration Guide.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Task Sequence Wizzard Will Not Launch During PXE Boot

    We are preparing for a firm-wide PC refresh. We just purchase several brand new Dell OptiPlex 7020 Desktop computers and I'm trying to put our image on these systems.
    I downloaded the driver CAB file for this model computer, created\imported the drivers into SCCM.
    Unfortunately, when I PXE boot from the new PC, it appears to load the WIM file, but the Task Sequence Wizard does not display. It just displays the System Center Configuration Manager white screen. The task sequence wizard never appears and then the
    PC eventually reboots on its own.
    Any advice would be most appreciated..
    Myron

    Hi Myron,
    Any updates?
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • ReleaseRequest failed with error code 0x80004005 \ Task Sequence Manager could not release active TS request. code 80004005

    Hi All,
    I am trying to deploy an OS but the deployment is failing part way through. I have searched the logs and identified the error: Task Sequence Manager could not release active TS request. code 80004005
    If anyone could assist with this is would be much appreciated.
    Many thanks
    Logs below:
    <![LOG[Unlocked ActualConfig successfully]LOG]!><time="12:21:03.273+00" date="12-18-2014" component="TSManager" context="" type="0" thread="1752" file="policyutil.cpp:7898">
    <![LOG[Unlocked policy transaction lock successfully]LOG]!><time="12:21:03.273+00" date="12-18-2014" component="TSManager" context="" type="0" thread="1752" file="policyutil.cpp:7904">
    <![LOG[Raising event:
    instance of CCM_PolicyAgent_SettingsEvaluationComplete
    ClientID = "GUID:8388E2E2-7642-4436-88D0-FC9335F6D56E";
    DateTime = "20141218122103.273000+000";
    PolicyNamespace = "\\\\wst0339\\root\\ccm\\policy\\machine\\actualconfig";
    ProcessID = 1748;
    ThreadID = 1752;
    ]LOG]!><time="12:21:03.273+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="event.cpp:729">
    <![LOG[Successfully submitted event to the Status Agent.]LOG]!><time="12:21:03.273+00" date="12-18-2014" component="TSManager" context="" type="0" thread="1752" file="event.cpp:747">
    <![LOG[End TS policy evaluation]LOG]!><time="12:21:03.273+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="policyutil.cpp:10580">
    <![LOG[Policy evaluation initiated]LOG]!><time="12:21:03.273+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="utils.cpp:3387">
    <![LOG[Sending success status message]LOG]!><time="12:21:03.273+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="tsmanager.cpp:659">
    <![LOG[MP server http://LONSVR0150.uk.ham.local. Ports 80,443. CRL=false.]LOG]!><time="12:21:03.273+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="utils.cpp:4855">
    <![LOG[Setting authenticator]LOG]!><time="12:21:03.288+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="utils.cpp:4877">
    <![LOG[Set authenticator in transport]LOG]!><time="12:21:03.288+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="libsmsmessaging.cpp:7592">
    <![LOG[Sending StatusMessage]LOG]!><time="12:21:03.304+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="libsmsmessaging.cpp:4020">
    <![LOG[Setting message signatures.]LOG]!><time="12:21:03.320+00" date="12-18-2014" component="TSManager" context="" type="0" thread="1752" file="libsmsmessaging.cpp:1292">
    <![LOG[Setting the authenticator.]LOG]!><time="12:21:03.320+00" date="12-18-2014" component="TSManager" context="" type="0" thread="1752" file="libsmsmessaging.cpp:1322">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: LONSVR0150.uk.ham.local:80  CCM_POST /ccm_system/request]LOG]!><time="12:21:03.320+00" date="12-18-2014" component="TSManager" context="" type="1"
    thread="1752" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="12:21:03.351+00" date="12-18-2014" component="TSManager" context="" type="0" thread="1752" file="libsmsmessaging.cpp:8758">
    <![LOG[Finalize logging request ignored from process 1748]LOG]!><time="12:21:03.351+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="tslogging.cpp:1737">
    <![LOG[Waiting for CcmExec service to be fully operational]LOG]!><time="12:21:03.351+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="utils.cpp:4019">
    <![LOG[CcmExec service is up and fully operational]LOG]!><time="12:21:03.351+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="utils.cpp:4024">
    <![LOG[Access handle will be read from _SMSTSActiveRequestHandle]LOG]!><time="12:21:03.351+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="tsmanagerutils.cpp:99">
    <![LOG[Access handle: {9F9B91DA-055D-4B32-9817-52C369835080}]LOG]!><time="12:21:03.351+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="tsmanagerutils.cpp:111">
    <![LOG[Attempting to release request using {9F9B91DA-055D-4B32-9817-52C369835080}]LOG]!><time="12:21:03.351+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752"
    file="tsmanagerutils.cpp:118">
    <![LOG[CoCreateInstance succeeded]LOG]!><time="12:21:03.382+00" date="12-18-2014" component="TSManager" context="" type="1" thread="1752" file="tsmanagerutils.cpp:133">
    <![LOG[pISoftwareExecutionRequestMgr->ReleaseRequest(ActiveRequestGUID), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanagerutils.cpp,136)]LOG]!><time="12:21:03.382+00" date="12-18-2014" component="TSManager"
    context="" type="0" thread="1752" file="tsmanagerutils.cpp:136">
    <![LOG[ReleaseRequest failed with error code 0x80004005]LOG]!><time="12:21:03.382+00" date="12-18-2014" component="TSManager" context="" type="3" thread="1752" file="tsmanagerutils.cpp:136">
    <![LOG[Task Sequence Manager could not release active TS request. code 80004005]LOG]!><time="12:21:03.382+00" date="12-18-2014" component="TSManager" context="" type="2" thread="1752"
    file="tsmanagerutils.cpp:165">
    <![LOG[Process completed with exit code 0]LOG]!><time="12:21:03.413+00" date="12-18-2014" component="TSMBootstrap" context="" type="1" thread="1728" file="commandline.cpp:1098">
    <![LOG[Exiting with return code 0x00000000]LOG]!><time="12:21:03.413+00" date="12-18-2014" component="TSMBootstrap" context="" type="1" thread="1728" file="tsmbootstrap.cpp:1032">
    <![LOG[Process completed with exit code 0]LOG]!><time="12:21:03.413+00" date="12-18-2014" component="OSDSetupHook" context="" type="1" thread="788" file="commandline.cpp:1098">
    <![LOG[Task sequence completed 0x00000000]LOG]!><time="12:21:03.413+00" date="12-18-2014" component="OSDSetupHook" context="" type="1" thread="788" file="basesetuphook.cpp:1384">
    <![LOG[Uninstalling Setup Hook]LOG]!><time="12:21:06.552+00" date="12-18-2014" component="OSDSetupHook" context="" type="1" thread="788" file="basesetuphook.cpp:1427">
    <![LOG[Removing setup hook from registry.]LOG]!><time="12:21:06.552+00" date="12-18-2014" component="OSDSetupHook" context="" type="0" thread="788" file="vistasetuphook.cpp:143">
    <![LOG[Successfully removed C:\WINDOWS\system32\OSDGINA.DLL]LOG]!><time="12:21:06.552+00" date="12-18-2014" component="OSDSetupHook" context="" type="1" thread="788" file="basesetuphook.cpp:1183">
    <![LOG[Successfully removed C:\WINDOWS\system32\OSDSETUPHOOK.EXE]LOG]!><time="12:21:06.552+00" date="12-18-2014" component="OSDSetupHook" context="" type="1" thread="788" file="basesetuphook.cpp:1183">
    <![LOG[Successfully removed C:\WINDOWS\system32\_SMSOSDSetup]LOG]!><time="12:21:06.552+00" date="12-18-2014" component="OSDSetupHook" context="" type="1" thread="788" file="basesetuphook.cpp:1220">

    4005 can mean a few things,  Some common can be  The wrong BIOS time,  or a a bad Hard drive.   look at those two first. 

  • SCCM 2012 with MDT: osd, apply wim captured with CM task sequence in MDT task sequence: "cannot find the file specified"

    Hi,
    Please see titlte. When I try to apply an CM captured WIM via an MDT task sequence, it starts, applies but stops after 15 minutes.
    Logfile says it "cannot find the file specified".
    Full error: "Installation of image 3 in package mypackage failed to complete. . The system cannot find the file specified. (Error: 80070002, Source: Windows).
    Though the image IS there, redistributed it (if it wouldn't be there the task sequence would not start).
    Please advise.
    J
    Update: could it be the fact I'm using an old (SCCM 2012) MDT wim? If I need to recreate the WIM boot image, where do I get the SCCM 2012 R2 boot wims?
    Jan Hoedt

    See how to manually re-create your boot images
    http://myitforum.com/myitforumwp/2013/08/01/how-to-create-configmgr-2012-boot-images-from-scratch/
    http://www.niallbrady.com/2013/10/09/how-can-i-manually-add-winpe-5-boot-images-to-system-center-2012-configuration-manager-sp1-cu3/
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • SCCM 2012 SP1 MDT task sequence fails on reboot does not retain ip

    we are having a sccm 2012 sp1 server that used for installation of win 8.1 Enterprise , the task sequence works perfectly fine but when we  run the same task on HP Elite 8300 system having Intel 82579LM Adapter from Windows XP , after the reboot the
    task fails as no ip address is assigned the NIC , We did download the WInPE Adapter drivers from HP site and injecting to the x86 Boot Image (6.2.9200) however the task still fails ,
    Our environment uses all static ip address , the same task as mentioned earlier has worked fine with Different brands of HP elite 8200/8100 , infact the elite 8200 also uses the same NIC card
    Find below the smsts.log file
    Main error in the log file is
    No physical network adapters found    OSDNetSettings    2/12/2014 1:02:38 AM    2064 (0x0810)
    Found network adapter "Intel(R) 82579LM Gigabit Network Connection" with IP Address 169.254.181.151.    TSMBootstrap    2/12/2014 1:05:41 PM    1984 (0x07C0)
    Xtract from LOG
    SMSTSRebootDelay=60    Reboot    2/12/2014 1:01:56 AM    3496 (0x0DA8)
    SMSTSRebootMessage=A new Microsoft Windows operating system is being installed. The computer must restart to continue.    Reboot    2/12/2014 1:01:56 AM    3496 (0x0DA8)
    SMSTSRebootRequested=WinPE    Reboot    2/12/2014 1:01:56 AM    3496 (0x0DA8)
    Process completed with exit code 0    TSManager    2/12/2014 1:01:56 AM    1876 (0x0754)
    !--------------------------------------------------------------------------------------------!    TSManager    2/12/2014 1:01:56 AM    1876 (0x0754)
    Successfully completed the action (Restart to Windows PE) with the exit win32 code 0    TSManager    2/12/2014 1:01:56 AM    1876 (0x0754)
    Set authenticator in transport    TSManager    2/12/2014 1:01:56 AM    1876 (0x0754)
    Set a global environment variable _SMSTSLastActionRetCode=0    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a global environment variable _SMSTSLastActionSucceeded=true    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Clear local default environment    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Updated security on object E:\_SMSTaskSequence.    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a global environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a global environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Save the current environment block    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Executing command line: "bcdedit.exe"    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    CreateProcess failed. Code(0x80070002)    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Command line execution failed (80070002)    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    Staging boot image UNB0003A    TSManager    2/12/2014 1:01:57 AM    1876 (0x0754)
    ResolveSource flags: 0x00000000    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    SMSTSPersistContent: . The content for package UNB0003A will be persisted    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    Set authenticator in transport    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    WinHttp credentials set    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    List of files to be downloaded    TSManager    2/12/2014 1:01:59 AM    1876 (0x0754)
    Downloaded file from http://unb-ho-sccmdb.exch1.mas.unb.com:80/SMS_DP_SMSPKG$/UNB0003A/sccm?/WinPE.UNB0003A.wim to E:\_SMSTaskSequence\Packages\UNB0003A\WinPE.UNB0003A.wim     TSManager    2/12/2014 1:02:22 AM    1876
    (0x0754)
    VerifyContentHash: Hash algorithm is 32780    TSManager    2/12/2014 1:02:22 AM    1876 (0x0754)
    Found boot image E:\_SMSTaskSequence\Packages\UNB0003A\WinPE.UNB0003A.wim    TSManager    2/12/2014 1:02:25 AM    1876 (0x0754)
    Copying boot image locally...    TSManager    2/12/2014 1:02:25 AM    1876 (0x0754)
    Failed to find ADK installation root registry key    TSManager    2/12/2014 1:02:32 AM    1876 (0x0754)
    Opening image file E:\_SMSTaskSequence\WinPE\sources\boot.wim    TSManager    2/12/2014 1:02:32 AM    1876 (0x0754)
    Applying image 1 to volume E:\_SMSTaskSequence\WinPE    TSManager    2/12/2014 1:02:32 AM    1876 (0x0754)
    Closing image file E:\_SMSTaskSequence\WinPE\sources\boot.wim    TSManager    2/12/2014 1:02:35 AM    1876 (0x0754)
    Capturing WinPE bootstrap settings    TSManager    2/12/2014 1:02:35 AM    1876 (0x0754)
    Environment scope successfully created: Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    TSManager    2/12/2014 1:02:35 AM    1876 (0x0754)
    Executing command line: "osdnetsettings.exe" capture adapters:true scope:Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    TSManager    2/12/2014 1:02:35 AM    1876 (0x0754)
    ==============================[ OSDNetSettings.exe ]===========================    OSDNetSettings    2/12/2014 1:02:36 AM    2064 (0x0810)
    Command line: "osdnetsettings.exe" capture adapters:true scope:Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    OSDNetSettings    2/12/2014 1:02:36 AM    2064 (0x0810)
    No adapters found with non-empty DNSDomainSuffixSearchOrder    OSDNetSettings    2/12/2014 1:02:36 AM    2064 (0x0810)
    Adapter "ROOT\SYMC_TEEFER2MP\0000" not found    OSDNetSettings    2/12/2014 1:02:38 AM    2064 (0x0810)
    No physical network adapters found    OSDNetSettings    2/12/2014 1:02:38 AM    2064 (0x0810)
    OSDNetSettings finished: 0x00000000    OSDNetSettings    2/12/2014 1:02:38 AM    2064 (0x0810)
    Process completed with exit code 0    TSManager    2/12/2014 1:02:38 AM    1876 (0x0754)
    Installing boot image to hard drive    TSManager    2/12/2014 1:02:38 AM    1876 (0x0754)
    Backing up existing boot system before trying to set up new boot system    TSManager    2/12/2014 1:02:38 AM    1876 (0x0754)
    BootLoader::backup: C:\, E:\_SMSTaskSequence\backup    TSManager    2/12/2014 1:02:39 AM    1876 (0x0754)
    BootLoader::restore: E:\_SMSTaskSequence\WinPE, C:\    TSManager    2/12/2014 1:02:43 AM    1876 (0x0754)
    Saving bcd store to E:\_SMSTaskSequence\WinPE\boot\BCD    TSManager    2/12/2014 1:02:43 AM    1876 (0x0754)
    Executing command line: "E:\_SMSTaskSequence\WinPE\SMS\bin\i386\bootsect.exe" /NT60 SYS /MBR    TSManager    2/12/2014 1:02:45 AM    1876 (0x0754)
    Process completed with exit code 0    TSManager    2/12/2014 1:02:46 AM    1876 (0x0754)
    Updated security on object E:\_SMSTaskSequence.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a global environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a global environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Save the current environment block    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Updated security on object C:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Updated security on object D:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Updated security on object E:\_SMSTSVolumeID.7159644d-f741-45d5-ab29-0ad8aa4771ca.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Updated security on object E:\_SMSTaskSequence.    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a global environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=59    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a global environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Set a TS execution environment variable _SMSTSInstructionStackString=0 41 57    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Save the current environment block    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    Expand a string: %_SMSTSMDataPath%\Logs    TSManager    2/12/2014 1:02:47 AM    1876 (0x0754)
    <![LOG[LOGGING: Finalize process ID set to 780]LOG]!><time="01:04:01.537+480" date="02-12-2014" component="TSBootShell" context="" type="1" thread="784" file="tslogging.cpp:1495">  
          1/1/1601 12:00:00 AM    1995266923 (0x76ED5B6B)
    ==============================[ TSBootShell.exe ]==============================    TSBootShell    2/12/2014 1:04:01 AM    784 (0x0310)
    Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL'    TSBootShell    2/12/2014 1:04:01 AM    784 (0x0310)
    Debug shell is enabled    TSBootShell    2/12/2014 1:04:01 AM    784 (0x0310)
    Waiting for PNP initialization...    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    RAM Disk Boot Path: MULTI(0)DISK(0)RDISK(0)PARTITION(3)\_SMSTASKSEQUENCE\WINPE\SOURCES\BOOT.WIM    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    WinPE boot path: E:\_SMSTASKSEQUENCE\WINPE\SOURCES\BOOT.WIM    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Booted from fixed disk    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Found config path E:\_SMSTaskSequence    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,430)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Can not find DeploymentType in file TsmBootstrap.ini or the file doesn't exist. This is not running on Windows To Go.    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,430)    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Restoring boot system from E:\_SMSTaskSequence\backup    TSBootShell    2/12/2014 1:04:01 AM    796 (0x031C)
    Successfully loaded the BCD boot system    TSBootShell    2/12/2014 1:04:05 AM    796 (0x031C)
    Successfully loaded an exported NTLDR boot system    TSBootShell    2/12/2014 1:04:05 AM    796 (0x031C)
    BootLoader::restore: E:\_SMSTaskSequence\backup, C:\    TSBootShell    2/12/2014 1:04:05 AM    796 (0x031C)
    Successfully merged logs from cache.    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,430)    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Loading bootstrap settings from E:\_SMSTaskSequence\WinPE    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Loading saved WinPE settings    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00450037004500350042004200360039002D0036003100390038002D0034003500350035002D0042003500430041002D003600430034003600410032004200350045004200370038007D00'    TSBootShell  
     2/12/2014 1:04:06 AM    796 (0x031C)
    Environment scope successfully created: Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Configuring WinPE bootstrap settings    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Creating WinPE answer file    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Setting hive location to "X:\windows\system32"    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Getting namespace "Microsoft-Windows-Setup" for architecture "x86"    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Configuring global network settings    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Join type:     TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    DNS domain: exch1.mas.unb.com    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    DNS domain search order:     TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    IP filter sec enabled: false    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    No adapters found in environment.  Performing global configuration only.    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Writing configuration information to E:\_SMSTaskSequence\WinPE\WinPeUnattend.xml    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Successfully saved configuration information to E:\_SMSTaskSequence\WinPE\WinPeUnattend.xml    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    Executing command line: wpeinit.exe -winpe    TSBootShell    2/12/2014 1:04:06 AM    796 (0x031C)
    The command completed successfully.    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Starting DNS client service.    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Finalizing network settings    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    No adapters found in environment.  Performing global finalization only.    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Finalizing global network settings    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    DNS domain: exch1.mas.unb.com    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    DNS domain search order:     TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    DNS for WINS enabled: false    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    LMHosts file enabled: true    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Host lookup file:     TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    WINS scope ID:     TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    Executing command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:E:\_SMSTaskSequence    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    The command completed successfully.    TSBootShell    2/12/2014 1:05:40 AM    796 (0x031C)
    ==============================[ TSMBootStrap.exe ]==============================    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Command line: X:\sms\bin\i386\TsmBootstrap.exe /env:WinPE /configpath:E:\_SMSTaskSequence    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Succeeded loading resource DLL 'X:\sms\bin\i386\1033\TSRES.DLL'    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Succeeded loading resource DLL 'X:\sms\bin\i386\TSRESNLC.DLL'    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Adding SMS bin folder "X:\sms\bin\i386" to the system environment PATH    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Failed to open PXE registry key. Not a PXE boot.    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Resuming Task Sequence in WinPE    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00'    TSMBootstrap  
     2/12/2014 1:05:40 AM    1984 (0x07C0)
    Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00'    TSMBootstrap  
     2/12/2014 1:05:40 AM    1984 (0x07C0)
    Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}    TSMBootstrap    2/12/2014 1:05:40 AM    1984 (0x07C0)
    Loading the Task Sequencing Environment from "E:\_SMSTaskSequence\TSEnv.dat".    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Updating the local data path in the Task Sequencing Environment.    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogMaxSize to 1000000    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogMaxHistory to 1    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogLevel to 0    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogEnabled to 1    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Setting LogDebug to 1    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Command line for extension .exe is "%1" %*    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Set command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:WinPE    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    Executing command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:WinPE    TSMBootstrap    2/12/2014 1:05:41 AM    1984 (0x07C0)
    ==========[ TsProgressUI started in process 2004 ]==========    TsProgressUI    2/12/2014 1:05:41 AM    2008 (0x07D8)
    Command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:W
    In dire need of help,
    I have already gone through the below articles on the NET
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/0fe5cded-51cf-487a-97e3-837fb3426a3e/install-software-updates-in-osd-reboots-leaves-clients-in-provisioning-mode?forum=configmgrosd
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/c590e486-d3ca-423f-8953-e596160f3567/updates-hang-during-osd-kb2509007-not-working-for-me?forum=configmgrosd
    Awating response,
    Hasan Reza

    Well Finally I sorted my issue ,
    Just want to share the solution, may be it would be helpful to some one else and save some times
    The problem was that the Xp images has lot of hidden NIC installed , this would not allow the system to work with the correct NIC card and Ip address (System -> View Hidden Devices) , what I did 2 things
    1) Copied the OSD Script folder from the SCCM Server to the Client pc and ran that ztigather.wsf and captured the output , it was evident that it showed capturing multiple adapters , (There are some blogs that pointed out that OSD can capture only one nic
    due to the only one Adapter0 section being defined in the ZTIgather.xml file,)
    2) I open the registry at the xp pc navigated to HKLM-> System ->Current Control Set-> Services-> TCPIP -> Parameters-> Interfaces ->
    Expect for the NIC card that had the Ip address assigned I deleted all other nic card's guid,
    As then post running deleting the old scanstate (USMTUTIL /rd c:\statestore) , reran the task and VOILA..
    All worked fine , below are the two post I followed , though notvery relevant but they were helpful and help me reached the conclusion.
    Thanks,
    Hasan Reza.
    http://systemscenter.ru/mdt2012.en/ztigatherwsf.htm
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/8acb7cd1-7028-4ffe-86c9-eb43041cf8b3/how-do-i-get-rid-of-second-169254xx-ipv4-address-on-windows-server-2008-sp2-x86?forum=winservergen

Maybe you are looking for

  • 1TB G Drive Problem

    Hello im having some problems with my 1TB G Drive, My hard drive is not recognising i tried to repair it but i get this message ' disk utility stopped verifying " disk4s2" please can anyone help id be grateful many thanks if its hard for everyone to

  • How to delete empty coulums in Excel using Macro

    Dear Users, i have prepared a very big excel file. actually this file is record of old prices and i vlook the the part number from different files and extract the old prices. some time there is no record so all the columns is empty. let me explain li

  • BAPI or Function Module to update IMZO

    Hi, I'm looking to update table IMZO from a custom program but can't find a FM or BAPI to update the standrd table IMZO. I know this is updated from CJ20N but I can't find the FM or BAPI that does this. Can anyone help?

  • How to see and add usernames from other forest in User Profile Synchronization

    Hello Community     Using Sharepoint 2010 Server there are 2 forests each containing their domain users, lets call them  Forest1/Domain1 and Forest2/Domain2 and their is a one-way trust relationship between the two forests.     The users are in Fores

  • What does nsAppShell: Event Window mean? Firefox won't open for me at times and I need to restart.

    When I return to my computer, Firefox won't open from the "standby" mode. It gives me the message saying "Firefox is already running, but not responding" and I need to log out or restart. Firefox is not running as far as I know. When I restart, a mes