确定使用发送端口宏时发送的实际文件名

发布于 2024-10-16 12:37:50 字数 571 浏览 3 评论 0原文

我有一个 BizTalk 2009 发送端口,它在文件名中使用 %datetime_bts2000% 宏。当我查看跟踪的消息事件时,我没有得到发送的实际文件的名称。我想我可以从上下文属性中获取它:

OutboundTransportLocation SFTP://[电子邮件受保护]:22/Inbound/Encrypted/xxx .xxx.xxx.201101280410324 晋升 http://schemas.microsoft.com/BizTalk/2003/system-properties

事实证明,该日期相当于我的部署日期...而不是发送文件的实际日期时间戳。

在哪里可以找到宏生成的实际文件名?

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

OutboundTransportLocation
SFTP://[email protected]:22/Inbound/Encrypted/xxx.xxx.xxx.201101280410324
Promoted
http://schemas.microsoft.com/BizTalk/2003/system-properties

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

Where do I find the actual filename generated by the Macro?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦行七里 2024-10-23 12:37:50

我碰巧同意@Bryan。事实上,我已经创建了这样的管道来在我用于电子邮件的管道中显式保留或设置附件文件名。

I happen to agree with @Bryan. I have in fact created such a pipeline to preserve OR set the attachment file name explicitly in a pipeline that I use for email.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文