Hello
We have overall 6 vCenter Servers registered in our vRO inventory. If I choose one of them, to run a workflow against, the workflow will nevertheless executed againt all 6 vCenters:
I have absolutely no idea where and how to start to solve this issue?
Has anybody made some times the same experience?
Kind regards
Hi
Can you post some code / logs to show the problem in action? It sounds like a bug unless there's some part of the workflow iterating over VcPlugin.allSdkConnections without filtering?
If you take a look here - http://grzegorzkulikowski.info/2020/05/08/vrealize-orchestrator-sdkconnection-list-vcenters/ - for a good example of how to filter that array
Hi
Can you post some code / logs to show the problem in action? It sounds like a bug unless there's some part of the workflow iterating over VcPlugin.allSdkConnections without filtering?
If you take a look here - http://grzegorzkulikowski.info/2020/05/08/vrealize-orchestrator-sdkconnection-list-vcenters/ - for a good example of how to filter that array
>>
@eoinbyrne wrote:... unless there's some part of the workflow iterating over VcPlugin.allSdkConnections without filtering?
Your suspicion that I could erroneously iterate over all vCenters unsettled me.
And indeed, after I examined my code again and very carefully, I found exactly this error in the code. It was still a "leftover" from the previous code when we only registered one vCenter.
I thank you a thousand times for your note. At the same time, I sincerely apologize for the trouble I caused.
Best regards