| Author |
subscription to a receive port thru filter
|
|
| biztalker 2004-12-16, 6:49 pm |
| Say I have a send port that subscribes to a receive location through a
filter, no orchestrations involved. How can I move this setup to an
environment with no development tools??
| |
| Matt Meleski 2004-12-16, 6:49 pm |
| One way is on the development machine using the BizTalk Deployment
Wizard, so on the Development Machine :
1) Choose -> Export Biztalk assembly binding from File
2) I think on the third page of the Wizard choose ->
Export Items Not Associated with any Assembly
(This will create a file with all the physical ports info in it)
3) Take this file to other machine and use the BizTalk Deployment
Wizard -> on this machine and choose option ->
Import BizTalk Assembly Binding from File.
Matt
"biztalker" wrote:
> Say I have a send port that subscribes to a receive location through a
> filter, no orchestrations involved. How can I move this setup to an
> environment with no development tools??
| |
| Nabeel Prior 2004-12-16, 6:49 pm |
| You can use the BizTalk Deployment Wizard to generate a bindings file from
your development environment (on the 3rd screen, select the "Export bindings
not associated with an assembly" option). Once generated, you can then run
the deployment wizard on the destination environment and import the bindings
file. Then use BizTalk Administrator to start the ports.
Another alternative is to use the BizTalk Administration Tool
(http://www.gotdotnet.com/Workspaces...87-da7ae2c9016a)
--
Kind Regards,
Nabeel Prior
Web: http://www.brainjar.co.za
Blog: http://www.brainjar.co.za/blog.aspx
"biztalker" <biztalker@discussions.microsoft.com> wrote in message
news:9216039D-A207-4B06-8679-516CE507BC7F@microsoft.com...
> Say I have a send port that subscribes to a receive location through a
> filter, no orchestrations involved. How can I move this setup to an
> environment with no development tools??
| |
| biztalker 2004-12-16, 6:49 pm |
| Thanks Matt.
"Matt Meleski" wrote:
[vbcol=seagreen]
> One way is on the development machine using the BizTalk Deployment
> Wizard, so on the Development Machine :
>
> 1) Choose -> Export Biztalk assembly binding from File
>
> 2) I think on the third page of the Wizard choose ->
> Export Items Not Associated with any Assembly
> (This will create a file with all the physical ports info in it)
>
> 3) Take this file to other machine and use the BizTalk Deployment
> Wizard -> on this machine and choose option ->
> Import BizTalk Assembly Binding from File.
>
> Matt
>
> "biztalker" wrote:
>
| |
| Greg Forsythe 2004-12-16, 6:49 pm |
| The standard Biztalk way is to use binding files and the Deployment wizard.
However this can be a bit obtuse.
There are two tools that can simplify this process:
Biztalk Explorer
http://martijnh.blogspot.com/
Biztalk 2004 Administration Management Tool
http://www.gotdotnet.com/Community/...CE-639AE7BB9BEF
Greg
"biztalker" <biztalker@discussions.microsoft.com> wrote in message
news:9216039D-A207-4B06-8679-516CE507BC7F@microsoft.com...
> Say I have a send port that subscribes to a receive location through a
> filter, no orchestrations involved. How can I move this setup to an
> environment with no development tools??
| |
| biztalker 2004-12-17, 5:48 pm |
|
thanks everybody
|
|
|
|