Page 1 of 1

exception reporting

Posted: Wed Jun 02, 2010 1:54 pm
by imanminhas
I want to be able to provide some exception reporting, that details any data that is not being pulled into TM1 via scheduled chores / processes...

The data that is produced in the error logs on the server is fine - I just want to be able to email it to various departmental managers on a daily basis.

Does anyone have any ideas on the best way to do this?

Many thanks in advance!

Re: exception reporting

Posted: Wed Jun 02, 2010 10:25 pm
by rkaif
You can do this in 2 steps

1) Write a VB Script to send/email the LOG files to users
2) Write a process to Execute your VB script. You can put this process in a schedule which runs after your other Load process have finished their jobs.