WinPE automation error "System Error 53 - path was not found" when mapping drive to Windows 2008 server
search cancel

WinPE automation error "System Error 53 - path was not found" when mapping drive to Windows 2008 server

book

Article ID: 176974

calendar_today

Updated On:

Products

Deployment Solution

Issue/Introduction

Create/ Restore jobs fail with the following errors:

Client Side:

System Error 53 - path was not found

On the DS Console side:

File could not be opened (code 41)

WinPE failed to map the images folder located on the Windows 2008 server. However, when manually entering the path using a "net use" command, the WinPE map drive map and function correctly.

Cause

Mapping a drive to a folder on a Windows 2008 server, requires FQDN for the username.

Resolution

Edit the mapdrv.bat located on (\Program Files\ Altiris\eXpress\Deployment Server\PXE\Master Images\MenuOptionsXXX\BDC\Shared\) and add the net use command as follows:

net use m: ''\\server_name\shared_folder\" The_Username_Password /user:DomainName\UserName

For more information and details about the "net use" command, check the following link from Microsoft:

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_use.mspx?mfr=true


Applies To
DS 6.9 SP1, SP2

The images shared folder on Windows 2008.

WinPE Automation