Anyone else run into a problem restoring an image back to a VMWare ESXi 6 server? After it creates the VM instance and then begins to transfer the data, it comes back with an “E_INVALIDARG” error every time and the restore job fails. I can restore to a VMDK no problem, but would like to restore directly to the hypervisor. Here are some details of the error from the log:
2020-01-23 21:52:34,738 [SERV] [1] INFO - Start restore disk Hard disk 1 to VMware
2020-01-23 21:52:34,742 [ESXiEngine] [1] INFO - Loading assembly C:\Program Files\CloudBerryLab\CloudBerry Backup\Cloud.Backup.ESXiEngine65.dll
2020-01-23 21:52:34,752 [SERV] [1] FATAL - Engine failed.
System.ArgumentException
The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at CloudBerryLab.Backup.ESXiEngine.ESXiAccessorBase.CreateInstanceInt(Version vmWareApiVersion, String productInstallDir)
at CloudBerryLab.Backup.ESXiEngine.ESXiAccessorBase.CreateInstance(Version vmWareApiVersion, String productInstallDir)
at aA.al(RestoreDisk )
at V.O()
at b.ad()
Any help would be appreciated!