Reputation: 2318
Is it possible to schedule a receive location to run once a week? I can only see to start it between certain dates and at certain times. Seems weird there is no way to run it at 10:00 on Fridays.
Am I missing an option here or is that just not possible? would the only possible way be to use the pollingstatement and do a query that results in 1 if the date is Friday?
Upvotes: 1
Views: 146
Reputation: 2845
you can try use this scheduled-task-adpater like this scheduled-task-adpater
or
if you like more complex way you can try to do somthing with the sdk In the SDK directory of your BizTalk installation there is a script called EnableRecLoc.vbs
i prefer the first method
Upvotes: 3