|
Home > Archive > BizTalk Server General > September 2005 > Can BT poll a backup location if recieve location is unavailable
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 |
Can BT poll a backup location if recieve location is unavailable
|
|
|
| If we set up a biztalk receive port to use a network share location, and that
network share's machine dies... but there's a backup machine... is there a
way to tell biztalk "try here, or there"?
Thanks,
Mo
| |
| Tomas Restrepo \(MVP\) 2005-09-24, 2:47 am |
| Mo,
> If we set up a biztalk receive port to use a network share location, and
> that
> network share's machine dies... but there's a backup machine... is there a
> way to tell biztalk "try here, or there"?
In a case like this you can just create multiple receive locations
associated with the same Receive port, one of the pointing at the main
machine, the other at the backup, I think.
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
| |
| Marc Jennings 2005-09-26, 7:49 am |
| You'd run the risk of your messages being processed twice in such a
scenario. If location2 contains all the files tyhat were sent to
location2, you'd have to be able to delete and message that has been
processed via location1 from location2.
In some cases, double-processing a message is not an issue (eg update
someone's contact details) but if you are processing (for example)
purchase orders the implications are a lot greater than simply tying
up processor time.
On Fri, 23 Sep 2005 12:29:01 -0700, "Mo"
<Mo@discussions.microsoft.com> wrote:
>If we set up a biztalk receive port to use a network share location, and that
>network share's machine dies... but there's a backup machine... is there a
>way to tell biztalk "try here, or there"?
>
>Thanks,
>
>Mo
|
|
|
|
|