vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 "Restriccion 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 |
| ||||
| I solve the problem changin the Database System Monitor to ON On Jun 12, 9:32 am, matias.corn...@gmail.com wrote: > 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 "Restriccion 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 |