cancel
Showing results for 
Search instead for 
Did you mean: 

two proxies getting triggered

Former Member
0 Kudos

hi ,

In SNC - BAAN scenario(proxy to IDoc).

when we publish the PO on WebUI, then two proxies, ReplenishmentOrderConfirmation_Out and ReplenishmentOrderNortification_Out are getting triggered.

Instead only ReplenishmentOrderConfirmation_Out should have got triggered.

Can anyone please suggest how we stop ReplenishmentOrderNortification_Out from getting triggered?

Regards,

Aditi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

in id , you have to delete Interface determinitaion of the " ReplenishmentOrderNortification_Out" if dont need .that is only one chane because we dont need to create proxy sender communication channel .

former_member184681
Active Contributor
0 Kudos

Hi Aditi,

Simply check your Receiver Determination and Interface Determination objects and delete the unwanted receivers from there.

Hope this helps,
Greg

iaki_vila
Active Contributor
0 Kudos

If you don't want to lose that ID objects you could change the adapter status to inactive but you would have an error in sxmb_moni.

Regards.

Former Member
0 Kudos

The proxies are getting triggered in SNC.

So there are two messages in SXMB_MONI of both SNC and PI.

If I remove Receiver Determination and Interface Determination from PI, then the corresponding message with  sender proxy as ReplenishmentOrderNortification_Out, fails in PI.

Former Member
0 Kudos

yes failed ......

one more option in esr  might be it's work that is  u have to change dummy changes in Service interface (ReplenishmentOrderNortification_Out) and it ll leave save mode .

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Aditi,

better to write  logic in SNC Proxy to call trigger correct proxy program based on data, if you chage ID configurtaion you will have two messages in MONI and most of the customers will not accept this.

Regards,

Raj