cancel
Showing results for 
Search instead for 
Did you mean: 

Extended EOIO error handling issue

GauravKant
Contributor
0 Kudos

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

GauravKant
Contributor
0 Kudos

Hi,

Has anyone faced this issue? Please provide input. Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

JaySchwendemann
Active Contributor

Cheers

Jens

GauravKant
Contributor

Thanks for the response Jems !!

I have setup to "remove from queue" instead of "copy to other queue".

Also as you are on 7.31:
- Have you looked at the restrictions (no wildcard, no maintain order at runtime / split) - Yeah, i have looked at all the possible cases mentioned here but interface doesn't have any of them.
- You only have 4 more months of support. Those restrictions are lifted in 7.5 - Yes, i have used this in 7.5 and it was working perfectly fine but same is not working for 7.31. So, thought of checking if we have restriction on SP level or patch level. I was looking for SAP doc but didn't get any for patch, i can only see this functionality enabled for PI 7.31 SP14.

Could you please help more on this if you can have patch details or anything related to this.


Thanks,

Gaurav Kant

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