Hi,
I'm using Seagate Info 7.5
Most of our reporting needs to take place on a MySQL database which is populated by a VB program every night around midnight. If this program crashes then the MySQL database is not populated and the reports return blank.
This VB program is also scheduled to run in Seagate Info.
I am currently using Events to ensure that the reports do not run if this VB program has not finished processing ( it sets an Event flag when it completes ).
What I would like to do is find a way of getting the VB Program to tell Seagate it hasn't ran successfully but has failed at some point so the Event flag never gets set.
I think the situation is that as soon as a program is completes and is unloaded from the memory Seagate assumes that it has ran successfully, I can't find much in the way of documentation for this - can anyone help me ?
I'm using Seagate Info 7.5
Most of our reporting needs to take place on a MySQL database which is populated by a VB program every night around midnight. If this program crashes then the MySQL database is not populated and the reports return blank.
This VB program is also scheduled to run in Seagate Info.
I am currently using Events to ensure that the reports do not run if this VB program has not finished processing ( it sets an Event flag when it completes ).
What I would like to do is find a way of getting the VB Program to tell Seagate it hasn't ran successfully but has failed at some point so the Event flag never gets set.
I think the situation is that as soon as a program is completes and is unloaded from the memory Seagate assumes that it has ran successfully, I can't find much in the way of documentation for this - can anyone help me ?