| Hello Eva,
I had a very long escalation outstanding with versions prior to
V6.3 ECO05. If I deleted a Session control port on one end of the
link the other end was not deleted and I got the following status
on the QIO,
!MBXAST -- Outgon message: 57
!DSCNCT -- Outgon disconnecting
!DSCNCT -- $QIOW(IOSB) on Outgon status = 8420
!MBXAST -- Income message: 57
!DSCNCT -- Income disconnecting
!DSCNCT -- $QIOW(IOSB) on Income status = 172
!NEWCON -- Starting outgoing connection
!NEWCON -- $QIOW on Outgon status = 164
!-exit 8420
!%SYSTEM-F-LINKABORT, network partner aborted logical link
!-exit 172
!%SYSTEM-F-FILNOTACC, file not accessed on channel
!-exit 164
!%SYSTEM-F-FILALRACC, file already accessed on channel
The fix for this got into ECO05. For some reasons there is another
fix for a similar case which I don't know personally,
HELP""::ABBYRD$DKA100:[KANSAS.KITS.AXP.OBSOLETE]NET$DRIVER.TXT;2
o Fix for Filnotaccess,Unkresult and Remoteshutdown.
Check the QIO UCB for a local disconnect and add
the mappings for I-DISCDATATRUN and REMOTESHUTDOWN
Modify; QIO_EXECUTE.B32, QIO_COMPLETION.B32,
QIO_MAPERR.B32 and QIO_STRUCTURES.SDL
o add item osit$k_item_rfc1006_RemotePort
To use this item code you must have the port and
network service in a template on the receiving
node along with INBOUND set to true.
Directory ABBYRD$DKA100:[KANSAS.KITS.AXP]
NET$DRIVER.EXE 141 16-OCT-1996 16:32:29.00
NET$DRIVER.STB 53 16-OCT-1996 16:32:31.00
NET$OSDRIVER.EXE 196 16-OCT-1996 16:32:40.00
NET$OSDRIVER.STB 56 16-OCT-1996 16:32:42.00
copy to sys$common:[sys$ldr]
may be this is what you need. You will find the NET$DRIVER in the
obsolete directory.
Regards
Kurt
|