Purpose is to get the possibility to perform sendevent commands from Jaws Client.
After installing an Autosys client on the AAI platform host and specifying the application server and port number in "Autosys API Cxn configuration" the test connection fails.
Release : 6.4.1
Component : AUTOMIC AUTOMATION INTELLIGENCE INTEGRATION FOR AUTOSYS
Execute following steps to address the connection failed message.
1. in <install_aai_dir>/jaws.sh , added at the start of the script following export statement
export LD_LIBRARY_PATH=/opt/CA/WorkloadAutomationAE/autosys/lib:$LD_LIBRARY_PATH
2. replaced "<install_aai_dir>/autosys_api/lib/asapi.jar with the one from $AUTOSYS/lib/asapi.jar
Stop/start JAWS.
Validation of test connection should work.
Here are the next steps to configure further the "sendevent" feature.
1. Setup an EEM Domain on your Jaws client.
2. Set up an EEM Policy
3.Running Sendevent Commands from Jaws
You can check for error messages in the hibernate.log in case validation of connection test fails.
One more requirement being that the autosys client needs to be installed on the AAI server and $AUTOSYS environment needs to be set before starting AAI .
We can also add this line at the start of the jaws.sh script
export AUTOSYS=/opt/CA/WorkloadAutomationAE/autosys