You must Sign In to post a response.
  • Category: BizTalk

    Tracking the Input File name in Biztalk server

    I have 2 folder Input and output folder .when i put a file in Input folder it is passing through pipe line and finally placing into output folder. here my doubt is how can track the filename in biztalk server ?i need a filename what are passing through biztalk ..
  • #621274
    Hi Dilip,

    BizTalk will not store the file processed in ints default state. You may use Business Activity Monitoring (BAM) in this case. Using BAM is not recommended if the requirement is not critical, because tracking the message processed in BizTalk will have major performance impact to your application and sever.

    If you are looking for more details aabout how to use BAM then have a look at MSDN article.
    http://msdn.microsoft.com/en-us/library/aa972199(v=bts.10).aspx


    Regards,
    Asheej T K

  • #622499
    Dillip,

    Biztalk will track each and every state of message in pipeline. If you want to see the message Enable tracking both receive/send on both ports. Save the message. If you wnt to get the source file name as it was just user inline macro %SourceFileName%. If you want to do manupulations then you need to write your own pipeline component. there you can pull all parameters like name,size,read,modify the file.


  • This thread is locked for new responses. Please post your comments and questions as a separate thread.
    If required, refer to the URL of this page in your new post.