Quantcast
Channel: Configuration Manager 2012 - Operating System Deployment forum
Viewing all 9126 articles
Browse latest View live

Errors with USMT 4 Loadstate on some machines. Win 7 OSD

$
0
0

In my test lab my Win 7 OSD is working fine restoring user data with USMT hardlinking. As I started to test it on real machines in our test lab with real user profiles and data I started to see failures on some machines on the USMT data restore step. Below is a section from my LoadState.log file that stood out to me with fatal "out of memory exception" errors.

 Has anyone run into this issue before with USMT 4 ? Again in my test lab I see it restoring my profile fine but on machines with more profiles I have this problem.


If the above Image is too small please click here for Skydrive image

Command line used for loadstate as generated from SCCM read at the top of this logfile:

Command line: C:\_SMSTaskSequence\Packages\AGR00009\x86\loadstate.exe C:\userState /ue:USPHXAWDMJ7298H\* /v:5 /c /hardlink /nocompress /l:C:\Windows\CCM\Logs\SMSTSLog\loadstate.log /progress:C:\Windows\CCM\Logs\SMSTSLog\loadstateprogress.log /i:C:\_SMSTaskSequence\Packages\AGR00009\x86\AGMigUser.xml /i:C:\_SMSTaskSequence\Packages\AGR00009\x86\MigApp.xml /config:C:\_SMSTaskSequence\Packages\AGR00009\x86\Apollo.xml /ue:Administrator /ue:AdminSupport /ue:AAdmin





migration xp to windows 7 FAILED

$
0
0

hi all,

I have an 2012 r2, after I run the task everything seem ok but at the apply os it failed with error 0x80070002

when I was with sp1 it worked

appreciate any help

SCCM 2012 R2 - Error 0x800700C1

$
0
0

Hi All,

For the past few days I'm experiencing "0x800700C1" errors during the Build & Capture task sequences for an older OS image (Windows 2003 x86) which used to work flawlessly in the past. After detailed investigation of the logs it turns out that the task sequence is failing right after the "Perpare OS" step which is also responsible for implementing the WinPE boot image and the boot sector changes prior the capturing step. The associated error messages within the logs are indicating few times the following:

"is not a valid Win32 application"

While this didn't make too much sense initially, digging down the logs a bit further shown that the problem occurs right after the following command is engaged:

"C:\_SMSTaskSequence\WinPE\SMS\bin\i386\bootsect.exe" /NT60 SYS /MBR

I tested the command manually and it certainly gives back the same error which makes me think that the included within the x86 boot image bootsect.exe binary is not x86 compatible or there is another problem with it.

While my SCCM Boot Images are customized with very few boot drivers, there were no other major changes applied to them and furthermore the same issue was experienced also with the unmodified x86 boot image so this whole problem relates back to the Windows 8.1 ADK distribution.

Anybody else experiencing similar problems ?

---------------------------------------------------------------------------------------------------------------------------------------------

Update:


In the meantime I made an additional investigation with the bootsect.exe file directly from the Windows 8.1 x86 ISO images (same as the one with WinPE 5.0) and it turns out that this version of the file just can't be used on Windows 2003 x86 OS instances. The same "is not a valid Win32 application" error appears with it.

I can confirm that there is no problem with bootsect.exe binary from the Windows 8.0 ISO images, so most probably the solution to my original problem will be to replace manually the file within the original WinPE 5.0 image with an older version.

---------------------------------------------------------------------------------------------------------------------------------------------

Update:

I figured out why the issue is happening even with older WinPE images. The problem resides with SCCM and more specifically with the modifications of the boot images. It doesn't matter whether or not you would be using old or new image. When you upload the boot image to SCCM, it automatically includes the "SMS" folder in it's internal structure which contains the new version of the "bootsect.exe" and also other binaries related to the boot modification processes. During the "Perpare OS" step the SCCM client copies over the referenced boot image and extracts some of the files out of this folder to the ""C:\_SMSTaskSequence\WinPE\" location. Because the provided "bootsect.exe" version is simply incompatible with W2K3 OS, the task just fails despite of the provided older WinPE boot image. So all in all it seems that the problem cannot be resolved without manual intervention at the boot image, but more testing will be required before making any final conclusions. For the time being I would say that SCCM 2012 R2 cannot be considered as fully compatible for managing W2K3 OSD procedures.

