top of page

Troubleshooting failed workflows in vRealize Orchestrator 8.5.1

  • Writer: William B
    William B
  • Jan 11, 2022
  • 1 min read

vRealize Orchestrator is the automation engine behind vRealize Automation. I noticed recently that there were several jobs that were failing.

ree

One of these jobs, MOUNT ISO had returned a 400 OK message in the Service Portal:

ree







Upon inspection of one of the failed workflows, a message is displayed:

ree

The "TypeError: Cannot call method "filter" of undefined (Dynamic Script Module name : getWindowsVMsFromDeployment#77)" indicated to me that there was some kind of issue communicating with vCenter.


Troubleshooting vRO can be difficult, as it is a beast and has many moving pieces. A good place to start is checking to see if the underlying infrastructure is connected and synced.


By checking the inventory, we can see that there is an issue with the link toward the vCenter:

ree

Upon investigation, I determined that the password for the svc-vro-vsphere service account had been updated, this caused the user to stop working. To resolve the issue, we need to run the "Add a vCenter Server instance" workflow, and click RUN:

ree

Enter the VC username and password details and run the workflow:

ree

ree

After the workflow has completed, you will see that the VC connection is in much better shape now:

ree
















When I go back to a VM to run the MOUNT ISO wizard, it issue has been resolved, meaning that the workflows are working again:

ree





Comments


© 2021 SEVENLOGIC.IO

bottom of page