How to trigger inbound db adapter business service at 10am everyday only once
Hi Friends ,
I have created inbound DB adapter business service. Now my requirement to trigger this service at 10am daily.
I used scheduler , but I don't know when should i configure for stop. this not suits for my requirement.
Is there any other way , where I need to trigger service only once , in configured times.
Thanks,
Prashanth
Product version: IRIS 2021.2
Use the Schedule setting for the Business Operation:
https://docs.intersystems.com/iris20222/csp/docbook/DocBook.UI.Page.cls?...
Using Ens.Director EnableConfig Item someone in our team wrote a shell script that runs on cron to start and stop objects. Or run it off the scheduler or task schedule.
That depends on the precision you need.
1. If you need just close enough you can do this:
2. If you need to run your BS at exactly at 10:00 AM use this task to achieve that.