vCAC Plugin 6.0.0.29 Fails to show all VirtualMachines
Hello vCO experts, I've been having some trouble with the vCO plugin for vCAC (version 6.0.0.29) running on vCO 5.5.0. Specifically, when I try to expand the folder of VirtualMachines or run the...
View Articleerror performing bulk delete - deadlock with vco 5.5.2 & vCloud Plugin
We have upgraded our lab vCenter/ESXi/vCO/vCloud to 5.5.2 and discovered a new bug. When running a workflow that includes the "instantiate a vapp" in parallel. error performing bulk delete -...
View ArticleSmallest vm by datastore
I'm trying to find a way to output the smallest vm inside a datastore input. When you use vm.summary.storage.committed you can be looking at several vmdks that span multiple datastores. I have this but...
View Articlecom.vmware.vcloud.api.rest.schema.SmtpServerSettingsType error
hello, I am trying to figure out why my workflow has stopped working. I was testing adding an org to vCD and it worked fro a few days but now will not build orgs.I have set up the vco mail plugin as...
View ArticleInstall SQL Server after clone VM
Hi All, I have a little trouble here, I create workflow for automation deploy vm from template.. I'm using sysprep template and join domain everything working fine..I just confuse how to install SQL...
View Articlecann't login into web client
I can not login into my vCO web client (several failed retries), with following error message: Login failed: User/password mismatch or account temporarily blocked after too many unsuccessful attempts....
View ArticleMultiple vCenters in vCO VC Plugin
Hi,I am planning having multiple virtual centers registered in the vCO plugin. How can I determine the datacenters within each virtual center? I am looking at the following code: return...
View ArticleUnable to login to vCO through vCO client. "Invalid Username/Passsword"
Hello, I have deployed vCO 5.5.2 virtual appliance. I have successfully configured vCO but cannot login using vCO client.I get invalid username and password. In the vCO configuration, under...
View ArticleType casting in vCO?
Hi, We are using Create Business Group workflow in vCO 5.5.2. We have customized a workflow which takes the data from a csv file and passes on the required values to Create Business Group workflow....
View ArticlevCO Presentation Dynamically Updating from MySQL DB action
Hello, I am creating a workflow to write and read from a database. My current use case is that I want to run the workflow and type in a project ID. From this project ID I want to search the MySQL...
View ArticleHow Decision tree works
I have attached my workflow. Very simple , I have 2 applications i want to install. SQL & IIS. My decision tree is if SQL equal True, if IIS equal true. the issue is, that if SQL is true, it does...
View ArticleThrottle a specific workflow to only execute so many in parallel
I have a requirement to only allow a specific workflow when executed to only run in parallel up to a specific number. Does anyone have any advice on the logic I should use? An external system is...
View ArticleSnapshot information from vCO
Hello, I am migrating some reports generated from PowerCli to vCO, this one gets all the snapshot information: $VMsWithSnaps = @(Get-VM | Get-Snapshot | Select vm,name,sizemb) In vCO I have not find a...
View ArticleNAA ID for RDM
Hello,What I am trying to do is try to find the NAA ID for an RDM volume that a VM is using. When I search the MOB I am able to find something of what looks like the NAA ID by going to the datastore...
View ArticleDatastore "undefined"
When I try to access information for the virtual machine I keep on getting undefined. My input is a vm and this is my quick script //get VM Datastorevar virtualMachineDataStore =...
View Articlecustom vm deployment workflow - folder and datastore
Start off by saying I am new to vOrch and JavaScript (JS). I am trying to build a custom workflow in vOrch 5.1 that will take in parameters and inputs to spit out a Windows 2008R2 vm. I will be using...
View Articlevco db move
Hi, I have standalone vco 5.5 deployed on windows 2008 server with db configured on external 2008 sql server in npn. I want to move db instance from existing sql server to prod sql 2008 server and...
View ArticleHow to add server into AD group
Hi there, I am looking for the way how to add server into AD group using workflow "Add computers to group members".I have deplyment workflow where server AD account is created and I know and can find...
View ArticlePcipassthru
Hi! Could anyone be kind enough to provide me an example how to add a pci passthru device to a virtual machine?
View ArticleReturn the vCenter data center that a VM is the child of?
Hi all, I'm still hacking my way through learning vCO. I have the need to return the name of the vCenter data center that an existing VM is the child of for a workflow I'm working on. Is there an easy...
View Article