|
Home > Archive > BizTalk Server General > April 2005 > BizTalk 2004 :: auto deploy business rules
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]
| Author |
BizTalk 2004 :: auto deploy business rules
|
|
| biztalk.architect@gmail.com 2005-04-25, 7:53 am |
| Hello everyone,
Has anyone seen any documetation on how to deploy business rules into a
production in an automated way, or themselves have a way?
I've looked at the SDK samples (setup.bat) but the script seems to be
calling non-existent files....
the batch files calls a file named "createrules.exe" which doesn't
exist on
my hard drive
How do I deploy rules?
Thanks in advance
| |
| Jon Flanders[MVP] 2005-04-25, 5:51 pm |
| Look at the RuleSetDeploymentDriver in the
Microsoft.BizTalk.RuleEngineExtensions assembly.
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
<biztalk.architect@gmail.com> wrote in message
news:1114434231.301447.9830@o13g2000cwo.googlegroups.com...
> Hello everyone,
>
> Has anyone seen any documetation on how to deploy business rules into a
> production in an automated way, or themselves have a way?
>
> I've looked at the SDK samples (setup.bat) but the script seems to be
> calling non-existent files....
>
> the batch files calls a file named "createrules.exe" which doesn't
> exist on
> my hard drive
>
> How do I deploy rules?
>
> Thanks in advance
>
| |
| Scott Colestock 2005-04-26, 2:48 am |
| If you look in the source control portion of the workspace below, you will
find a DeployBTRules command line utility I wrote on top of this class. You
might find it a good starting point, or all you need.
http://www.gotdotnet.com/workspaces...58-ac030a9b8a32
(I will likely start packaging up these tools & their source in a single
zip - the source control on GDN is too painful.)
Scott Colestock
www.traceofthought.net
"Jon Flanders[MVP]" <jon.flanders@gmail.com> wrote in message
news:OQdck4ZSFHA.2604@TK2MSFTNGP10.phx.gbl...
> Look at the RuleSetDeploymentDriver in the
> Microsoft.BizTalk.RuleEngineExtensions assembly.
>
>
> --
> Jon Flanders
> http://www.masteringbiztalk.com/blogs/jon/
>
> <biztalk.architect@gmail.com> wrote in message
> news:1114434231.301447.9830@o13g2000cwo.googlegroups.com...
>
>
| |
|
| Jon and Scott,
Thanks for the direction, I'll look thru the library and sources.
This should solve the problem.
"Scott Colestock" <scolestock@nospam_usa.net> wrote in message
news:ec0moohSFHA.1176@TK2MSFTNGP10.phx.gbl...
> If you look in the source control portion of the workspace below, you will
> find a DeployBTRules command line utility I wrote on top of this class.
You
> might find it a good starting point, or all you need.
>
>
http://www.gotdotnet.com/workspaces...58-ac030a9b8a32
>
> (I will likely start packaging up these tools & their source in a single
> zip - the source control on GDN is too painful.)
>
> Scott Colestock
> www.traceofthought.net
>
>
> "Jon Flanders[MVP]" <jon.flanders@gmail.com> wrote in message
> news:OQdck4ZSFHA.2604@TK2MSFTNGP10.phx.gbl...
>
>
|
|
|
|
|