Good morning!
I want to clone a VM in vmware Orchestrator. By now, I try this by using the existing "Clone VM" Element in my own Workflow.
But every time I start my script i get a errormessage wich told me "Action 'vim3WaitTaskEnd' not found in module : com.vmware.library.vc.basic".
If I look into the vCenter I can see the clone task started right. In the Actions in Orchestrator "vim3WaitTaskEnd" isn'r findable.
with kind regards
Malte
it seems like your VC plugin isn't loaded properly and therefore the corresponding workflow/actions didn't get installed. Can you check the configurator to see if everything is green?
Thanks,
Sia
all items look fine (green) in the configurator.
Other Modules work fine in VCO. Is it possible to make a repaireinstall or to reimport the vc plugin?
Thanks, Malte
It seems that your VC plug-in is not registered correctly. You can try un registering the VC plug-in, by removing the vmware-vmosdk-vc40.dar from the plug-ins folder (path: ) and temporarily storing it to some other place in your system. Then restart the VCO server and paste this dar file again to the original folder, and again restart the server.
(Make sure you restart the server after making the above changes)
Hope this helps.
-Angela
Do you have the package for vcenter in your package list?
Hello,
thanks a lot for the answers. i tried to reimport the vmware-vmosdk-vc40.dar file but this didn't solve my problem.
But now i found a working soluttion
1. I unpacked the vmware-vmosdk-vc40.dar file with 7zip.
2. I imported the com.vmware.library.vcenter.package (in vmware-vmosdk-vc40/resources/packages )into the vCenter Orchestrator Client (Packages right click import)
After this i could use the vim3WaitTaskEnd Action.
Malte
-Answered-