cancel
Showing results for 
Search instead for 
Did you mean: 

Extended EOIO error handling issue

GauravKant
Contributor
0 Kudos
518

Hi Experts,

I am trying to use EOIO error handling for auto removal of message from queue but it is not working.

I am on SAP PI 7.31 SP 14 00 and XPI Service: Messaging System has set to true: messaging.eoio.extendedErrorHandling.enabled.

Configured as below:

Please let me know if i am missing anything here. I suspect this could be a patch issue as we are on patch 00.

Thanks in advance !!

Thanks,

Gaurav Kant

View Entire Topic
former_member145306
Discoverer
0 Kudos

Hi Gaurav

I am trying out in 7.5, but it is not working for me. Can you guide me please. below are details.

I have flow as below S4 Hana (on-premise) -> SOAP (proxy) -> PI/PO -> JDBC & REST -> Target System requirement - messages to be processed sequentially i.e. EOIO limitation - extended EOIO error handling i.e. if a message fails, it should be removed from queue & further messages should get processed try-outs till now -
  1. modified ABAP program to define queue name in S4 itself & send the messages sequentially to PI/PO
  2. messaging.eoio.extendedErrorHandling.enabled set to true
  3. configured queue name with wildcards in Extended EOIO error handling in NWA monitoring,
Issue - messages getting processed in queue, but extened EOIO error handling not working