Hi,
i have written an ASP-Page/SQL-Database for Monitoring our System with HM 4.14.
First i am using the ODBC-LOG-Feature for Logging to a SQL-Database (with %TestID%). This works fine.
Second i am using an Action-Profile for all Tests, wich execute the same SQL-Query for "Bad" and "Good" Status. The SQL-Query calls a Stored-Procedure, wich inserts or updates (depending on TestID exists) the Report-Table.
My only Problem is now, that some States like "Out of Schedule", "Disabled" etc. do not trigger the SQL-Query-Action.
How can i solve the Problem ?
Thx from Germany
Frank
Status-Problem with SQL-Query-Action
-
- Posts: 3
- Joined: Fri Nov 21, 2003 4:25 am
Solved: Status-Problem with SQL-Query-Action
Sorry,
but i have solved my State-Problem after 4 Weeks:
I am using the Condition "advanced Mode" with expression 'true' == 'true' in the Bad-Action.
Now the SQL-Query is performed in with all States.
But anyway thx.
Frank
but i have solved my State-Problem after 4 Weeks:
I am using the Condition "advanced Mode" with expression 'true' == 'true' in the Bad-Action.
Now the SQL-Query is performed in with all States.
But anyway thx.
Frank