The Powershell script executed within the JOBS is failing withe error message below.
Exception calling "SecureStringToBSTR" with "1" argument(s): "Value cannot be null.
Parameter name: s"
====================================================================
Component: CA Automic Workload Automation - Automation Engine
Release : 21.x
The powershell script is sexecuted with the parameters below.
pwshell.ps1 -vip <hostname/IP address> -username <username> -domain LOCAL -wait -progress -outputlog -abortIfRunning -jobName <jobname>
The pwshell.ps1 contains the script below, which prompts for password. This is where the error message is coming from since the parameters provided when running pwshell.ps1 does not contain any password.