home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / patches / nwlite / netwlsrv.doc < prev   
Text File  |  1992-06-10  |  967b  |  20 lines

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