cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Correlation

Former Member
0 Kudos

Hi,

The scenario is like this:

1. 4 files are picked up initially using 4 receive steps.

2. A switch condition is used to route the following

a. If true, then perform multimapping of the 4 files

b. If false, Receive two more files on same correlation and perform transformation.

Problem is that we are only able to receive 4 files and scenario stucks (nothing in smq2). Graphical log displays scenrio successful before Switch statement. Can anybody help me out?

Also, is there any limitation for using correlation and receive step in such scenario?

Thanks,

Alok

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Any other comments.

BR,

Alok

Former Member
0 Kudos

Hi

According to your scenario after receiving 4 files your BPM shows succes before switch statement.

This is because as the condition become true it sends the files.

but the two receive steps having the same corelation wait for the file to come and perform transformation but they didnt receive and the scenario stuck as they are still waiting for the file .

Insatead of reciveing the two files here make another BPM for tht and trigger that BPM from this BPM.

that will solve your problem .

Regard's

Chetan Ahuja