I'm trying to do a basic P2V conversion with the Converter SDK for .Net; however I keep receiving Failed to Connect to Converter Server. I'm running the SDK on the Converter Server. Any help would greatly be appreciated.
my properties file is pretty basic:
physicalsource.address=192.168.1.32 physicalsource.username=192.168.1.32\rootcd physicalsource.password=********** physicalsource.ostype=linux physicalsource.agentport=9089 physicalsource.reboot=false vcserver.address=192.168.80.2 vcserver.username=192.168.80.2\administrator vcserver.password=********** conversion.job.name=P2VConversionJob1 conversion.job.description=MyNewVMTest conversion.vmtocreate.name=MyNewVM conversion.vmtocreate.vcpu=1 conversion.vmtocreate.memory=4096 converterserver.address=192.168.80.5 converterserver.username=192.168.80.5\administrator converterserver.password=**********
Below is the results. And I'm not sure what else I need included. I disabled all server firewalls for now as well to ensure they weren't getting in the way.
C:\_cd\sdk\samples\DotNet\cs\SubmitWinP2VJob\bin\Debug>ConverterSamples.exe cd.p roperties Caught Exception : Name : WebException Message : Unable to connect to the remot e server Trace : at System.Net.HttpWebRequest.GetRequestStream(TransportConte xt& context) at System.Net.HttpWebRequest.GetRequestStream() at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodN ame, Object[] parameters) at ConverterApi.ConverterService.ConverterRetrieveServiceContent(ManagedObjec tReference _this) at ConverterSamples.ConverterConnection.Connect(String serverUrl, String user name, String password) in c:\_cd\sdk\samples\DotNet\cs\SubmitWinP2VJob\Converter Connection.cs:line 51 ERROR: Failed to Connect to Converter Server. C:\_cd\sdk\samples\DotNet\cs\SubmitWinP2VJob\bin\Debug>