Naming send file in Biztalk and passing it to BRE

Home Page Forums BizTalk 2004 – BizTalk 2010 Naming send file in Biztalk and passing it to BRE

Viewing 1 reply thread
  • Author
    Posts
    • #23283

      Hi ,

      I am naming send file in orchestration name is received from web service and then i passs that Xml to BRE, i also did that%SourceFileName% on send port but its not displaying proper file name.

      But when call rules are not  deployed than it send file name is proper,
      IS BRE plays role for not modifying send file name.

       

    • #23288

      The %SourceFileName% macro uses the FILE.ReceivedFilename property from the message.

      I suspect you are not setting this property on the outbound message after you have called the BRE.

      You should copy the property from the inbound message to the outbound message i.e.

      OutboundMessage(FILE.ReceivedFilename) = InboundMessage(FILE.ReceivedFilename);

      • #23289

        Thanks,

        But in orchsetration incoming message and out going message is same

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.