Produkt: VMware vCenter Server
Version: 8.0.3.00900 (Previously tried with 8.0.3.00400)
Build-Nummer: 25413364
Regardless of whether I specify vCenter as the source or destination in V2V, no objects from vCenter are displayed.
On the same computer where V2V is installed, I can query all hosts, VMs, and datastores via the PowerShell CLI.
https://vcenter.MyDomain.local is also possible. There are no certificate error messages either.
Code: Select all
Install-Module VMware.PowerCLI
Connect-VIServer vcenter.domain.local
Get-VMHost
Get-VM
Get-Datastore
Code: Select all
7/21 8:40:36.861 5070 Facility ???INFO: CV2V_ConverterApp::InitInstance: SetDllDirectory: C:\Program Files\StarWind Software\StarWind V2V Converter\lib
7/21 8:40:36.861 5070 Facility ???INFO: CV2V_ConverterApp::InitInstance: File Version: 9.0.1.848
7/21 8:40:36.861 5070 Facility ???INFO: CV2V_ConverterApp::InitInstance: Load language IDR_XML_ENGLISH
7/21 8:40:36.861 5070 Facility ???INFO: CV2V_ConverterApp::InitInstance: Set current language English
7/21 8:40:36.877 5070 Facility ???INFO: CPS_V2V_Converter::CPS_V2V_Converter: Version MajorVersion 10, MinorVersion 0, BuildNumber 26200
7/21 8:40:36.877 5070 Facility ???INFO: WrapperHyperV::WrapperHyperV: LoadLibrary C:\WINDOWS\system32\wbem\wmiutils.dll - 48d0000
7/21 8:40:36.877 5070 Facility ???INFO: WrapperHyperV::WrapperHyperV: LoadLibrary C:\WINDOWS\system32\wbem\wmiutils.dll - 48d0000
7/21 8:40:41.699 5070 Facility ???INFO: ICPPage::OnWizardNext: SetActivePage - eESXConnection
7/21 8:41:05.489 3ab0 Facility ???INFO: WrapperESXI::connect: m_url - https://vcenter.MyDomain.local/sdk
7/21 8:41:05.521 3ab0 Facility ???INFO: WrapperESXI::connect: fullName - Administrator vsphere.local, key - 52810799-0696-d163-6784-123456789123
7/21 8:41:05.521 22a8 Facility ???INFO: VMConverter::ESXIConverter::Connection::<lambda_4eab79f5f0516eba86b7810fe0d8b684>::operator (): Worker thread started.
7/21 8:41:05.521 3ab0 Facility ???INFO: VMConverter::ESXIConverter::Connection: No_timeout ESX connection
7/21 8:41:05.521 5070 Facility ???INFO: ICPPage::OnWizardNext: SetActivePage - eInputVM
7/21 8:41:05.663 5070 Facility ???ERROR: getErrorFromSOAP: soap_sprint_fault - SOAP 1.1 fault "":ServerFaultCode [no subcode]
""
Detail:
7/21 8:41:05.663 5070 Facility ???ERROR: WrapperESXI::getArrayMorHost: RetrievePropertiesEx host fail - 12
7/21 8:41:05.663 5070 Facility ???ERROR: WrapperESXI::getVMList: getArrayMorHost is fail - 12
7/21 8:41:05.663 5070 Facility ???ERROR: VMConverter::ESXIConverter::GetVMListInfo: getVMList fail - 12https://<vCenter-IP-or-FQDN>/sdk/vimService.wsdl I log in to vCenter using administrator(AT)vsphere.local. So it's probably not a permissions issue.
The V2V machine is on the same subnet and in the same domain.
There are several data centers in vCenter, some with clusters and some without.
It doesn't work with DNS, FQDN, or IP.
I can query VMs from a ESXI-Host using root.
I can't get anything through vCenter.
Thank you very much for any ideas.