cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate File Handling using Adapter Module

former_member185881
Active Participant
0 Kudos

Hi All

The Scenario is like this------

XI is picking a files from FTP location.

Duplicate files are also getting picked by XI.

To handle this i have written a module which is finding it out wheather the file is duplicate or not. If the file is not duplicate then it is getting processed.

Now the problem i am facing is -


I dont want to process the file if it is found duplicate, then what code i should write.

What are the ways i can stop the processing of duplicate file.

Regards

Dheeraj Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

santhosh_kumarv
Active Contributor
0 Kudos

Check this wiki..

http://wiki.sdn.sap.com/wiki/display/XI/DifferentwaystokeepyourInterfacefromprocessingduplicate+files

~SaNv...

former_member200962
Active Contributor
0 Kudos
former_member185881
Active Participant
0 Kudos

Hi

I have implemented a module in which i can find out wheather the file is duplicate or not. If the file is not duplicate process the file.

now the problem is --- if file is duplicate then i dont want to process the file.

How can i achieve this?

Regards

Dheeraj Kumar

Edited by: Dheeraj Kumar on Nov 30, 2009 3:21 PM