[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxaxp::vmsnotes

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

224.0. "Reject code returned on a LAT connect QIO" by VAXRIO::RTM_HAIN () Wed Feb 19 1997 17:22

	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.RTitleUserPersonal
Name
DateLines
224.1COMEUP::SIMMONDSlock (M); while (not *SOMETHING) { Wait(C,M); } unlock(M)Wed Feb 19 1997 20:5913
    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.2VAXRIO::RTM_HAINThu Feb 20 1997 07:077
    
    Re: .1
    
    Thank you  for the prompt response.
    
    Gilberto Hain.
    
224.3LTDRIVER Patches AvailableXDELTA::HOFFMANSteve, OpenVMS EngineeringThu Feb 20 1997 09:134
   There are patches out for LTDRIVER for various releases, see DIGITAL's
   Internet patch web site.