cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to create two correlation id's for same message in BPM

Former Member
0 Kudos

Hi All

Is it possible to define two correlation id's for the same correlation in BPM.. intially we defind one field as a correaltion id but in some rare situations we are getting two fiels at time containing the same correlation id then it is generation two instances for them ,but only one instance is executing and another one is in wait mode,in monitoring its showing TBDL (to be deliver mode)...we added one more field as a correlation id in correlation editor, but its not working only the first id is working.

Seeking your valuable suggestions.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Correlation is always unique, you cannot add two correlation for same message.

--Sarvesh

Former Member
0 Kudos

Are you correlatiing on a field whose occurence is more one 1(like 0..unbounded).?

if you want to correlate on the first occurence of that field then you have to specify in the XPATH.

try [1] at the end of xpath

If the field contains a structure, select Multiline.

refer [this|http://help.sap.com/saphelp_nw04/helpdata/en/ab/13bf7191e73a4fb3560e767a2525fd/content.htm] for how to specify XPATH