cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear Experts,

         I have done the development  SFTP->PI->File(FTP) and its working fine, But I don't want to process the duplicate file.

Issue in Detail:

   Every day our client will placing the file in SFTP, one file per day and no need to process the duplicate file. So that iam checking the duplicate file in channel configuration. So everyday we need to pick the latest file from SFTP using PI.

  PI is picking the latest file and updating in FTP and after 2hrs PI is again picking some of the random duplicate file from SFTP folder and updating in FTP and I increased the modification check in SFTP channel configuration, but the problem is still persists.

Kindly give some solution to resolve this issue if any body face this.

Best Regards,

Monikandan.

0 Likes
View Entire Topic
0 Likes

Hi,

In this case, You can use Extended receiver determination to identify today's file by reading all files from your sender channel and make sure you are processing the today's file in target mapping in the first step. Then select the check box of "Ignore error message" in determination of ICO.  If it is huge number of files available in your source, it may not be good idea but certainly will meet your requirement.

Regards,

Umamahesh.