开发者

BtsTask to import policy

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.开发者_Go百科

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


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