|
Home > Archive > BizTalk Server Tools > June 2004 > rules deployment
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| chris delaney 2004-06-28, 7:28 pm |
| i am looking for a commandline tool to bind and deploy rules. i typically use the btsdeploy.exe for other types of bindings but i have only found the rules deployment wizard so far for rule.
| |
| Jack Blalock 2004-06-29, 8:55 am |
| There is not a command line/scriptable tools for rule/vocabulary
developments in BizTalk 2004.
Jack Blalock [MSFT]
This posting is provided "AS IS", with no warranties, and confers no rights.
| |
| Matt Milner 2004-06-30, 8:49 pm |
| you can write a command line tool pretty quickly to wrap the
Microsoft.BizTalk.RuleEngineExtensions.RuleSetDeploymentDrive class. This
class has a method which takes an export ruleset file and imports it into
the default rule database. So, without any error handling, etc., you'd have
a one line implementation in your Main method.
Matt
"Jack Blalock" <jackbl@online.microsoft.com> wrote in message
news:nq4HmqdXEHA.3788@cpmsftngxa10.phx.gbl...
> There is not a command line/scriptable tools for rule/vocabulary
> developments in BizTalk 2004.
>
> Jack Blalock [MSFT]
> This posting is provided "AS IS", with no warranties, and confers no
rights.
>
|
|
|
|
|