---------------------------------------------------------------------------------------------------------------------------------------------

Workaround:

And so the temporary (maybe even long-term) solution is to replace the bootsect.exe file with an older version then continue with the capture step as per the defined SCCM task sequence. Now the only difficulty was to decide whether to change the boot image directly through DISM or to go for a more comfortable way and implement a global change that would reflect all boot images. Normally I wouldn't go with global changes easily but this time I went for the latter by replacing the the ADK 8.1 based bootsect.exe file at its installation point which in my case is:

E:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\x86\BCDBoot\

The reason why I went this way was to ensure that whenever I'm updating my boot images with new drivers, the "correct" bootsect.exe file would get integrated instead of the latest version. Furthermore whenever there is a requirement to redistribute the images to DP's, the boot images will get updated/reconstructed and therefore the bootsect.exe binary would be reinserted, so the manual modification of the WIM files is not really a solution.

Of course this global modification method is absolutely unsupported, so if anybody reading this would decide to make similar implementation, he/she will take the responsibility over potential risks and consequences. I haven't tested the older version of the bootsect.exe file with newer OS versions (8.1 / 2012R2) so it is important to note that there is a big potential risk involved with the above described modification as it could break build/capture/deploy tasks for the new OS's. Perhaps I'll give it a test and see how things would work.

So all in all let's hope that MS would release a fixed version of bootsect.exe with their next ADK release.

SCCM 2012 OSD; Not finding driver package during deployment

$
0
0

I've been having some trouble setting up my OSD deployment using SCCM 2012 and hope someone can point me in the right direction.  Specifically I am having trouble with device driver deployment while deploying my reference image. 

I am running SCCM Config Manager 2012 SP1 CU2. This is running on a Server 2012 VM with SQL 2012.  I am building an OSD deployment and have successfully captured my reference image.  I am not sure if it matters, but I manually built a reference PC and using capture media (USB stick), I successfully captured my reference image.  I have imported my drivers for the target PC into Config Manager and into a driver package.  The driver package has been deployed to the distribution point (DP).  I checked the status of the driver package within the console and verified it has been deployed to the DP.   I created a new task sequence (TS) to deploy the captured wim.  Within the TS, I added an "Apply Driver Package" step and pointed it to the aforementioned driver package.  I added a WMI query to the step as followsselect * from Win32_ComputerSystem where Model like "HP Probook 6570b%." Incidentally, I did a wmi query on the target PC to verify the model.  I deployed the TS to the unknown computers collection and PXE booted the target PC.  I ran through the OSD wizard and while OSD is verifying the deployment prerequisites, the deployment fails with the error, "The task sequence cannot be run because a package referenced by the task sequence could not be found."  I checked the smsts.log log and found the following:

Failed to find CCM_SoftwareDistribution object for AdvertID="CT120043", PackageID="CT100044", ProgramID="*"

After some research I found this error means Config Manager cannot find the driver package (PackageID="CT100044")for deployment.  After more research I have done the following:

  • Deleted the Driver Package and recreated it and updated the TS step to point to this package.
  • Deleted and recreated the TS along with the driver package.
  • Recreated the driver package and distributed content, only importing the NIC drivers as a way to make a simple test.
  • When distributing content I verified it was successfully completed each time as per the console.

Each time I recreated the driver package and the OSD failed, smsts.log is showing the appropriate package ID in the error.  If I disable the Apply Driver Package step and configure a Apply Device Drivers step to install the best matched compatible drivers and limit the driver matching to the specific driver package, the OSD completes but the drivers do not install. It is as if Config Manager is not seeing the imported drivers at all.

