MDT 2012 - Task Sequence Not Completing

I'm a complete novice with MDT 2012, but I have had pretty good luck getting a deployment for Server 2008 R2.
I have a reference system, and I do a very vanilla sysprep and capture using the template task sequence with no changes.
My deployment has a few app installs and other configuration items, but nothing too exotic.
My problem is this: during deployment, after applying the system from WinPE, I perform the final reboot. At this point, the expected action is for an autologon to take place, and for the local Administrator account to run c:\Litetouch.vbs, which does some final
cleanup and a few tasks that require the target system to be running.
This isn't happening on my system. And a look at the registry shows that the autologon stuff has not been set up, so it won't ever happen. It's not a matter of having an incorrect account, or a count of 0, none of the autologon registry keys are even present.
In trying to solve this (I believe it worked when I first started!) I've stripped down my deployment to a pair of task sequences that have no customization
at all in either the capture or the deployment task sequences, and still no luck. So I believe that something has changed in my reference system - but I unfortunately can't roll back.
What is driving me a little nuts is that I can't tell when that autologon information is supposed to be inserted in the registry. There is code in Litetouch.wsf that appears to do it, in function PopulateAutoAdminLogon, but I can't come up with a scenario in
which this function gets called. I am guessing that perhaps sysprep does it when creating the WIM, but I can't seem to find good information on that.
I've done a lot of searching on this, and unfortunately the answer space is cluttered with people who have a similar sounding but completely different problem - they want their deployed system to do an autologon, and after deployment their system comes up with
the logon screen instead of doing what they want. I've seen a few people post similar problems to mine, but nobody has received an answer. This one is pretty close, it suggest I might have a group policy item that disables the local admin account, but I don't
think it hits the mark for me.
http://social.technet.microsoft.com/Forums/en-US/mdt/thread/e625aa88-2415-4a2a-9e79-ac6b37119c27
So in a nutshell: when deploying a system using MDT 2012, at what point do the autologon items from unattend.xml stuffed into the registry for use after state restore/reboot in the task sequence? And what can go wrong with that?
- Mark

Same here, can't find any solution though. Did you ever work it out? 

