cancel
Showing results for 
Search instead for 
Did you mean: 

FTP(s): Failed to delete file after processing

Former Member
0 Kudos

Hello,

We have a scenario weher we use a sender file FTP(s) adapter. The SSL connection works fine and also we are able to pick up the file and process it in our scenario. Also the file is deleted from the FTP server. However in the communication channel monitor we get the message: Failed to delete file 's412.Response_xxxxxx..txt' after processing.

We've switched trace level to debug mode and the following information we get when the delete action is executed:

Sending command to FTP server: DELE s7520.Response_xxxxxx.txt

Exiting method with 550 Requested action not taken

ftp server returns reply '550 Requested action not taken'

File 's7520.Response_xxxxxxx.txt' - deleting after processing failed - retry

FILE_ERR_034

It seems that there is no authorisation for deleting the file however the file is deleted.

The ftp server we connect to is synchrony gateway from axway.

Anybody a clue?

Thanks in advance,

Emile

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Seems to me an authorization issue, check with Basis whether you have authorization to delete the file.

Regards,

Pavan

former_member187339
Active Contributor
0 Kudos

Hi Emile,

It seems the error is due to insufficient authorization.

Check your FTP folder have read,write and delete rights.

Regards

Suraj