BtsTask 导入策略

发布于 2024-08-29 05:19:16 字数 103 浏览 8 评论 0原文

我正在寻找一种方法,利用 BtsTask 命令行工具,将 BRE 生成的策略及其词汇表从命令行导入 BizTalk 应用程序(以便编写脚本)。

我四处寻找,没有找到确切的答案。

I am looking for a way to import BRE generated policy with its vocabularies into BizTalk application from a command line (in order to script it) leveraging BtsTask command line tool.

I've searched around, and couldn't find a firm answer.

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

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

发布评论

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

评论(2

┊风居住的梦幻卍 2024-09-05 05:19:17

您可以使用 BizTalk 的 PowerShell 提供程序。
这允许您编写策略和词汇部署等其他内容的脚本。

这可以提供 MSBuild 的替代方案,在我看来,MSBuild 更适合开发而不是用于支持运营管理。

该提供程序可在 CodePlex 上使用:
http://psbiztalk.codeplex.com

You can use the PowerShell provider for BizTalk.
This allows you to script, amont other things, policy and vocabulary deployment.

This can provide an alternative to MSBuild which is more geared, in my opinion, to the development than to be used to support operations management.

The provider is available on CodePlex:
http://psbiztalk.codeplex.com

云归处 2024-09-05 05:19:16

如果您的应用程序的 msi 包含该应用程序的 BRE 规则,则 BTSTask 的 ImportApp 命令会将它们发布到该环境的 BRE。没有单独的 BTTSTask 命令用于自行导入策略。如果出于某种原因您只想导入策略而不包含其他工件,则可以通过仅将规则本身导出到 msi 中来实现此目的,然后使用 BTSTask ImportApp 导入 msi。

查看此链接以获取更多信息:

http://msdn.microsoft.com/ en-us/library/aa577374.aspx

If the msi for your application includes the BRE rules for that app, then the ImportApp command of BTSTask will publish them to the BRE for that environment. There isn't a separate BTSTask command for importing policies by themselves. If for some reason you want to import just the policy with no other artifacts, you can do so by exporting just the rules into an msi by themselves, then use BTSTask ImportApp to import the msi.

Check out this link for more info:

http://msdn.microsoft.com/en-us/library/aa577374.aspx

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