Hi!
I test this on Oracle and PostgreSQL - everything works as expected. Now I want to try this on MySQL.
You can try to create script in script library which will print received values to log:
and run it from server's console with exec command. What value it will show in log?
Best regards,
Victor
I test this on Oracle and PostgreSQL - everything works as expected. Now I want to try this on MySQL.
You can try to create script in script library which will print received values to log:
Code Select
startTime = time() - 3600;
trace(0, "*** VALUE: " . GetAvgDCIValue(FindObject("TEMPNODE01"), 176, startTime, time()));
and run it from server's console with exec command. What value it will show in log?
Best regards,
Victor
