Leaving Sender File Deletion to FTP Service
When a file is picked up and processed by File Sender Channel, it is either archived or deleted to avoid being processed again in the next poll. In order to remove the file from the source directory, the sender channel sends a DELE command.
Some FTP service providers do not want the PI system to delete the file and rather wish to have FTP service do that task after the message is processed. In order to allow such scenario, SAP has introduced a new parameter: ftp.ignoreSourceFileDeletion. This parameter can be set in the advanced mode. The default value of this parameter is false, which means that the channel can delete the sender file. If this parameter is set to true, DELE command issued by the channel is ignored even if archive/delete option is selected as 'Processing Mode'.
Some FTP service providers do not want the PI system to delete the file and rather wish to have FTP service do that task after the message is processed. In order to allow such scenario, SAP has introduced a new parameter: ftp.ignoreSourceFileDeletion. This parameter can be set in the advanced mode. The default value of this parameter is false, which means that the channel can delete the sender file. If this parameter is set to true, DELE command issued by the channel is ignored even if archive/delete option is selected as 'Processing Mode'.
Comments
Post a Comment