AIX 6.1
We want to create a method in Cloverleaf to create a log file of exception information for transactions that cross a given interface. At midnight, we want to email that log and archive the current log file to a backup file archive. An example of this is logging all the patient names that try to cross an interface that are over 30 characters long.
I am able to achieve all of the above with one problem, I have to use the AIX cron to schedule the file to be emailed and midnight and store it off to the archive. Is there a way to do this in Cloverleaf? I