vRO 7 client creating new connection every time I synchronize to another server
Every time I sync a change I'm getting a new connection showing up in the browser pane. Attaching an example. If I close down the client and start it back up it clears up the ghosting.
View ArticleDefault Active Directory server not set.
Hello I am simply running a script and the only line of code is:var OUs = ActiveDirectory.search('OrganizationalUnit', 'testOU'); This simple line is erroring out. I know the object is there because I...
View Articleconvert vmdk to eager zero
Hello, at the moment i'm using a pre defined workflow in the orchestrator to create a virtual machine. My problem is, that I only can choose between thin or thick lazy zero provisioning. In my usecase,...
View ArticleGet recurrence-pattern and recurrence-cycle of scheduled tasks
Hi there, I am trying to fetch all scheduled tasks of vCO inside of a Scriptable Task like this: var tasks = Server.findAllForType('Task'); for each (var t in tasks) { // print information // ... }...
View ArticleAD plugin - move ADUser to different OU
Hi,I am looking for a way to make vCO move an ADUser to a different OU. I can't find any action items that would help, but I am hoping there are some commands for contained or user objects that would...
View ArticleExit code from run process in guest not being passed out of workflow
I’ve got a workflow that runs a process in a guest OS, then loops until I get an exit code and I want to pass that exit code back out but it’s not working. Basically my code looks like: for (i=0; i...
View ArticlevRO 7 Presentation issues
I recently upgraded to vRO 7 (an in-place upgrade from 6.0.2). I have a customized "clone vm" workflow that had the user select the vmFolder, the Cluster, the Resource Pool, and the Storage Cluster...
View Articlestrange error on reconfigure vm task
Since migrating (fresh installs) to vCenter 6 and vRO appliance 6.0.3, I seem to be getting more and more random failures in elements that have never failed before. I've posted previously about random...
View ArticleDatastore-Esx
Hi, I want to create a workflow\script which give me back a list of ESXs for a specific datastore. Thanks!
View ArticleReferenceError: "SOAPHostValidator" is not defined in vRO7.0 with SOAP...
Hello,I am trying to register an application with in-built 'Manage SSL certificates' workflow shifted with SOAP plug-in : (SOAP 2.0.0.3346212 ) in vRO 7 environment.In that workflow there is an usage...
View ArticleReferenceError: "SOAPHostValidator" is not defined in vRO7.0 with SOAP...
Hello, I am trying to register an application with in-built 'Manage SSL certificates' workflow shifted with SOAP plug-in : (SOAP2.0.0.3346212 ) in vRO 7 environment. In that workflow there is an usage...
View ArticlevRO 7 workflow "Import vCenter Virtual Machine" doesn't allow you to specify...
Steps to reproduce:I created a virtual machine in vCenterI ran the workflow Import vCenter Virtual MachineI selected the newly created VM, host, reservation, added a valid owner and identityUser The...
View ArticlePowershell Transcripts with vRO Powershell Plugin
Hi, I am running some powershell scripts on a host via vRO and would like to utilize the Transcript functionality in Powershell (Create a Transcript of What You Do in Windows PowerShell). It seems...
View ArticlevRO 7 / AD Authentication Latency
Hi, I've configured vRA 7 to use LDAP > AD Authentication. Despite using a subtree of the directory for searches the login latency is crazy (over 20 minutes). Obviously login is cache'd as after the...
View ArticleChange Users password workflow - modify input account
hi all, I'm looking at the inbuilt ad change password workflow which is fine if i select a user however id like to be able to just enter the username rather than selecting from a list. Ive tried...
View ArticleAttributes Types - Properties
Hello, I've been converting some workflows that had a lot of scriptables task in a single workflow, into separate workflows, that will be re-usable. In that original Workflow, I had some Attributes,...
View ArticleRevert the plugin version
Hi, We have been using the AD plugin v1.0.6 on all the environments. And we have installed the new AD plugin for vRO v2.0.0 version on one of our Non-prods. some of the actions/modules in the new...
View ArticleWhich is faster VcPlugin:getAllVirtualMachines() OR...
Can anyone tell which is faster out of VcPlugin:getAllVirtualMachines() OR VcSDKConnection:getAllVirtualMachines()?
View ArticleHow to log vCO vRO action name programatically?
Anyone knows if we can log action name programatically just like a workflow name can be done, something like Workflow.action.name? This helps to identify from which action the failure occurred.
View ArticleUse VMware tools to change guest ip
Is there any way to invoke VMware Tools of a VM to change ip settings in the guest OS from an orchestrator workflow?Thanks a lot.
View Article