I have run out of options to try and hope someone can help point me in the next direction to take.  After reading numerous forums and guides, I am sure I am doing the OSD steps correctly but I am apparently missing something.

Thanks in advance,

Mike G.

Dart 7 Image Network Support Broken When Imported into SCCM 2012

$
0
0

Hi guys, I've been trying to get Dart integrated into my Windows 7 and Windows 8.1 Task Sequences recently. Running SCCM 2012 SP1 CU3.

Until today I was able to PXE-boot DaRT7 and DaRT8 images, however the DaRT 7 images are now failing to boot - despite being recreated inexactly the same way.

I understand that when SCCM imports a boot image the winpeshl.ini is overwritten - originally the DaRT7 images have the following winpeshl.ini entries:

    [LaunchApps]
    %windir%\system32\netstart.exe,-prompt
    %SYSTEMDRIVE%\sources\recovery\recenv.exe

After import to SCCM this looks like:

    [LaunchApps]
    %SYSTEMDRIVE%\sms\bin\x64\TsBootShell.exe

I dont understand how the DaRT 7 images ever worked, as the first command from those that are stripped out (%windir%\system32\netstart.exe,-prompt) is what would initiate the TCP/IP stack.

Of course, no network = no TS shell, so thre client reboots. If I press F8, load a command shell and manually run %windir%\system32\netstart.exe and then run %windir%\system32\winpeshl.exe the TS shell loads.

Any ideas how I can fix this - essentially I just need the DaRT7 image to bring up the network automatically.

Thanks,

Chris


MCTS 70-640 | MCTS 70-642 | Prince2 Practitioner| ITIL Foundation v3 | http://www.cb-net.co.uk


Failed to create instance if Software Execution Request Managerr. 0x80070005

$
0
0

Greetings,

   My task sequence gets nearly all the way through, installing all sorts of apps and then it hangs launching a particular app. On some machines it doesnt hang. When I look at smsts.log I have these lines repeating forever:

Failed to create instance if Software Execution Request Managerr. 0x80070005

Waiting for ccmexec process to start.

These two lines repeat every 5 seconds until I force the power off of the machine.

It appears that 80070005 sometimes is an access denied thing but that doesnt explain why %95 of the task sequence before this step works or why this step has no problem on other machines.

Any ideas?

Thanks

David Z

Native VHD Boot deployments from SCCM 2012 R2

$
0
0

Hi,

Is anyone able to confirm if SCCM 2012 R2 supports deploying a customized Windows 7 Enterprise WIM to VHD for native boot deployments. ?

MDT 2013 seems to have support for this via the Deploy to VHD Client Task Sequence, however I have not found a direct method of achieving this from the SCCM console and Operating system Task Sequences.

Thanks

Matt.

I would like to use a virtual machine as a refernce computer during capture and depoly

$
0
0

Hello all

I can't seem to find a good step by step on using a virtual machine as a refernce computer for the capture and depoly part of OSD. Does anyone have a link that has helped them?

Thanks,

Phil


Phil Balderos


OSD driver fine during auto-apply drivers, but blue screens with USB build

$
0
0

Hi all,

        Win 7 SP1 x64 build for approx. 30 models - via PXE all works fine. USB builds also work fine on a number of models e.g. OptiPlex 9010 and 9020)

On Dell latitude E6530's, when built via a USB build (which is a copy of the PXE build, but with apply driver package steps instead of auto apply drivers) - I get a blue screen with a 0000007E error.

setupact.log indicates that the issue is with Iusb3hcs.sys - the Intel USB 3 driver - and removing this driver from the applied driver packages results in the USB drive not being able to be found once the "windows" phase of the build in reached.

I'm buggered if I can find away around this - as there appears to be no option for any USB compatibility mode in the BIOS, the drivers are the most recent (dated 20/11/2013) and i'm simply not sure why this driver is installed fine using auto apply but causes a blue screen when used via apply driver package.

