Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
BackupDiskTrad failed
Client error: Failed to open VDDK disk [[My_Datastore] VM_Name/Disk1.vmdk] ( is read-only mode - [true] )
Logon attempt with parameters [VC/ESX: [vcenter];Port: 443;Login: [domain\veeam_user];VMX Spec: [moref=vm-5555];Snapshot mor: [snapshot-55];Transports: [hotadd]] failed because of the following errors:
Server error: End of file
$uuid = (Get-WmiObject Win32_ComputerSystemProduct).UUID
$array_uuid = @()
$array_uuid += $uuid.split("-")
$tempArray = @()
for($j = 0; $j -lt 5;$j++)
{
$tempArray = @()
for($i=0;$i -lt $array_uuid[$j].length;$i+=2)
{
$tempArray += $array_uuid[$j][$i] + $array_uuid[$j][$i+1]
}
if($j -lt 3){ [array]::Reverse($tempArray)}
$array_uuid[$j] = $tempArray
}
$array_uuid[3][0] = $array_uuid[3][0].Insert(0, "-")
$myUuid = ($array_uuid | Out-String).Replace("`n"," ").Replace(" -","-")
if((Get-WmiObject -Class Win32_ComputerSystem).SystemType -match "(x86)")
{Write-Host "32-Bit OS Not Supported" -ForegroundColor red
} else
{New-Item 'HKLM:\SOFTWARE\Wow6432Node\VMware, Inc.\volatile\' -Force | New-ItemProperty -Name "UUIDHost" -value $myUuid -Force}
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.