[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
|
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
2513.0. "Premature EOF in IPautoconfig" by FOUR62::LICAUSE (Al Licause (338-5661)) Sun Mar 08 1992 21:26
When running ip_autoconfig on a X1.2.15 system on VMS, it errors out
with, if I remember correctly, a eof error. (Sorry, I'm not on-line
with the system).
In looking through the code for the second command procedure, I think
it was MCC_MAKECONFIG.COM?, in the subrouting GET_GWY, the author is
searching for the string "0.0.0.0" to check for the existance of a
DECnet portal.
If this string is not found, nothing is written to SYS$SCRATCH:...
and a premature EOF is detected on the first READ.
I managed to fix this adding a NOON and a /END= to the READ statement.
This jumps down a few lines, closes the file then RETURNS.
Hope this helps, if it hasn't been found yet.
Al
T.R | Title | User | Personal Name | Date | Lines |
---|
2513.1 | Local UCX config should be checked ! | KETJE::PACCO | | Tue Mar 24 1992 13:08 | 6 |
| Another approach is to add in UCX:
SET ROUTE 0.0.0.0/GATEWAY=your_gateway
Regards,
Dominique.
|