home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / networki / 2478 < prev    next >
Encoding:
Text File  |  1992-12-16  |  3.6 KB  |  94 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!newsflash.concordia.ca!mizar.cc.umanitoba.ca!news!buhr
  3. From: buhr@umanitoba.ca (Kevin Andrew Buhr)
  4. Subject: Re: NetWare Requester 2.0 error....
  5. In-Reply-To: callison@uokmax.ecn.uoknor.edu's message of 11 Dec 92 22:18:52 GMT
  6. Message-ID: <BUHR.92Dec16182454@ccu.umanitoba.ca>
  7. Sender: news@ccu.umanitoba.ca
  8. Nntp-Posting-Host: ccu.umanitoba.ca
  9. Organization: University of Manitoba, Canada
  10. References: <Bz48nI.6u@constellation.ecn.uoknor.edu>
  11. Date: Thu, 17 Dec 1992 00:24:54 GMT
  12. Lines: 80
  13.  
  14. In article <Bz48nI.6u@constellation.ecn.uoknor.edu>
  15. callison@uokmax.ecn.uoknor.edu (James P. Callison) writes:
  16.  
  17. |  I'm having trouble getting my OS/2 2.0 machine to work with my NetWare 3.11
  18. |  network. On startup, everything seems to load normally, until a few
  19. |  seconds after the desktop loads, when I get a blank screen with a 
  20. |  red box at the top with the message :
  21. |
  22. |       NWD0115: Error getting connection ID (0x880F).
  23. |           Press <Esc> to continue
  24. |
  25. |  After I press <Esc>, I get the desktop back, with this most unhelpful
  26. |  message:
  27. |
  28. |       SYS0059: An unexpected network error occurred
  29. |
  30. |  Doing a help on this message gets me another un-helpful message about
  31. |  seeing my system administrator. Well, I'm the system administrator,
  32. |  and I don't have a clue as to what this error is...
  33.  
  34. I got this message when I forget to tell the "NE2000.OS2" MLID that
  35. "Frame Ethernet_802.3" was the first frame supported (and therefore
  36. the frame that "IPX.SYS" should bind to.  "IPX.SYS" was binding to the
  37. "Ethernet_II" frame on the same physical board, and the Requestor
  38. exhibited exactly the behaviour you describe (right down to the
  39. "0x880f").
  40.  
  41. DOS MLID's and Protocol drivers seem to make up their own rules, so a
  42. "NET.CFG" that works for a DOS session doesn't always work under OS/2.
  43. Moreover, all Netware's OS/2 drivers are incredibly buggy: sometimes
  44. an (incorrect) "NET.CFG" will successfully boot, but some totally
  45. unrelated change (like changing the "Slot" parameter, for example ;) )
  46. will cause it to fail afterwards.
  47.  
  48. In short, try this (and I'm doing this from memory, so take it with a
  49. grain of salt):
  50.  
  51. If your CONFIG.SYS looks like this...
  52.  
  53.     DEVICE=C:\NETWARE\LSL.SYS
  54.     DEVICE=C:\NETWARE\3C503.OS2 (or whatever)
  55.     DEVICE=C:\NETWARE\IPX.SYS
  56.         .
  57.         .
  58.         .
  59.  
  60. then make sure your C:\NET.CFG looks like this...
  61.  
  62.     Link Driver 3c503 (or whichever board you use under OS/2)
  63.         Slot ???  (if your MLID is going to have trouble
  64.                            deciding which board is which)
  65.         Frame Ethernet_802.3 (assuming your IPX is framed thusly)
  66.         Frame Ethernet_II    (or whatever)
  67.         Protocol IPX 0 Ethernet_802.3 (just to make it explicit)
  68.  
  69.     Link Driver 3c509
  70.         Slot ???
  71.         Frame Ethernet_802.3 (or whatever)
  72.         Protocol IPX 0 Ethernet_802.3
  73.  
  74. |  I have two ethernet adapters; a 3Com 3c509 (for DOS) and a 3c503 (8-bit)
  75. |  for OS/2 and Linux. I use the NET.CFG to separate them, and, when I
  76. |  had this same copy of OS/2 installed on my 386 (without the ServPak),
  77. |  I had no problems.
  78.  
  79. Hopefully, the OS/2 "IPX.SYS" will bind to the first virtual board it
  80. sees (the Ethernet_802.3 frame of the "3c503" MLID).  In a DOS
  81. session, provided you load the "3c509" MLID only, the DOS "IPXODI.COM"
  82. will bind to the first virtual board of the first available MLID, i.e.
  83. the Ethernet_802.3 frame of the "3c509" MLID.  If this is the desired
  84. behaviour, then you're in luck.
  85.  
  86. If you find you simply can't reconcile the DOS and OS/2 "NET.CFG"'s,
  87. I've found that Netware DOS ODI drivers seem to look for the "NET.CFG"
  88. file in the current directory, so if you run them from "C:\DOSNW",
  89. they'll find a DOS-only "NET.CFG" in that directory.
  90.  
  91. Anyway...  Good luck!
  92.  
  93. Kevin <buhr@ccu.UManitoba.CA>
  94.