Problem with - import - ODBC

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
losisoft
Posts: 43
Joined: Fri Mar 21, 2008 4:02 am

Problem with - import - ODBC

Post by losisoft »

Hi,

I have a test exported from hostmon (7.46), then I have changed some parameter of the test then tried to import back as a new test.

The test is a ODBC test.
Which runs a SQL query, where I check the:
"Alert when field 1 row 1"
CONTAINS ***

In the export txt file it contains the proper fields:
(removed the none-relevant rows)

Method = ODBC
;--- Common properties ---
Title = Customer - ODBC - Program version
;--- Test specific properties ---
Datasource = ODBC-Source
Timeout = 10
CheckField = Contain
FieldRow = 1
FieldCol = 1
Value = ***
EmptyStatus = 0


How ever when I import back the test, I get an error that the Checkfield value is unknown.

I believe that the CheckField should have the value: Contains not Contain. Probably the export routine have a typo.

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

Post by KS-Soft »

Yes, our mistake :oops: You may change "contain" to "contains"
Problem will be fixed in version 7.70 that should be available within 2 weeks

Regards
Alex
losisoft
Posts: 43
Joined: Fri Mar 21, 2008 4:02 am

Post by losisoft »

Thanks. :)
Post Reply