Hi All,
I have setup an AftConsolidate Event jython script that sends me an email with each load's process status (import status, validation status, etc.) when a user loads data. My plan is to add each user's email address to their location's Integration Option box and have them receive the email. That is all fine.
The only issue I have is that I only receive emails from successful loads and not those that fail along the way. AftConsolidate only gets triggered if the load successfully makes it that far so I am wondering where you would put a script that would give you an update on loads that failed, let's say during validation. Do I need to track the progress in each event script? If the process fails during validate, an email script in BefValidate would be of no use as it has already past and AftValidate wouldn't be invoked as the load wouldn't had made it that far.
Any ideas?
Thx,
Mike