cancel
Showing results for 
Search instead for 
Did you mean: 

BPM ERROR

Former Member
0 Kudos

Hi,

I'm developing a BPM with :

1) Receiver Step

2) TRansformation Step (1:n)  With

    Source message abstract interface, no multiline 

    Target message  Abstract interface, multiline --> DELEGADOS

3) Foreach Block with:

    MUltiline element --> DELEGADOS , multiline

    Current line --> UnDelegado , no multiline, scope Foreach

    Send Step --> message UnDelegado

BPM works fine and execute Transformation step, without errors. I can see multple created messages in its containter(  Workflow Log monitor)

But no ForeachStep is executed.... BPM return Error when executing services for node 0000000023 after transformation step and finishes with error.

What could be the cause?

Thanks, in advance

Carme.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184789
Active Contributor
0 Kudos

Hi Carme,

Have you monitored it through transaction sxmb_moni_bpe. In this t-code click on Integration process monitoring & see the step in which it is giving error.Also, is there any issue with the operation mapping? Make sure that you are using the same Interface for the multiline & current line element. In the operation mapping, you only change the occurrence of this Interface as unbounded.