AutoSys Agent install fails with any of the below errors:
AUTOSYS_INSTALL_LOCATION is not set in this shell. Start a new sessionExecute Custom Codeclass cybermation.iainstaller.library.CybFatalException FatalInstallException AUTOSYS_INSTALL_LOCATION is not set in this shell. Start a new session
Custom Action: cybermation.iainstaller.library.CybFatalExceptionStatus: FATAL ERRORAdditional Notes: FATAL ERROR - class cybermation.iainstaller.library.CybFatalException FatalInstallException: AUTOSYS_INSTALL_LOCATION does not match the AUTOROOT_PATH specified
Custom Action: cybermation.iainstaller.library.CybFatalExceptionStatus: FATAL ERRORAdditional Notes: FATAL ERROR - class cybermation.iainstaller.library.CybFatalException FatalInstallException: AUTOSYS_INSTALL_LOCATION cannot be set manually
Execute Custom Codeclass cybermation.iainstaller.library.CybFatalException FatalInstallException AUTOSYS_INSTALL_LOCATION, Registry setting and AUTOROOT_PATH is not set
Starting version 12.0 onwards, when autosys_mode=true is used during the Agent install, we need to make sure that the AUTOSYS_INSTALL_LOCATION is shared across components the right way.
On Unix/Linux:
/etc/profile.CA exists, with a reference to AUTOSYS_INSTALL_LOCATION then source that file before running the setup. Basically AUTOSYS_INSTALL_LOCATION env variable should be in the shell prior to running setup.AUTOSYS_INSTALL_LOCATION and AUTOROOT_PATH values should be match, or else installer will quit that they're not sameAUTOROOT_PATH specified in the silent_install.properties file. Then creates /etc/profile.CA with AUTOSYS_INSTALL_LOCATION and other environment variables added to it. If you need to add another agent, follow step#1 above.
On Windows:
HKLM\SOFTWARE\WOW6432Node\ComputerAssociates\Unicenter AutoSys JM\11.3_base\Environments\AutoSys and/or HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\Unicenter AutoSys JM\11.3_base\Environments\AutoSys (as well as check Environment Variables section under System/Control Panel for AUTOSYS_INSTALL_LOCATION)AUTOSYS_INSTALL_LOCATION) AUTOROOT_PATH and AUTOSYS_INSTALL_LOCATION cannot conflict each other, if present, their values should match.AGENT_UPGRADE_PATH environment variable is used to identify which agent needs to be upgraded. Upgrade then adds a new env variable AUTOSYS_INSTALL_LOCATION. We can't change current AGENT_UPGRADE_PATH to a new location as part of upgrade.