Similar Messages

  • SCCM 2012 SP1 and MDT 2012 Task Sequence Templates, MDT File/Settings Packages

    We're setting up SCCM 2012 integrated with MDT 2012 for our OSD. My main issue is finding actual reference material for the MDT task sequence templates when integrated with SCCM. The MDT documentation has a lot of information on variables and task sequences
    outside of SCCM integration. 
    One thing I'd love to find information on is what's actually going on during an MDT Client Task Sequence template. I found this http://social.technet.microsoft.com/Forums/en-US/645a77b2-5be6-431d-818c-57d24b1435cc/understanding-mdt-task-sequence?forum=configmgrosd but
    it doesn't delve into the kind of detail I'm looking for. I can dig up information through the MDT reference material on some things, but I just can't find anything out there that actually walks you through an SCCM/MDT task sequence template. For instance,
    under State Restore what is being referenced in Install Software with base variable name PACKAGES, vs Install Applications and base variable name COALESCED APPS. And, where are you supposed to put these applications? That's just a specific example, I'm hoping
    to find some kind of walkthrough.
    Two things I'm hazy on are the MDT packages. What exactly are the MDT Settings Package, and the MDT Files Package? What are they used for? What benefits do you get out of using them? And, how exactly do you use them? I know one of them has something to do
    with customsettings.ini, but what's the point of using SCCM with MDT if you still have to muck around in the customsettings.ini file?
    Either way, it seems like there are a lot of references to SCCM task sequences, and a lot of references to MDT task sequences. But, not together. Which is a bit annoying since the MDT-integrated task sequence templates are very obviously different than either
    SCCM or MDT by itself. Any help would be appreciated, even just information on where to look. Maybe I'm just really bad at finding reference material for SCCM/MDT. Thanks. 

    When MDT integrated with SCCM, We need the following MDT components to be created:
    MDT Boot image
    MDT Toolkit Files
    MDT Settings
    The MDT boot image (for example) gives you extra abilities over the standard ConfigMgr boot image such as the ability to display a HTA Refer here:
    http://www.windows-noob.com/forums/index.php?/forum/98-frontends-and-web-services/
    MDT Files once created, you will find UDIWizard_Config.Xml file in which you can start User driven Installation OSD using UDI designer.
    Refer these links for better understanding:
    http://www.windows-noob.com/forums/index.php?/topic/5131-using-sccm-2012-rc-in-a-lab-part-16-integrating-mdt-2012-rc1-with-configuration-manager-2012/
    http://www.windows-noob.com/forums/index.php?/topic/5221-using-sccm-2012-rc-in-a-lab-part-17-using-mdt-2012-rc1-within-configuration-manager-2012/
    http://www.windows-noob.com/forums/index.php?/topic/5250-using-sccm-2012-rc-in-a-lab-part-18-deploying-a-udi-client-task-sequence-with-mdt-2012-rc1-integrated-in-configuration-manager-2012/
    Thanks, Prabha G
    Thanks for the quick reply. But, what about the MDT Settings Package? Also, both have a pretty big folder structure for each package. Surely it does more than just provide a couple xml and ini files? I'm not looking for anyone to spoon-feed me the information,
    but at least a pointer in the right direction for finding the reference material. It seems for SCCM/MDT integration you have to go all over the place finding scraps of information to put together. 
    Also, any info on the SCCM/MDT task sequence templates? Thanks. 

  • SCCM OSD and MDT 2012 - Task Sequence query

    Hi All
    I have single server SCCM 2012 R2 server with MDT 2013 successfully integrated. I'm looking to create a 'Sysprep and Capture' type Task Sequence within SCCM, so that this can be done via PXE rather than SCCM's more manual 'Capture Media' method.  Just
    wondering if anyone has thoughts on this, experience, pointers etc?
    Couple of options that look possible are:
    MDT Toolkit Package - include in SCCM based Task Sequence.  Would it then be fairly easy to mimic ts steps detailed in MDT's existing 'Sysprep and Capture' TS, but within SCCM?
    SCCM TS Steps - I've seen there are a number of TS Steps that look like they may enable OS Capture, but if so, bit confused there isn't more documented \ blogged on this kind of TS, would have thought this was a common requirement for a
    SCCM TS? (TS Steps of interest within SCCM: 'Prepare Windows for Capture' and 'Capture Operating System Image')
    Any assistance much appreciated!
    Kind Regards
    Andrew

    There is a bit of debate about the best way to capture reference images.  Check out this good blog that reviews the options:
    http://www.deploymentresearch.com/Research/tabid/62/EntryId/163/The-battle-begins-Building-the-perfect-reference-image-for-ConfigMgr-2012.aspx
    Having said that, you can certainly create a capture task sequence in SCCM.  If you choose to create a new task sequence,you should see a build and capture option.  Simply create a build and capture task sequence and then remove the build steps. 
    You will be left with:
    I've used this method in certain cases.
    Or as you said, if you are integrated with MDT, you can create an MDT task sequence to do the capture or add MDT steps as needed.
    Hopefully that helps!
    Jeff

  • MDT Capture Task Sequence not working correctly

    Hello All<o:p></o:p>
    I need some help to tell me what I am doing wrong. I am using Hyper V and trying to capture a image of Windows 7 x64. From within the OS I run the
    Litetouch.wsf from the deployment share. I get the normal MDT Wizard windows. I pick my capture task sequence and everything looks like it is running fine sys prep happens and I but back into windows PE I start to process the rules again and I am taken
    back to the Select task sequence screen in WinPE.  If I pick the capture task sequence again the deployment fails. <o:p></o:p>

    (posting for anyone else that found this page, this was my fix)
    I had the same problem as the initial poster apart from what I wanted to capture was a 'real' pc.  The reason my 'capture' task sequence wasn't booting into WinPE from the local disk and continuing on with the capture was because the local disk was
    being wiped when the boot wim - LiteTouchPE_x64.wim, was being run. 
    A few weeks prior to me wanting to capture a PC I'd been working out how to stop the occasional error when you boot a PC off the WDS server - “The Task Sequence Has Been Suspended”.  I was particularly interested in stopping this error as I want to
    remotely start a Win7 install on a PC, this error would stop the install happening but I wouldn't see this error and end up visiting the PC only to find the install hadn't really started.  After googling around, I found a page that explains how to edit
    the unattend.xml file in the boot image - LiteTouchPE_x64.wim, in the xml file to run the command wscript.exe X:\Deploy\Scripts\LTICleanup.wsf.  Sounded good so I done what the page said (myitforum.com/cs2/blogs/cnackers/archive/2010/10/20/microsoft-deployment-toolkit-lite-touch-lti-the-task-sequence-has-been-suspended.aspx)
    but it didn't stop the message appearing.  In the end I fixed this problem by adding the line 'SkipWizard=YES' in my customsettings.ini file.  I didn't remove the LTICleanup.wsf from unattend.xml, it didn't seem to do any harm, that was until I tried
    to capture a PC.
    When I ran though my 'sysprep and capture' task sequence, the PC would sysprep ok and then reboot, ready to capture it.  Instead of the 'capturing a WIM file' sequence I was expecting to see, I, like the original posted got shown the list of available
    task sequences window.  If you try again to run the capture sequence, it will fail as this has to be started in a running Windows environment, not in WinPE.  After several hours wondering what is going wrong, I dawned on me what was going wrong,
    the LTICleanup.wsf was being run when the boot image was being run and wiping my disk, a disk that was ready to run an existing task sequence, the capture sequence, no wonder it was failing.  Removing the LTICleanup.wsf command from within unattend.xml
    or rebuilding the boot image (by running 'Update Deployment Share' within MDT 2010) fixed the problem, the capture now worked.
    Hopefully this will help someone else like me who was wondering what was going wrong with a capture.

  • MDT 2012, Task Sequence Comments, can I change to have line breaks?

    I added comments to a few Task Sequences.  They all run into each other, I'd like to be able to type a sentence, press enter, then put another, but when I do this, that's not how it looks in LiteTouch.vbs.

    I wanted to do the same thing and could not come up with a nice way to do it. Ended up using the hidden character Alt+0160 to space it out. Looks good now but took some trial and error to get it all lined up.

  • 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

  • Not able to push batch script for installing IIS all features using SCCM 2012 task sequence

    Hey Guys, I am working for this from a long time but not able to make it work, I am using following batch script for installing IIS  using SCCM 2012 task sequence:
    Dism.exe /online /Enable-Feature /FeatureName:IIS-WebServerRole /FeatureName:IIS-WebServerRole /FeatureName:IIS-WebServer /FeatureName:IIS-ApplicationDevelopment /FeatureName:IIS-Security /FeatureName:IIS RequestFiltering /FeatureName:IIS-NetFxExtensibility
    /FeatureName:WAS-WindowsActivationService /FeatureName:WAS-ProcessModel /FeatureName:WAS-NetFxEnvironment /FeatureName:WAS-ConfigurationAPI /FeatureName:NetFx3 /FeatureName:WCF-HTTP-Activation /FeatureName:WCF-NonHTTP-Activation /FeatureName:IIS-WebServerManagementTools
    /FeatureName:IIS-ManagementConsole /FeatureName:IIS-ManagementScriptingTools  /FeatureName:IISIIS6ManagementCompatibility /FeatureName:IIS-ManagementService /FeatureName:IIS-Metabase /FeatureName:IIS-WMICompatibility
    When I run this script as admin by right click on it and select "run as a administrator" the script works fine but when I pushed the script as a software package or a step in OSD task sequence, nothing happens. I also tried
    run command line option but no luck. Please help me with this.
    Thanks,
    VST

    1. When I used "run command line" option I found following errors in smsts.log:
    Remediation failed. Code 8027000C TSManager 1/2/2014 2:32:12 PM 2720 (0x0AA0)
    Remediation failed with error code 8027000C TSManager 1/2/2014 2:32:12 PM 2720 (0x0AA0)
    Remediation failed. Code 8027000C TSManager 1/2/2014 2:34:16 PM 2092 (0x082C)
    Remediation failed with error code 8027000C TSManager 1/2/2014 2:34:16 PM 2092 (0x082C)
    Failed to run the action: Run Command Line.
    Unknown error (Error: 800F080C; Source: Unknown) TSManager 1/2/2014 2:34:32 PM 2092 (0x082C)
    Failed to delete directory 'C:\_SMSTaskSequence' TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    SetNamedSecurityInfo() failed. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    SetObjectOwner() failed. 0x80070005. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RemoveFile() failed for C:\_SMSTaskSequence\TSEnv.dat. 0x80070005. TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RemoveDirectoryW failed (0x80070091) for C:\_SMSTaskSequence TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\Package. Error code 0x80070002 TSManager 1/2/2014 2:34:33 PM 2092 (0x082C)
    RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    GetTsRegValue() failed. 0x80070002. TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    ReleaseRequest failed with error code 0x80004005 TSManager 1/2/2014 2:34:34 PM 2092 (0x082C)
    RegQueryValueExW failed for Software\Microsoft\SMS\Task Sequence, SMSTSEndProgram OSDSetupHook 1/2/2014 2:34:35 PM 360 (0x0168)
    GetTsRegValue() failed. 0x80070002. OSDSetupHook 1/2/2014 2:34:35 PM 360 (0x0168)
    2. We are not using MDT in our environment so I ant use add features and roles option.
    3. The script is running fine when we run it manually.

  • 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.

  • SCCM 2012 - Task sequence

    Hi,
    I am trying to build esprimo c720 desktop model via PXE boot sccm 2012 task sequence. I get the below error which i found in SMSTS log. Please help.
    Log:
    <![LOG[Command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="316"
    file="tsmbootstrap.cpp:1130">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="316" file="util.cpp:963">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\TSRESNLC.DLL']LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="316" file="resourceutils.cpp:169">
    <![LOG[Adding SMS bin folder "X:\sms\bin\x64" to the system environment PATH]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="316"
    file="tsmbootstrap.cpp:963">
    <![LOG[PXE Boot with Root = X:\]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="316" file="tsmbootstrap.cpp:1062">
    <![LOG[Executing from PXE in WinPE]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="1" thread="316" file="tsmbootstrap.cpp:1077">
    <![LOG[Loading TsPxe.dll from X:\sms\bin\x64\TsPxe.dll]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSMBootstrap" context="" type="0" thread="316" file="tsmbootstraputil.cpp:1320">
    <![LOG[TsPxe.dll loaded]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="tsmbootstraputil.cpp:1330">
    <![LOG[Device has PXE booted]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="tspxe.cpp:122">
    <![LOG[Variable Path: \SMSTemp\2014.02.11.11.11.21.0007.{723CAF9E-00E3-4D29-AACC-EEEF50AADB63}.boot.var]LOG]!><time="11:13:59.564+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316"
    file="tspxe.cpp:134">
    <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="11:13:59.579+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="fwopen.cpp:123">
    <![LOG[Executing: X:\sms\bin\x64\smstftp.exe -i 10.6.13.7 get \SMSTemp\2014.02.11.11.11.21.0007.{723CAF9E-00E3-4D29-AACC-EEEF50AADB63}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:13:59.579+480" date="02-11-2014" component="TSPxe"
    context="" type="0" thread="316" file="tspxe.cpp:177">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="11:13:59.611+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\x64\smstftp.exe" -i 10.6.13.7 get \SMSTemp\2014.02.11.11.11.21.0007.{723CAF9E-00E3-4D29-AACC-EEEF50AADB63}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:13:59.611+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="316" file="commandline.cpp:731">
    <![LOG[Executing command line: "X:\sms\bin\x64\smstftp.exe" -i 10.6.13.7 get \SMSTemp\2014.02.11.11.11.21.0007.{723CAF9E-00E3-4D29-AACC-EEEF50AADB63}.boot.var X:\sms\data\variables.dat]LOG]!><time="11:13:59.611+480" date="02-11-2014"
    component="TSPxe" context="" type="1" thread="316" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 1]LOG]!><time="11:14:46.648+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="316" file="commandline.cpp:1123">
    <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316" file="fwopen.cpp:146">
    <![LOG[uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\server\pxe\tspxe\tspxe.cpp,185)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316"
    file="tspxe.cpp:185">
    <![LOG[Failed to download pxe variable file. Code(0x00000001)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="3" thread="316" file="tspxe.cpp:185">
    <![LOG[PxeGetPxeData failed with 0x80004005]LOG]!><time="11:14:46.650+480" date="02-11-2014"
    component="TSPxe" context="" type="3" thread="316" file="tsmbootstraputil.cpp:1415">
    <![LOG[HRESULT_FROM_WIN32(dwError), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1416)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context=""
    type="0" thread="316" file="tsmbootstraputil.cpp:1416">
    <![LOG[TSMBootstrapUtil::PxeGetPxeData(&bPxeBooted, sVariablesFile, sPxePasswd), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2623)]LOG]!><time="11:14:46.650+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="316" file="tsmediawizardcontrol.cpp:2623">
    <![LOG[oTSMediaWizardControl.Run( sMediaRoot, true, sTSLaunchMode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1078)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe"
    context="" type="0" thread="316" file="tsmbootstrap.cpp:1078">
    <![LOG[Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1183)]LOG]!><time="11:14:46.650+480" date="02-11-2014"
    component="TSPxe" context="" type="0" thread="316" file="tsmbootstrap.cpp:1183">
    <![LOG[Exiting with return code 0x80004005]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="1" thread="316" file="tsmbootstrap.cpp:1195">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0" thread="316"
    file="environmentscope.cpp:515">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0"
    thread="316" file="environmentlib.cpp:337">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSPxe" context="" type="0"
    thread="316" file="environmentlib.cpp:549">
    <![LOG[Execution complete.]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:690">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,515)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="832" file="environmentscope.cpp:515">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,337)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="832" file="environmentlib.cpp:337">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,549)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="0"
    thread="832" file="environmentlib.cpp:549">
    <![LOG[::RegOpenKeyExW (HKEY_LOCAL_MACHINE, c_szSMSTSKey, 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,258)]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell"
    context="" type="0" thread="832" file="utils.cpp:258">
    <![LOG[RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="2" thread="832" file="utils.cpp:258">
    <![LOG[GetTsRegValue() failed. 0x80070002.]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="2" thread="832" file="utils.cpp:279">
    <![LOG[End program: ]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="bootshell.cpp:722">
    <![LOG[Finalizing logging from process 816]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="11:14:46.650+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="tslogging.cpp:1583">
    <![LOG[Successfully finalized logs to D:\SMSTSLog]LOG]!><time="11:14:47.010+480" date="02-11-2014" component="TSBootShell" context="" type="1" thread="832" file="tslogging.cpp:1640">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="11:14:47.010+480" date="02-11-2014" component="TSBootShell" context="" type="0" thread="832" file="tslogging.cpp:584">
    Regards, Pratap

    from smspxe.log i get the below error. But it was two days before does this causing the issue. Note i got only problem with esprimo c720 apart all the models are getting imaged properly.
    <![LOG[MAC Ignore List Filename in registry is empty]LOG]!><time="09:48:38.264+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832" file="provsettings.cpp:468">
    <![LOG[Begin validation of Certificate [Thumbprint 5E6052E89AA5B54B74770A207077FAF9D4026C71] issued to '{B1655C4A-6699-4194-8539-8B6ACC54A4F5}']LOG]!><time="09:48:38.414+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 5E6052E89AA5B54B74770A207077FAF9D4026C71] issued to '{B1655C4A-6699-4194-8539-8B6ACC54A4F5}']LOG]!><time="09:48:38.415+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832"
    file="ccmcert.cpp:1386">
    <![LOG[Initializing PXEPerfObject.]LOG]!><time="09:48:38.415+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832" file="smspxe.cpp:399">
    <![LOG[Could not load logging configuration for component ccmperf. Using default values.]LOG]!><time="09:48:38.416+00" date="01-15-2014" component="SMSPXE" context="" type="2" thread="2832" file="stdlogging.cpp:480">
    <![LOG[HTTP is selected for Client. The current state is 0.]LOG]!><time="09:48:38.455+00" date="01-15-2014" component="SMSPXE" context="" type="1" thread="2832" file="ccmutillib.cpp:413">
    <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="09:48:38.942+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="libsmsmessaging.cpp:5304">
    <![LOG[Failed to get information for MP:
    http://DCMPSTPV01.devswad.net. 80004005.]LOG]!><time="09:48:38.943+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="database.cpp:174">
    <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="09:48:38.943+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="database.cpp:197">
    <![LOG[PXE::MP_LookupDevice failed; 0x80004005]LOG]!><time="09:48:38.943+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="database.cpp:249">
    <![LOG[PXE Provider failed to initialize MP connection.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="09:48:38.950+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="smspxe.cpp:446">
    <![LOG[RequestMPKeyInformation: Send() failed.]LOG]!><time="09:48:38.973+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="libsmsmessaging.cpp:5304">
    <![LOG[Failed to get information for MP: http://XXXXXX. 80004005.]LOG]!><time="09:48:38.974+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832"
    file="database.cpp:174">
    <![LOG[PXE::MP_InitializeTransport failed; 0x80004005]LOG]!><time="09:48:38.974+00" date="01-15-2014" component="SMSPXE" context="" type="3" thread="2832" file="database.cpp:197">
    Regards, Pratap
    Hi,
    This is not the log when the error happened.
    Have you figured the problem out?
    Best Regards,
    Joyce Li
    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.

  • Lenonvo T440 with Intel SSD SC2BF240A4L - failing to install apps via SCCM 2012 task sequence

    Hi there
    Wondering if anyone else has encountered this issue with a T440 with Intel SSD hard disk.
    Our firm purchased two Lenovo T440 laptops. One has a magnetic hard disk, the other a SSD hard disk. Here are the models:
    SSD hard disk:           Intel SSDSC2BF240A4L
    Magnetic hard disk:   500Gb 7200rpm HTS725050A7E635
    We deploy our Windows 7 build via a SCCM 2012 task sequence.
    Building the T440 with the magnetic hard disk was trouble free. I built it repeatedly, and encountered no errors; our core applications installed successfully every time and the task sequence completed successfully every time.
    All well and good.
    Building the T440 with the Intel SSD hard disk has been frustrating. When I run the task sequence on this machine, 8 times out of 10 the task sequence will fail, either stopping abruplty at installing Oracle Single-Sign On or Appsense agents. When the task sequence fails it is ALWAYS at one of these two apps. 
    Frustratingly, sometimes the task sequence will complete successfully on this T440.
    Given we successfully deploy this task sequence to a variety of different hardware from different vendors, including other Lenovo laptops, I can only guess the Intel SSD hard disk is the culprit. 
    Has anyone encountred anything like this? I've went through the smsts.log file and other SCCM log files and can find nothing obvious. That this ONLY happens on the T440 with the SSD suggests to me the issues lies in that direction.
    I'll swap disks in either T440 to see if the other T440 fails also with the SSD aboard, to see what happens.
    Meantime if anyone has any information about this issue I'd be grateful if you coud share.
    Thanks
    CT

    Does the install provide any logging? Does execmgr.log show any other info?
    Per the readme, it should be setup.exe.
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/girc15ww.txt
    Unattended Install
    This is for system administrators' use only.
    1. Refer to the Manual Install section, and download and extract the file.
    2. In the step 11 of the Installing files section, uncheck the checkbox next
    to "Install ..... now", and then select Finish to cancel installation.
    3. At the command line, execute Setup.exe with the -s option.
    Example: [Path where the files were extracted]\Setup -s
    Daniel Ratliff | http://www.PotentEngineer.com

  • MDT 2012- windows update not working

      Windows 2008 r2
    MDT 2012
    Steps I have completed:
    1.applied patch for WSUS sp 3
    2. made sure folder browsing is disabled in IIS7
    3. restarted server
    4. looking at the wsus console I see the new computer. they are listed in "Unassigned Computers" which is correct.  These workstations have not been added to the domain yet. 
    Also, I am running LUP on the WSUS server
    Any suggestions appreciated!
    Ran solar winds WSUS diagnostic utility and received the error below
     Forbidden (Incorrect proxy client configuration - use settings tab to test proxy configuration settings; may also be caused by misconfigured SSL implementation or access rights on WSUS server)

    thanks for the reply,
    When deploying an Image, get an ZTI error "Unhandled error return by ZTI windowsupdate. Object does not support this property or method?
    Also, I noticed error message on WSUS server "Client computers are installing updates with a higher than 25 percent failure rate. This is not normal."
    I ran the solar diag on the client and got this message:
    Forbidden (Incorrect proxy client configuration - use settings tab to test proxy configuration settings; may also be caused by misconfigured SSL implementation or access rights on WSUS server)
    I ran the solar diag  on the server:
    # Solarwinds® Diagnostic Tool for the WSUS Agent
    # 3/26/2013
    Machine state
      User rights:                                       User has
    administrator rights
      Update service status:                             Running
      Background Intelligent Transfer service status:    Running
      OS Version:                                        Windows
    Server 2008 R2 Standard  Service Pack 1
      Windows update agent version:                      7.6.7600.256 (WU Agent is OK)
    Windows Update Agent configuration settings
      Automatic Update:                                  Not found (There is no such key)
      Options:                                          
    Not found (There is no such key)
      Use WSUS Server:                                   Not found (There is no such key)
      Windows Update Server:                             Not found (There is no such key)
      Windows Update Status Server:                      Not found (There is no such key)
      WSUS URLs are identical:                           Values are empty
    WSUS Server Connectivity -- Connectivity check is impossible
      Error description:                                 Connectivity check is impossible because
    of invalid Windows Update Agent configuration

  • Group Policy refresh after a task sequence has completed

    Hi
    I would like to force a Group policy refresh after my OSD task sequence has completed.  At the moment, my TS completes, I get the Deployment Complete window and I click on Start Windows.  Windows starts up but my Computer based Group Policies have
    not applied so I need to restart the machine immediately.
    My question is, how can I refresh group policy but still retain the Deployment Complete window ?  I have tried using the
    SMSTSPostAction Task Sequence variable to set a gpupdate /force
    to run after the TS completes but it just hangs.  I set it to gpupdate /force /wait:0
    and this seems to run and I get my Deployment Complete window, but my Group Policy still isn't applying.  I have tried setting the
    SMSTSPostAction Task Sequence variable to shutdown /r
    which reboots the machine, but then i don't get the Deployment Complete window at the end of the build.
    Any other ideas ?
    Cheers
    G

    Hi
    AFAIK On Windows Vista and later Operating Systems, Group Policies are processed after the Task Sequence is finished. Including restarts during the Task Sequence will not help and  a manual reboot is required after the TS is completed.
    As a workaround you can write a script to run Gpupdate  and reboot the machine. Deploy this script as a Mandatory Application, which will run as soon as the OSD finishes. 
    Alternatively can try using a Run Once registry for gpupdate /force . This will ensure that the Group Policies are updated when the user logs in for the first time.
    Regards, Manohar Pusala

  • WDA Human Task does not complete/close

    Hi experts,
    I'm still struggling to flex web dynpro abap and BPM together.
    After embedding a wda chip as human task within my process, I face the next problem: The event defined as outport in my wda chip does not close the task when fired from my wda component controller. The page isn't affected by the event at all, the task is not completed. I debugged the wda method and found it throwing the event as expected.
    Since the wda page is opened as expected and shows the data mapped via Input Mapping I think the chip and system landscape definition (done via the portal system administration) are correct.
    Any clues on this? What am I missing?
    Thanks and kind regards,
    Helmut

    Hello Abhilash,
    thanks for your answer!
    I created the event (wih one parameter) in the WDA componnt controller and the component interface and made sure it is thrown correctly (I checked it via debugger).
    In the Chip I created an Outbound port (again with the parameter) and tagged it as CHIP_CONTRACT:PROCESS_STEP_END_POINT.
    On the consuming side I did nothing special with the outbound event but mapping it's output to my process context.
    Kind regards
    Helmut

  • MDT+SCCM 2012 Task Sequence Customsettings.ini

    Hi ,
    PLease find attached customsettings.ini,
    i am using MDT SCCM 2012 integrated Task Sequence, 
    Requirment :-
    1. Detect locations based on Gateway
    2.Once detected check if its Laptop or Desktop, if laptop Encrypt and also check if Desktop or Laptop to place them in right OU,
    please check if the cs.ini has the right settings and suggest how to name machine with automatic sequencential numbers like lon-8001 then next machine lon-8002
    can the automatic sequencctial naming be added to cs.ini, please suggest.
    Thanks
    please suggest

    Looks like you are on the right track, for advanced naming, you can check out Mikes post on the subject:
    http://blogs.technet.com/b/mniehaus/archive/2009/12/06/ris-style-naming-with-mdt-2010-use-a-web-service.aspx
    Sorry, it's not an easy fix.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • SCCM 2012 R2 and MDT 2013 Task Sequence Bugs

    Any links that list issues with the default MDT 2013 deploy task sequence: UEFI, local administrator password, Machine OU settings, OS installation partition and computer replace scenario.

    Hi,
    If you want to file bugs or feature requests, you'll need to go to the MDT and ConfigMgr connect site:
    https://connect.microsoft.com/ConfigurationManagervnext/Feedback
    Cheers!
    If this post is helpful please click "Mark for answer", thanks! Kind regards

Maybe you are looking for