Details
Error -1803 may cause the creation of a boot environment to fail.
Causes
We confirmed this issue occurs under the following conditions:
- Insufficient space in the DISM temporary file.
- The temporary file "AIP_WIM_MOUNT_TEMP_XXXXXXXX_XXXXXX" is open in Explorer or interfered with by antivirus software.
We will post an article if other factors are identified.
Workaround
1) Ensure there is at least 5GB of free space in the DISM temporary file. Use GetTempPathA to find the temporary file directory path. To increase available space, edit the Windows environment variable.
%USERPROFILE%\AppData\Local\Temp
2) Please do not access the DSM temporary file.
If this issue occurs, and the DISM temporary file remains in a "failed" state, you will need to delete the DISM temporary file manually.
Reference article
When creating DeployUSB memory, Error C1420127 occurs.
1) Close Windows Explorer completely.
2) Open the command prompt with administrator privilege.
3) Run the following command to check the mount status. If you fail twice, two images will be listed under Mounted Image. "<logonusername>" is your logged-in user name.
C:\WINDOWS\system32>dism /get-mountedimageinfo
Deploy Image service and Management Tool
Version: 10.0.19041.3636
Mounted Image:
Mounted Directory: C:\Users\<logonusername>\AppData\Local\Temp\AIP_WIM_MOUNT_TEMP_20240605_135534
Image File : C:\Program Files\Actiphy\ActiveImage Protector IT Pro Creator\workspace\PE_ROOT_20240605_135527\sources\boot.wim
Image Index: 1
Mount as Read/Write: Yes
Status: Disabled
The operation normally completed.
4) Run the following command to unmount.
C:\WINDOWS\system32> dism /Unmount-Wim /MountDir:C:\Users\<logonusername>\AppData\Local\Temp\AIP_WIM_MOUNT_TEMP_20240605_135534 /discard
5) You can manually delete the "boot.wim" image file mentioned in step 3 using step 4. Please delete the entire PE_ROOT_20240605_135527 folder.
C:\Program Files\Actiphy\ActiveImage Protector IT Pro Creator\workspace\PE_ROOT_20240605_135527
Target Product
- ActiveImage Protector IT Pro Creator
(33369108012953)
Comments
0 comments
Article is closed for comments.