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.
DS 6.9 SP1, SP2
The images shared folder on Windows 2008.
WinPE Automation
Mapping a drive to a folder on a Windows 2008 server, requires FQDN for the username.
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: