Biztalk 2010 中的文件传输错误

发布于 2024-12-23 10:03:12 字数 278 浏览 4 评论 0原文

我已经配置了接收端口及其位置。当我运行 BizTalk 应用程序时,出现以下错误。

消息引擎无法将 URL 为“C:\EDIReceive*.txt”的接收位置“EDIReceiveLocation”添加到适配器“FILE”。原因:“文件传输没有接收位置“C:\EDIReceive\”的读/写权限。”。

我收到一个 txt 文件,并在我的 BizTalk 应用程序中将其转换为 xml。

谁能告诉我在权限或任何其他内容方面我缺少什么?

I have configured a Receive port and its location. When i run the BizTalk application in i get following error.

The Messaging Engine failed to add a receive location "EDIReceiveLocation" with URL "C:\EDIReceive*.txt" to the adapter "FILE". Reason: "File transport does not have read/write privileges for receive location "C:\EDIReceive\". ".

I am receiving a txt file and converting it into an xml in my BizTalk application.

Can anyone tell me what I am missing here in the terms of permissions or any other stuff?

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

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

发布评论

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

评论(2

爱给你人给你 2024-12-30 10:03:12

运行与您的接收位置关联的 BizTalk 主机实例的服务帐户必须对其正在轮询的目录具有完全控制权限。

The service account running the BizTalk host instance that your receive location is associated with must have Full Control permissions on the directory it is polling.

恰似旧人归 2024-12-30 10:03:12

这里有一个很好的链接,可引导您了解要添加哪些权限以及如何添加它们:

Biztalk 文件权限

Here is a good link to take you through which permissions to add and how to add them:

Biztalk File Permissions

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