|
Home > Archive > BizTalk Server General > May 2006 > Setting Service Window for Receive Location
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 |
Setting Service Window for Receive Location
|
|
| Craig Neuwirt 2006-02-26, 10:47 am |
| Is it possible to set the Service Window information for a receive location
using a bindings file. Since the information is not exported, I can't know
for certain?
If not, what is the recommended way to do this during a deployment?
thanks,
craig
| |
| Doug Girard [MSFT] 2006-05-23, 7:15 pm |
| Craig,
Schedule and service window configurations are stored in the bindings file.
Here's an example:
<ReceiveLocation Name="FD-RL">
<Description xsi:nil="true" />
<Address>C:\FILEDROP\RECV\*.xml</Address>
<PublicAddress />
<Primary>true</Primary>
<ReceiveLocationServiceWindowEnabled>true</ReceiveLocationServiceWindowEnabl
ed>
<ReceiveLocationFromTime>2006-03-16T08:17:00</ReceiveLocationFromTime>
<ReceiveLocationToTime>2006-03-17T07:59:59</ReceiveLocationToTime>
<ReceiveLocationStartDateEnabled>true</ReceiveLocationStartDateEnabled>
<ReceiveLocationStartDate>2006-03-15T16:00:00</ReceiveLocationStartDate>
<ReceiveLocationEndDateEnabled>true</ReceiveLocationEndDateEnabled>
<ReceiveLocationEndDate>2006-03-16T16:00:00</ReceiveLocationEndDate>
For BizTalk Server 2006, the bindings file format is documented here:
http://msdn.microsoft.com/library/d...-us/bts06techni
calref/html/463f8a67-97e8-4d1e-8738-58b27327cf96.asp
HTH,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>From: "Craig Neuwirt" <cneuwirt@emsinet.com>
>Subject: Setting Service Window for Receive Location
>Date: Sat, 25 Feb 2006 07:03:19 -0600
>Lines: 9
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
>X-RFC2646: Format=Flowed; Original
>Message-ID: <uWPBavgOGHA.3360@TK2MSFTNGP09.phx.gbl>
>Newsgroups: microsoft.public.biztalk.general
>NNTP-Posting-Host: adsl-69-149-69-128.dsl.rcsntx.swbell.net 69.149.69.128
>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.biztalk.general:35238
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>Is it possible to set the Service Window information for a receive
location
>using a bindings file. Since the information is not exported, I can't
know
>for certain?
>If not, what is the recommended way to do this during a deployment?
>
>thanks,
> craig
>
>
>
|
|
|
|
|