Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

"<" as ISA11 (repitation seperator)

BizTalk 2009

This group is for all content related to BizTalk Server 2009. This includes a forum, samples, and videos. Most of the content here also applies to other versions of BizTalk beyond 2009.

"<" as ISA11 (repitation seperator)

Not Answered This question is not answered

Hi, I got an outbound EDI batching issue(working on BT server 2009). My client needs ISA11 as"<" symbol, it works perfect when i used it without batching. But BT throws the following error when i used with batching.

Event Type: Error
Event Source: BizTalk Server 2009
Event Category: (1)
Event ID: 5754

Description:
A message sent to adapter "FILE" on send port "XXX" with URI "XXX" is suspended.
 Error details: There was a failure executing the send pipeline: "XXX" Source: "EDI assembler" Send Port: "XXX.EDIBatching" URI: "XXX" Reason: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 1, position 346. 
 
I tried to encode in a different way, like as "&lt;" as said in this link: http://msdn.microsoft.com/en-us/library/bb246093.aspx

but i cannot really type"&lt;" as it accepts only one charachter i.e., "&"

I really appreciate if you could help me out in this.

Edit
All Replies
  • Hi,

    When you have < or > chars in your message, then the chars will be replaced by &lt and ...

    When the message will be send, then chars &lt and ... will be replaced by the original char < or >. So normally, this shouldn't be a problem.

    Can you provide some more information? Are you sending towards a file share? Can you post an example message?

    Regards

    • Top 75 Contributor
Page 1 of 1 (2 items)