Hi,
when i'm trying to execute this comand, i'm getting the below error. i'm using VMware-converter-sdk-5.5.0-1362012
C:\P2V_Automation\VMware-converter-sdk-5.5.0-1362012\sdk\samples\Axis>build
Generating converter stubs from wsdl
Error: Could not find or load main class org.apache.axis.wsdl.WSDL2Java
Failed.
i set environment variables as
AXISHOME as C:\P2V_Automation\axis-src-1_4\axis-1_4;
and javahome as C:\Program Files\Java\jdk1.8.0_20;
i'm unable to figure, where i did a mistake, please help me.
i attached the batch file which i trying to run.
Thanks in advance
Error: Could not find or load main class org.apache.axis.wsdl.WSDL2Java Failed.
Test forum
Test
Help with getting task progress using vcenter converter SDK api
Hi,
I am trying to get the task progress status using SDK Api but i get runtime errors always. Pls help me with the below code.
int progress = 0; try{ ConverterTaskInfo taskInfo = null; do { System.out.println("--- getProgressStatus ---"); taskInfo = _converterService.converterGetTaskInfo(_converterServerContent.getTaskManager(), conversionJobInfo.getJob()); System.out.println("Getting task details...."); Thread.sleep(1000); if(taskInfo == null) { System.out.println("ERROR: Failed to get task Job info."); return progress; } ConverterTaskInfoState state = taskInfo.getState(); progress = taskInfo.getProgress(); System.out.println("progress is" + progress); } while (taskInfo.getState() != ConverterTaskInfoState.error && taskInfo.getState() != ConverterTaskInfoState.success); } catch(Exception e) { }
Correct me if i am doing something wrong here. If you have any sample in java it would be helpful.
Thanks in advance
How to Get SSLThumbprint
Hi,
I am trying to establish a connection and get source from a linux source machine, using ..
ConverterComputerSpec liveSourceSpec = new ConverterComputerSpec();
liveSourceSpec.setLocation( Common.buildLiveSourceLocation(_sourceName, _sourceUsername, _sourcePassword, _sourceOsType, _sourceThumbprint));
ConverterComputerInfo info = _converterServer.querySource(sourceSpec);
All the parameters except _sourceThumbprint can be entered from the property file., How to determine the _sourceThumbprint. what is the Method that returns the sourceThumbPrint ?
SoapException: A specified parameter was not correct.
Hello,
I have been trying to use the enhanced SDK samples to convert P2V a linux machine.
I keep getting the following error - System.Web.Services.Protocols.SoapException: A specified parameter was not correct.
I have tried this with both my own properties file and the sample one (after adding my environment details), and both give the same error.
The command I ran was:
C:\Users\ADMIN\Downloads\SubmitWinP2VJob_C#\SubmitWinP2VJob\bin\Debug>ConverterSamples.exe 10.100.1.41 williamj ****** custom.properties
Executing operation 'Convert' from properties file 'custom.properties'
Failed to execute operation 'Convert' from file 'custom.properties'
System.Web.Services.Protocols.SoapException: A specified parameter was not correct.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at ConverterApi.ConverterService.ConverterServerConversionManagerCreateJob(ManagedObjectReference _this, ConverterServerConversionConversionJobSpec spec, Object extraInfo)
at ConverterSamples.ConverterConnection.SubmitJob(ConverterServerConversionConversionJobSpec jobSpec) in c:\Users\IBM_ADMIN\Downloads\SubmitWinP2VJob_C#\SubmitWinP2VJob\ConverterConnection.cs:line 284
at ConverterSamples.ConverterOperation.Convert() in c:\Users\ADMIN\Downloads\SubmitWinP2VJob_C#\SubmitWinP2VJob\ConverterOperation.cs:line 644
at ConverterSamples.ConverterOperation.Execute() in c:\Users\ADMIN\Downloads\SubmitWinP2VJob_C#\SubmitWinP2VJob\ConverterOperation.cs:line 190
My properties file:
operation.count=1
operation#1=Convert
source.type=Physical
source.physical.address=10.100.1.42
source.physical.username=root
source.physical.password=******
source.physical.ostype=linuxOs
source.physical.agentport=
source.physical.thumbprint=
source.physical.reboot=false
target.type=Managed
target.managed.address=10.100.1.40
target.managed.thumbprint=
target.managed.username=williamj
target.managed.password=******
target.managed.host=esxi-test
vmtocreate.name=migtest
vmtocreate.vcpu=1
vmtocreate.corespersocket=1
vmtocreate.memory=1024
storage.cloningmode=volumeBasedCloning
storage.targetdisk.disktype#0=vmfsMonolithicFlatThinProvisioned
storage.targetdisk.lvg#0=false
storage.targetdisk.gpt#0=false
storage.targetdisk.datastore#0=datastore1
; Number of recent tasks and jobs to display
list.tasks=1
list.jobs=1
Any help you be greatly appreciated!
test thread
test
Conversion failed at 91%.
I installed converter standalone on a physical box last night and started the conversion process to my vmware environment. Hosts are running 5.5 and I was using the latest version of converter. Physical box is 270 gigs worth of space, so it's not overly large. Got to 91% and it failed with the error "The Session is not authenticated" and that's it.
I'm going to attach the logs to see if that helps but I'm stumped.
Thanks in advance.
-- ERROR -- Convert: converter.fault.ImportSourceInvalidConfigInfo
I am using the converter SDK to do a Windows 2012 R2 conversion. The source is a VM running on Fusion on my Mac; however, I am treating the conversion as if the source is a physical machine. I don't want the target to be vCenter, so I have set the target type to be hosted. There is post-processing I intend to do, if I can get past the error below.
2015-04-13T11:44:41.196-04:00 [01952 info 'Default'] Run 0 of job "job-29" finished with an error. -- struct Converter::Server::Job::JobExecutor::SchedulerUpdateSpec __thiscall Converter::Server::Conversion::ConversionJobExecutorImpl::UpdateJob(class Converter::Server::Job::InternalJob &,bool,const class Converter::Server::Scheduler::SchedulerItemStatistics &,const class Converter::Task::TaskInfo &) ("d:/build/ob/bora-2183569/bora/sysimage/lib/converter/server/conversion/conversionJobExecutorImpl.cpp:405")
I am not a C++ guy but it makes me a little leery to see the full d:/build/ob/... path in the error message. Anyway, it's got file info and line number, so I am sure it will be useful to the developers who wrote that class.
The program using the SDK and the converter (standalone v5.5) are running on machine 10.0.1.27 and the Win2012R2 machine (10.0.1.26) has the agent up and running without any apparent issue. The target destination directory is a network path, accessible by all parties involved. That share lives on 10.0.1.29. What follows below is the conversion spec pulled from the logs. I am deliberately not setting any network nor CPU/mem params so that the defaults are used. I have modified the storage params to specify no resize, 2 GB sparse files, and set the volumes to clone. Not sure what is invalid, corrupted or not recognized.
=== [Converter::Server::Conversion::ConversionManagerImpl::CreateJob] ConversionJobSpec:
--> (converter.server.conversion.ConversionJobSpec) {
--> dynamicType = <unset>,
--> name = "Convert",
--> description = <unset>,
--> firstRun = <unset>,
--> startSuspended = <unset>,
--> source = (converter.ComputerSpec) {
--> dynamicType = <unset>,
--> location = (converter.ComputerSpec.LiveComputerLocation) {
--> dynamicType = <unset>,
--> hostname = "10.0.1.26",
--> port = <unset>,
--> username = "Administrator",
--> password = (not shown),
--> osType = "windowsOs",
--> verifyPeer = <unset>,
--> sslThumbprint = "35:14:BE:1A:F9:8E:A6:E7:22:E5:AD:79:A7:A6:EE:97:5C:3D:2D:22",
--> },
--> },
--> conversionParams = (converter.params.ConversionParams) {
--> dynamicType = <unset>,
--> osInstanceBootLoaderEntry = (converter.info.BootConfigInfo.BootLoaderEntrySpec) null,
--> doClone = true,
--> cloningParams = (converter.params.CloningParams) {
--> dynamicType = <unset>,
--> target = (converter.params.TargetVmSpec) {
--> dynamicType = <unset>,
--> name = "10.0.1.26",
--> location = (converter.params.TargetVmSpec.HostedVmLocation) {
--> dynamicType = <unset>,
--> directory = "\\10.0.1.29\Shared",
--> vmxFileName = <unset>,
--> networkUsername = "dlamotta",
--> networkPassword = (not shown),
--> },
--> productVersion = "workstation10x",
--> hardwareVersion = <unset>,
--> },
--> storageParams = (converter.params.StorageParams) {
--> dynamicType = <unset>,
--> cloningMode = "volumeBasedCloning",
--> diskControllerType = "scsiLsiLogicSAS",
--> targetDiskParams = (converter.params.StorageParams.TargetDiskParams) [
--> (converter.params.StorageParams.HostedTargetDiskParams) {
--> dynamicType = <unset>,
--> sourceDiskId = "disk-1004",
--> volumesToClone = (converter.params.StorageParams.VolumeCloningParams) [
--> (converter.params.StorageParams.VolumeCloningParams) {
--> dynamicType = <unset>,
--> sourceVolumeId = "\WindowsBitmapDriverVolumeId=[57-00-A7-48-00-00-10-00-00-00-00-00]",
--> resize = false,
--> newCapacityInBytes = <unset>,
--> newClusterSizeInBytes = <unset>,
--> },
--> (converter.params.StorageParams.VolumeCloningParams) {
--> dynamicType = <unset>,
--> sourceVolumeId = "\WindowsBitmapDriverVolumeId=[57-00-A7-48-00-00-F0-15-00-00-00-00]",
--> resize = false,
--> newCapacityInBytes = <unset>,
--> newClusterSizeInBytes = <unset>,
--> }
--> ],
--> diskType = "twoGbSparse",
--> lvg = false,
--> gpt = false,
--> }
--> ],
--> skipUnwantedFiles = true,
--> useBitmapDriver = <unset>,
--> intermediateImage = <unset>,
--> modifiedClustersOnly = <unset>,
--> vmxDatastoreName = <unset>,
--> resizeRatio = <unset>,
--> minVolumeSize = <unset>,
--> optimizedPartitionAlignment = true,
--> },
--> networkParams = (converter.params.NetworkParams) null,
--> basicHardwareParams = (converter.params.BasicHardwareParams) {
--> dynamicType = <unset>,
--> numCPUs = <unset>,
--> numCoresPerSocket = <unset>,
--> memoryMB = <unset>,
--> },
--> incrementalP2VCloningParams = (converter.params.IncrementalP2VCloningParams) null,
--> nextBitmapId = <unset>,
--> snapshotSource = <unset>,
--> preserveDeviceBacking = <unset>,
--> preserveIdentity = <unset>,
--> doSynchronize = false,
--> doFinalize = <unset>,
--> ovfParams = (converter.params.OvfParams) null,
--> retainLimit = <unset>,
--> },
--> doReconfig = true,
--> reconfigParams = (converter.params.ReconfigParams) null,
--> doSynchronize = <unset>,
--> doInstallTools = false,
--> doCustomize = false,
--> customizationParams = (converter.params.CustomizationParams) null,
--> doUninstallAgent = <unset>,
--> powerOnTargetVM = <unset>,
--> removeRestoreCheckpoints = true,
--> helperVmNetworkParams = (converter.params.HelperVmNetworkParams) null,
--> throttlingParams = (converter.params.ThrottlingParams) null,
--> },
--> p2vSourceModificationSpec = (converter.server.conversion.P2VSourceModificationSpec) {
--> dynamicType = <unset>,
--> uninstallAgent = <unset>,
--> shutdownSource = <unset>,
--> },
--> parentFolder = 'converter.server.conversion.ConversionFolder:ConversionFolder',
--> synchronizeImmediately = <unset>,
--> synchronizationStartTime = <unset>,
--> }
--> =====================
The converter client shows almost all the same info:
Now something that is baking my noodle: see task 28? I ran the exact same code but instead of converting 10.0.1.26 (Win2012R2), I attempted to convert the same machine where the converter server is running (10.0.1.27). I would really expect it to give me the same error on both conversions, but on task 28 the error I get is Error: 209 (type:1, code:13)
Not sure what else to do. In the code I am validating the source and target specs, and everything passes. Except when I run things it bombs.
Thanks for any help.
// David
Converter task fails at 1% with an error FAILED: A file I/O error occurred while accessing ''.
Hi,
I am trying to convert a windows 2012 R2 system to a VM and using VMware converter. but the task fails at 1% with an error A file I/O error occurred while accessing ''.
please find the screenshot of the error.
I tried on more than 1 server and recieve the same error for both
Any ideas?
Thanks,
Kiran
Problem running a VMware vCenter Converter Standalone 6.0 SDK locally for a Convert operation.
Short description of the situation:
We are trying to run the VMware SDK for a convert operation on a local machine. We have installed the VMware vCenter Converter Standalone Client, the one with a GUI that you can manually convert with, but we would like to be able to do this with the SDK. The manual convert operations within the GUI all seem to be working fine, but whenever we attempt to do this within the SDK we keep getting errors that we have not been able to resolve internally.
Here is the basic information about the environment we have set up and the error:
Downloaded SDK:
* VMware-converter-sdk-6.0.0-2716716.zip
Error Info:
* "Failed login due to a bad user name or password"
* <InvalidLoginFault xmlns="urn:converter" xsi:type="vim25:InvalidLogin" xmlns:vim25="urn:vim25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"></InvalidLoginFault>
* ConverterConnection.cs line 262
Environment:
* Windows XP SP3
* Firewall Disabled
* ___VMWare_Conv_SA___ user has been added to the administrator group.
Relevant SDK Properties:
operation.count=1
operation#0=Convert
source.type=Physical
source.physical.address=127.0.0.1
; Have tried machine name, local ip, and localhost as well
source.physical.username=administrator
; Have tried under the administrator account, under other accounts, using other admin privaleged users, all to no avail.
source.physical.password=adminpw
source.physical.ostype=windowsOs
source.physical.agentport=
source.physical.thumbprint=
source.physical.reboot=false
converter-server.xml changes:
<enableRemoteAccess>true</enableRemoteAccess>
<enableNonRootAccess>true</enableNonRootAccess>
<validatorEnabled>false</validatorEnabled>
We can provide more information about the client, server and agent setup if needed, although these were relatively unchanged. We also have attempted running the sdk on both http and http (http://localhost/converter/sdk, etc.).
Any help would be much appreciated ~
VMware Vcenter Converter Standalone Java SDK
Hi guys,
Currently I'm attempting to imitate what the GUI version does, but I want to use scripts to get the job done which is, in a way, automate the whole process. I installed the Client-Server version of it, using the sample code within the sdk > samples > Axis folder, I managed to get the job done however, I am unable to specify the minimum value of a specific disk. I want to do this because the GUI version allows me to take an minimum storage space for a specific disk and push it to the ESXi server, for my SDK java version I am unable to take the minimum storage space and had to take the whole disk which I dislike.
For example, disk C has a total of 200GB with 50GB being used space and 150GB of unused space
GUI version -> able to avoid taking whole of 200GB and take about 50GB only (Give and take a few GB more) and push to ESXi server
SDK java version -> only able to take in the whole 200GB and push to ESXi which takes up much space of my ESXi server
Is there a way, such as specifying a certain variable so that I can push my disk with minimum disk storage value instead of taking the whole lot of unused space? Oh and 1 more question, is there a way to power on the VMs in the ESXi after reboot using a script? I did research but can't really find any way so I thought asking here would be good. Any help would be appreciated because I'm a newbie with this
Cheers!
a file i/o error occurred while accessing vmware converter 6
Hi,
I am trying to convert a windows 2008 R2 system to a VM and using VMware converter v6. but the task fails at 1% with an error A file I/O error occurred while accessing ''.
please find the screenshot of the error and logs.
Any ideas?
How do I create a command line task in VMWARE Converter to convert either a P2V or a V2V to a designated location using the time of creation as part of the name.
Hi all,
Sorry for my general question here but I am not knowledgeable outside of scripting in any form of programming and I need to find a way to create a command line task in VMWARE Converter to convert either a P2V or a V2V to a designated location using the time of creation as part of the name so that I can setup this up in windows scheduler to repeat once per week. If anyone has ever written anything that can do this before I would appreciate whatever help that you can provide. Thank you for your time.
Regards,
Dave
linux p2v conversion with wmware converter 6.1.1
hi,
i'm tryng to convert a phisical linux pc (centos 5) with converter 6.1.1
This is the error message:
Permission denied (publickey,gssapi-with-mic)
In the log file (attached), it seem that the problem is :
--> (converter.fault.CloneFault) {
--> faultCause = (vmodl.MethodFault) null,
--> description = "Permission denied (publickey,gssapi-with-mic).
--> /bin/tar_1.28: This does not look like a tar archive
--> /bin/tar_1.28: Exiting with failure status due to previous errors
-->
--> /usr/lib/vmware-converter/bin/ssh -z -F /usr/lib/vmware-converter/ssh.conf root@172.16.0.225 -i /usr/lib/vmware-converter/helper.pem -p 55999 " tar --one-file-system --sparse -C '/boot' -cf - ." | /bin/tar_1.28 --numeric-owner --delay-directory-restore -C '/mnt/p2v-src-root/boot' -y -xf -
--> (return code 2)",
--> msg = ""
--> }
thanks in advance
Powershell: new-webserviceproxy
Attempting to establish a connection to the web service, but just erroring out:
New-WebServiceProxy -uri https://localhost/converter/sdk
New-WebServiceProxy : The request failed with HTTP status 501: Not Implemented.
Has anybody established a connection via PowerShell to the web service?
problem installing VMWare Converter Agent on the source p2v machine via SDK Java sample
Hi everybody
I'm, new to the Converter SDK. I successfully compiled the java sample and created a customized submitwinp2vjob.properties file.
My problem is that Converter Server can't install the agent on the source machine:
Executing operation 'QuerySource' from properties file 'submitwinp2vjob.properties'
Failed to execute operation 'QuerySource' from file 'submitwinp2vjob.properties'
null
AxisFault
faultCode: ServerFaultCode
faultSubcode:
faultString: Unable to access the remote Converter agent service. It either does not exist or is not responding.
faultActor:
faultNode:
faultDetail:
{urn:converter}ConverterNoRemoteAgentFault:<name>SOURCECOMPUTERNAME</name>
Unable to access the remote Converter agent service. It either does not exist or is not responding
The only reference to the agent setup is the following row, blank by default:
source.physical.agentport=9089 ; Won't try to install agent if empty. Usual value: 9089
From the note I understand that it should be enough to put the usual value to install the agent on the remote source machine, but it just throw the error I reported.
For debugging reasons I tried to put some random values as the port number, but if I nestat -n the server I can see always the same try (SYN_SENT) to 9089 port, even if I specified a different port.
What am I doing wrong?
Tx
Alex
converter error FAILED: An error occurred during the conversion: 'BlockLevelVolumeCloneMgr::CloneVolume: Detected a write error during the cloning of volume \WindowsBitmapDriverVolumeId=[74-D0-81-F5-00-7E-00-00-00-00-00-00]. Error: 209 (type: 1, code: 13
Hi
I try convert windows 2003 exchange server with 1.1 TO fo data on six hard drive. The convert seem good but at fifth disk (3.5 hours 75 % on the disk task) and 18 hour of entire task i get this
2016-11-30T01:00:28.774-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=task-3] Worker InitialSyncFullCloneTask updates, state: 4, percentage: 75, xfer rate (Bps): 13369344
2016-11-30T01:00:28.807-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=task-3] TargetVmManagerImpl::DeleteVM
2016-11-30T01:00:28.807-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=task-3] Reusing existing VIM connection to ssvcenter01
2016-11-30T01:00:29.297-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=task-3] Destroying vim.VirtualMachine:vm-24228 on ssvcenter01
2016-11-30T01:00:37.360-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=task-3] WorkerConvertTask: Generating Agent Task bundle for task with id="task-6".
2016-11-30T01:01:54.196-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=task-3] WorkerConvertTask: Retrieving agent task log bundle to "C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\agentTask-task-6-ifqwvrju.zip".
2016-11-30T01:01:54.385-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=task-3] WorkerConvertTask: Bundle successfully retrieved to "C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\agentTask-task-6-ifqwvrju.zip".
2016-11-30T01:01:54.385-05:00 error vmware-converter-worker[18380] [Originator@6876 sub=Default] Task failed:
2016-11-30T01:01:54.385-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=task-3] Scheduled timer canceled, StopKeepAlive succeeds
2016-11-30T01:01:54.389-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=Default] Task Completed : task-3
2016-11-30T01:01:54.389-05:00 info vmware-converter-worker[18380] [Originator@6876 sub=ThreadPool] Thread delisted
2016-11-30T01:01:54.397-05:00 info vmware-converter-worker[03832] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl][task-3] Generating task log bundle.
2016-11-30T01:01:54.434-05:00 info vmware-converter-worker[21324] [Originator@6876 sub=Default] Impersonating user URGENCES-SANTE\Sys_Adm_Srv in session 52bee208-07f7-7cee-6339-e044841cc531
2016-11-30T01:01:54.575-05:00 info vmware-converter-worker[21324] [Originator@6876 sub=Default] Stopped impersonating in session 52bee208-07f7-7cee-6339-e044841cc531
2016-11-30T01:01:54.575-05:00 info vmware-converter-worker[21324] [Originator@6876 sub=Default] ConverterConnection: KeepAlive timer canceled, StopKeepAlive succeeded
2016-11-30T01:01:54.827-05:00 info vmware-converter-worker[03832] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl] Created log bundle "task-3-fwnskfvh.zip" with size "119584" and CRC "-449129754"
2016-11-30T01:01:55.107-05:00 info vmware-converter-worker[03832] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl] Adjusted log bundle "task-3-fwnskfvh.zip" with size "717460" and CRC "1241159595"
2016-11-30T01:01:55.110-05:00 info vmware-converter-worker[17440] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl] Retrieving log bundle with key "task-3-fwnskfvh.zip" at offset = "0" and max size = "717460".
2016-11-30T01:01:55.668-05:00 info vmware-converter-worker[03824] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl] Deleting log bundle with key "task-3-fwnskfvh.zip"
2016-11-30T01:01:56.083-05:00 info vmware-converter-worker[03824] [Originator@6876 sub=Default] Stopped impersonating in session 52eff929-cbf1-c9ba-62b3-7cb9b7349d7f
2016-11-30T01:01:56.083-05:00 info vmware-converter-worker[03824] [Originator@6876 sub=task-3] Session is closing, releasing cached session objects
2016-11-30T01:01:56.083-05:00 info vmware-converter-worker[03824] [Originator@6876 sub=Default] ConverterConnection: KeepAlive timer canceled, StopKeepAlive succeeded
2016-11-30T01:02:42.465-05:00 error vmware-converter-worker[21324] [Originator@6876 sub=Ufa.HTTPService] Failed to read request; stream: <io_obj p:0x072341ec, h:-1, <pipe '\\.\pipe\vmware-converter-worker-soap'>, <pipe '\\.\pipe\vmware-converter-worker-soap'>>, error: class Vmacore::TimeoutException(Operation timed out)
2016-11-30T01:21:37.579-05:00 error vmware-converter-worker[17440] [Originator@6876 sub=Ufa.HTTPService] Failed to read request; stream: <io_obj p:0x07237a8c, h:-1, <pipe '\\.\pipe\vmware-converter-worker-soap'>, <pipe '\\.\pipe\vmware-converter-worker-soap'>>, error: class Vmacore::TimeoutException(Operation timed out)
2016-11-30T01:21:57.581-05:00 error vmware-converter-worker[17440] [Originator@6876 sub=Ufa.HTTPService] Failed to read request; stream: <io_obj p:0x07237a2c, h:-1, <pipe '\\.\pipe\vmware-converter-worker-soap'>, <pipe '\\.\pipe\vmware-converter-worker-soap'>>, error: class Vmacore::TimeoutException(Operation timed out)
2016-11-30T01:21:57.581-05:00 error vmware-converter-worker[03824] [Originator@6876 sub=Ufa.HTTPService] Failed to read request; stream: <io_obj p:0x072358cc, h:-1, <pipe '\\.\pipe\vmware-converter-worker-soap'>, <pipe '\\.\pipe\vmware-converter-worker-soap'>>, error: class Vmacore::TimeoutException(Operation timed out)
Maybe someone can give a tips for this, i'm lost
@+
How to take VMDK of local machine using sdk without giving username and password ? ?
How to take VMDK of local machine using sdk without giving username and password ?
I want to take vmdk of windows machine running in windows 2012 R2 .i installed Vmwareconverter Client in that same machine i want to take vmdk using gui i can able to take the vmdk.but i need to take vmdk using sdk?
Advanced Thanks For All your Answers.
Encrypted VM
Hello!
With ESXi 6.5 it's now possible to encrypt VM disks. Are there any plans to support CryptoSpec in VirtualMachineConfigSpec in Converter API so that target machine would be encrypted initially during conversion process? If so, do you have an ETA?