I am still working through the implementation/migration of our SSIS environment to VCron in our test environment and I am struggling to find a list of all available variables such as at the Job and Task level like Previous Task, Output, or other meta data that may be available of tasks in a job. I am implementing logging and error emails, but if a task fails it must run another job or task first so I need to know what the actual error was even if the error may not have been generated by the previous task.
Are there any tutorials or samples of setting variables with error messages for use in multiple areas such as notifications, database logging, and emails to groups?
Derek
Dell