ODBC Test Returns msg from results

Need new test, action, option? Post request here.
Post Reply
jsimotas
Posts: 5
Joined: Sat Jul 02, 2005 2:38 am

ODBC Test Returns msg from results

Post by jsimotas »

I know there is a way to email the result value (column 1) of an ODBC test.
But this is typically just a threshold number.
How about if I want to email an error description from column 2 on the same row?
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You may choose any column you want. ODBC Query test allows you to choose column that you want to check.
Or you want to check one column but send bye-mail value of another column?

Regards
Alex
jsimotas
Posts: 5
Joined: Sat Jul 02, 2005 2:38 am

Post by jsimotas »

KS-Soft wrote:Or you want to check one column but send bye-mail value of another column?
Yes that's what i mean
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I have added your request into "to do" list but I am not sure when it will be implemented.
As workaround you may create auxiliary test (TestA) item that will retrieve and display field A ("another column"). Use check condition that may never happen so test item always will be "Ok". Then you may setup TestA as Master test for the existent test item (TestB) - in this case TestA will be performed before TestB and retrieve up-to-date value of the field. Alert profile that sends e-mail should be assigned to TestB (test that really checks some field); using variable like %::TestA::Reply% in the e-mail body you may send both fields

Regards
Alex
Post Reply