So - throwing it out there to see if anyone has any suggestions or has run into something similar before.

How to stage Task Sequence Prestaged Media on a hard drive in Configuration Manager 2012 SP1

$
0
0

Hello all,

I have used sccm 2012sp1 Task Sequence Prestaged Media and captured a wim file.  now I am trying to stage it on a HD so that I can use our drive imager.  problem is after staging the wim file using a task sequence does not produce a bootable OS.

I followed this guide here http://blogs.technet.com/b/configurationmgr/archive/2011/01/11/how-to-stage-task-sequence-prestaged-media-on-a-hard-drive-in-configuration-manager-2007.aspx

The major difference I see is with the system partition the 350mb volume created during the normal TS.  when I look at the captured wim it only has 1 index so I am guessing that it does not have the system partition used for booting.

in my staging TS I have it create both partitions just like I do in the capture TS and format and apply the wim to the windows volume that all seems to work, but the system will not boot.  I do not think the system partition is being updated with boot information or something similar.  I am using a very basic image at this early stage in development using only sccm at this point in time until I have a need for MDT.

Any suggestions on how to make this work?

Also where are the best practice guides for deploying windows 7? especially with using sccm 2012 or sp1 since they keep changing OSD quite a bit between patches.

Task Sequence successfully completed, but receiving Deployment "" from site "" was rejected because the client's plattform..

$
0
0

Hi guys,

The environment is Windows Server 2012 R2 and ConfigMgr 2012 R2. After a successfull deploy, the Advertisement status show the message below: 

The Deployment ID is the Task Sequence deployment. Run on any plattform is enabled in the Task Sequence properties.

Any clue why?

Best regards,

Kenny

SCCM 2012 R2 OSD Very slow at Driver package and config manager client stage still after KB2905002 has been applied

$
0
0

Hi,
Now that I've applied KB2905002 and updated client, boot images etc, my image process is a lot faster again for most of the task. HOWEVER, it is still very slow at Apply Driver Package and Set up windows and config manager client.

After that step has completed, everything is speedy again. It does not matter which computer model it is in the task, they are all slow at downloading - as in around 1 hour to download.

The step in the task is just a WMI query on that model computer.
Happens for Win 7 and Win 8.1.

Anyone else having the same issue?


Application Catalog stopped working over https (cannot connect to the application server)

$
0
0

Hi,

I have been running Application Catalog in https mode for 7 months without any issues. Now all of a sudden I am getting "Cannot connect to the application server" when opening the application catalog.

The ServicePortalWebSite.log file contains the following:

The client certificate is not provided; this could cause errors when the web site attempts to communicate with the web service. The certificate thumbprint in the web.config did not match any cert in the SMS cert store.

If I change the Website Point to http mode, both http and https starts to work.

Has anyone had anything similar? No changes have been made to any certificates.

Regards,


Carl

TSMBOOTSTRAP Changing BIOS time

$
0
0

Hello,

I'm using SCCM 2012 SP1 CU2 to install W2k12 servers. In the beginning of the TS, the BIOS time is changed (+9 hours) (our local time is UTC+1). I've found a similar thread on this issue for SCCM 2007, but I am not able to find if the issue has been fixed. It was confirmed that is was a bug in SCCM 2007. See http://social.technet.microsoft.com/Forums/systemcenter/en-US/ee840a12-20f7-4cfc-8c5f-ad01dc351782/bios-time-change-by-tsmbootstrap-process-10-hours-difference?forum=configmgrosd

See smsts.log below

...

