|
Home > Archive > BizTalk Server General > June 2005 > Scheduled orchestrations
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 |
Scheduled orchestrations
|
|
|
| There are some issues with one of my scheduled orchestrations and was
wondering if anyone had some ideas. Here are the details: I have 2
scheduled BizTalk Receive Ports coupled with orchestrations that start
with an SQL receive. They are scheduled to run once every 24 hours and
they both work fine. However, when the port (or orchestration) is
restarted, one of the receivePorts and orchestrations (always the same
one) automagically gets run, when it is clearly outside the specified
ReceiveLocation Service Window Start/Stop time (which is set to the
same minute).
Has anyone seen this issue ?
| |
|
|
For some reason the restarting of one of the scheduled orchestrations
is NOT happening, which is a good thing. However, when I set each to
reoccur every 3 minutes - only one of them is starting it's
orchestration. Note that the stored procedures are always returning
data. Any thoughts ?
Bill wrote:
> There are some issues with one of my scheduled orchestrations and was
> wondering if anyone had some ideas. Here are the details: I have 2
> scheduled BizTalk Receive Ports coupled with orchestrations that start
> with an SQL receive. They are scheduled to run once every 24 hours and
> they both work fine. However, when the port (or orchestration) is
> restarted, one of the receivePorts and orchestrations (always the same
> one) automagically gets run, when it is clearly outside the specified
> ReceiveLocation Service Window Start/Stop time (which is set to the
> same minute).
>
> Has anyone seen this issue ?
| |
| Ben Cuttriss 2005-06-29, 5:51 pm |
| Have you considered running the scheduled orchestrations using Darren Weber's
orchestration scheduler?
Available at:
http://www.gotdotnet.com/Community/...b9-8a775a1a7359
I've been running production code with this for ages now and it seems
bulletproof.
Ben Cuttriss
"Bill" wrote:
>
> For some reason the restarting of one of the scheduled orchestrations
> is NOT happening, which is a good thing. However, when I set each to
> reoccur every 3 minutes - only one of them is starting it's
> orchestration. Note that the stored procedures are always returning
> data. Any thoughts ?
>
>
> Bill wrote:
>
>
|
|
|
|
|