I put the next lines in the overnor configuration file to force the
sessions ir there are more than 15 minutes doing nothing but it's not
working. I need some help.
=============== =============== =============== =============
desc "Restriccio n 15 Minutes"
setlimit idle 900
action force
;
desc "users with no restriction"
authid fnmr, db2inst1
setlimit
cpu -1
locks -1
uowtime -1
idle -1
rowsread -1
rowssel -1
;
desc "test1 "
authid jperf
setlimit rowssel 10
action force
;
desc "test2"
authid jperf
setlimit idle 3
action force
;
=============== =============== =============== =============
Thanks in advance
sessions ir there are more than 15 minutes doing nothing but it's not
working. I need some help.
=============== =============== =============== =============
desc "Restriccio n 15 Minutes"
setlimit idle 900
action force
;
desc "users with no restriction"
authid fnmr, db2inst1
setlimit
cpu -1
locks -1
uowtime -1
idle -1
rowsread -1
rowssel -1
;
desc "test1 "
authid jperf
setlimit rowssel 10
action force
;
desc "test2"
authid jperf
setlimit idle 3
action force
;
=============== =============== =============== =============
Thanks in advance
Comment