========== TsProgressUI 7/01/2014 9:18:18 480 (0x01E0)
Command line: "X:\sms\bin\i386\TsProgressUI.exe" /Register:WinPE TsProgressUI 7/01/2014 9:18:18 480 (0x01E0)
Registering COM classes TsProgressUI 7/01/2014 9:18:18 480 (0x01E0)
sbModulePath = X:\sms\bin\i386\TsProgressUI.exe TsProgressUI 7/01/2014 9:18:18 480 (0x01E0)
Unregistering class objects TsProgressUI 7/01/2014 9:18:18 480 (0x01E0)
Shutdown complete. TsProgressUI 7/01/2014 9:18:18 480 (0x01E0)
Process completed with exit code 0 TSMBootstrap 7/01/2014 9:18:18 640 (0x0280)
Successfully registered TS Progress UI. TSMBootstrap 7/01/2014 9:18:18 640 (0x0280)
Setting time zone to -60,0,-60,0,10,0,5,3,0,0,0,0,3,0,5,2,0,0,0,, TSMBootstrap 7/01/2014 9:18:18 640 (0x0280)
Setting time zone info to: -60, , [0 10 0 5 3 0 0 0], 0, , [0 3 0 5 2 0 0 0], -60 TSMBootstrap 7/01/2014 9:18:18 640 (0x0280)
TimeZone successfully set TSMBootstrap 7/01/2014 18:18:18 640 (0x0280)

...

Regards,
WiM

SCCM 2007 - Collections

$
0
0

Guy's

I was created all systems collection but suddenly it's showing very less number of system but AD for that OU showing correct count only

For example : India OU - 1200 systems - In SCCM Server India-All-System Collection showing 450 only

why this devation ?

Please help me anyone


Best Regard's Krishna


Failed to run the Action: Apply Operating System. Error 80004004 and 80070057

$
0
0

I have a client that all their OSD Task Sequences keep failing at the Applying Operating System step.  All the errors don't lead to anything for trouble shooting.  I have included the SMSTS.log with the section were the Applying Operating systems starts.  It never starts to download the image .wim file.  I have checked permissions on the Network Access account and they are setup correctly. 

The following error messages stick out and not sure what they are:

Invalid command line argument: /runfromnet

Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,756) TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Task Sequence Engine failed! Code: enExecutionFail TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Task sequence execution failed with error code 80004005 TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)

