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: ErrorEvent Source: BizTalk Server 2009Event 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 "<" as said in this link: http://msdn.microsoft.com/en-us/library/bb246093.aspx
but i cannot really type"<" as it accepts only one charachter i.e., "&"
I really appreciate if you could help me out in this.
Hi,
When you have < or > chars in your message, then the chars will be replaced by < and ...
When the message will be send, then chars < 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