home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / a / awnotes.zip / 4ERR.TXT < prev    next >
Text File  |  1992-12-22  |  2KB  |  130 lines

  1. -------------------------------------------------------------------------------
  2.                        pcANYWHERE 4.X Error Messages
  3. -------------------------------------------------------------------------------
  4.  
  5.  
  6. No Connection Codes
  7. -------------------
  8.  
  9. 1   pcANYWHERE is not resident.
  10.  
  11. 21  Password file (AW.CI1) not found.
  12.  
  13. 2   Incompatible version already running.
  14.  
  15. 22  Password file invalid.
  16.  
  17. 3   Invalid API function number.
  18.  
  19. 23  Password problem.
  20.  
  21. 4   pcANYWHERE is already active.
  22.  
  23. 24  Terminal file (AW.TRM) not found.
  24.  
  25. 5   pcANYWHERE is not active.
  26.  
  27. 25  Terminal file invalid.
  28.  
  29. 6   Configuration file not found.
  30.  
  31. 26  Login timeout expired.
  32.  
  33. 7   Configuration file is invalid.
  34.  
  35. 27  No response from remote.
  36.  
  37. 8   Unable to load comm driver.
  38.  
  39. 28  OEM ID mismatch.
  40.  
  41. 9   Incompatible comm driver.
  42.  
  43. 30  Cannot unload because memory not ours.
  44.  
  45. 10  Operator cancel.
  46.  
  47. 31  Cannot unload because vectors stolen.
  48.  
  49. 11  Unable to initialize comm device.
  50.  
  51. 50  Need newer version of Deskview.
  52.  
  53. 12  unable to initialize modem.
  54.  
  55. 200 Message file could not be found.
  56.  
  57. 13  Modem script error.
  58.  
  59. 201 Message file is invalid.
  60.  
  61. 14  Unable to establish a connection.
  62.  
  63. 202 Not Enough memory.
  64.  
  65. 20  Connection lost.
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. Hardware Diagnostic:  Network Communication Test Error Messages 
  74. ---------------------------------------------------------------
  75.  
  76.  0  No Error.
  77.  
  78. -12 Invalid channel number.
  79.  
  80. -1  Bad parameter block.
  81.  
  82. -13 Port not initialized.
  83.  
  84. -2  Port/service not available.
  85.  
  86. -14 Port busy (driver using it).
  87.  
  88. -3  Server not responding. 
  89.  
  90. -15 Invalid function # (extfnc).
  91.  
  92. -4  Flow control prevented output.
  93.  
  94. -16 Transmit buffer is full.
  95.  
  96. -5  No received data available.
  97.  
  98. -17 Allocated buffers too small.
  99.  
  100. -6  No carrier signal.
  101.  
  102. -18 No network drivers present.
  103.  
  104. -7  No channels available.
  105.  
  106. -19 No socket available.
  107.  
  108. -8  Driver not initialized.
  109.  
  110. -20 General network error.
  111.  
  112. -9  No (more) matching names.
  113.  
  114. -21 Channel not in session (network).
  115.  
  116. -10 Bad function number.
  117.  
  118. -22 Can't do function, TX FIFO not empty.
  119.  
  120. -11 Already attached.
  121.  
  122.  
  123.  
  124. If the error is "Init status = XXX" then the error occurred on the open
  125. of the network channel.  i.e.:  The program does not communicate with
  126. the network adapter properly.
  127.  
  128. If the error says "Channel status = XXX" then the error was on the attach
  129. call.  i.e.: The program found the network OK and is having trouble
  130. communicating over it.