Hi,
I am trying to do a p2v conversion using the converter api. when i provide the datastore name and host name .. and try converting a get the below error saying datastore esxi03 is not found. but when i login into vcenter and check the host for datastores i can see the datastore esxi03 present and accessible. and also when i try to create manually instead of through api the UI gives me the option for esxi03 datastore. any ideas what might be the issue
Caught SoapException - <detail><InvalidArgumentFault xmlns="urn:converter" xsi:type="vim25:InvalidArgument" xmlns:vim25="urn:vim25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><vim25:faultCause><vim25:fault xsi:type="ConverterImportDestinationNoDatastoreFault"><target></target><datastoreName>esxi03</datastoreName></vim25:fault><vim25:localizedMessage>Unable to find the datastore 'esxi03'.</vim25:localizedMessage></vim25:faultCause></InvalidArgumentFault></detail>
Thanks