|
Couple of options 1. Chg the dft action to disconnect not end, this would preserve data and position in menus etc. CHGSYSVAL QINACTMSGQ(DSCJOB). If you go this way set the sysval QDSCJOBITV to something say 1 hour. this will keep the job in dsc until that timer expires and then will end. So a 1hr will DSC and 1 hour later it would end if that user doesn't sign back on that WS assuming you are setting you r initial timeout to 1hr. 2. Chg the dft action to send a msg to a msgq CHGSYSVAL QINACTMSGQ (lib/queue). This will give you the job info, you can monitor that outq and act on each request. We do this here. We have 5 production cpus 4 are hospitals where workstations are sometimes accessable to other than staff. Our timeout set to 10 minutes. We do have area behind locked doors such as our billing personel which do not need to timeout. We wrote a little diddy that compares the workstation ID with a file. If the WSID is in the file then we ignore that WSID and go back and pickup the next msg. From: Rob Berendt To: MIDRANGE-L@lhs.org Subject: CHGTELNA - Inactivity timeout (INACTTIMO) Date: Tuesday, September 01, 1998 1:23PM We are often using TCP/IP Client Access and getting 5250 sessions using that. On one of our AS/400's we have Inactivity timeout set to 3600 instead of the default of 0. Now if I leave my 5250 session idle for an hour, (like go to lunch after activating the NT password protected screen saver), the session drops like a pair of mooners trousers - with the same view. I have to click on Communication Connect within the session to get it back. All data on the screen not saved is lost and you are returned back to the signon screen. We are thinking fast on setting that back to 0. Any comments? +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.