WORKAROUND:
A work around to this issue is to use the vRanger console to create scripts. An example of a successful script is below:
$vm = Get-InventoryEntity -type VirtualMachine | where {$_.Name -eq '[VMName]'}
$TarHost = Get-InventoryEntity | where {$_.Name -eq '[HostName]'}
Add-ReplicationJobTemplate -JobName [TestJob] -JobEntity $vm -TargetHost $TarHost -ReplicateName [VMName_replica] -Type Differential -PrimaryDatastore [DatastoreName]
STATUS:
A change request has been created. CR number: 17054
It will be fixed in a future release.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center