I'm attempting to change logging from text file to mysql db. The ODBC setup test executes correctly and shows available tests. Loading ODBC logs into log analyzer displays no tests. Why not?
hostmon v 7.78
log Analyzer 5.48
MySQL v 5.0.77
Mysql ODBC Driver 3.51
SQl logging query - Insert into hmlog (eventtime, testname, status, reply, testid, testmethod) VALUES (Now(), '%TestName%', '%Status%', '%Reply%', %TestID%, '%TestMethod%')
ODBC logs will not display in log analyzer
-
- Posts: 23
- Joined: Tue Oct 15, 2002 6:00 pm
-
- Posts: 23
- Joined: Tue Oct 15, 2002 6:00 pm
It shows no errors and I don't have any custom query filters set in ODBC log manager or in log analyzer search.
The "test" in the ODBC logs manager shows 36977 record(s) retrieved and structure check: ok
I simply go to file >> load ODBC log >> check my one and only source >> click OK and nothing happens.
The "test" in the ODBC logs manager shows 36977 record(s) retrieved and structure check: ok
I simply go to file >> load ODBC log >> check my one and only source >> click OK and nothing happens.
-
- Posts: 23
- Joined: Tue Oct 15, 2002 6:00 pm
Looks like you have specified invalid table name (HMLOG) instead of correct name (hmlog). Its case sensitive.
I wonder how "Test" function could work? It shows "Table .. doesn't exist" error on our system.
Also, its strange Log Analyzer does not show any error message when you load table...
May be there are several problems on your system? Please change table name then we see what happens.
Regards
Alex
I wonder how "Test" function could work? It shows "Table .. doesn't exist" error on our system.
Also, its strange Log Analyzer does not show any error message when you load table...
May be there are several problems on your system? Please change table name then we see what happens.
Regards
Alex