The CA7AAI z/OS data provider task (AIS7SRVR) fails with a hard error when the target AAI server is rebooted for patching or maintenance. The task terminates and requires a manual restart once the server is back online.
The task fails with the following messages in the job log:
AI7.SXP2E: Call to AISZXSFT failed RC=357 - Check STDERR for messagesAI7.TM02S: CA 7 Server for AAI has failed at line 818 - Review LOG messagesAIS7SRVR FAILEDThe SSH STDERR may show connection errors such as:
EDC5140I Broken pipekex_exchange_identification: write: EDC5140I Broken pipeThe failure is caused by a hardcoded retry limit in the AISZXSFT REXX module. The CA7AAI task attempts to deliver report data every 30 seconds (by default). If the SFTP connection fails, the product follows a fixed retry sequence:
If the server remains unavailable after the second retry (a total window of approximately 90 seconds), the task reaches a "retries exhausted" state and terminates. In many patching scenarios, a server reboot can take longer than 90 seconds, leading to a fatal task failure
There is currently no configuration parameter in the ISPF panels or configuration files to adjust the number of retries or the wait intervals, as these values are hardcoded in the AISZXSFT source code.
AI7.TM02S failure message and automatically restart the AIS7SRVR task.A Product Enhancement Request has been submitted to make these retry intervals and counts configurable in future releases