home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 30 fixes_v / 30-fixes_v.zip / netsrv.zip / NETSRV.DOC next >
Text File  |  1992-06-22  |  1KB  |  21 lines

  1.  This is a file to be used with PATCH to fix a problem in Novell
  2.  NETWARE LITE 1.0. On ocassion it gets a HARD ERROR POPUP, with the
  3.  ONLY choice of terminating the VDM.
  4.  
  5.  Novell's Netware Lite 1.0 has a minor bug which will prevent the server
  6.  portion of the program from operating in an OS/2 VDM.  Under certain
  7.  conditions it will also crash DOS.  This patch will correct the defect
  8.  in the file SERVER.EXE.  This is not an official fix, and carries no
  9.  guarantees.  Novell has been sent this patch file and appropriately
  10.  informed of this condition.  Users should contact Novell to obtain
  11.  official fixes to the Netware Lite program product.
  12.  
  13.  The problem is that SERVER.EXE assumes the JFN (Job File Number) for
  14.  handles 0 and 1 (standard in and out) to always be a value of 1.  This
  15.  is not always the true, since handles and the system file table are
  16.  independent.  The correct solution is to copy the JFN from the PSP of
  17.  SERVER.EXE for handles 0 and 1 to the new JFT (Job File Table).
  18.  
  19.  To install this fix enter the following from either an OS/2 or VDM
  20.  command line:    PATCH NWLITE.PAT /A
  21.