|
You might want to consider changing your timeout values in system values. Look at QINACTITV, QINACTMSGQ and QDSCJOBITV. I run an internet based AS/400 time share service, so I get a lot of disconnects (especially via AOL;). I have QINACTITV at 60 minutes, QINACTMSGQ at *DSCJOB and QDSCJOBITV at 60 minutes. The QINACTITV is needed because sometimes a router or firewall in the loop someplace will keep the telnet connection alive even though the client fell off hours ago (perhaps your scenario). So, QINTER disconnects the job after 60 minutes of inactivity. The user then has an hour to reconnect to the same device name and pick up where they left off before the job is ENDed. I also have a little CL program that runs at signon that checks for multiple signons by the same user. This handles the scenario where they lost their connection and can't get their device name because it's still running. If there are more than two jobs running under the same user, the CL will disconnect one of them and inform the user that they must have dropped their connection. Then can then sign off and sign back on to their regular device description and pick up where they left off. It's a pain in the neck but it pretty much works. ++++++++++++++++++++++++++++++++++++++++++++ Go... FASTER! Without an upgrade! With ARCTOOLS/400(tm) http://www.arctools.com <http://www.arctools.com> info@arctools.com <mailto:info@arctools.com> DCSoftware, Inc. Ph: (508) 435-8243 Fax: (508) 435-4498 ++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: midrange-l-admin@midrange.com [mailto:midrange-l-admin@midrange.com] On Behalf Of James W. Kilgore Sent: Saturday, September 01, 2001 3:10 AM To: midrange-l@midrange.com Subject: Re: Using Mocha Karl, FYI, I've never used a HOST file on any PC connected to an AS/400 via Mochasoft, just IP address, and only have the problem described below when a named session drops. Although it no longer shows in WRKACTJOB I can't get connected with that named device until we IPL. My workaround is that I have several named devices to choose from. This also occurs with other telnet emulators. It's not just Mochasoft. hth "Lauritzen, Karl" wrote: > > Make sure you have the IP and name of your 400 in the HOST file on your pc. > > Use that name then in the connection on Mocha instead of the IP address. > > -----Original Message----- > From: Leif Svalgaard [mailto:leif@leif.org] > Sent: Wednesday, August 29, 2001 3:08 PM > To: Midrange List Tech > Subject: Using Mocha > > I have an issue with the Mocha emulator. > I have a connection from my PC to an IP address > on an AS/400. This works as I can FTP to/from > that address. But when I try to connect to it > using Mocha, I get "connection the host has been lost". > Turning on the "show negotiation" feature gets me > this: > HOST: IAC DO NEW-ENVIRON > CLIENT: IAC WONT NEW-ENVIRON > HOST: IAC DO TN_TERMTYPE > CLIENT: IAC WILL TN_TERMTYPE > HOST: IAC SB TN_TERMTYPE 01 SE > CLIENT: IAC SB TERMTYPE IS IBM-3179-2 IAC SE > HOST: IAC DO EOR > CLIENT: IAC WILL EOR > HOST: IAC WILL EOR > CLIENT: IAC DO EOR > HOST: IAC DO TN_TRANSBIT_BINARY > CLIENT: IAC WILL TN_TRANSBIT_BINARY > HOST: IAC WILL TN_TRANSBIT_BINARY > CLIENT: IAC DO TN_TRANSBIT_BINARY > CLIENT: IAC NOP > CLIENT: IAC NOP > CLIENT: IAC NOP > > what is going on here? > Have anybody had this type of problem and found a solution to it? > TIA > Leif > > _______________________________________________ > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list > To post a message email: MIDRANGE-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l > or email: MIDRANGE-L-request@midrange.com > _______________________________________________ > This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list > To post a message email: MIDRANGE-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l > or email: MIDRANGE-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/midrange-l. _______________________________________________ This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l or email: MIDRANGE-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.