cancel
Showing results for 
Search instead for 
Did you mean: 

BPM in CACHE won't activate. Fault message is not defined

Former Member
0 Kudos

Hello All,

After adding fault messages to our RFC scenarios, our BPM will no longer activate from transaction SXI_CACHE. The ReturnCode is 99. When we attempt to do a manual activation, we get an error which reads:

<b>Send step: Fault message '722783b5171311d9881bd5c4c0a8a777' is not defined</b>.

Have any of you seen this before?

We have mappings for the fault messages in interface mappings. Is there something else needed in the BPM itself?

Thanks,

Jimmy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Have the exact same problem, any suggestions?

Former Member
0 Kudos

From OSS:

The synchronous send steps define a fault message as exception. In this

case you have to wrap a block around every one or all send steps.

The block catches the exception, in your case the fault message.

The problem is, if no handler is defined, the import of the process fails (SXI_CACHE).

So modify the process, wrap a block with exception

handling around the send step and activate once more.