| The message "%DECW-W-ATT-FAIL ,failed to attach transport LOCAL"
means that the server couldn't connect to the local transport.
Without it, loginout will never be able to connect to the server.
The install entry for decw$transport_local.exe looks OK. Is
decw$transport_common.exe properly installed?
Another thing you should check is to make sure you haven't defined
a logical name called "local" in your system startup files.
|
|
I checked SYS$SHARE:DECW$TRANSPORT_COMMON.EXE.
This image was also installed with "Open","Hdr","Prot","Shar","Lnkbl"
attributes. The file protection is (RWED,RWED,RWED,RE).
The logical name "local" is not defined in the SYSTARTUP_V5.COM and
command procedure files called from the SYSTARTUP_V5.COM.
The logical name "decw$server_transpots" is defined with "/trans=term"
attribute. So it is no problem.
I would like to know about the message "%DECW-W-ATT-FAIL" more detail.
Does the message mean that the server could not call a routine in the
DECW$TRANSPORT_LOCAL.EXE ?
Thanks in advance.
Yuji Nagano CSC/Tokyo Japan
|
| Many things can cause DECW-W-ATT_FAIL, from being unable to image activate
DECW$TRANSPORT_LOCAL.EXE, to not being able to call the initialization routine
in the specific transport. In this case, the system status SYSTEM-F-PRIVINSTALL
tells me that the ATTACH_TRANSPORT routine was not able to image activate
DECW$TRANSPORT_LOCAL.EXE. We must concentrate on why that is so.
Since the COMMON and LOCAL images seem to be installed correctly, then I can
only draw the conclusion that the transport is not finding the installed
images. Some more possibilities to check: is the logical name SYS$SHARE:
redefined? Are there extra versions of DECW$TRANSPORT_LOCAL.EXE in either
SYS$SPECIFIC:[SYSLIB] or SYS$COMMON:[SYSLIB]?
|