|
Home > Archive > BizTalk Server Administration > December 2004 > 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]
|
|
|
| How do I deploy a biztalk project from development machine to the production
machine?
Thanks in advance
| |
| Martijn Hoogendoorn 2004-11-29, 5:51 pm |
| On Mon, 29 Nov 2004 15:52:38 -0800, CK wrote:
> How do I deploy a biztalk project from development machine to the production
> machine?
>
> Thanks in advance
Hi CK,
There are several options:
1) create a custom script which uses either WMI or ExplorerOM to perform
the installation of the components and their bindings.
2) use NAnt, as explained here:
http://www.traceofthought.net/Perma...23f80fc800.aspx
3) create an installer project, add the component "CustomAction" from the
SDK (or download my CustomAction from this location:
http://martijnh.blogspot.com/2004/1...stomaction.html)
4) use BizTalk Explorer to zip up the entire BizTalk environment you
created, it exports bindings, all components, and create a simple batch
file for you to easily import the complete BizTalk environment on another
server (potentially after first editing the binding files). You can
download that tool from:
http://martijnh.blogspot.com/2004/1...lorer-v130.html
HTH,
Martijn Hoogendoorn.
| |
|
| Martijn,
I'm attempting to move a BizTalk 2002 installation to a new machine.
The original installation contained rows beyond those inserted from a
fresh install (including references to the machine name), so I needed
to bring the tables (en masse) from the original install and change
the machine-specific references in the data to the the new machine
name. Currently, the Biztalk Messenger service pauses a few seconds
after being launched and deposits the following in the event log.
[0x150a] The configuration cache data from the database could not be
loaded.
[0x1509] The administration cache cannot be created.
[0x0111] The Queue Scheduler for the service could not be created.
My questions are:
1) Any insight into the messages?
2) Is there a utility for BizTalk such as the one you mention in #4?
3) Is what I'm trying to do realistic or possible, and do you know of
a better approach?
Thank you,
Bill
Martijn Hoogendoorn <martijn.hoogendoorn@macaw.nl> wrote in message news:<waxt7yrf2n7p.qufb1sdksmmp$.dlg@40tude.net>...
> On Mon, 29 Nov 2004 15:52:38 -0800, CK wrote:
>
>
> Hi CK,
>
> There are several options:
>
> 1) create a custom script which uses either WMI or ExplorerOM to perform
> the installation of the components and their bindings.
>
> 2) use NAnt, as explained here:
>
> http://www.traceofthought.net/Perma...23f80fc800.aspx
>
> 3) create an installer project, add the component "CustomAction" from the
> SDK (or download my CustomAction from this location:
> http://martijnh.blogspot.com/2004/1...stomaction.html)
>
> 4) use BizTalk Explorer to zip up the entire BizTalk environment you
> created, it exports bindings, all components, and create a simple batch
> file for you to easily import the complete BizTalk environment on another
> server (potentially after first editing the binding files). You can
> download that tool from:
>
> http://martijnh.blogspot.com/2004/1...lorer-v130.html
>
> HTH,
>
> Martijn Hoogendoorn.
|
|
|
|
|