i need an optional query to check for dependecy
completion prior to report processing.
i'm thinking a <check> attribute needs to be added to
the the <report> section in the xml. how about
something like this:
<check>
<query>select 1 from dual</query>
<alert>user@domain.com</alert>
</check>
if the query returns '1', process the report
if the query returns '0', send an email to the <alert>
address saying that the report did not run because the
dependency check failed.
Logged In: YES
user_id=11101
Your feature request has been approved.
Logged In: YES
user_id=949653
added dependency objects
still need methods that actually run the check.
Logged In: YES
user_id=949653
database dependency check is complete.
still need filesystem check option.