How to get Original File Name processed by BizTalk 2006

Raut Siddhesh EETFUELS IT 20 Reputation points
2024-06-20T14:08:06.6233333+00:00

Hello Microsoft Team,

We have legacy application which is using Biztalk server 2006 to transfer files from file server to SAP eco system.

We wanted to understand whether we can identify the original file name from source server in Biztalk environment under any SQL database(like BizTalkDTADb, BizTalkMgmtDb, etc)

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

Accepted answer
  1. Lisa1234 75 Reputation points
    2024-07-12T07:16:24.4333333+00:00

    To get the original file name processed by BizTalk 2006, you can access it through the ReceivedFileName context property. This property contains the original file name of the message as it was received by the adapter. You can use this in your orchestrations or custom pipelines to retrieve the original file name.


1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.