Solution
This error can occur when the path to the VI is incorrect, or the configuration of the VI's arguments and inputs are incorrect.
Follow the steps below to resolve this error:
- Double-check that the VI's path is entered correctly. The full command should take the form LabVIEWCLI -OperationName RunVI -VIPath "<Path>" <Arguments>.
- The VI's Connector Pane is required to take the form of the below image, where:
- 1 is an array of Strings as a Control.
- 2 is an I32 Numeric Indicator.
- 3 is a String Indicator.

- When passing arguments into the VI, ensure that they are separated with spaces. For example, passing arguments one and two will take the form LabVIEWCLI -OperationName RunVI -VIPath "<Path>" one two.