|
Home > Archive > BizTalk Server Setup > October 2005 > scripting serwice window
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 |
scripting serwice window
|
|
| eXavier 2005-10-04, 7:57 am |
| Hello,
how can I script out setting of service window for receive location ? I have
multiple host instances deployed on two machines. I want to set up service
window during application installation. I expected it would be in
bindings.xml, but it isn't...
| |
| Rajinder Singh 2005-10-05, 9:01 pm |
| Hi:
When you export bindings for a receive port and location for some reason
service window bindings are not exported. The bindings are export on the
Send Port.
I fixed this problem was using ExporlerOM model to set the Service Window
for receive location. I wrote a simple console application that takes an XML
file as input. In this XML file I describe all the receive locations and
their service window settings. I use ExplorerOM classes to set the service
window. The call the console application after deploying the BizTalk
application.
Cheers,
Raj
"eXavier" <fhns@centrum.cz> wrote in message
news:ObMTXJMyFHA.2212@TK2MSFTNGP15.phx.gbl...
> Hello,
> how can I script out setting of service window for receive location ? I
> have
> multiple host instances deployed on two machines. I want to set up service
> window during application installation. I expected it would be in
> bindings.xml, but it isn't...
>
>
|
|
|
|
|