JMcDonald Posted March 12, 2020 Report Share Posted March 12, 2020 Getting a 1392 error while trying to deploy an image, it is a pretty basic image, no AV included but it fails at the end of applying the image. Not really sure where to start looking. 3/11/2020 4:45:25 PM : 4 : ApplyImage,WriteToLog,WriteToLog : 1392 3/11/2020 4:45:25 PM : 4 : Deploy,Apply,WriteToLog : Apply returned: 1392 3/11/2020 4:45:25 PM : 4 : Deploy,Apply,WriteToLog : The file or directory is corrupted and unreadable. 3/11/2020 4:45:25 PM : 4 : Apply,ProcessException,WriteToLog : --------------- EXCEPTION --------------- 3/11/2020 4:45:25 PM : 4 : Apply,ProcessException,WriteToLog : Exception Message:An error occurred while applying the image. Code: 1392 Inner Exception:null Details:System.Exception: An error occurred while applying the image. Code: 1392 at Common.SmartDeploy.SL.Managers.ExceptionManager.RaiseException(SDEError #cQ, Int64 #xk) at Common.SmartDeploy.SL.Managers.SmartWIMManager.Apply(SelectImageModel selectImageModel, WimInformationModel wimInformationModel, WindowsImageModel windowsImageModel, String targetDosDevicePath, Boolean reinstantiateSmartWIM, Boolean isCloudBased) StackTrace: at Common.SmartDeploy.SL.Managers.ExceptionManager.RaiseException(SDEError #cQ, Int64 #xk) at Common.SmartDeploy.SL.Managers.SmartWIMManager.Apply(SelectImageModel selectImageModel, WimInformationModel wimInformationModel, WindowsImageModel windowsImageModel, String targetDosDevicePath, Boolean reinstantiateSmartWIM, Boolean isCloudBased) 3/11/2020 4:45:25 PM : 4 : SendDeployLogAndProcessCloud,FileOrFolderExists,WriteToLog : X:\Windows\TEMP\Deploy.log exists. 3/11/2020 4:45:29 PM : 4 : RestoreBCDFromLast,FileOrFolderExists,WriteToLog : [NO DRIVE LETTERS] does not exist. 3/11/2020 4:45:29 PM : 4 : GetPhysicalDisksAndVolumes,GetOperatingSystemType,WriteToLog : Looking for X:\Windows\system32\ntdll.dll 3/11/2020 4:45:35 PM : 4 : CopyLogsToWindowsDebug,CopyFile,WriteToLog : Copying X:\Windows\Temp\Deploy.log to T:\WINDOWS\Debug\Deploy.log 3/11/2020 4:45:35 PM : 4 : CopyFile,FileOrFolderExists,WriteToLog : T:\WINDOWS\Debug exists. 3/11/2020 4:45:35 PM : 4 : CopyLogsToWindowsDebug,CopyFile,WriteToLog : Copying X:\Windows\Temp\Deploy.log to T:\WINDOWS\Debug\Deploy.log, returned: 0 3/11/2020 4:45:35 PM : 4 : CopyLogsToWindowsDebug,CopyFile,WriteToLog : Copying X:\Windows\Temp\SdShell.log to T:\WINDOWS\Debug\SdShell.log 3/11/2020 4:45:35 PM : 4 : CopyFile,FileOrFolderExists,WriteToLog : T:\WINDOWS\Debug exists. 3/11/2020 4:45:35 PM : 4 : CopyLogsToWindowsDebug,CopyFile,WriteToLog : Copying X:\Windows\Temp\SdShell.log to T:\WINDOWS\Debug\SdShell.log, returned: 0 3/11/2020 4:45:35 PM : 4 : OnDoWork,#aZd,WriteToLog : Deploy returned: ErrorApplyingImage 3/11/2020 4:45:36 PM : 4 : SendDeployLogAndProcessCloud,FileOrFolderExists,WriteToLog : X:\Windows\TEMP\Deploy.log exists. DESKTOP-V3H5VVI 3_11_2020 8_45_38 PM.log DESKTOP-V3H5VVI.Logs.zip Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted March 12, 2020 Report Share Posted March 12, 2020 Hello, According to your answer file, it's looking for \\AND-SMARTD-01\E$\SmartDeploy\Scratch\NaviSite Image.swm which is not the share you should be browsing to via the Answer File Wizard. That's where SmartDeploy temporarily writes the file, not the permanent location. From log: 3/11/2020 4:30:32 PM : 1 : .ctor,ParseAnswerFile,WriteToLog : The answer file specified image file '\\AND-SMARTD-01\E$\SmartDeploy\Scratch\NaviSite Image.swm' but the image file could not be found. You will want to recreate your answer file and browse to \\AND-SMARTD-01\E$\SmartDeploy\Images\NaviSite Image\NaviSite Image.swm Your location path to the Platform Packs is incorrect as well. It is also attempting to read the scratch directory. From log: \\AND-SMARTD-01\E$\SmartDeploy\Scratch\ You will want to make sure that's \\AND-SMARTD-01\E$\SmartDeploy\Platform Packs, again not using the scratch directory. Also, it looks as though the existing partitioning on the Latitude E7250 should be recreated. Once you boot from your boot media in the SmartDeploy boot environment click the link to open a command prompt in the white area of the SmartDeploy menu. Type the following Diskpart select disk 0clean [this destroys all data and partition/volume info]create partition primaryactiveformat quick fs=ntfsassignexit Redeploy and let us know your results. Thanks, Devon SmartDeploy Support Link to comment Share on other sites More sharing options...
JMcDonald Posted March 13, 2020 Author Report Share Posted March 13, 2020 Devon, Will do, but what causes the answer file to point to the scratch directory? Also should have mentioned this is a cloud deployment if that makes a difference. Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted March 13, 2020 Report Share Posted March 13, 2020 When you created your answer file, did you create a cloud answer file? I would suggest recreating your answer file and ensure you select the Cloud Storage Provider option. During the process you will connect to your cloud provider and browse to your image. If you still have issues, please create a ticket here and reference this thread and I can investigate further. Thanks, Devon SmartDeploy Support Link to comment Share on other sites More sharing options...
JMcDonald Posted March 13, 2020 Author Report Share Posted March 13, 2020 I did do that but I will try it again. Link to comment Share on other sites More sharing options...
JMcDonald Posted March 18, 2020 Author Report Share Posted March 18, 2020 I have created a new deployment package and I am trying to upload it to the cloud but SmartDeploy is saying there is not enough storage space available, however I have almost 860GB free. Is there some kind of limit that SmartDeploy can use? Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted March 18, 2020 Report Share Posted March 18, 2020 Hello JMcDonald, Are you attempting to upload to OneDrive? I went ahead and started a ticket request for you regarding this. Thanks, Chris Mendoza SmartDeploy Support Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now