Hi,
I need to run services based on information thats loaded in the warehouse. We have number of customers whose data comes and gets loaded at different time. Every customer has a service associated with it. As soon as "customerA" load is complete i would like to kick off the "serviceA". For this i have a Pre-SQL which returns me "1" or "error".
If value returned from this Pre-SQl is "1" then service kicks off, but if failed where is the option to give more retry and whats the time interval for these retry.
How do we associate time schedule to this service which has Pre-SQL. How does this works if the service fails.
How to implement this in a better way.
Thanks
I need to run services based on information thats loaded in the warehouse. We have number of customers whose data comes and gets loaded at different time. Every customer has a service associated with it. As soon as "customerA" load is complete i would like to kick off the "serviceA". For this i have a Pre-SQL which returns me "1" or "error".
If value returned from this Pre-SQl is "1" then service kicks off, but if failed where is the option to give more retry and whats the time interval for these retry.
How do we associate time schedule to this service which has Pre-SQL. How does this works if the service fails.
How to implement this in a better way.
Thanks