RVR-SFTPStor-103
-
Issue Summary
- The error code
RVR-SFTPStor-103indicates a problem with the private key file while trying to establish an SFTP connection using Data Integration platform. This error commonly occurs when the private key is incorrectly configured, missing, or not accessible. It is essential that the private key file is correctly formatted and placed in the appropriate directory with the right permissions.
- The error code
-
Action Steps:
- Verify Private Key File: Ensure that the private key file is in the correct format. It should be a
.pemfile typically generated through key-pair generation tools. - Check File Permissions: Ensure that the private key file has the correct permissions. Generally, the permissions should be
600on Unix systems, which can be set using the commandchmod 600 path/to/your/private/key. - Key File Path: Make sure the path to the private key file is correctly referenced in the connection configuration within Data Integration.
- Test Connection: After making any changes, use the "Test Connection" feature in Data Integration to check if the connection to the SFTP server is successful.
- Regenerate Key Pair: If issues persist, consider regenerating the key pair via your SFTP server's interface and update the connection settings in Data Integration with the new key.
- Whitelist IPs: Ensure that Data Integration IPs are whitelisted on your SFTP server to allow connections.
- Verify Private Key File: Ensure that the private key file is in the correct format. It should be a
-
External References:
- For more details on configuring SFTP connections, refer to the Data Integration documentation: SFTP Connection Setup.
- General SSH key management documentation can be found on SSH Key Management.
If the issue persists or you need further assistance, please open a ticket with Data Integration support.