home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i17 / saa010.doc < prev    next >
Text File  |  1994-10-17  |  6KB  |  175 lines

  1. SAA010.EXE, DOS Client LUx API Support             (SAA010.EXE)
  2. Update to provide all versions of NetWare for SAA 1.3 with DOS
  3. Workstation API support to use SNA communications for secondary
  4. dependent logical units using the LU 0, LU 1, LU 2, and LU 3
  5. protocols.
  6. ---------------------------------------------------------------
  7.  
  8. This package is made up of the following files:
  9.  
  10. SAA010 DOC14GJ4 - This document
  11. SAA010 EXE14GJ4 - Binary self-extracting file
  12.  
  13. The file, once downloaded with the binary option, needs to be
  14. run as it is a self-extracting file.
  15. ---------------------------------------------------------------
  16.  
  17. NOVELL PRODUCT and VERSION:
  18. NetWare for SAA 1.3B
  19. NetWare for SAA 1.3A
  20. NetWare for SAA 1.3
  21.  
  22. ABSTRACT:
  23.  
  24. SAA010.EXE provides SAA010.TXT does not provide instructions
  25. regarding the writing of LUx applications.  If you wish to
  26. write applications contact Novell Marketing for assistance at
  27. the address shown in SAA010.TXT.
  28.  
  29. ---------------------------------------------------------------
  30.                            DISCLAIMER
  31. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  32. NOVELL.  NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
  33. THIS INFORMATION.  HOWEVER, THE INFORMATION PROVIDED IN THIS
  34. DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL MAKES NO
  35. EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  36. ---------------------------------------------------------------
  37.  
  38. SYMPTOM
  39.  
  40. GENERAL
  41. 1. RUI or SLI verbs may not post as complete.
  42.  
  43. 2. The NWSAA_INIT verb was not checking all eight bytes of the
  44.    profile name.
  45.  
  46. 3. A new return code was added to LUX.
  47.  
  48. 4. Nearest server determination
  49.  
  50. 5. RUI_WRITE problems
  51.  
  52. 6. Applications that poll the primary return code may fail.
  53.  
  54. Self-Extracting File Name:  SAA010.EXE     Revision:  A
  55.  
  56. Files Included     Size     Date      Time
  57.  
  58. \
  59.   SAA010.TXT         (This File)
  60.      LUX.EXE      88266   05-25-94    3:58p   *602
  61.      LUX.LIB      13487   05-25-94    3:44p   *602
  62.  CCSLOAD.EXE      20489   05-25-94    3:42p   *602
  63. LOADBASE.EXE       8417   05-25-94    3:43p   *602
  64.  
  65.  
  66. *Novell Internal Control Number
  67.  
  68. INSTALLATION INSTRUCTIONS
  69. 1. Create a directory in the SAA server. (SYSTEM\NWSAA\LUX\DOS)
  70.  
  71. 2. Copy the files the files in SAA010 into the directory.
  72.  
  73. SOLUTION SPECIFICS
  74.  
  75. A. GENERAL
  76.  
  77. 1. RUI or SLI verbs may not post as complete, even though a
  78. trace run at the server shows the response returned to the
  79. client  (eg. the trace obtained via CSSTATUS may show an
  80. RUI_READ request
  81.  
  82.       RET   TIME:00:00:00:60    VPL= RUI_READ
  83.                 000000 .........................
  84.      followed by the response returned to the client
  85.  
  86.      REQ  TIME:00:00:00:60    VPL= RUI_READ
  87.                 000000 ...................
  88.      but the verb remains stuck IN_PROGRESS
  89.  
  90. 2. The NWSAA_INIT verb was not checking all eight bytes of the
  91. profile name.  When the first four bytes were not unique, LUX
  92. returned a primary return code of SV_STATE_CHECK and a
  93. secondary return code of SV_SESSION_ALREADY_OPEN in error.
  94.  
  95. 3. A new return code was added to LUX when NWSAA is unloaded or
  96. a hard reset LU is performed at the server: Primary return code
  97. LUX_SESSION_FAILURE and secondary return code
  98. LUX_NWSAA_SESSION_RESET.
  99.  
  100. 4. For DOS only, if the nearest server cannot be determined
  101. within fifteen seconds, THE SLI_OPEN or RUI_INIT fails.
  102.  
  103. 5. RUI_WRITE with no data was being rejected with a parameter
  104. error, but is valid (eg. RH with change direction )
  105.  
  106. 6. Applications that poll the primary return code may fail.
  107. The return codes were set prematurely when the data size
  108. exceeded the packet size (approximately 500 bytes for DOS and
  109. 4000 bytes for NLM) Applications that use LUX callback posting
  110. are not impacted.
  111.  
  112. TO RUN LUx
  113. ----------
  114. Prior to running a LUx DOS application:
  115.   - the LUX TSR may be loaded via "CCSLOAD LUX".
  116.           or
  117.   - the application may be allowed to load the TSR.
  118.  
  119. In either case, LUx dynamically links to the code in the TSR
  120. when the application makes the initial load request.
  121.  
  122. The EXEs provide LUx services to LUx applications.  They work
  123. together at the DOS Client to communicate with a host system.
  124.  
  125. TO UNLOAD THE LUx TSR
  126. ---------------------
  127. Following the completion of LUx applications:
  128.      CCSLOAD /U LUX
  129.  
  130. Files                                Description
  131. -----                                -----------
  132. SYSTEM\NWSAA\LUX\DOS\CCSLOAD.EXE     LUx loader
  133. SYSTEM\NWSAA\LUX\DOS\LOADBASE.EXE    Lux loader TSR
  134. SYSTEM\NWSAA\LUX\DOS\LUX.EXE         LUx API TSR
  135. SYSTEM\NWSAA\LUX\DOS\LUX.LIB         LUx API Library (linked
  136.                                      with application)
  137.  
  138. The EXEs provide LUx services to LUx applications.  They work
  139. together at the DOS Client to communicate with a host system.
  140.  
  141. Developing LUx Applications
  142. ---------------------------
  143. The LUX library is used by the application developer to build
  144. LUx applications.  It is not required at the DOS Client to run
  145. the application.
  146.  
  147. A LUx application is linked with the Novell LUX.LIB when the
  148. application is developed.
  149.  
  150. The LUx Library provides the following LUx entry points:
  151.  
  152.    SETUP_NWSAA - Setup APIs for loading,linking &
  153. unloadingsoftware.
  154.    SVC_NWSAA   - Service APIs for Initializing and Terminating
  155. NetWare for SAA LUx sessions, and for the Convert function.
  156.    LUX_NWSAA   - LUx APIs
  157.                - Request-unit interface (RUI)
  158.                - Session-level interface (SLI)
  159.  
  160. FOR MORE INFORMATION
  161. For information regarding the writing of DOS LUx applications
  162. write to:   Novell, Inc
  163.             Attn: Product Marketing
  164.             890 Ross Drive
  165.             Sunnyvale, CA 94089
  166.  
  167. Patch History:
  168. SAA010.EXE supersedes SAALUX.EXE.
  169.  
  170. ---------------------------------------------------------------
  171. Any trademarks referenced in this document are the property of
  172. their respective owners.  Consult your product manuals for
  173. complete trademark information.
  174. ---------------------------------------------------------------
  175.