cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Synchronous Receive Problem.

Former Member
0 Kudos

I have a following scenario

Outbound Interface : Send Message to through SysA BPM.

BPM :

Receive Message ( Synchronosuly )

This opens Sync/Async Bridge.

Transofroms

Send Message to Other Sys ( Sync)

Close of Sync/Async bridge.

I have defined the receive Determination and Intefrace Determination (but no agreement as not needed)

The receiver agreement for BPM looks like below

Sender : SysA

Receiver : BPMProcess.

Interface Determination looks as below

Sender Interface : SenderInterface.

Receiver Interface : Abastract Sync Interface (BPM)

There is no interface mapping.

When I post the message on Outbound Interface it complains NO_RECEIVER_CASE_BE:

which suggest that there is no Receiver Determination.

I am not sure where I am missing the configuration.Any pointer would be greatly appreicated.

Thanks

Samir

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for response.The problem is in receiving message by BPM not the sending message out of BPM.

As explained in the scenario BPM is configured to recieve the message synchronously (Opens Sync/Async Bridge) and then does some logic to split the message and send each one to different sys ( synchronously) and then closes the bridge.

The problem is when the message is sent from outbound Inteface ( exposed as WebService) the receiver BPM is not getting it.

I have configured the recevier determination and Interface determination which looks like below.

Interface Determination:

Sender : SenderSys

Interface : OutBoundInterface_Message (Sync , outbound)

Reciver: : BPM

Interface : BPM_Interface ( Sync, abastract)

Receiver Determination:

Sender : SenderSys

Interface : OutBoundInterface_Message

Inbound Recives: BPM

But when I try to post the message on OutBoundInterface which actually should have received by BPM it complains the following:

NO_RECEIVER_CASE_BE:

Hope this explains my problem more clear.

former_member185751
Contributor
0 Kudos

Hi Samir,

Try this thread:

When you are finally posting the message from the integration process to the end business system ...you need a Receiver Agreement which uses the "hard" message interface.Have you created and configured it?

Regards,

Sridhar

Message was edited by: Sridhar Rajan Natarajan