HM 4.0 beta - Save to ODBC log

General chat about HostMonitor (all messages posted before March 07, 2003 available here).
Locked
jrweiss
Posts: 39
Joined: Sat Mar 01, 2003 6:00 pm
Contact:

Post by jrweiss »

Hi,

I installed 4.0 beta in a test environment running same tests as in production. I am logging the results to ODBC (SQL Server 2000) with the following statement:

EXEC SaveLog '%DATE%','%TIME%','%TestName%','%StatusID%','%SimpleStatus%','%Reply%'

whereby SaveLog is a stored procedure that does a number of calculation and format changes.

The procedure runs fine with any HM 3.x version. With HM 4.0 it gives me the error:

Cannot write to ODBC log. Floating point error.

It cannot be the procedure contents because I did for testing add a return statement right in the beginning before all other SQL statements and still gives the error.

Which leads, I guess, to a bug in HM4?

Regards,


_________________
Jürgen R. Weiss, Managing Consultant
Logical Networks (PTY) Ltd.
Windhoek / Namibia

<font size=-1>[ This Message was edited by: jrweiss on 2003-07-12 03:22 ]</font>

<font size=-1>[ This Message was edited by: jrweiss on 2003-07-12 03:23 ]</font>
KS-Soft
Posts: 12869
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Yes, it was bug. Patch available at http://www.ks-soft.net/download/hm400c.zip

Regards
Alex
jrweiss
Posts: 39
Joined: Sat Mar 01, 2003 6:00 pm
Contact:

Post by jrweiss »

That's what I like specifically about you and the HM team (is there one?) ... the service is quick, precise and of outstanding quality!!!

Thanks, Alex.

<font size=-1>[ This Message was edited by: jrweiss on 2003-07-13 02:39 ]</font>
KS-Soft
Posts: 12869
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You are welcome :smile:
Locked