How can I compare parameters that have been modified between two AAI environments?
Release : 6.3.0-1
Component : AUTOMIC AUTOMATION INTELLIGENCE INTEGRATION FOR AUTOSYS
Any parameter changes that are modified from their default value in the configuration tool are stored in the JawsProperties table.
You can run the following query and export to a csv file to get a list of non default parameters and their current values.
select * from JawsProperties;