cancel
Showing results for 
Search instead for 
Did you mean: 

Send step failure situations?

0 Kudos

Hi All,

I would like to know in what all distinct situations a send step from BPM (Sync or Async) can fail? Idea is to catch such error/exceptions and raise corresponding alerts in my BPM.

I would much appreciate getting a list from your project experiences rather than scholarly knowledge.

Cheers.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member206760
Active Contributor
0 Kudos

calvin,

i a sync send step , u need to specify a message which corresponds to a outbound sync interface....

now suppose if the receiver is jdbc , the request message type say is MT

then the response message type has to be appended with response...so respnse mt will be MTresponse else you will get error.

also the same applies to inbound synchronous intrface

Former Member
0 Kudos

Hi,

If you are calling a mapping from the receiver determiation of the Send Step, then a mapping error is a possibility.

For a Sync Send: The same can happen. in addition to that,

The target may not be available,

the response from the target may be delayed causing a timeout.

Regards,

Balaji.M

Former Member
0 Kudos

I have experienced one scenario of this type

When there is no receiver determined and runtime tries to send the payload to target this error has occured

the reason behind was mapping error as a result not able to determine the receiver interface and failed to identify the receiver.

Regards

Rajesh