Hey,
We are using the ODBC logging to a SQL for our reporting.
It would be nice to have a status returned on errors while writing the log (insert ...)
Reason is to make sure that a status change IS really written into the SQL.
A repeat until succes would be great....
MaDS
Error loggin via ODBC
Status returned on errors? Not sure I understand.It would be nice to have a status returned on errors while writing the log (insert ...)
If HostMonitor cannot record data into ODBC log, it records error message into regular log.
If there is some ODBC error, there are 99% chances next attempt will return the same error. So, what the reason to waste system resources?Reason is to make sure that a status change IS really written into the SQL. A repeat until succes would be great....
Regards
Alex
Usually people using ODBC logs to record information about every performed tests. It means 10-100 records per second. Recurrent retries may use too much system resources in case of ODBC failure (especially if there is timeout issue - your system will hung).
E-mail option could be useful. But why just e-mail? Better allow HostMonitor to execute any action profile.
Regards
Alex
E-mail option could be useful. But why just e-mail? Better allow HostMonitor to execute any action profile.
Regards
Alex