Can someone help us, we want to schedule the reports based on file based event (just file only… NO time frame)…
Say, Our ETL process runs 4 times or 5 times or even 10 times a day (there is no fixed interavel) and drops a trigger file ETL_COMPLETE.TXT file on a shared location, then we want to kick-off our BO schedule based on that file.
Hi VJ,
Use FileBased Events to trigger the Schedule when a file is placed on a server. You need to implement a process to delete the file soon after its success or Failure.
Here is the notes what i have suggessted in other thread.