Hasleo Software Forums
Failed to run system API.(0x0050001500000000) - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1)
+--- Forum: Hasleo Disk Clone (Free Windows Migration and Disk/Partition Cloning Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=9)
+--- Thread: Failed to run system API.(0x0050001500000000) (/showthread.php?tid=1323)



Failed to run system API.(0x0050001500000000) - Claude McCourt - 01-15-2023

Hi I tried to run system clone but i get this message:

Failed to run system API.(0x0050001500000000)
The operation was not successful


Can you help please?


RE: Failed to run system API.(0x0050001500000000) - admin - 01-15-2023

(01-15-2023, 04:12 PM)Claude McCourt Wrote: Hi I tried to run system clone but i get this message:

Failed to run system API.(0x0050001500000000)
The operation was not successful


Can you help please?

Please open the save log file dialog ("[Image: memu_normal.png]" > "Save logs") and save the log file, then send the log file to us via email at [email protected], and we will resolve it as soon as possible. Thanks.


RE: Failed to run system API.(0x0050001500000000) - Claude McCourt - 01-28-2023

(01-15-2023, 05:43 PM)admin Wrote:
(01-15-2023, 04:12 PM)Claude McCourt Wrote: Hi I tried to run system clone but i get this message:

Failed to run system API.(0x0050001500000000)
The operation was not successful


Can you help please?

Please open the save log file dialog ("[Image: memu_normal.png]" > "Save logs") and save the log file, then send the log file to us via email at [email protected], and we will resolve it as soon as possible. Thanks.

Hi thanks for the prompt reply, please find attached the saved log files.

.zip   disk-clone-log-20230128140019.zip (Size: 13.37 KB / Downloads: 1)



RE: Failed to run system API.(0x0050001500000000) - admin - 01-29-2023

(01-28-2023, 03:13 PM)Claude McCourt Wrote:
(01-15-2023, 05:43 PM)admin Wrote:
(01-15-2023, 04:12 PM)Claude McCourt Wrote: Hi I tried to run system clone but i get this message:

Failed to run system API.(0x0050001500000000)
The operation was not successful


Can you help please?

Please open the save log file dialog ("[Image: memu_normal.png]" > "Save logs") and save the log file, then send the log file to us via email at [email protected], and we will resolve it as soon as possible. Thanks.

Hi thanks for the prompt reply, please find attached the saved log files.

It seems that the WMI repository in your Windows is corrupted, please run the following command on the elevated command line 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.