|
Home > Archive > BizTalk Server Orchestration > August 2004 > How to schedule orchestration
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 |
How to schedule orchestration
|
|
| Ashish Shukla 2004-08-17, 2:56 am |
| Hi Everyone
I have to read data from a SQL 6.5 server. Since SQL adapter with BizTalk
server 2004 does not work with SQL 6.5 I have written my own component to
access data. But the only way to schedule an orchestration to use SQL adapter
and the SQL adapter will run as polling service and will get the data from
SQL server and instantiate the orchestration. Is there a way that I can build
orchestration which gets invoked automatically after a certain time. Please
help.
Thanks and Regards
Ashish Shukla
| |
| Alan Smith 2004-08-17, 5:50 pm |
| Hi Ashish,
There's been a few questions on this, and not too many neat answers.
You could expose an orchestration as a web service, then create a windows
service to trigger it.
/Alan
"Ashish Shukla" wrote:
> Hi Everyone
>
> I have to read data from a SQL 6.5 server. Since SQL adapter with BizTalk
> server 2004 does not work with SQL 6.5 I have written my own component to
> access data. But the only way to schedule an orchestration to use SQL adapter
> and the SQL adapter will run as polling service and will get the data from
> SQL server and instantiate the orchestration. Is there a way that I can build
> orchestration which gets invoked automatically after a certain time. Please
> help.
>
> Thanks and Regards
> Ashish Shukla
| |
| user@domain.invalid 2004-08-18, 2:47 am |
| Thanks for the suggestion Alan. I will try it out.
Regards
Ashish Shukla
Alan Smith wrote:
[vbcol=seagreen]
> Hi Ashish,
>
> There's been a few questions on this, and not too many neat answers.
>
> You could expose an orchestration as a web service, then create a windows
> service to trigger it.
>
> /Alan
>
> "Ashish Shukla" wrote:
>
>
|
|
|
|
|