cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate file handaling problem

Former Member
0 Kudos

Hi All.

We are using duplicate file check in mapping level using UDF to avoid duplicate files.Hear we are having one problem when any error occurs in mapping at that time if We try to reprocess the data in MONI the data is not processing as the file name is maiintained in duplicatefile already .

So is their any solution that successfull files only maintaining in duplciate files ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Where do you make an entry to the duplicate file ? Is it at the beginning of the mapping ? You can either put this towards the end of mapping or use BPM and have a BPM step to insert an entry to the duplicate file after a successful transformation step. Alternatively, you can also develop an adapter module at the receiver to write an entry to the duplicate file after successfully processing the input file.

Regards,

TK

Former Member
0 Kudos

Hi,

Can't you maintain this duplicate file check at the sender channel level?

As in this approach, if anything goes wrong with mapping, you will still be able to reprocess it in MONI.

-Supriya.

Former Member
0 Kudos

HI,

How can U brief Me?

Regards,

Prasad.

former_member207622
Contributor
0 Kudos

you can have a adapter module at the sender

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

Regards

Ninad