Hi,
I´m trying to write a log file to every test when it changes from BAD to GOOD status. I´ve noticed that when a test changes from BAD to GOOD status all "Ack_" macro variables are emptied. Is there any other place where I can recover the Acknowleged_By and AckResponseTime information after the tests change to GOOD? Something like LastAcknowleged_By and LastAckResponseTime?
Thanks again for your help.
Regards,
Jromariz.
Ack Macro Variables
Alex,
We are trying to create an automate report that present some informations like:
We would like to generate only one line for each bad/good clycle that would have:
1 - EventID;
2 - Test name;
3 - Amount of time between bad status and Ack by operator;
4 - Operator name;
5 - Amount of time between bad and good status;
Itens 1, 2 and 5 are Ok, but itens 3 and 4 get 0 value when status changes from bad to Ok.
Hope you´ll understand.
Thanks again.
Regards,
Jromariz.
We are trying to create an automate report that present some informations like:
We would like to generate only one line for each bad/good clycle that would have:
1 - EventID;
2 - Test name;
3 - Amount of time between bad status and Ack by operator;
4 - Operator name;
5 - Amount of time between bad and good status;
Itens 1, 2 and 5 are Ok, but itens 3 and 4 get 0 value when status changes from bad to Ok.
Hope you´ll understand.
Thanks again.
Regards,
Jromariz.
So you are using your own script and you need to retrieve "bad" record and "bad acknowledged" record anyway and you are using %FailureID% and %LastFailureID% variabled. Right?
Then I do not see why do you need the same acknowledgment information 2nd time? Anyway you link together several records (at least bad and good) using FailureID as a key; "Bad" record contains acknowledgment information, why do you need the same string 2nd time?
Regards
Alex
Then I do not see why do you need the same acknowledgment information 2nd time? Anyway you link together several records (at least bad and good) using FailureID as a key; "Bad" record contains acknowledgment information, why do you need the same string 2nd time?
Regards
Alex