Expand a string: OSDApplyOS.exe /image:KFC00069,%OSDImageIndex% /target:C: /runfromnet:False TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Expand a string:  TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Command line for extension .exe is "%1" %* TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Set command line: OSDApplyOS.exe /image:KFC00069,%OSDImageIndex% /target:C: /runfromnet:False TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Start executing the command line: OSDApplyOS.exe /image:KFC00069,%OSDImageIndex% /target:C: /runfromnet:False TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
!--------------------------------------------------------------------------------------------! TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Expand a string: WinPE TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Executing command line: OSDApplyOS.exe /image:KFC00069,%OSDImageIndex% /target:C: /runfromnet:False TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Command line for extension .exe is "%1" %* ApplyOperatingSystem 11/21/2013 10:47:16 AM 1772 (0x06EC)
Set command line: "OSDApplyOS.exe" /image:KFC00069,1 /target:C: /runfromnet:False ApplyOperatingSystem 11/21/2013 10:47:16 AM 1772 (0x06EC)
FALSE, HRESULT=80070057 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,272) ApplyOperatingSystem 11/21/2013 10:47:16 AM 1772 (0x06EC)
Invalid command line argument: /runfromnet ApplyOperatingSystem 11/21/2013 10:47:16 AM 1772 (0x06EC)
ParseCommandLine(), HRESULT=80070057 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,409) ApplyOperatingSystem 11/21/2013 10:47:16 AM 1772 (0x06EC)
Process completed with exit code 2147942487 TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
!--------------------------------------------------------------------------------------------! TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Failed to run the action: Apply Operating System. This is usually caused by a problem with the program. Please check the Microsoft Knowledge Base to determine if this is a known issue or contact Microsoft Support Services for further assistance.
The parameter is incorrect. (Error: 80070057; Source: Windows) TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
MP server http://server.domain.com . Ports 80,443. CRL=false. TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Setting authenticator TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Set authenticator in transport TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Sending StatusMessage TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Setting message signatures. TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Setting the authenticator. TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
CLibSMSMessageWinHttpTransport::Send: URL: US-BDDC-SCCM.keystone.KFC:80  CCM_POST /ccm_system/request TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Request was succesful. TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Set a global environment variable _SMSTSLastActionRetCode=-2147024809 TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Clear local default environment TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Let the parent group (Build the Reference Machine) decides whether to continue execution TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
The execution of the group (Build the Reference Machine) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows) TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Failed to run the last action: Apply Operating System. Execution of task sequence failed.
The parameter is incorrect. (Error: 80070057; Source: Windows) TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
MP server http://server.domain.com. Ports 80,443. CRL=false. TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Setting authenticator TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Set authenticator in transport TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Sending StatusMessage TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Setting message signatures. TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Setting the authenticator. TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
CLibSMSMessageWinHttpTransport::Send: URL: US-BDDC-SCCM.keystone.KFC:80  CCM_POST /ccm_system/request TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Request was succesful. TSManager 11/21/2013 10:47:16 AM 1384 (0x0568)
Executing command line: X:\WINDOWS\system32\cmd.exe /k TSBootShell 11/21/2013 10:48:05 AM 752 (0x02F0)
The command completed successfully. TSBootShell 11/21/2013 10:48:05 AM 752 (0x02F0)
Successfully launched command shell. TSBootShell 11/21/2013 10:48:05 AM 752 (0x02F0)
Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,756) TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Task Sequence Engine failed! Code: enExecutionFail TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
**************************************************************************** TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Task sequence execution failed with error code 80004005 TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Cleaning Up. TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Removing Authenticator TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
shKey.DeleteValue( c_szRegValue_SecurityToken ), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\ccmutillib\ccmutillib.cpp,1614) TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Cleaning up task sequence folder TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Unable to delete file C:\_SMSTaskSequence\TSEnv.dat (0x80070005). Continuing. TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
hr, HRESULT=80070091 (e:\nts_sccm_release\sms\framework\core\ccmcore\ccmfile.cpp,1218) TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Failed to delete directory 'C:\_SMSTaskSequence' TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
DeleteFileW(sVolumeIDFile.c_str()), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,518) TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Successfully unregistered Task Sequencing Environment COM Interface. TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Command line for extension .exe is "%1" %* TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Set command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Executing command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
==========[ TsProgressUI started in process 1092 ]========== TsProgressUI 11/21/2013 11:02:16 AM 1028 (0x0404)
Command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister TsProgressUI 11/21/2013 11:02:16 AM 1028 (0x0404)
Unregistering COM classes TsProgressUI 11/21/2013 11:02:16 AM 1028 (0x0404)
Unregistering class objects TsProgressUI 11/21/2013 11:02:16 AM 1028 (0x0404)
Shutdown complete. TsProgressUI 11/21/2013 11:02:16 AM 1028 (0x0404)
Process completed with exit code 0 TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Successfully unregistered TS Progress UI. TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
g_TSManager.Run(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,641) TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)
Error Task Sequence Manager failed to execute task sequence. Code 0x80004005 TSManager 11/21/2013 11:02:16 AM 1384 (0x0568)


Kristopher Turner | Not the brightest bulb but by far not the dimmest bulb.

DaRT 8.1 Winpeshl.ini Not Working

$
0
0

I can't find an Dart 8.1 specific version of the following document: http://technet.microsoft.com/en-us/library/jj713341.aspx - however changes to the Winpeshl.ini do not seem to work as outlined for DaRT 8.0 - in order to automatically start netstart.exe and RemoteRecovery.exe:

[LaunchApps]"%windir%\system32\netstart.exe -network -remount""cmd /C start %windir%\system32\RemoteRecovery.exe -nomessage""%windir%\system32\WaitForConnection.exe""%SYSTEMDRIVE%\sources\recovery\recenv.exe"

