Monitor Access Database File

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
StevenE
Posts: 97
Joined: Wed Jul 27, 2005 2:23 pm

Monitor Access Database File

Post by StevenE »

Hi,

We have an application that stores and errors or system related info in an access database. Rather than just an error log.

Can Host Monitor read the access database and monitor a particular field in this database looking for key words ?

Thanks
StevenE
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Sure, use ODBC Query test method

Regards
Alex
StevenE
Posts: 97
Joined: Wed Jul 27, 2005 2:23 pm

Post by StevenE »

Maybe someone could help me, with the query. I am not that familiar with sql query's

I created a query for the table pendingTransmission and the field status. The test works fine as long as there are items in the database. when the Table is empty I get "inaccessable value" in Host-monitor and the test turns bad.


SELECT PendingTransmission.Status
FROM PendingTransmission
Where (((PendingTransmission.Status)>1));

Thanks for any help
StevenE
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

So what the problem? You do not like Bad status? Then use "If field is unavailable, set status ..." option of the test. You may choose Bad, Unknown or Ok status

Regards
Alex
StevenE
Posts: 97
Joined: Wed Jul 27, 2005 2:23 pm

Post by StevenE »

I did select if field is unavilable set status to OK.

Except when the test runs it still is marked bad and the replay is inaccessible value.

Anything marked BAD is not good :)


StevenE
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

What version of HostMonitor do you use?

Regards
Alex
StevenE
Posts: 97
Joined: Wed Jul 27, 2005 2:23 pm

Post by StevenE »

V 5.70 I just upgraded today.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

It was our mistake :oops:
Problem fixed, update available at www.ks-soft.net/download/hm571.zip

Regards
Alex
StevenE
Posts: 97
Joined: Wed Jul 27, 2005 2:23 pm

Post by StevenE »

It is now working fine, Thanks

StevenE
Post Reply