When trying to start the CA7 Mainframe Data Provider STC for AAI it fails with the error below:
===============================================================================
= W A R N I N G =
= UNAUTHORIZED ACCESS PROHIBITED/ACCES INTERDIT =
===============================================================================
--SFTP END--------------------------------------------------------------------
AIZ.SF11S: SFTP Authentication to AAI Server failed - check SFTP log
AIZ.SF91S: SIGNAL XSFTFAIL occurred from line 357
--FAILURE---------------------------------------------------------------------
AIZ.SF92S: SFTP invocation failed on 25/07/23 at 06:14:59
AIZ.SF97I: Performing cleanup processing for failed delivery
When running the SFTP test task AIZTyyyx it shows the error below:
zERT SIOCSECATTR failed: no connected socket found
__catgets: NLS setup complete (1), using message catalog
Connection closed
--SFTP END--------------------------------------------------------------------
AIZ.SF11S: SFTP Authentication to AAI Server failed - check SFTP log
AIZ.SF91S: SIGNAL XSFTFAIL occurred from line 357
--FAILURE---------------------------------------------------------------------
AIZ.SF92S: SFTP invocation failed on <timestamp>
AIZ.SF97I: Performing cleanup processing for failed delivery
--FAIL--------------------------------------------------
AAI
CA7 Mainframe Data Provider
The SFTP connection is unable to authenticate.
Verify that the SFTP private and public keys have been generated and the public key is copied over to the AAI server's ~/.ssh/authorized_keys file for the user that is being used to connect to AAI as documented here.
Verify the permissions are setup on the directories and files are as below:
On the CA7 side in omvs, the user's home directory will be the user starting the STC below:
chmod 700 <user’s home directory>
chmod 700 <user's home directory>/.ssh
chmod 600<user's home directory>/.ssh.ssh/id_rsa
On the AAI server the user's home directory will be the user being used to connect to the AAI server via SFTP:
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys
Once this is set attempt to start the STC again.