The operator fails for any of the following reasons
The user provides invalid input; for example: empty inline script, empty remote host, negative port, and so on.
The user specifies an Inline Script Type other than ‘.bsh’ and ‘.js’.
Unable to establish a connection to the remote host. Review the remote host and port provided to the operator.
The user provides an unknown host in the remote host.
The user provides a complex data type in the list of parameters. Complex value types (arrays, Value Maps, and so on) cannot be passed to the script. Use simple value types such as Double, Integer, Long, String, Date, and Boolean.
When executing a ‘.bsh’ or ‘.js’ script:
Parse or syntax error while evaluating the script.
The script threw an exception.
An error occurred when executing the script.
Error when retrieving a variable from the scope of the script (at the end of execution).