|
Hello,
Does V5.2 provide a solution for the problem in .0?
According to the Reference Guide (3.1.13):
The USERXXX parameter is used to indicate the name of a
user-written action routine. These routines may be selected
in the exception file to be executed when a process reaches its
idle time limit.
But, according to the customer, these routines are executed each time ZAP
is scanning, so they are executed each minute.
Regards,
Willem
|
| Hi,
In version V5.0, when a process reached it's idle time limit, the
specified action is taken. Under normal conditions, that will result in the
termination of the process before the next pass of ZAP (one minute later). If,
however, the action does not result in the termination of the process (or in it
becoming active), then the action is repeated each minute because the process is
still at its idle time limit.
In version V5.2, when an action is taken the entire process record is
cleared in ZAPs internal database. This means that if the process should remain
after the action is taken, the process will accumulate idle time from 0 again.
This prevents repeated actions on processes, especially when user written action
routines are used.
I suspect that the user written action routine that your customer is
referring to either (1) does not actually kill the process or (2) does not kill
it before the next pass of ZAP. If you check the log files and find that it
is just taking too long, then V5.2 will fix the problem. If this does not appear
to be the case, then there may be another problem that needs to be checked.
I hope that this answers your question.
Keith Maconi
|