Determining the actual file name sent using Send Port macros

I have a BizTalk 2009 send port that uses the% datetime_bts2000% macro in the file name. When I look at the event of the monitored message, I do not get the name of the actual file that was sent. I thought I could get it from the context property:

OutboundTransportLocation SFTP: // xxx@xxxx.xxx.com : 22 / Inbound / Encrypted / xxx.xxx.xxx 201101280410324 . Upgraded http://schemas.microsoft.com/BizTalk/2003/system-properties

It turns out that the date is equivalent to my deployment date ... not the actual timestamp of the sent file date.

Where can I find the actual file name generated by the macro?

+3
source share
1 answer

I agree with @Bryan. I actually created such a pipeline to save OR to set the file name of the attachment explicitly in the pipeline that I use to send by email.

-1
source

Source: https://habr.com/ru/post/1790996/


All Articles