Has anyone been able to get Winpeshl.ini working with DaRT 8.1?

If I launch winpeinit.exe / winpeshl.exe from command prompt inside the DaRT image the commands under LaunchApps are executed, so the commands are fine.

As an aside, the WinRE image is deployed locally in a dedicated partition, as per the DaRT 8.1 Deployment Guide.


MCTS 70-640 | MCTS 70-642 | Prince2 Practitioner| ITIL Foundation v3 | http://www.cb-net.co.uk

Access Denied to Which Account?

$
0
0

I'm trying to create a MDT task sequence which when it runs fails with the error below.  Which account is it using to create the toolkit?

Started processing.

Existing boot image SMS0000C will be used.
Creating MDT files package.
Error while importing Microsoft Deployment Toolkit Task Sequence.

System.UnauthorizedAccessException: Access to the path '\\[server]\sources$\osd\sw\toolkit\\$OEM$' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
   at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
   at System.IO.Directory.CreateDirectory(String path)
   at Microsoft.BDD.Core.DirectoryUtility.CopyDirectory(String theSource, String theDest)
   at Microsoft.BDD.Core.DirectoryUtility.CopyDirectory(String theSource, String theDest)
   at Microsoft.BDD.Core.DirectoryUtility.BeginCopy()
   at Microsoft.BDD.Wizards.SCCM_ImportTaskSequenceTask.DoWork(SmsPageData smspageData, Dictionary`2 data)

SCCM 2012 R2 User State Migration Win XP to Win 8.1 does not migrate Domain User Files

$
0
0

Hi @ all

i'm trying migrate Win XP Sp3 to Win 8.1 using SCCM 2012 R2. So i followed the how to from the SCCM Team.

https://blogs.technet.com/b/configmgrteam/archive/2013/09/12/how-to-migrate-user-data-from-win-xp-to-win-8-1-with-system-center-2012-r2-configmgr.aspx

All things worked fine, but the user files from my test Domain user are not restored.

Here some extracts of the loadstate log.

2014-01-07 15:49:16, Info                  [0x000000] User SCCM\test.user maps to S-1-5-21-2486663232-1734351201-1738771205-1113
2014-01-07 15:49:16, Info                  [0x000000] User TEST-COMPUTER\Administrator maps to TEST-COMPUTER\Administrator
2014-01-07 15:49:16, Error                 [0x000000] The account TEST-COMPUTER\User is chosen for migration, but the target does not have account TEST-COMPUTER\User. See documentation on /lac, /lae, /ui, /ue and /uel options.
2014-01-07 15:49:16, Info                  [0x000000] Failed.[gle=0x00000006]
2014-01-07 15:49:16, Info                  [0x000000]   Unable to create a local account because /lac was not specified[gle=0x00000006]
2014-01-07 15:49:16, Info                  [0x000000] Entering MigCloseCurrentStore method
2014-01-07 15:49:16, Info                  [0x0801dc] Closing catalog file
2014-01-07 15:49:16, Info                  [0x0801dd] Deleting catalog file at C:\Windows\Temp\tmpF6E7.tmp\Temp\tmp9F3.tmp
2014-01-07 15:49:16, Info                  [0x000000] Leaving MigCloseCurrentStore method
2014-01-07 15:49:16, Info                  [0x000000] USMT Completed at 2014/01/07:15:49:16.078[gle=0x00000057]

The user sccm\test.user is my test user but, i cannot see any error in relation to that user.

Has some some an idea?

Thank you

Adrian

Likely Stupid MDT 2013 Questions

$
0
0

First the stupid, then the less stupid one...

1. There is no reason you can't upgrade a system currently running XP to Win7 if the image was created with MDT 2013, right? 

2. To deploy the WinPE 5 images created via MDT 2013, is ConfigMgr 2012 SP1 CU3 required or is SP1 CU3 just needed for 8.1 support?

Thanks!

Viewing all 9126 articles
Browse latest View live