Hi,
I am using BPM to pick the two files and merge to one it sent to Receiver. If My source folder is having two files bpm successfully processing the file for example I am having file names like this
SAP_08-01-2011_1.TXT AND SAP_08-01-2011_2.TXT
The files are coming to XI through schedular automarically. Some times the 2 set of files are coming to XI at a time like this
SAP_08-01-2011_1.TXT AND SAP_08-01-2011_2.TXT and SAP_09-01-2011_1.TXT AND SAP_09-01-2011_2.TXT
In this situation XI some times it is picking the other date file and try to process in BPM in result wrong data is going to receiver.
Like
SAP_08-01-2011_1.TXT AND SAP_09-01-2011_2.TXT are processing
*ACTUVALLY SAP08-01-2011_1.TXT AND SAP_08-01-2011_2.TXT FILES NEED TO PROCESS*_
How to avoid this processing in BPM means same set of files need to be executed in BPM .
I am using BPM below steps to achive this
1. FORK STEP
2. TWO RECEIVE STEPS
3. TRANSFORMATION STEP
4. SEND STEP.
To process the same set of files
SAP_08-01-2011_1.TXT AND SAP_08-01-2011_2.TXT need to process in BPM
SAP_09-01-2011_1.TXT AND SAP_09-01-2011_2.TXT need to process in BPM
If we want to send the same set of files to BPM wht need to do .
Regards,
Eswar