When performing a new installation or upgrade of the Mainframe Data Providers for Automation Analytics & Intelligence (AAI), the installer fails shortly after confirmation with the following errors:
The error is caused by entering the Installation Library High Level Qualifier using single quotes (e.g., 'PROJECT.AAI') in the installation panel.
TSO allocation routines used by the installer automatically handle the concatenation of the HLQ. When manual quotes are included, they are treated as literal characters within the string, resulting in a data set name with nested/doubled quotes (e.g., ''PROJECT.AAI'.CAIZISPF.XMIT'), which is invalid under z/OS naming conventions.
To resolve the issue, re-run the installer and provide the High Level Qualifier without single quotes.
Installation Library High Level QualifierOS97.AAI24'OS97.AAI24'CAIZISPF.XMIT data set is now successfully allocated and the installation proceeds.