We are using vmware converter to migrate a VM from Azure. The migration is running until the synchronisation task when VSS snapshots of the volumes are requested. The converter attempts to snapshot all the volumes, waits five minutes and then requests snapshots of the volumes individually. It then immediately fails.
VSS snapshot failed: Unable to create a snapshot for volume \\.\Volume{ab77851f-a0df-11e6-80b4-806e6f6e6963}. Error code 259 (0x00000103)
I suspect the VM is still trying to complete the initially requested VSS snapshots. I manually ran the command
vssadmin create shadow for=e:
and it took 9 minutes to complete.
Therefore is there anyway to increase the initial 5 minute timeout value that the converter uses.
Thanks in advance for any assistance.