SAP/EAI

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

삐주 2022. 7. 6. 08:56
728x90
반응형

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

해결하기 위한 방법은 총 3가지 입니다.

1. FTP 서버 담당자에게 요청하여 클라이언트가 접근 할 수 있도록 port를 열어달라고 요청한다.

  • active mode 일때 ports 20 and 21
  • passive mode 일때 ports 21 and 1024 + (and higher)

2. File Receiver 채널의 Data Connection 설정을 확인하고 바꿔서 처리해본다.

  • active -> passive
  • passive -> active

3. 타임아웃 시간을 늘려준 뒤에 재처리 한다.

 

 

참고: https://answers.sap.com/questions/7815186/ftpex-425-cannot-open-data-connection.html

 

FTPEx: 425 Cannot open data connection | SAP Community

Hi, I am connecting to FTP servers using File Adapter (FTP Protocol). Adapters are running fine. But after couple of hours. When I place a file in FTP folder. Adapter status turns into red and displays below error. I believe this is because of the connecti

answers.sap.com

 

728x90
반응형