Replication fails after a few seconds.
Symptoms: Error message: "An internal error occurred during execution, please contact Vizioncore support if the error persists. Error Message: API Call failed with message: Incompatible device backing specified for device '8'". (It is possible that the device number may vary)
Check to see if the virtual CD drive or the virtual floppy drive are connected to an ISO or .flp file. Remove the association before replicating.
Restore fails with the same error. Open VmConfig.metadata and check entries for CDROM and Floppy. Edit correspondingly and configure Restore from Manifest job.
Example of floppy
<device xsi:type="VirtualFloppy">
<key>8000</key>
<deviceInfo>
<label>Floppy drive 1</label>
<summary>Remote /dev/fd0</summary> replace with <summary />
</deviceInfo>
<backing xsi:type="VirtualFloppyRemoteDeviceBackingInfo">
<deviceName>/dev/fd0</deviceName> replace with <deviceName />
<useAutoDetect>false</useAutoDetect>
</backing>
<connectable>
<startConnected>false</startConnected>
<allowGuestControl>true</allowGuestControl>
<connected>false</connected>
<status>untried</status>
</connectable>
<controllerKey>400</controllerKey>
<unitNumber>0</unitNumber>
</device>
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center