When running any autosys command like 'autostatus -x', why do I get this error message?
Resource bundle is not available while looking for key="CAUAJM_E_80003".
You get this error message when the Autosys environment is not properly set.
If your instance name is for example DV1 and installed in the default CA WAAE location, before running any command, you have to source the environment with:
. /opt/CA/WorkloadAutomationAE/autouser.DV1/autosys.sh.*
OR
You can source the above profile in /etc/auto.profile by simply adding the line . /opt/CA/WorkloadAutomationAE/autouser.DV1/autosys.sh.* to the bottom of the file.
If you're running the command on Windows, running it from a CA WAAE Command Prompt.