FTP

    [SAP EAI] FTP Error - FTPEx: 425 Unexpected reply codeCan't open data connection.

    Error Message FTPEx: 425 Unexpected reply codeCan't open data connection. An error occurred while connecting to the FTP server abc.com:21. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 425 Cannot open data connection.'. For details, contact your FTP server vendor. Cause FTP 425 에러는 FTP 서버에 접근하려는 클라이언트와 서버 사이의 데이터 채널이 닫혀 있거나 연결을 할 수 없음을 의미합니다. Solution ..

    [SAP EAI] How to set up an SFTP adapter

    [SAP EAI] How to set up an SFTP adapter

    SFTP Sender Channel Setting - SFTP 서버는 FTP 서버와 다르게 Server fingerprint 등록을 해야한다. - Server fingerprint는 FTP서버에 접속하게 되면 해당 주소를 16진수로 표현하여 리턴해주는데 이 값을 Server fingerprint값으로 넣어주면 된다. SFTP Receiver Channel Setting - Sender와 마찬가지로 Server fingerprint가 필요하다. - 추가로 Receiver의 경우 데이터를 넣어줄때 incoding이 필요한데 해당 incoding시에 Module 탭에 아래와 같이 값을 넣어주어야 한다. https://archive.sap.com/discussions/message/14223332#1422333..

    [SAP EAI] FTP Error - 550 Unexpected reply codeCreate directory operation failed.'. For details, contact your FTP server vendor.

    Error Message An error occurred while connecting to the FTP server 'HOST:PORT'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 Unexpected reply codeCreate directory operation failed.'. For details, contact your FTP server vendor. Cause of error There is no connection to the directory. 해당 디렉토리에 대한 접속이 되어지지 않음. Solutions 1. Grant access to the directo..

    [SAP EAI] java.net.SocketTimeoutException: Accept timed out

    [SAP EAI] java.net.SocketTimeoutException: Accept timed out

    FTP Sender Channel 에서 발생한 에러이다. FTP Error 내용 - Error occurred while connecting to the FTP server "127.0.0.1:21": com.sap.engine.interfaces.messaging.api.exception.MessagingException:java.net.SocketTimeoutException: Accept time out (local port 8080 to address 127.0.0.1 DNS name) , remote host unknown) 에러 원인 내용 중 Data Connection이 FTP 설정과 맞지 않아서 발생한 에러 해결방법 Data Connection : Passive(1023 이상의 랜덤포트 사..