Posts: 2,037
Threads: 12
Joined: Feb 2014
Reputation:
33
It seems that the WMI repository in your Windows is corrupted, please run the following command in a cmd.exe running with administrator privileges to fix it.
net stop winmgmt /y
c:
cd %systemroot%\system32\wbem
rd /S /Q repository
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b *.mfl') do mofcomp %s
cd %programfiles%\citrix\system32\citrix\wmi
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
net start winmgmt
Reboot the machine and try again. If an error occurs while resetting, try several more times. Please let us know the result, thanks.
Posts: 5
Threads: 0
Joined: Feb 2025
Reputation:
0
That API error code usually indicates some kind of system-level issue preventing the cloning process from completing successfully. Try running the cloning process again, maybe even a few times, to see if you can get it to work.