cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SFTP duplicate file checking

monikandan_p
Active Participant
0 Likes
5,843

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.

View Entire Topic
azharshaikh
Active Contributor
0 Likes

Hi Monikandan,

My few cents:

1. Can you try to Change the Process Sequence based on Date instead of Name and check if it helps

2. You can use the Archiving Option to move the processed file to some other Dir to avoid it from getting re-processed.

Regards,

Azhar

monikandan_p
Active Participant
0 Likes

Hi Azhar,

     Thanks for your reply.

2. We suggest the archive method to client they will not accept and there is no option to delete the

file from SFTP, So that I implemented the duplicate file checking in SFTP channel config.

1. Kindly explain how to handle in module config- Processing sequence.

Best Regards,

Monikandan

Former Member
0 Likes

you can delete the file after processing right?