After upgrading the IWS/z Server for AAI to version 24.2.2 (or later), the started task fails to initialize with the following error messages in the log:
The zFS Data Path parameter (AIZULOC) in the server configuration (SRVRSCFG) is incorrectly set to the zFS dataset name instead of the Unix System Services (USS) directory mount point.
In newer versions of the AAI Mainframe Data Provider, the server requires a valid USS directory path to create internal temporary files (like SADDCOM) used during the data delivery process. If this field points to a dataset name, the allocation fails because the server expects a filesystem path.
To resolve this issue, update the instance configuration to point to the correct USS directory path where the zFS volume is mounted.
From the mainframe console (SDSF) or a USS session, verify where the zFS dataset is mounted:
D OMVS,F (Look for the dataset name and its corresponding mount point).df -vNote: Ensure the directory path (e.g., /opt/broadcom/aai/data) is recorded exactly as shown.
AIZCPRIM member in your CUSTLIB).Ensure that the User ID assigned to the AAI started task has full Read/Write/Execute (RWX) permissions for the USS directory specified in the zFS Data Path field.
Restart the IWS/z Server for AAI started task. The server should now successfully allocate the required files and complete activation.