Error: Access violation at address 10015ED4 in module 'myodb

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Error: Access violation at address 10015ED4 in module 'myodb

Post by MirkoW »

Hi,

i have create a mysql Database and for logging with HM. i'm using the mysql odbc connector 5.1. After i try to connect with Log Analyzer, i get follow error message:

---------------------------
Error
---------------------------
Source: HostMonitor. Error: Access violation at address 10015ED4 in module 'myodbc5.dll'. Write of address 00000000
---------------------------
OK
---------------------------
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

There are various bugs in MySQL ODBC driver 5.1. Some bugs were fixed in version 5.1.2...
Could you install latest MySQL ODBC driver 5.1.4?
http://dev.mysql.com/downloads/connector/odbc/5.1.html

If you can use old driver, I would recommend to install version 3.51

Regards
Alex
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

Hi,

after the Latest public Version 5.1 from the Mysql Site i have tried the 3.51 but when i open the Logs with LogViewer so i geht Error Messages with invalid Entrys.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

What exactly error message do you receive?

Regards
Alex
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

Here are the exactly error message:

---------------------------
Error
---------------------------
Source: HostMonitor
Record: 683
Error: Ivalid date

Suspend following warnings?
---------------------------
Yes No
---------------------------

I think te reason for this are disabled tests with zero-filled datefileds
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

HostMonitor should not use empty date for the fields. Could you please check that record (Record: 683)?
What data type do you use to store date? timestamp? text?

Regards
Alex
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

i'm using the Datetime Format.

Here are row of an invalid Date with Titles:

TESTNAME - STATUS - REPLY - TESTID - TESTMETHOD - RECURRENCES - ID - EVENTTIME

'Print Service', 'Ok', '16 ms', 1244, 'check service', , 932, '2008-07-08 12:55:33'
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

H'm, I don't see anything wrong :roll: Somehow RECURRENCES field is empty but this should not lead to such error.

What version of Log Analyzer do you use?
Could you export table sctructure and some records and send to support@ks-soft.net? or could you provide access to your SQL server?

Regards
Alex
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

Hi,

i have found the reason

i have removed entrys with emtpy EVENTTIME-Rows like '0000-00-00 00:00:00'

After them i dont get the error message anymore.

I Dont know why LogAnalyser display a wrong Record-ID.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

May be there was additional filter enabled, like "analyze current week only"?

Regards
Alex
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

No, i'm using "all data"
Post Reply