| Title: | VAX and Alpha VMS |
| Notice: | This is a new VMSnotes, please read note 2.1 |
| Moderator: | VAXAXP::BERNARDO |
| Created: | Wed Jan 22 1997 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 703 |
| Total number of notes: | 3722 |
On a Alpha running OpenVMS V6.2-1H2, when executing a $QIOW with IO$_TTY_PORT+IO$M_LT_CONNECT function to a LAT port, I'm getting very often: IOSB+0 with status SS$_ABORT (as connection rejected) and IOSB+2 with code %x867B Is there anyone that can help me find the interpretation of this IOSB+2 returned code ? Thanks, Gilberto Hain.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 224.1 | COMEUP::SIMMONDS | lock (M); while (not *SOMETHING) { Wait(C,M); } unlock(M) | Wed Feb 19 1997 20:59 | 13 | |
Re: .0
The message text for that condition value is
"%LAT-I-DISCONNECTED, session disconnected from !AS"
(you get this by adding the LAT Facility value (%X01760000) to the word
in IOSB+2, then consulting the message catalogue SYS$MESSAGE:LATMSG.EXE.
Also see <latmsgdef.h>, etc.)
..apparently the target node/service|node/port is politely dropping your
connect very soon after processing it.
John.
| |||||
| 224.2 | VAXRIO::RTM_HAIN | Thu Feb 20 1997 07:07 | 7 | ||
Re: .1
Thank you for the prompt response.
Gilberto Hain.
| |||||
| 224.3 | LTDRIVER Patches Available | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Thu Feb 20 1997 09:13 | 4 |
There are patches out for LTDRIVER for various releases, see DIGITAL's Internet patch web site. | |||||