Problem with queries and delay

Home Page Forums BizTalk 2004 – BizTalk 2010 Problem with queries and delay Problem with queries and delay

#12951

I have created (in fact generated) the orchestration with SQL Adapter.
The xml which activates the orchestration contains the name of the stored procedure which executes the query. (This is a common sql adapter.)

The Delay’ purpose is to wait for 5 Minutes, and then send the request again (and again…).

How should I create the orchestration? Do you have a better idea to execute the cyclic queries?