cancel
Showing results for 
Search instead for 
Did you mean: 

Error in FTPS Sender channel while file Archive

Former Member
0 Kudos

Hi All,

I get the below error in the sender FTPS channel when the adapter tries to archive the file from the location.

Attempt to delete file "PART_123" failed. Unable to proceed: com.sap.aii.adapter.file.ftp.FTPEx: 534 Unexpected reply codeRequest denied for policy reasons.

We are trying to access a file from a folder in Mailbox. The file gets picked up and sent to the target location. But the channel is in error status when it tries to archive the file to a local folder in PI server.

Kindly refer the attached screenshot for detailed error log.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prabhu,

In General, If the server is not willing to accept the specified protection level, it should respond with reply code 534.

Please check the port that you have configured to connect to local FTP. if local FTP is not secure enabled, then SFTP ping will not have permissions to access local directory.

Also check user has required roles to place files in archive directory.

A good test is to install FileZilla (telnet or winscp) locally on the FTP server and try to place files in file directory with same user configured in channel.

Regards,prasanth