cancel
Showing results for 
Search instead for 
Did you mean: 

Message stuck in FEH(Application Error)

Former Member
0 Kudos

Hi,

We have a query where inbound message in ECC has gone into FEH(Forward error handling) and would like to understand if message has 4000 records and at 2001th record message has goes into FEH due to some data issue then in this case will the first 2000 records will be processed in the system and update the tables even the message status is not successful? or till the message is not completely processed, system will not commit and none of the records will be updated in the tables?

Thanks.

Regards,

Aki

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

Hi Akshay - As all the records are part of a single message, i don't think updates will take place.

You might've to trigger all the records again.

Former Member
0 Kudos

Hi Hareesh,

Even we had the same thing in mind, but we faced this issue yesterday where one of message went into FEH and as per our functional team first 2000 records were processed even though message was in FEH and later discarded,which we believe is not correct.

former_member184720
Active Contributor
0 Kudos

AFAIK - There are methods available to retry/complete/fail but this action is on the whole message.

May be you might want to validate your inbound proxy to see if it is committing after certain records as you can call FEH per each record in the message.