cancel
Showing results for 
Search instead for 
Did you mean: 

Error in BPM

Former Member
0 Kudos

Hello all,

I am trying BPM scenario MessageSplit.

My scenario is working successfully only for first message

suppose if source and target are like below

SrcMessage TgtMessage

Message1

A A

B Message2

B

only the first condition is getting executed successfully and second one is resulting in error.

Even if source message contains data in such way that only second message gets generated its getting failed.

if src contains only data for second message target is getting generated as

TgtMessage

Message1

Message2

B

is this a reason for failure.

I am not able to see in BPM work step how the data is getting generated after transformation step.

Could somebody help me in this

Thanks in Advance

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

1. Make sure that the correlation condition you are checking is correct.

2. Are you using fork step? If yes, then check the number of necessary branches you have mentioned.

3. Have you tested the Interface Mapping separately through IR? Check for the specified occurrences in interface mapping.

Regards,

Prateek

Former Member
0 Kudos

Hello Prateek,

I am not using any correlation id.

I have tested the message mapping in IR,which works fine

Target message occurences are 0..1

When i tested my message mapping for second message condition

output is getting generated as

TgtMessage

Message1

Message2

Data

Will this be a problem?

Former Member
0 Kudos

Hello

I am able to resolve the problem as there was some problem with the mapping.