Getting error at Recieve location : The Messaging Engine encountered an error during the processing of one or more inbound messages.

yaminajabeen 21 Reputation points
2021-12-09T12:13:51.177+00:00

My project is receiving a flat file through a receive location in a receive pipeline is configured having flat file disassembler configured at disassemble stage and then do the transformation through Maps and sending it through Send ports directly.

Issue is here that one of the message is failing at receive location with error : The Messaging Engine encountered an error during the processing of one or more inbound messages. but the same message when i am trying to validate in the schema, then schema got validated successfully.

please let me know what can be possible troubleshoot steps to resolve this issue.

@Colin Dijkgraaf @BizTalkJackie @Biztalk Developer @Riadh BIZID

Microsoft BizTalk Server
Microsoft BizTalk Server
A family of Microsoft server products that support large-scale implementation management of enterprise application integration processes.
344 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Colin Dijkgraaf 1,346 Reputation points
    2021-12-11T09:41:46.457+00:00

    Actually, it look like your testdata is invalid.

    On line 4 you have a line without a tag.
    And on the last line you are missing a CR LF, where your schema says that the delimiter is Postfix (after each record). So if that is correct, you need to change the TWIN_Deklarasjon to have Child Order to Infix (between records).

    1) Testdata

    1 person found this answer helpful.
    0 comments No comments