home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 26 Fixes1x / 26-Fixes1x.zip / apar5100.zip / APAR5100.INF (.txt)
OS/2 Help File  |  1992-12-07  |  51KB  |  1,551 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Summary of APARs ServicePak WR05100 ΓòÉΓòÉΓòÉ
  3.  
  4.  
  5. ΓòÉΓòÉΓòÉ 1.1. ABOUT THIS DOCUMENT ΓòÉΓòÉΓòÉ
  6.  
  7. This document gives a brief description of each APAR which has a fix included 
  8. in ServicePak WR05100 for OS/2 Extended Edition 1.3 and Lan Server 1.3.  The 
  9. descriptions are grouped in sections by major components of OS/2 EE/LS.  In 
  10. each section, the descriptions are ordered by APAR number. 
  11.  
  12.  
  13. ΓòÉΓòÉΓòÉ 1.2. DATABASE MANAGER ΓòÉΓòÉΓòÉ
  14.  
  15. This section contains summaries for the APARS in ServicePak WR05100 which 
  16. relate to Database Manager. 
  17.  
  18.  
  19. ΓòÉΓòÉΓòÉ 1.2.1. JR03605:  SQLESRSP Failed To Mark DB As Bad ΓòÉΓòÉΓòÉ
  20.  
  21. User running QM remotely does an 'END TASK' during a create index and is able 
  22. to shutdown OK.  When reconnecting, user gets -902 errors accessing the index 
  23. file.  The index file is in an inconsistent state with all the pages of the 
  24. index file not being updated properly from the rollback of the create index 
  25. transaction.  SQLESRSP receives an error return code but fails to mark the DB 
  26. as bad, so recovery is not run. 
  27.  
  28.  
  29. ΓòÉΓòÉΓòÉ 1.2.2. JR03802:  TRAP D When Running Queries With 'AND' Clause ΓòÉΓòÉΓòÉ
  30.  
  31. A TRAP D occurred when running a query which had an 'AND' clause involving an 
  32. index.  This was an intermittent problem, and generally required running 
  33. multiple queries prior to running the query that caused the problem. 
  34.  
  35.  
  36. ΓòÉΓòÉΓòÉ 1.2.3. JR03832:  TRAP D - Detached Process 27-007E:018E ΓòÉΓòÉΓòÉ
  37.  
  38. A problem existed if STARTDBM and STOPDBM were issued from the same process. 
  39. The DLL was not being freed by the STOPDBM therefore the old copy was in 
  40. storage on the second STARTDBM causing a trap. 
  41.  
  42.  
  43. ΓòÉΓòÉΓòÉ 1.2.4. JR03967:  Using Remote Program Download, QM hangs. ΓòÉΓòÉΓòÉ
  44.  
  45. Using Remote Program Download, if the LAN Requester doesn't have write access 
  46. to the drive on the server, Query Manager hangs when cataloging.  If LAN server 
  47. and the LAN requester have all accesses privileges (read, write, ..etc), 
  48. requester can NOT catalog a database. 
  49.  
  50.  
  51. ΓòÉΓòÉΓòÉ 1.2.5. JR04603:  Subdirectory On QM DB Erase Is Not Removed ΓòÉΓòÉΓòÉ
  52.  
  53. Query manager option to erase database will fail if a local or remote user has 
  54. the SQL0000X subdirectory that they are trying to remove as their current 
  55. directory.  Additionally, subsequent attempts to erase the database will also 
  56. fail as the database name is removed from the database directory but the QM 
  57. screen is not refreshed. 
  58.  
  59.  
  60. ΓòÉΓòÉΓòÉ 1.2.6. JR04723:  Trap D Running A SQL REXX Appl. ΓòÉΓòÉΓòÉ
  61.  
  62. The fix prevents REXX host variables used with the FETCH statement from being 
  63. assigned the value of space; after the last row has already been FETCHed from 
  64. the result table. 
  65.  
  66.  
  67. ΓòÉΓòÉΓòÉ 1.2.7. JR04747:  Trap D In SQLC ΓòÉΓòÉΓòÉ
  68.  
  69. User encountering a TRAP D situation on a DBM requester.  If a 'Start Using 
  70. Database' to a remote DB takes a long time and the user or application exits 
  71. the process, DBM exit routine will try to commit any outstanding transactions 
  72. before stopping the database.  If the remote database services component is not 
  73. completely initialized and a SQL request is sent, a trap can occur. 
  74.  
  75.  
  76. ΓòÉΓòÉΓòÉ 1.2.8. JR04882:  Module Receives Intermittent 804 ΓòÉΓòÉΓòÉ
  77.  
  78. The user gets an intermittent return code SQL0802 when multiple threads or 
  79. processes are fetching data by looping through a series of instructions to open 
  80. a cursor, perform a fetch, and close a cursor. This problem occurred when the 
  81. data occupied the very end of the data segment. 
  82.  
  83.  
  84. ΓòÉΓòÉΓòÉ 1.2.9. JR04989:  LAN-TO-LAN-WAN And DBM Are Not Compatible ΓòÉΓòÉΓòÉ
  85.  
  86. Lan-to-lan-wan and DBM are not compatible in their usage of NETBIOS.  This 
  87. requires setting the adapter number for NETBIOS.  (see readme.db) 
  88.  
  89.  
  90. ΓòÉΓòÉΓòÉ 1.2.10. JR05139:  DMS - Data Page Corruption After Redo Insert ΓòÉΓòÉΓòÉ
  91.  
  92. During a redo on an insert on EE 1.3, the insert routine did not take into 
  93. account the additional space a slot entry will take up. This missing 
  94. information on the additional space will cause a page that needs reorganization 
  95. to not get reorganized.  This could have caused data corruption.  The problem 
  96. has been resolved. 
  97.  
  98.  
  99. ΓòÉΓòÉΓòÉ 1.2.11. JR05142:  Problem With Comparing Packed Decimal Data ΓòÉΓòÉΓòÉ
  100.  
  101. A user noticed that packed decimal comparison was not working when the sign was 
  102. something other then 0x0c and 0x0d.  This fix will recognize all legal signs. 
  103.  
  104.  
  105. ΓòÉΓòÉΓòÉ 1.2.12. JR05174:  38 Row Result Table Returns 39 Rows ΓòÉΓòÉΓòÉ
  106.  
  107. The customer used an Embedded Fetch on a table that produced a result table 
  108. with 39 rows in it when in reality it should only produce a 38 row result. 
  109.  
  110.  
  111. ΓòÉΓòÉΓòÉ 1.2.13. JR05176:  SQL30020N-1245 If SQLVAR Is 84 Or Greater ΓòÉΓòÉΓòÉ
  112.  
  113. SQL30030N (reason code 1245) returned when the number of SQLVAR exceeds 83. 
  114.  
  115.  
  116. ΓòÉΓòÉΓòÉ 1.2.14. JR05190:  Abend Inserting Long Int Into Long Varchar ΓòÉΓòÉΓòÉ
  117.  
  118.  
  119. ΓòÉΓòÉΓòÉ 1.2.15. JR05190:  Abend Inserting Long Int Into Long Varchar ΓòÉΓòÉΓòÉ
  120.  
  121. An abend occurred when inserting a long int value via a host variable into a 
  122. long varchar column.  An error (SQLCODE=-301) should be returned. 
  123.  
  124.  
  125. ΓòÉΓòÉΓòÉ 1.2.16. JR05203:  Cannot Restore DB Catalogued W/ Alias ΓòÉΓòÉΓòÉ
  126.  
  127. When a database was catalogued with an alias, and had a backup performed on it, 
  128. a subsequent restore was not possible. 
  129.  
  130.  
  131. ΓòÉΓòÉΓòÉ 1.2.17. JR05261:  Fix For -984 (Unsuccessful COMMIT Or ROLLBACK) ΓòÉΓòÉΓòÉ
  132.  
  133. When writing a Backout Free Log Record during rollback, the log record size was 
  134. not subtracted from the reserve space for the transaction.  The debug code was 
  135. showing the reserve pointer moving behind the head and tail pointer. 
  136.  
  137.  
  138. ΓòÉΓòÉΓòÉ 1.2.18. JR05405:  SYS1943 While Inserting Into Table, CSD5050 ΓòÉΓòÉΓòÉ
  139.  
  140. User database of 17MB could not be used at CSD level 5050 even though it worked 
  141. at CSD level 5016.  A trap screen appeared when an insert was made into a large 
  142. table (15MB) from a union of select statements from two tables. 
  143.  
  144.  
  145. ΓòÉΓòÉΓòÉ 1.2.19. JR05418:  DB Config Not Updated After RESTORE ΓòÉΓòÉΓòÉ
  146.  
  147. The user was getting an SQL1042C - Unexpected System Error on a START USING 
  148. DATABASE.  The problem occurred after a database was restored that caused other 
  149. databases to have their database directory renamed. 
  150.  
  151.  
  152. ΓòÉΓòÉΓòÉ 1.2.20. JR05483:  Errors Trying To Drop A Table ΓòÉΓòÉΓòÉ
  153.  
  154. Errors occurred when an attempt was made to drop a table which had an index 
  155. associated with it which was damaged.  An attempt was made to recreate the 
  156. index prior to the drop.  This was not necessary, and caused a variety of 
  157. problems (SQLCODE=-803). 
  158.  
  159.  
  160. ΓòÉΓòÉΓòÉ 1.2.21. JR05496:  SQL3025 Exporting File To Novell Re-mapped Drive ΓòÉΓòÉΓòÉ
  161.  
  162. User on a requester attempts to EXPORT files from QM to a re-mapped Novell Lan 
  163. Drive of a Novell Server and gets SQL-3025 error. 
  164.  
  165.  
  166. ΓòÉΓòÉΓòÉ 1.2.22. JR05537:  Incorrect Sort Involving ORDER BY ΓòÉΓòÉΓòÉ
  167.  
  168. For complex queries that use an ORDER BY clause, the output of the query may 
  169. not be sorted in the correct order.  This is an intermittent problem and has 
  170. been fixed. 
  171.  
  172.  
  173. ΓòÉΓòÉΓòÉ 1.2.23. JR05558:  SQL7008 When Rexx.Cmd Calls For 18 Field Update ΓòÉΓòÉΓòÉ
  174.  
  175. Rexx.Cmd file does a call to update database config for sample using dbtokens. 
  176. When dbtokens contains all 18 fields to modify, call returns 7008. 
  177.  
  178.  
  179. ΓòÉΓòÉΓòÉ 1.2.24. JR05567:  Remove Error Checking On First Read Of Log ΓòÉΓòÉΓòÉ
  180.  
  181. The system was getting in a loop where it never gets out of needing recovery. 
  182.  
  183.  
  184. ΓòÉΓòÉΓòÉ 1.2.25. JR05634:  Locking Error In Index Manager Causes Deadlock ΓòÉΓòÉΓòÉ
  185.  
  186. Deadlock was caused by error locking modes used in Index Manager when an index 
  187. scan was used for an update statement. 
  188.  
  189.  
  190. ΓòÉΓòÉΓòÉ 1.2.26. JR05740:  DB Application Process Cannot Exit ΓòÉΓòÉΓòÉ
  191.  
  192. After issuing a net run command from a requester to invoke a REXX program in a 
  193. server, the user reboots the requester.  The REXX program in the server became 
  194. a zombie process. 
  195.  
  196.  
  197. ΓòÉΓòÉΓòÉ 1.2.27. JR05746:  Operational Status Incorrect ΓòÉΓòÉΓòÉ
  198.  
  199. Operational status values are not being correctly updated when a user is 
  200. collecting the information without being connected to the database. 
  201.  
  202.  
  203. ΓòÉΓòÉΓòÉ 1.2.28. JR05760:  Problem With Log File Reclaim Space Function ΓòÉΓòÉΓòÉ
  204.  
  205. After hitting log full during mass delete, the user was getting a -984 (COMMIT 
  206. or ROLLBACK error).  Traces were showing the log file that was written to as 
  207. being closed. 
  208.  
  209.  
  210. ΓòÉΓòÉΓòÉ 1.2.29. JR05761:  Database Can Not Be Recovered (-1042) ΓòÉΓòÉΓòÉ
  211.  
  212. After a system crash, the database could not be recovered.  The problem 
  213. occurred when the point of recovery was in a partial page. 
  214.  
  215.  
  216. ΓòÉΓòÉΓòÉ 1.2.30. JR05783:  Error When Creating A View With Long Definition ΓòÉΓòÉΓòÉ
  217.  
  218. An error (SQLCODE = -803) occurred when creating a view when the statement text 
  219. exceeds 3900 characters. 
  220.  
  221.  
  222. ΓòÉΓòÉΓòÉ 1.2.31. JR05831:  Index Tree Lost Branch After Delete ΓòÉΓòÉΓòÉ
  223.  
  224. Orphan page was introduced in some cases when a mass deletion of updates was 
  225. performed. 
  226.  
  227.  
  228. ΓòÉΓòÉΓòÉ 1.2.32. JR05938:  Split Log Record Problem During Recovery ΓòÉΓòÉΓòÉ
  229.  
  230. The forward recovery phase of crash recovery did not handle split log records 
  231. that were on a full page at the end of the log. 
  232.  
  233.  
  234. ΓòÉΓòÉΓòÉ 1.2.33. JR05987:  Logging Boundary Condition Problem ΓòÉΓòÉΓòÉ
  235.  
  236. The recovery failed with a bad record type being detected.  The problem 
  237. occurred when a log record exactly filled a page, and the log was then forced 
  238. to DASD. 
  239.  
  240.  
  241. ΓòÉΓòÉΓòÉ 1.2.34. JR05995:  Index File Over 65Meg Causes Trap ΓòÉΓòÉΓòÉ
  242.  
  243. Trap caused by error initialization of the second free page map for files over 
  244. 65 Meg in size. 
  245.  
  246.  
  247. ΓòÉΓòÉΓòÉ 1.3. QUERY MANAGER ΓòÉΓòÉΓòÉ
  248.  
  249. This section contains summaries for the APARs in the ServicePak WR05100 which 
  250. relate to Query Manager. 
  251.  
  252.  
  253. ΓòÉΓòÉΓòÉ 1.3.1. JR02094:  Abend When Running Procedure In QM ΓòÉΓòÉΓòÉ
  254.  
  255. While running a procedure in Query Manager, an abend may occur if an id other 
  256. than "USERID" is used. 
  257.  
  258.  
  259. ΓòÉΓòÉΓòÉ 1.3.2. JR04346:  Users Unable to Import With Append Option ΓòÉΓòÉΓòÉ
  260.  
  261. Users with only select and insert authority were unable to import with the 
  262. append option from Query Manager menus. 
  263.  
  264.  
  265. ΓòÉΓòÉΓòÉ 1.3.3. JR04444:  Problems Using Ampersand In Where Clause ΓòÉΓòÉΓòÉ
  266.  
  267. Certain queries using an ampersand in the Where clause did not work properly. 
  268. Example: 
  269.  
  270.             SELECT * WHERE CLCID >= 'AM&MC' worked, but
  271.             SELECT * WHERE CLCID <= 'AM&MC' did not.
  272.  
  273.  
  274. ΓòÉΓòÉΓòÉ 1.3.4. JR04465:  SQL0508 After Query Manager Panel Changes ΓòÉΓòÉΓòÉ
  275.  
  276. For users making changes to a Query Manager panel.  If a screen "Refresh" is 
  277. done prior to a "Change and Search" (defined by a user procedure), an SQL0508 
  278. error message was returned. 
  279.  
  280.  
  281. ΓòÉΓòÉΓòÉ 1.3.5. JR04467:  Trap D When Count Is Used ΓòÉΓòÉΓòÉ
  282.  
  283. For cases where the special variable "COUNT" was used in the final text of a 
  284. forum (eg.  TOTAL = &COUNT).  If a query was run using this forum and it 
  285. returned no rows, a trap D would occur. 
  286.  
  287.  
  288. ΓòÉΓòÉΓòÉ 1.3.6. JR04727:  Prompted For Logon Exiting Database From QM ΓòÉΓòÉΓòÉ
  289.  
  290. Assume a user logged off the machine (both lan and local) using UPM, but left 
  291. QM open and accessing a database.  QM would present the Logon dialog box when 
  292. the user tried to close. 
  293.  
  294.  
  295. ΓòÉΓòÉΓòÉ 1.3.7. JR05027:  "MIN" Option Does Not Give Minimum Value. ΓòÉΓòÉΓòÉ
  296.  
  297. When the "MINIMUM" option was used in the usage field in a forum, the report 
  298. would not give the minimum value of the last column. 
  299.  
  300.  
  301. ΓòÉΓòÉΓòÉ 1.3.8. JR05440:  Can't Do A Shutdown When Using Query Manager. ΓòÉΓòÉΓòÉ
  302.  
  303. After entering Query Manager if a user immediately tried to do a shutdown it 
  304. would not work. 
  305.  
  306.  
  307. ΓòÉΓòÉΓòÉ 1.3.9. JR05545:  Error SQL0405N, Integer Literal Out of Range ΓòÉΓòÉΓòÉ
  308.  
  309. Integer literals with more than 10 digits were being selectively accepted.  For 
  310. example:  99999999991 (ten nines and a one) was OK, but 99999999999 (eleven 
  311. nines) was not. 
  312.  
  313.  
  314. ΓòÉΓòÉΓòÉ 1.3.10. JR05670:  Import Does Not Allow Path Names Containing Dots ΓòÉΓòÉΓòÉ
  315.  
  316. The Import (and Export) functions would not work if a directory name containing 
  317. one or more dots was specified. 
  318.  
  319.  
  320. ΓòÉΓòÉΓòÉ 1.3.11. JR05684:  Error QRW0541 Is Received When Exiting A Panel ΓòÉΓòÉΓòÉ
  321.  
  322. Assume a "No data met the search condition" message was received during the 
  323. execution of a panel.  If a user clicked on OK and then exited the panel, then 
  324. the error:  QRW0541 would be received. 
  325.  
  326.  
  327. ΓòÉΓòÉΓòÉ 1.3.12. JR05828:  Authorizations On Swiss System List Problem. ΓòÉΓòÉΓòÉ
  328.  
  329. The Authorizations function on the Swiss version of QM would not display group 
  330. names. 
  331.  
  332.  
  333. ΓòÉΓòÉΓòÉ 1.3.13. JR05847:  &SUMN Problem In Final Text Portion If N>9 ΓòÉΓòÉΓòÉ
  334.  
  335. When using special variables like &SUMN in the final text portion of a FORM in 
  336. QM the value of n for the column number was limited to 1 through 9. When &SUMN 
  337. with n > 9 was used, QM treats the variable as a user-defined variable. 
  338.  
  339.  
  340. ΓòÉΓòÉΓòÉ 1.4. USER PROFILE MANAGER ΓòÉΓòÉΓòÉ
  341.  
  342. This section contains summaries for the APARs in ServicePak WR05100 which 
  343. relate to User Profile Manager (UPM). 
  344.  
  345.  
  346. ΓòÉΓòÉΓòÉ 1.4.1. IC03202:  Logoff From UPM Failed ΓòÉΓòÉΓòÉ
  347.  
  348. "Logoff All" was selected from User Profile Manager.  A message popped up 
  349. warning that there were active sessions on the domain and logoff failed. 
  350.  
  351.  
  352. ΓòÉΓòÉΓòÉ 1.4.2. IC03589:  Trap D In UPM ΓòÉΓòÉΓòÉ
  353.  
  354. Application issued simultaneous dossemrequest calls from multiple threads under 
  355. heavy performance load conditions.  This resulted in a Trap D in UPM code. 
  356.  
  357.  
  358. ΓòÉΓòÉΓòÉ 1.4.3. IC03670:  Traps When Multiple Processes Use UPM APIs ΓòÉΓòÉΓòÉ
  359.  
  360. Multiple OS/2 processes using UPM APIs simultaneously have resulted in traps (C 
  361. or D).  Multiple is sometimes as few as 5 and often 10. 
  362.  
  363.  
  364. ΓòÉΓòÉΓòÉ 1.4.4. IC03895:  Userid Could Not Be Added To Group ΓòÉΓòÉΓòÉ
  365.  
  366. Trying to add a userid to a group from the UPM panel resulted in the error 
  367. message: 
  368.  
  369. UPM0073C The user ID XXXXX could not be added to the group due to an OS/2 
  370. system error, reason code '2236'. 
  371.  
  372.  
  373. ΓòÉΓòÉΓòÉ 1.4.5. IC04169:  UPMCSET/E Unset After Creating Local Admin ΓòÉΓòÉΓòÉ
  374.  
  375. After adding a local administrator in Japanese kanji mode no other users could 
  376. be added in kanji mode. 
  377.  
  378.  
  379. ΓòÉΓòÉΓòÉ 1.4.6. JR04793:  2nd Access To Non-existent Remote DB Hangs QM ΓòÉΓòÉΓòÉ
  380.  
  381. If a requestor tries to access a non-existent database on a server, a QRW2171 
  382. error should occur (database nickname not found). If the initial logon failed, 
  383. the Query Manager session will hang after the second attempt to open the 
  384. non-existent database. 
  385.  
  386.  
  387. ΓòÉΓòÉΓòÉ 1.4.7. JR05733:  Multiple Node Logons From DB CLI Fail ΓòÉΓòÉΓòÉ
  388.  
  389. A database client attempted to connect to a host database with an id that is 
  390. not known at the host.  A known id was supplied when prompted for but resulted 
  391. in an unsuccessful logon attempt message being issued. 
  392.  
  393.  
  394. ΓòÉΓòÉΓòÉ 1.4.8. JR05912:  UPMACCTS Active After Admin Account Logs Off ΓòÉΓòÉΓòÉ
  395.  
  396. Problem occurred after ADMIN logged on locally and started up UPMACCTS.  Then 
  397. another user logged on with USER privilages.  The ADMIN accoutn was logged of 
  398. but the UPMACCTS remained active allowing the user to create ADMIN id's. 
  399.  
  400.  
  401. ΓòÉΓòÉΓòÉ 1.4.9. JR05916:  SQL1093 When Starting A Fast Requestor ΓòÉΓòÉΓòÉ
  402.  
  403. Problem occurred on a mod 90 requestor.  The system returned an error message 
  404. stating that the user was not logged on although the logon had successfully 
  405. completed. 
  406.  
  407.  
  408. ΓòÉΓòÉΓòÉ 1.5. OS/2 EE INSTALLATION ΓòÉΓòÉΓòÉ
  409.  
  410. This section contains summaries for the APARS in ServicePak WR05100 which 
  411. relate to OS/2 EE Installation. 
  412.  
  413.  
  414. ΓòÉΓòÉΓòÉ 1.5.1. JR03895:  "Duplicate Session" During 5250 Print Config ΓòÉΓòÉΓòÉ
  415.  
  416. When trying to add a new printer session, the msg "SHORTEN SESSION-ID 'J' 
  417. ALREADY USED" appeared although session 'J' was not already in use. 
  418.  
  419.  
  420. ΓòÉΓòÉΓòÉ 1.6. COMMUNICATIONS MANAGER ΓòÉΓòÉΓòÉ
  421.  
  422. This section contains summaries for the APARS in ServicePak WR05100 which 
  423. relate to Communications Manager. 
  424.  
  425.  
  426. ΓòÉΓòÉΓòÉ 1.6.1. JR03495:  Sense 0801 In Response To Bind From TSO Host ΓòÉΓòÉΓòÉ
  427.  
  428. LUA SLI application using SDLC to communicate with TSO host. Second bind fails 
  429. with sense 0801. 
  430.  
  431.  
  432. ΓòÉΓòÉΓòÉ 1.6.2. JR03552:  Display Of Active APPC TP'S Shows Garbage ΓòÉΓòÉΓòÉ
  433.  
  434. When running APPC applications with CM installed without LAN only option, 
  435. garbage is seen when displaying active APPC transaction programs when in 
  436. Subsystem Management. 
  437.  
  438.  
  439. ΓòÉΓòÉΓòÉ 1.6.3. JR03733:  Trap 000D Using Transfer_MS_Data API ΓòÉΓòÉΓòÉ
  440.  
  441. APPC application uses Transfer_MS_Data successfully multiple times and then 
  442. fails with Trap 000D.  Failure does not occur when Networking Services/2 is 
  443. installed (replaces the APPC.DLL). 
  444.  
  445.  
  446. ΓòÉΓòÉΓòÉ 1.6.4. JR04138:  SLI Statement In ACS.LIB In Lower Case ΓòÉΓòÉΓòÉ
  447.  
  448. The SLI statement in the ACS.LIB is in lower case.  All others are in upper 
  449. case.  Entry points for uppercase added for consistency. 
  450.  
  451.  
  452. ΓòÉΓòÉΓòÉ 1.6.5. JR04202:  RUI_INIT Does Not Return ΓòÉΓòÉΓòÉ
  453.  
  454. LUA RUI_INIT Request Function is issued and no RUI_INIT return takes place when 
  455. the link is not active, leaving the LUA application stuck.  This creates a 
  456. performance problem in the machine. 
  457.  
  458.  
  459. ΓòÉΓòÉΓòÉ 1.6.6. JR04486:  Trap 000D In APPC After A Deallocate_Abend ΓòÉΓòÉΓòÉ
  460.  
  461. Trap D occurs before issue "Connection Open".  Managing of resources after a 
  462. Deallocate-abend corrects this problem. 
  463.  
  464.  
  465. ΓòÉΓòÉΓòÉ 1.6.7. JR04547:  Series/1 - OS2 1.3 Gateway Problem ΓòÉΓòÉΓòÉ
  466.  
  467. Sense 083A0002 on initial LU-LU session.  Vtam must recycle. Enhance the 
  468. Gateway to allow Series/1 connectivity. 
  469.  
  470.  
  471. ΓòÉΓòÉΓòÉ 1.6.8. JR04590:  Non-CM Message Helps Not Supported ΓòÉΓòÉΓòÉ
  472.  
  473. Non-CM products generate their own messages to the CM Message Log File.  CM 
  474. does not support the product's being able to provide help information but 
  475. should display 'Help is not available for this message' as a screen message. 
  476.  
  477.  
  478. ΓòÉΓòÉΓòÉ 1.6.9. JR04640:  Synchronous RUI_INIT's Fail ΓòÉΓòÉΓòÉ
  479.  
  480. RUI-INITS attempt to access shared resources result in the following error log 
  481. entries: 
  482.  
  483.           F011 4C010000 (DOS create queue, queue already exists)
  484.           F011 B7000000 (DOSEXITLIST, list already exists)
  485. General protection faults are also a result.  The fix for this problem 
  486. serializes the RUI_INIT calls so there is no conflict. 
  487.  
  488.  
  489. ΓòÉΓòÉΓòÉ 1.6.10. JR04681:  Vital Product Data Incorrect ΓòÉΓòÉΓòÉ
  490.  
  491. When Netview queries OS/2 1.3 for vital product data, OS/2 provides incorrect 
  492. version information. 
  493.  
  494.  
  495. ΓòÉΓòÉΓòÉ 1.6.11. JR04789:  APPC Trap D On Server, CSLIM=9E6C ΓòÉΓòÉΓòÉ
  496.  
  497. Other failure symptoms include sudden APPC error on OV/2 -- OS/2 shows ACS0448W 
  498. (timeout) and Type FFFF 00000006 and 0017. 
  499.  
  500.  
  501. ΓòÉΓòÉΓòÉ 1.6.12. JR04985:  Garbage On Display Service TPS Panel ΓòÉΓòÉΓòÉ
  502.  
  503. Corrupted subsystem management screen when attempting to deactivate transaction 
  504. program. 
  505.  
  506.  
  507. ΓòÉΓòÉΓòÉ 1.6.13. JR05049:  Intermittant Trap 000D On OS/2 Gateway ΓòÉΓòÉΓòÉ
  508.  
  509. Error in the gateway module results in intermittant Trap 000D on OS/2 Gateway. 
  510. Failure occurring on machine running gateway with token ring connectivity 
  511. upstream and downstream. 
  512.  
  513.  
  514. ΓòÉΓòÉΓòÉ 1.6.14. JR05086:  ALTGR + FKEY Defaults To Base Key Definition ΓòÉΓòÉΓòÉ
  515.  
  516. The VT100 emulator incorrectly interprets the ALTGR sequence on Non-US versions 
  517. of OS/2. 
  518.  
  519.  
  520. ΓòÉΓòÉΓòÉ 1.6.15. JR05274:  SVC Count Not Decremented ΓòÉΓòÉΓòÉ
  521.  
  522. SVC count not decremented when unexpected call indication received.  When X.25 
  523. API receives Non-SNA call for which no listens are posted, the active SVC count 
  524. is never decremented.  Eventually no SVCs are available for legitimate SNA 
  525. calls. 
  526.  
  527.  
  528. ΓòÉΓòÉΓòÉ 1.6.16. JR05275:  Trap 000C When SDLC Adapter 645114 Defined ΓòÉΓòÉΓòÉ
  529.  
  530. Trap 000C when using SDLC adapter 645114 as the alternate adapter. 
  531.  
  532.  
  533. ΓòÉΓòÉΓòÉ 1.6.17. JR05367:  French 5250 Keyboard Remapping Incorrect ΓòÉΓòÉΓòÉ
  534.  
  535. The French OS/2 1.3EE CSD5016 5250 Keyboard Mapping for keyboard ID 189 
  536. displays the English pound sign incorrectly as "*".  The key can be 
  537. reconfigured to map correctly, but shipped defaults are incorrect. 
  538.  
  539.  
  540. ΓòÉΓòÉΓòÉ 1.6.18. JR05445:  RUI Duplicate Read Flow Error LU0/LUA ΓòÉΓòÉΓòÉ
  541.  
  542. When an unexpected session termination occurs, a user written application 
  543. issues a RUI_READ, and the verb returns with a return code indicating the read 
  544. verb is in progress.  The verb then posts a return code indicating the LU 
  545. component disconnected.  After a successful RUI_INIT, the application issues 
  546. another RUI_READ and receives a duplicate read flow return code. 
  547.  
  548.  
  549. ΓòÉΓòÉΓòÉ 1.6.19. JR05459:  COMM695 CM Gateway Deactivated, Reactivated ΓòÉΓòÉΓòÉ
  550.  
  551. Ethernet requesters that are attached to an 8209, which is Token-ring attached 
  552. to a CM 1.3 SNA Gateway to a HOST, receive COMM695 after the workstation or the 
  553. CM 1.3 SNA gateway is recycled. 
  554.  
  555.  
  556. ΓòÉΓòÉΓòÉ 1.6.20. JR05675:  -RSP Sent By LUA Causes Memory Corruption ΓòÉΓòÉΓòÉ
  557.  
  558. LUA RUI stops responding after a -RSP is sent.  RUI_WRITE requests returns with 
  559. 0 return code without sending data.  LUA trace ends abruptly and SDLC Trap 000D 
  560. occurs. 
  561.  
  562.  
  563. ΓòÉΓòÉΓòÉ 1.6.21. JR05686:  CMC-006 Running CM Batch Configuration Utility ΓòÉΓòÉΓòÉ
  564.  
  565. Message CMC-006 received on an IEEE 802.2 (LAN) adapter profile record 
  566. (identified by the characters LN2) that start the record. Message received when 
  567. running CM Batch Configuration Utility. 
  568.  
  569.  
  570. ΓòÉΓòÉΓòÉ 1.6.22. JR05743:  ETHERAND wkst can't recon Thru Gateway Session ΓòÉΓòÉΓòÉ
  571.  
  572. With ETHERAND network talking to a host though through a a Gateway with SDLC 
  573. Link, downstream workstations will lose the session, and then can't reconnect 
  574. until the Gateway is recycled.  The Gateway error log shows 000E 200E0000, 
  575. "unbind response received with no outstanding unbind request". 
  576.  
  577.  
  578. ΓòÉΓòÉΓòÉ 1.6.23. JR05806:  Various Problems With Multi-Protocol Adapters ΓòÉΓòÉΓòÉ
  579.  
  580. Various problems occur on extremely fast machines with multi-protocol adapters 
  581. and SDLC when the MPA is in half-duplex mode and the RTS modem signal is 
  582. toggled on and off every interrupt.  Some of the problems are:  When 
  583. RU-WRITEing data a return code of uncorrelated response may be received The 
  584. session will terminate when a response is received from the host 
  585.  
  586.  
  587. ΓòÉΓòÉΓòÉ 1.6.24. JR06034:  LUA Large File XFER Stops With No Errors ΓòÉΓòÉΓòÉ
  588.  
  589. Sending large files via LUA over SDLC from host, the transmission suddenly 
  590. stops.  Traces available indicate that the session hangs during an outstanding 
  591. LUA API request. 
  592.  
  593.  
  594. ΓòÉΓòÉΓòÉ 1.6.25. JR06089:  X25 Define Trace Verb Fails ΓòÉΓòÉΓòÉ
  595.  
  596. When an X25 Define Trace verb is issued with a physical link field of less than 
  597. 8 characters (i.e., not padded with blanks) the program hangs. 
  598.  
  599.  
  600. ΓòÉΓòÉΓòÉ 1.6.26. JR06091:  Session W/FM Profile 0 Set To Half Duplex ΓòÉΓòÉΓòÉ
  601.  
  602. When an SNA SSCP-LU session has been activated specifying FM Profile 0, the LUA 
  603. SSCP-LU send/receive mode is incorrectly set to half-duplex resulting in a 
  604. potential loss of LU communications.  SNA requests From The SSCP May Be 
  605. Rejected with sense data x'200D0000'. Any active LUA verbs will be cancelled 
  606. with a lua_sec_rc=RSP_BEFORE_SENDING_REQ(X'200D0000'). 
  607.  
  608.  
  609. ΓòÉΓòÉΓòÉ 1.6.27. JR06092:  LU-LU Bind w/Delayed Response Mode Problems ΓòÉΓòÉΓòÉ
  610.  
  611. When an LU-LU session is bound using DELAYED RESPONSE MODE protocol, an 
  612. application may encounter one of the following problems: 
  613.  
  614.  
  615. ΓòÉΓòÉΓòÉ 1.6.28. JR06094:  Bad Length Data Sent In Alert NMVT ΓòÉΓòÉΓòÉ
  616.  
  617. An ALERT NMVT can be sent to the HOST with bad lengths in the PRODUCT_SET_ID 
  618. data.  This will be seen when parsing the ALERT in a user or host application. 
  619.  
  620.  
  621. ΓòÉΓòÉΓòÉ 1.6.29. JR06095:  Internal Processing Error At Boot Up Time ΓòÉΓòÉΓòÉ
  622.  
  623. An internal processing error occurs at boot up time when RDSLANDD.SYS is 
  624. included in a CONFIG.SYS device statement.  SDLC device driver will not load 
  625. after a cold boot but will load after a warm boot.  Lost data, link failures, 
  626. or DMA lockage on the bus are seen when a phantom interrupt occurs. 
  627.  
  628.  
  629. ΓòÉΓòÉΓòÉ 1.6.30. JR06115:  GDS Data Corrupt Following FMH5 Length 0E ΓòÉΓòÉΓòÉ
  630.  
  631. While processing an FMH5 of length 0E with following GDS data stream in same 
  632. RU, CM at csd 5015, appears to be corrupting the first byte of the LL field in 
  633. the ensuing GDS data stream. 
  634.  
  635.  
  636. ΓòÉΓòÉΓòÉ 1.7. 3270 EMULATION ΓòÉΓòÉΓòÉ
  637.  
  638. This section contains summaries for the APARS in ServicePak WR05100 which 
  639. relate to 3270 Emulation. 
  640.  
  641.  
  642. ΓòÉΓòÉΓòÉ 1.7.1. IC03499:  Incorrect Printout During 3270 Screen Update ΓòÉΓòÉΓòÉ
  643.  
  644. If "SHIFT + PGPRINT (Page Print)" key pressed during 3270 screen data update, 
  645. incorrect output occurs (for DBCS). 
  646.  
  647.  
  648. ΓòÉΓòÉΓòÉ 1.7.2. JR03804:  Two Screen Updates Per Enter Keystroke ΓòÉΓòÉΓòÉ
  649.  
  650. Intermittently receive 2 screen updates for 1 enter keystroke using ISPF under 
  651. TSO.  The problem is caused by an error in the emulator keystroking code. 
  652.  
  653.  
  654. ΓòÉΓòÉΓòÉ 1.7.3. JR04199:  PROG756 And MSGIKT00405I On VTAM Console ΓòÉΓòÉΓòÉ
  655.  
  656. PROG756 and MSGIKT00405I screen erasure error when trying to contact 
  657. DATAINTERCHANGE/MVS (EDI). 
  658.  
  659.  
  660. ΓòÉΓòÉΓòÉ 1.7.4. JR04820:  3270 Emulator Session Slowdown ΓòÉΓòÉΓòÉ
  661.  
  662. 3270 Emulator sessions experiencing slowdown after several minutes of operation 
  663. while running EHLLAPI application called HTERM. Problem also occurs in 
  664. user-written applications. 
  665.  
  666.  
  667. ΓòÉΓòÉΓòÉ 1.7.5. JR04841:  Keyboard Response Slow Running EHLLAPI Appl ΓòÉΓòÉΓòÉ
  668.  
  669. 3270 EHLLAPI Getkey Function 51 consumes memory causing system to slow down and 
  670. swapper to grow indefinitely.  Problem occurs running Transcription Assistance 
  671. (EHLLAPI application). 
  672.  
  673.  
  674. ΓòÉΓòÉΓòÉ 1.7.6. JR05272:  LU3 Printing On Non-SNA Fails ΓòÉΓòÉΓòÉ
  675.  
  676. When attempting to print to an LU3 session on a Non-SNA line, all indications 
  677. are that a job has printed but no data is actually printed. 
  678.  
  679.  
  680. ΓòÉΓòÉΓòÉ 1.7.7. JR05292:  MSGDAS1000W & 0087E With SRPI Configured ΓòÉΓòÉΓòÉ
  681.  
  682. MSGDAS1000W and MSGDAS0087E produced by GDDM when using OS/2 Communications 
  683. Manager with SRPI configured because PIU size of the response is too short. 
  684.  
  685.  
  686. ΓòÉΓòÉΓòÉ 1.7.8. JR05299:  System-menu Delete Fails For 3270 Emulator ΓòÉΓòÉΓòÉ
  687.  
  688. Unable to delete items from the 3270 emulator system menu 
  689.  
  690.  
  691. ΓòÉΓòÉΓòÉ 1.7.9. JR05515:  <ESC> x'27' Codes Interpreted Incorrectly ΓòÉΓòÉΓòÉ
  692.  
  693. <ESC> x'27' codes incorrectly interpreted as non-translatable characters and 
  694. not as control codes. 
  695.  
  696.  
  697. ΓòÉΓòÉΓòÉ 1.7.10. JR05588:  3270 Screen Erasures During Segmentation ΓòÉΓòÉΓòÉ
  698.  
  699. 3270 screen erasures occur when the second byte of the length field is 
  700. segmented.  Problem is with remotely attached PS/2's running OS/2.  Token Ring 
  701. LAN.  Additional symptoms are: 
  702.  
  703.                GDDM PROG756 MSGADM0443 ADM0443 QMF ADM0973
  704.  
  705.                MSGADM0973 MSGADM0973E Sense=10030000
  706.  
  707.                IKT00405I 1003 MSGIKT00405I IKT00405 MSGIKT00405
  708.  
  709.  
  710. ΓòÉΓòÉΓòÉ 1.7.11. JR05636:  Incorrect Output On Underscored Text ΓòÉΓòÉΓòÉ
  711.  
  712. Host directed print to d/t4019 printers gets incorrect output on underscored 
  713. text.  A few characters of a word will be underscored, but the rest of the 
  714. underscore will print on the next line. 
  715.  
  716.  
  717. ΓòÉΓòÉΓòÉ 1.7.12. JR05718:  Incorrect Code Page value return on Print Query ΓòÉΓòÉΓòÉ
  718.  
  719. The EBCDIC code page value in the LP character set query reply is byte 
  720. reversed. 
  721.  
  722.  
  723. ΓòÉΓòÉΓòÉ 1.7.13. JR05803:  EHLLAPI fails on a START HOST NOTIFICATION(23) ΓòÉΓòÉΓòÉ
  724.  
  725. After many START HOST NOTIFICATION commands are sent to the host session, 
  726. EHLLAPI fails with a system error(return code 9) and the host session is hung. 
  727.  
  728.  
  729. ΓòÉΓòÉΓòÉ 1.7.14. JR05959:  HP LASERJET SERIES II does not print first line ΓòÉΓòÉΓòÉ
  730.  
  731. Host print has been modified to compensate for an error in the HP LASERJET 
  732. SERIES II printer.  The first line of a page would not print if there were 
  733. certain characters IE, quotes, were included in line one. 
  734.  
  735.  
  736. ΓòÉΓòÉΓòÉ 1.7.15. JR05972:  2002 With CICS Host Directed Print ΓòÉΓòÉΓòÉ
  737.  
  738. During some print jobs 3270 LU1 printer session sends a -RSP 2002 to the host 
  739. erroneously indicating a SNA chaining error has occurred. When CICS receives 
  740. the -RSP, it will UNBIND the LU and no longer use it until manual host operator 
  741. intervention occurs. 
  742.  
  743.  
  744. ΓòÉΓòÉΓòÉ 1.7.16. JR05973:  Host print fails after INFOPAK job prints ΓòÉΓòÉΓòÉ
  745.  
  746. Host directed print fails after printing from INFOPAK.  Various host jobs can 
  747. be printed (CICS, NETPASS, INFOPAK...), but print jobs fail following an 
  748. INFOPAK job.  Error and message logs are empty. Keywords, HOSTPRNT HOST PRINT 
  749. INFOPAK. 
  750.  
  751.  
  752. ΓòÉΓòÉΓòÉ 1.7.17. JR05993:  Problems printing using GPI mechanisms ΓòÉΓòÉΓòÉ
  753.  
  754. When a line being processed is longer then what can be held in the buffer 
  755. (maximum length = 200), a buffer overflow can occur wiping out data.  Symptoms 
  756. include corruption of print spooler files, and multiple page ejects within a 
  757. job. 
  758.  
  759.  
  760. ΓòÉΓòÉΓòÉ 1.7.18. JR06019:  Sense 1001 on CM host print ΓòÉΓòÉΓòÉ
  761.  
  762. Host printing to VM 3268 is successful but printing via CM fails with sense 
  763. code 1001.  Symptons include print error "Forms Mismatch", 2002 bracket error 
  764. and loss of data. 
  765.  
  766.  
  767. ΓòÉΓòÉΓòÉ 1.7.19. JR06086:  System Abends Restarting The 3270 Emulator ΓòÉΓòÉΓòÉ
  768.  
  769. System abend can occur when restarting the 3270 emulator following a failed 
  770. attempt to start a 3270 session. 
  771.  
  772.  
  773. ΓòÉΓòÉΓòÉ 1.7.20. JR06087:  Lockup Or Trap For File Transfer/Host Graphics ΓòÉΓòÉΓòÉ
  774.  
  775. When running 3270 file transfer and host graphics sessions at the same time, a 
  776. Trap or keyboard lockup can occur on those sessions. 
  777.  
  778.  
  779. ΓòÉΓòÉΓòÉ 1.7.21. JR06296:  IKT0045I in CM 3270 Emulator Session ΓòÉΓòÉΓòÉ
  780.  
  781. IKT00405I message is issued when in CM 3270 Emulator Session to an application 
  782. via VTAM, TSO, and GDDM.  CM rejects a OIU with sense x "1003" and loss of 
  783. data.  The PIU contains an outbound 3270 data stream which appears to be 
  784. correctly built. 
  785.  
  786.  
  787. ΓòÉΓòÉΓòÉ 1.8. 5250 EMULATION ΓòÉΓòÉΓòÉ
  788.  
  789. This section contains summaries for the APARS in ServicePak WR05100 which 
  790. relate to 5250 Emulation. 
  791.  
  792.  
  793. ΓòÉΓòÉΓòÉ 1.8.1. JR05146:  Escape sequence inserted ΓòÉΓòÉΓòÉ
  794.  
  795. Print files spooled from AS/400 to OS/2 workstation gets an escape sequence 
  796. inserted from CM in error. 
  797.  
  798.  
  799. ΓòÉΓòÉΓòÉ 1.8.2. JR05219:  5250 Emulation Gives Error 020 ΓòÉΓòÉΓòÉ
  800.  
  801. Whenever customer is on a screen with a single input field types in information 
  802. in the field, tabs to set the cursor at the beginning of the field and presses 
  803. Enter, error 20 occurs (ENTER key not allowed on screen with only one input 
  804. field.) 
  805.  
  806.  
  807. ΓòÉΓòÉΓòÉ 1.8.3. JR05279:  Copy_to_PS Function Generates Wrong Mnemonic ΓòÉΓòÉΓòÉ
  808.  
  809. EHLLAPI call COPYSTRINGTOPS interprets "@1" as a keyboard mnemonic giving RC=05 
  810. when CM running in 5250 Emulator.  Works correctly in 3270 Emulation. 
  811.  
  812.  
  813. ΓòÉΓòÉΓòÉ 1.8.4. JR05942:  SYS3175 Access violation printing from AS400 ΓòÉΓòÉΓòÉ
  814.  
  815. A trap can occur when doing a 5250 print without a PFT specified at 5250 
  816. configuration. 
  817.  
  818.  
  819. ΓòÉΓòÉΓòÉ 1.8.5. JR06004:  Data Lost Printing AS/400 Data On PC Printer ΓòÉΓòÉΓòÉ
  820.  
  821. When printing on PC printer (user application) some lines are missing.  The 
  822. problem occurs only on pc printer emulated as 5219 or 5224.  On a real 5224 all 
  823. works fine.  The pc printer may be 2381, 5204 and 4202 used with their OS/2 
  824. drivers. 
  825.  
  826.  
  827. ΓòÉΓòÉΓòÉ 1.8.6. JR06093:  5250 Screen Updates Cause Continuous Beeping ΓòÉΓòÉΓòÉ
  828.  
  829. Screen updates cause continuous beeping when 5250 is in a text window instead 
  830. of full screen. 
  831.  
  832.  
  833. ΓòÉΓòÉΓòÉ 1.8.7. JR06165:  5250 WSF Data Shifts Positions To The Right ΓòÉΓòÉΓòÉ
  834.  
  835. Incorrect formatting occurs when printing the first print line of the first 
  836. print job at 15 CPI.  This error occurs only when attempting to print at 15 CPI 
  837. on a PC (OS/2) connected printer. 
  838.  
  839.  
  840. ΓòÉΓòÉΓòÉ 1.9. NETBIOS/IEEE 802.2 ΓòÉΓòÉΓòÉ
  841.  
  842. This section contains summaries for the APARS in ServicePak WR05100 which 
  843. relate to Netbios and IEEE 802.2 
  844.  
  845.  
  846. ΓòÉΓòÉΓòÉ 1.9.1. JR04647:  Cable Errors W/Ethernet Adapter Causes Hang ΓòÉΓòÉΓòÉ
  847.  
  848. Using a WESTERN DIGITAL Ethernet adapter, if the cable connection is broken 
  849. between any of the machines (i.e.  loose cable or terminator missing) when LAN 
  850. Server or Communications Manager is started, the machine will hang.  The 
  851. machine must b powered off to recover. 
  852.  
  853.  
  854. ΓòÉΓòÉΓòÉ 1.9.2. JR02715:  Piggy-back Ack Capability Made Optional ΓòÉΓòÉΓòÉ
  855.  
  856. Piggy-back Ack capability can now be disabled by adding the /D at the end of 
  857. the following Config.sys statement: 
  858.  
  859. DEVICE=%PATH%\NETBDD.SYS CFG=%PATH%\*.CFG /D
  860.  
  861.  
  862. ΓòÉΓòÉΓòÉ 1.9.3. JR03935:  TRAP8 After TR Cable Disconnected ΓòÉΓòÉΓòÉ
  863.  
  864. Multiple NCB.LISTENs before cable disconnection causes TRAP8 
  865.  
  866.  
  867. ΓòÉΓòÉΓòÉ 1.9.4. JR05071:  Intermittent SEND Timeout With New NETBDD.SYS ΓòÉΓòÉΓòÉ
  868.  
  869. NCB.SEND commands will time out and the associated sessions will come down. 
  870.  
  871.  
  872. ΓòÉΓòÉΓòÉ 1.9.5. JR05343:  NETBIOS Command In DOS Exit List Causes TRAP D ΓòÉΓòÉΓòÉ
  873.  
  874. When NETBIOS commands are used in an application's DOS Exitlist, a TRAP D 
  875. occurs.  Trap information is: 
  876.  
  877. DS:0910 CS:07F0 IP:034E SS:1920 SP:071A
  878. SSLIM:07FF CSLIM:450E DSLIM:42AB
  879.  
  880.  
  881. ΓòÉΓòÉΓòÉ 1.9.6. JR05820:  Workstations Fail With NET8195 & NET9855 ΓòÉΓòÉΓòÉ
  882.  
  883. When a user makes a CALL to an external resource that has no more free links, a 
  884. RC 9 is correctly returned to the requestor/user app. However, the next time 
  885. the CALL command is attempted, a catastrophic error F6 is returned causing a 
  886. RESET.  The CCB RC 1C can be seen in the Name_query attempt just prior to the 
  887. RESET. 
  888.  
  889.  
  890. ΓòÉΓòÉΓòÉ 1.9.7. JR06090:  Logon Problems With NETBIOS 3.0 On SERVER ΓòÉΓòÉΓòÉ
  891.  
  892. When using NETBIOS 3.0 on a LAN server, various logon problems occur after some 
  893. users have logged off:  When 16 or more logons to a domain occur with at least 
  894. nine users constantly logged on, all subsequent users are prevented from 
  895. logging on if any of users 9 to 16 logoff.  If 25 (to 32) machines are logged 
  896. on and machine 25 (to 32) logs off, the next machine to logon will cause the 
  897. first user to be unable to communicate with the server. 
  898.  
  899.  
  900. ΓòÉΓòÉΓòÉ 1.10. OS/2 EE LAN REQUESTER/SERVER ΓòÉΓòÉΓòÉ
  901.  
  902. This section contains summaries for the APARs in ServicePak WR05100 which 
  903. relate to OS/2 EE LAN Requester/Server. 
  904.  
  905.  
  906. ΓòÉΓòÉΓòÉ 1.10.1. IC02931:  Error In Online Net Access Help Message ΓòÉΓòÉΓòÉ
  907.  
  908. Incorrect information was displayed after typing "Net Help Net Access". 
  909.  
  910.  
  911. ΓòÉΓòÉΓòÉ 1.10.2. IC03015:  Intermittent Traps On OS/2 Servers/Requestors ΓòÉΓòÉΓòÉ
  912.  
  913. OS/2 servers and requestors were experiencing intermittent trap D's with a 
  914. CSLIM value of EFCA.  Some of the traps were observed on systems sitting idle 
  915. for more than 30 minutes. 
  916.  
  917.  
  918. ΓòÉΓòÉΓòÉ 1.10.3. IC03107:  File Lock Problem W/IC02772 ΓòÉΓòÉΓòÉ
  919.  
  920. This problem occurred after the redirector fix for IC02772 had been applied. 
  921. When old documents were retrieved and saved again, the application issued a 
  922. "file locked" message.  The document could be saved with a new file name. 
  923.  
  924.  
  925. ΓòÉΓòÉΓòÉ 1.10.4. IC03109:  Replicator Completion Signal Is Unreliable ΓòÉΓòÉΓòÉ
  926.  
  927. When REPL.INI contains "extent=tree" and "integrity=tree", the replicator will 
  928. signal that replication is complete when in fact the replication is incomplete. 
  929. In this particular situation, files were added and deleted from the first level 
  930. subdirectory and files were added but not deleted from the lower level 
  931. directories. 
  932.  
  933.  
  934. ΓòÉΓòÉΓòÉ 1.10.5. IC03110:  Variable Length Block Errors With Named Pipes ΓòÉΓòÉΓòÉ
  935.  
  936. This error occurred when data was written to the named pipe at a rate greater 
  937. than that at which it was read and only if the blocks were of variable length. 
  938. Errors received were "error_vc_disc rc240" reading the pipe and "rc109 
  939. error_broken_pipe" writing. 
  940.  
  941.  
  942. ΓòÉΓòÉΓòÉ 1.10.6. IC03234:  Options Not Mouse Selectable W/Danish 1.3 ΓòÉΓòÉΓòÉ
  943.  
  944. Two similar problems occurred using a Danish 1.3 server.  In one situation the 
  945. mouse could not be used to select escape while in the FSI.  In the other 
  946. situation, F6 was not shown and couldn't be selected by the mouse.  Pushing the 
  947. F6 key worked. 
  948.  
  949.  
  950. ΓòÉΓòÉΓòÉ 1.10.7. IC03338:  Server Performance Impacted By Disk Activity ΓòÉΓòÉΓòÉ
  951.  
  952. Problem occurred on a domain controller with no users logged on. The disk was 
  953. partitioned as HPFS.  The disk activity light was on for approximately 30-40% 
  954. of the time. 
  955.  
  956.  
  957. ΓòÉΓòÉΓòÉ 1.10.8. IC03352:  Rewrite Of Large File ΓòÉΓòÉΓòÉ
  958.  
  959. A 41MB file was downloaded from the server, sorted and being rewritten to 
  960. replace the original file.  Near the end of execution, the program terminated 
  961. with a sharing violation.  FIles (small or large) on a standalone system worked 
  962. fine. 
  963.  
  964.  
  965. ΓòÉΓòÉΓòÉ 1.10.9. IC03395:  Deleting AN ID Deletes Any Like-named Aliases ΓòÉΓòÉΓòÉ
  966.  
  967. When deleting a userid that has an alias with the same name, the alias is 
  968. deleted as well. 
  969.  
  970.  
  971. ΓòÉΓòÉΓòÉ 1.10.10. IC03414:  No_sync When Archive Cleared On A File ΓòÉΓòÉΓòÉ
  972.  
  973. If the archive attrib is cleared on a source file being replicated, no_sync 
  974. will be received until archive attrib mismatch between target and source are 
  975. resolved manually. 
  976.  
  977.  
  978. ΓòÉΓòÉΓòÉ 1.10.11. IC03431:  Trap B Running A Calendar Application ΓòÉΓòÉΓòÉ
  979.  
  980. This problem occurs on a network on which a calendar application is running. 
  981. There are intermittent trap B's with a cslim value of B1E4.  The traps are seen 
  982. mostly when someone has logged off the network. 
  983.  
  984.  
  985. ΓòÉΓòÉΓòÉ 1.10.12. IC03437:  Domain Controller In Loop Reporting Errors ΓòÉΓòÉΓòÉ
  986.  
  987. Domain controller at site A broadcasted duplicate name detected packets to a 
  988. domain controller at site B. This caused servers at site B to log hugh amounts 
  989. of errors effectively locking up the systems. 
  990.  
  991.  
  992. ΓòÉΓòÉΓòÉ 1.10.13. IC03443:  Intermittent Trap D With CSLIM=EFCA ΓòÉΓòÉΓòÉ
  993.  
  994. Requestor service started automatically then gets trap D, CSLIM=EFCA.  This 
  995. occurs even if users are not yet logged on. 
  996.  
  997.  
  998. ΓòÉΓòÉΓòÉ 1.10.14. IC03448:  Date And Time Could Not Be Changed On Domain ΓòÉΓòÉΓòÉ
  999.  
  1000. System Administrator was at an OS/2 requestor logging on to a different domain 
  1001. as an ADMIN.  Commands were issued to change the date and time through the FSI 
  1002. but the date/time on the different domain did not get updated.  If commands 
  1003. were issued at the domain or after waiting for at least 2 minutes after logging 
  1004. on, the date/time updates were successful. 
  1005.  
  1006.  
  1007. ΓòÉΓòÉΓòÉ 1.10.15. IC03465:  NET2762 Help Panel Has Incorrect Information ΓòÉΓòÉΓòÉ
  1008.  
  1009. Help panel information for this net2762 error message indicated that path for 
  1010. file DMPC.EXE was \OS2\System.  The message should should have stated that the 
  1011. path was \OS2\Install. 
  1012.  
  1013.  
  1014. ΓòÉΓòÉΓòÉ 1.10.16. IC03490:  SYS0032 Error Messages During RIPL Upgrade ΓòÉΓòÉΓòÉ
  1015.  
  1016. This problem occurred while upgrading DOS 5.0 DLR systems to RIPL.  Files were 
  1017. being copied from the unpacked DOS image diskettes created using the 
  1018. instructions in IC02963.  A command file, UPGRIPLS.CMD, prompts for the 
  1019. diskettes.  At the end of reading each diskette, SYS0032 errors were issued 
  1020. although all files were copied. 
  1021.  
  1022.  
  1023. ΓòÉΓòÉΓòÉ 1.10.17. IC03508:  Domain Controller Hangs During File Transfer ΓòÉΓòÉΓòÉ
  1024.  
  1025. A domain controller appeared to be hung while files were being moved from one 
  1026. disk to another on an OS/2 requestor. 
  1027.  
  1028.  
  1029. ΓòÉΓòÉΓòÉ 1.10.18. IC03525:  Access Denied Message Clarification ΓòÉΓòÉΓòÉ
  1030.  
  1031. Access Denied errors were being monitored as a security device. This problem 
  1032. was submitted because access denied errors were being logged for things such as 
  1033. attempting to access a directory that does not exist or attempting to backup a 
  1034. file that is already in use. 
  1035.  
  1036.  
  1037. ΓòÉΓòÉΓòÉ 1.10.19. IC03564:  Named Pipes Greater Than 3620 Bytes Trap ΓòÉΓòÉΓòÉ
  1038.  
  1039. This problem occurred when running an application sending named pipes across 
  1040. the network.  The requestor writes a block of data larger than 3620 bytes to 
  1041. the pipe.  The requestor performs a read on the pipe and gets a trap 8. The 
  1042. server received all the data up to 3620 bytes. 
  1043.  
  1044.  
  1045. ΓòÉΓòÉΓòÉ 1.10.20. IC03571:  Archive Set After Reading File From PCLP Server ΓòÉΓòÉΓòÉ
  1046.  
  1047. When a file resident on a PCLP 1.34 server is read by an OS/2 requestor, the 
  1048. ARCHIVE attribute of the file is set to ON.  Accessing the file (simply using 
  1049. the TYPE command is enough) from a PCLP requestor does not cause this problem 
  1050. nor does reading a file resident on an OS/2 server. 
  1051.  
  1052.  
  1053. ΓòÉΓòÉΓòÉ 1.10.21. IC03590:  User Is Logged Off After Replicator Completes ΓòÉΓòÉΓòÉ
  1054.  
  1055. The replicator service is started by the user.  After the replicator function 
  1056. completes the user is automatically logged off. 
  1057.  
  1058.  
  1059. ΓòÉΓòÉΓòÉ 1.10.22. IC03591:  Requestor Receiving SYS0015 Error Messages ΓòÉΓòÉΓòÉ
  1060.  
  1061. A requestor which uses external resources received SYS0015 error messages 
  1062. (system cannot find the drive specified) although net use displays the drive 
  1063. assignments. 
  1064.  
  1065.  
  1066. ΓòÉΓòÉΓòÉ 1.10.23. IC03596:  Files Were Deleted From An Install Diskette ΓòÉΓòÉΓòÉ
  1067.  
  1068. According to the documentation on the SRVINST command a parameter is not 
  1069. required.  If one is used, files are deleted from the install diskette before 
  1070. being copied. 
  1071.  
  1072.  
  1073. ΓòÉΓòÉΓòÉ 1.10.24. IC03619:  Migrating Home Dir To Additional Server Fails ΓòÉΓòÉΓòÉ
  1074.  
  1075. User was migrating from 1.1.  to 1.3 and attempting to add the home directory 
  1076. on an additional server.  The migration utility failed when attempting to 
  1077. create the home directory.  Indication was that the utility was attempting to 
  1078. create the directory on the wrong drive. 
  1079.  
  1080.  
  1081. ΓòÉΓòÉΓòÉ 1.10.25. IC03624:  NET8003 EZVU Error W/Audit Log >1MB ΓòÉΓòÉΓòÉ
  1082.  
  1083. Viewing an audit log greater than 1MB through the FSI resulted in a NET8003 
  1084. error:  An EZVU command failed.  See EZVU programmer guide for error code 12. 
  1085.  
  1086.  
  1087. ΓòÉΓòÉΓòÉ 1.10.26. IC03635:  Possible To Logon To DC With 9 Character ID ΓòÉΓòÉΓòÉ
  1088.  
  1089. Domain Controller allowed an incorrect logon id (9 characters) to be 
  1090. successfully logged on. 
  1091.  
  1092.  
  1093. ΓòÉΓòÉΓòÉ 1.10.27. IC03636:  DC Trap Caused By Auditing Routine ΓòÉΓòÉΓòÉ
  1094.  
  1095. An application was running and attempting to access a file nested under a 
  1096. directory structure of an alias being audited.  The application received an 
  1097. "access profile violation" message.  Trap D was received as server was 
  1098. attempting to log the violation in the audit log. 
  1099.  
  1100.  
  1101. ΓòÉΓòÉΓòÉ 1.10.28. IC03643:  Trap D After Net Audit From Command Line ΓòÉΓòÉΓòÉ
  1102.  
  1103. Issuing a net audit command from the command line resulted in a trap D with a 
  1104. cslim value of 1E70.  Audit log was corrupted. 
  1105.  
  1106.  
  1107. ΓòÉΓòÉΓòÉ 1.10.29. IC03661:  Error If DOS&OS/2 Reqs Access Same Drive ΓòÉΓòÉΓòÉ
  1108.  
  1109. When both DOS and OS/2 requestors are accessing the same server drive the OS/2 
  1110. systems will intermittently receive a "system call level incorrect" error 
  1111. message.  This error usually occurs when the DOS systems are compiling 
  1112. programs. 
  1113.  
  1114.  
  1115. ΓòÉΓòÉΓòÉ 1.10.30. IC03679:  Access Denied After Rebooting DC ΓòÉΓòÉΓòÉ
  1116.  
  1117. An additional server is connected to an alias on the domain controller which is 
  1118. marked "shared at server startup".  When the domain controller is rebooted, the 
  1119. additional server records an error and the net use to the resource indicates 
  1120. the resource has been disconnected.  When the domain controller comes back up, 
  1121. a net use at the additional server indicates the resource is connected. 
  1122. However, any attempt to access the resource results in a SYS0005 message. 
  1123.  
  1124.  
  1125. ΓòÉΓòÉΓòÉ 1.10.31. IC03687:  All ACPS Not Displayed Via FSI ΓòÉΓòÉΓòÉ
  1126.  
  1127. Only 10 ACPs from a directory of over 10,000 are able to be seen when displayed 
  1128. from the FSI. 
  1129.  
  1130.  
  1131. ΓòÉΓòÉΓòÉ 1.10.32. IC03721:  Home Directory Deleted After Password Changed ΓòÉΓòÉΓòÉ
  1132.  
  1133. Issuing a Net User command to change a password prior to issuing a Net Admin 
  1134. first resulted in the home directory being deleted. 
  1135.  
  1136.  
  1137. ΓòÉΓòÉΓòÉ 1.10.33. IC03766:  Incorrect Media Type Message ΓòÉΓòÉΓòÉ
  1138.  
  1139. When trying to create a reference diskette for use with RIPL, a "wrong media 
  1140. type" message was received. 
  1141.  
  1142.  
  1143. ΓòÉΓòÉΓòÉ 1.10.34. IC03824:  NET3223 Error Logged Prematurely ΓòÉΓòÉΓòÉ
  1144.  
  1145. NET3223 error messages get logged at additional server when the additonal 
  1146. server misses or does not receive the Netlogon pulse.  The pulse may not be 
  1147. received in time for reasons such as the domain controller being too busy to 
  1148. send it out in time.  The error message is premature since the domain 
  1149. controller has not had a failure. 
  1150.  
  1151.  
  1152. ΓòÉΓòÉΓòÉ 1.10.35. IC03845:  NET8196 While Adding Applications. ΓòÉΓòÉΓòÉ
  1153.  
  1154. After adding public applications to the program starter, user receives a 
  1155. NET8196 error message at logon.  The public application window does not show 
  1156. all the applications that had been added. 
  1157.  
  1158.  
  1159. ΓòÉΓòÉΓòÉ 1.10.36. IC03872:  NET2762 After Net Command To Invoke FSI ΓòÉΓòÉΓòÉ
  1160.  
  1161. A net use was issued for a resource for which the userid had no access rights. 
  1162. The path statement was updated to add the redirected drive letter from the net 
  1163. use command and an attempt to invoke the requestor FSI with the net command 
  1164. resulted in the NET2762. 
  1165.  
  1166.  
  1167. ΓòÉΓòÉΓòÉ 1.10.37. IC03972:  Requestor Hang During Raw Read/Write Of File ΓòÉΓòÉΓòÉ
  1168.  
  1169. The requestor appeared to hang due to lack of resources while an application 
  1170. performing raw reads/writes was being run on the server. 
  1171.  
  1172.  
  1173. ΓòÉΓòÉΓòÉ 1.10.38. IC04002:  NET8204 Logged In Requestor Error Log ΓòÉΓòÉΓòÉ
  1174.  
  1175. Logging off from an OS/2 2.0 requestor with external resources to an OS/2 
  1176. 1.30.2 defined as logon assignments causes one NET8204 error to be logged in 
  1177. the OS/2 2.0 requestor's error log for each OS/2 1.30.2 external resource 
  1178. defined as a logon assignment.  The NET8204 gets logged whether the external 
  1179. resource is ever accessed or not. 
  1180.  
  1181.  
  1182. ΓòÉΓòÉΓòÉ 1.10.39. IC04006:  DXMA0MOD Driver Was Truncated On Download ΓòÉΓòÉΓòÉ
  1183.  
  1184. The DXMA0MOD device driver was truncated by 48 bytes during ripl. This had not 
  1185. been causing a problem because the last 48 bytes were buffer space. 
  1186. Eventually, the problem was found trying to load a non-IBM driver that required 
  1187. the last 48 bytes. 
  1188.  
  1189.  
  1190. ΓòÉΓòÉΓòÉ 1.10.40. IC04015:  NET8013 When Navigating DLR Print Mgr Menus ΓòÉΓòÉΓòÉ
  1191.  
  1192. The requestor sent a document to the network printer.  While going into the 
  1193. print queue manager menus to see how large the job was a NET8013 was received 
  1194. at the server.  Problem resulted because the printer naming convention required 
  1195. more than 8 letters for the printer name and OS/2 would not accept that. 
  1196.  
  1197.  
  1198. ΓòÉΓòÉΓòÉ 1.10.41. IC04017:  Trap D After Netlogonenum ΓòÉΓòÉΓòÉ
  1199.  
  1200. A trap D occurred when a netlogonenum returned no logged on users. 
  1201.  
  1202.  
  1203. ΓòÉΓòÉΓòÉ 1.10.42. IC04030:  NET2389 Trying To Net Run Server DB App ΓòÉΓòÉΓòÉ
  1204.  
  1205. Using a net run service to access a database application on the server resulted 
  1206. in a NET2389.  This occurred if the requestor issuing the net command was 
  1207. rebooted before the database query had completed. 
  1208.  
  1209.  
  1210. ΓòÉΓòÉΓòÉ 1.10.43. IC04035:  Traps Setting Up A Public Application ΓòÉΓòÉΓòÉ
  1211.  
  1212. An error in error handling code was causing the traps to occur when, instead, 
  1213. an error message should have been displayed. 
  1214.  
  1215.  
  1216. ΓòÉΓòÉΓòÉ 1.10.44. IC04097:  Access Denied After "Net Use Username" ΓòÉΓòÉΓòÉ
  1217.  
  1218. The admin could use "/workstations list" to limit access to workstations but a 
  1219. "/workstations:*" was not propagated around the other serves allowing access to 
  1220. all the appropriate workstations. 
  1221.  
  1222.  
  1223. ΓòÉΓòÉΓòÉ 1.10.45. IC04126:  Server Unavailable After Remote Netuseadd ΓòÉΓòÉΓòÉ
  1224.  
  1225. This problem resulted when a remote netuseadd was being issued to redirect a 
  1226. logical drive at the server back to a shard files resource on the same server. 
  1227.  
  1228.  
  1229. ΓòÉΓòÉΓòÉ 1.10.46. IC04127:  Server Hangs And Requires Reboot To Recover ΓòÉΓòÉΓòÉ
  1230.  
  1231. The server was in a continuous loop which effectively caused it to hang.  The 
  1232. Net.Acc file had been corrupted and the loop was caused by code trying to read 
  1233. this file searching for an entry. 
  1234.  
  1235.  
  1236. ΓòÉΓòÉΓòÉ 1.10.47. IC04144:  Replicator Ended Abnormally ΓòÉΓòÉΓòÉ
  1237.  
  1238. Problem resulted during heavy usage resulting in a timeout condition.  The 
  1239. environment was mixed software (both IBM and non-IBM). 
  1240.  
  1241.  
  1242. ΓòÉΓòÉΓòÉ 1.10.48. IC04145:  DOS Search Handle Problem ΓòÉΓòÉΓòÉ
  1243.  
  1244. This problem occurred after a database application had been running a very long 
  1245. time.  Both the Dos Lan Requestor and the OS/2 requestor started receiving 
  1246. "nolock seq error" and "file seek error" messages and the database application 
  1247. running on the OS/2 requestor returned to the command prompt prematurely. 
  1248.  
  1249.  
  1250. ΓòÉΓòÉΓòÉ 1.10.49. IC04146:  NET8001 IBM Lan Server Internal Error ΓòÉΓòÉΓòÉ
  1251.  
  1252. This error occurred in a configuration that included an IBM server and a 
  1253. non-IBM server.  Selecting the non-IBM alternate server as current resulted in 
  1254. the NET8001 being issued. 
  1255.  
  1256.  
  1257. ΓòÉΓòÉΓòÉ 1.10.50. IC04148:  Net Copy Gives Erroneous Message ΓòÉΓòÉΓòÉ
  1258.  
  1259. With two servers started, a requestor issued a Net Copy and received a NET2383 
  1260. message stating that the source and destination paths are on different servers. 
  1261. The files being copied were actually on the same server. 
  1262.  
  1263.  
  1264. ΓòÉΓòÉΓòÉ 1.10.51. IC04151:  Invalid Select Start Sharing Panel Options ΓòÉΓòÉΓòÉ
  1265.  
  1266. A spooler queue that was already being shared was listed as an option on the 
  1267. "select start sharing" panel. 
  1268.  
  1269.  
  1270. ΓòÉΓòÉΓòÉ 1.10.52. IC04152:  RIPL OS/2 Requestors Lose Access To DC ΓòÉΓòÉΓòÉ
  1271.  
  1272. The RIPL requestors were getting getting SYS0058 and SYS0065 messages when 
  1273. trying to do net copy, net use, etc. 
  1274.  
  1275.  
  1276. ΓòÉΓòÉΓòÉ 1.10.53. IC04155:  Invalid Free Space Reported On 1 GB Drive ΓòÉΓòÉΓòÉ
  1277.  
  1278. Invalid free space was reported on a drive with over 1GB capacity using HPFS. 
  1279.  
  1280.  
  1281. ΓòÉΓòÉΓòÉ 1.10.54. IC04158:  Trap D Occurred After Net Alias /R: Command ΓòÉΓòÉΓòÉ
  1282.  
  1283. A Net Alias /R:  command with a remark that exceeds 30 characters causes a trap 
  1284. D if the resource resides on a local system.  If the resource is remote, a 
  1285. remark exceeding 28 characters will cause the trap D. 
  1286.  
  1287.  
  1288. ΓòÉΓòÉΓòÉ 1.10.55. IC04159:  Wrong Return Code Being Sent ΓòÉΓòÉΓòÉ
  1289.  
  1290. NetShareSetInfo with level 91 should return error #87.  Currently returning 
  1291. "success" and trucating the remark to 40 characters. 
  1292.  
  1293.  
  1294. ΓòÉΓòÉΓòÉ 1.10.56. IC04160:  Trap D Hitting F3 Out Of Net FSI ΓòÉΓòÉΓòÉ
  1295.  
  1296. After tabbing to "view netnames" on the "Assign Drives To Shared Resources" 
  1297. hitting F3 results in a trap D. 
  1298.  
  1299.  
  1300. ΓòÉΓòÉΓòÉ 1.10.57. IC04161:  Requestors Having Trouble With Net Time /Domain ΓòÉΓòÉΓòÉ
  1301.  
  1302. This problem occurred during heavy performance loads and was a result of the 
  1303. processing having to take place during these peak times between netlogon and 
  1304. net time. 
  1305.  
  1306.  
  1307. ΓòÉΓòÉΓòÉ 1.10.58. IC04162:  Time Change On DC Causes Net Who Error ΓòÉΓòÉΓòÉ
  1308.  
  1309. When the time on the domain controller was set back by an hour, the logon times 
  1310. displayed by the Net Who command were corrupted. 
  1311.  
  1312.  
  1313. ΓòÉΓòÉΓòÉ 1.10.59. IC04163:  System Abend Following Net Pause and Net Stop ΓòÉΓòÉΓòÉ
  1314.  
  1315. Sequence of commands:  Net Pause Req, Net Use Lpt1, Net Stop Req all completed 
  1316. successfully.  These were immediately followed by a logon which resulted in a 
  1317. system abend. 
  1318.  
  1319.  
  1320. ΓòÉΓòÉΓòÉ 1.10.60. IC04165:  Trap D When Listing Updated Spool Queue ΓòÉΓòÉΓòÉ
  1321.  
  1322. After adding a new spool queue in the server print manager, trying to display 
  1323. the updated spool queue list at the requestor resulted in a trap D on the 
  1324. server. 
  1325.  
  1326.  
  1327. ΓòÉΓòÉΓòÉ 1.10.61. IC04166:  List Of Servers Wrong After Creating DBCS Alias ΓòÉΓòÉΓòÉ
  1328.  
  1329. DBCS server names were not showing up when trying to display server list at the 
  1330. domain controller after having been defined on the domain controller. 
  1331.  
  1332.  
  1333. ΓòÉΓòÉΓòÉ 1.10.62. IC04167:  Net Audit In Loop Auditing Net.Aud ΓòÉΓòÉΓòÉ
  1334.  
  1335. When the audit file, Net.Aud, is audited on a 386 HPFS server, the processing 
  1336. for the command, 'net audit', goes into an infinite loop. 
  1337.  
  1338.  
  1339. ΓòÉΓòÉΓòÉ 1.10.63. IC04168:  /Scriptpath Cannot Be Unset Via Command Line ΓòÉΓòÉΓòÉ
  1340.  
  1341. Using a null pathname for this command should unset the parameter but, instead, 
  1342. is rejected as an invalid parameter. 
  1343.  
  1344.  
  1345. ΓòÉΓòÉΓòÉ 1.10.64. IC04240:  Resync Fails After ID Readded As Group Name ΓòÉΓòÉΓòÉ
  1346.  
  1347. When an ID for a user/group, just previously defined and added, is deleted and 
  1348. then re-added, a full resync will fail. 
  1349.  
  1350.  
  1351. ΓòÉΓòÉΓòÉ 1.10.65. IC04273:  Net Stats Rdr Displaying Incorrect Data ΓòÉΓòÉΓòÉ
  1352.  
  1353. Net Stats Rdr supplying incorrect information when summing error stats.  In 
  1354. this particular case, a total of 4 errors was reported after indicating that 
  1355. their were no errors for the redirector, server, and applications. 
  1356.  
  1357.  
  1358. ΓòÉΓòÉΓòÉ 1.10.66. IC04275:  Incorrect Error Displayed After Net User Issued ΓòÉΓòÉΓòÉ
  1359.  
  1360. The error message for Net User with /time option is not correct. The NET3769 
  1361. error was displayed instead of the correct error message, NET3765. 
  1362.  
  1363.  
  1364. ΓòÉΓòÉΓòÉ 1.10.67. IC04277:  Incorrect Response Sent For Write Behind Failure ΓòÉΓòÉΓòÉ
  1365.  
  1366. Attempted to copy a 60K file to a redirected driver with only 40K space 
  1367. remaining on the drive.  Although nothing was copied, the response back was 
  1368. that 1 file had been copied.  The filename would display indicating 0 bytes. 
  1369.  
  1370.  
  1371. ΓòÉΓòÉΓòÉ 1.10.68. IC04419:  Intermittent Trap D In Netwksta.Sys Module ΓòÉΓòÉΓòÉ
  1372.  
  1373. The CSLIM value is B224 for this trap D. 
  1374.  
  1375.  
  1376. ΓòÉΓòÉΓòÉ 1.10.69. IC04421:  Trap In Server Dispatch ΓòÉΓòÉΓòÉ
  1377.  
  1378. Trap in server dispatch due to bad NB_Next, CSLIM value=1CA4. 
  1379.  
  1380.  
  1381. ΓòÉΓòÉΓòÉ 1.11. DOS LAN REQUESTER ΓòÉΓòÉΓòÉ
  1382.  
  1383. This section contains summaries for the APARs in the ServicePak WR05100 which 
  1384. relate to DOS LAN Requester (DLR). 
  1385.  
  1386.  
  1387. ΓòÉΓòÉΓòÉ 1.11.1. IC02862:  Popup Display Problems In 50 Line VGA Mode ΓòÉΓòÉΓòÉ
  1388.  
  1389. Characters within a message popup on a DLR machine in 50 line VGA mode were 
  1390. displayed incorrectly. 
  1391.  
  1392.  
  1393. ΓòÉΓòÉΓòÉ 1.11.2. IC03506:  Sample Program (USE.EXE) Failed With CSD 5015 ΓòÉΓòÉΓòÉ
  1394.  
  1395. The "LOGON-BYPASS" sample program (USE.EXE) did not work after CSD 5015 was 
  1396. installed. 
  1397.  
  1398.  
  1399. ΓòÉΓòÉΓòÉ 1.11.3. IC03530:  NET 810 Error Message Insufficient ΓòÉΓòÉΓòÉ
  1400.  
  1401. The Net810 error message issued on a Dos Lan Requestor should included the same 
  1402. information contained in the Net2791 error message issued on an OS/2 requestor. 
  1403.  
  1404.  
  1405. ΓòÉΓòÉΓòÉ 1.11.4. IC03548:  Wrong Screen Printed During Print Screen ΓòÉΓòÉΓòÉ
  1406.  
  1407. While trying to do a print screen from a 3270 session, the system switched to 
  1408. the DOS session and printed the DOS session screen. 
  1409.  
  1410.  
  1411. ΓòÉΓòÉΓòÉ 1.11.5. IC03588:  Mouse Locked After Receiving Lan Message ΓòÉΓòÉΓòÉ
  1412.  
  1413. This problem occurred after applying the fix for APAR IC01145. Moving the mouse 
  1414. after receiving a lan message and prior to hitting ESC would cause the mouse 
  1415. pointer to lock up after hitting ESC. 
  1416.  
  1417.  
  1418. ΓòÉΓòÉΓòÉ 1.11.6. IC03606:  Loop With Mixed Levels Of DLR Code ΓòÉΓòÉΓòÉ
  1419.  
  1420. The symptom of the problem was that the requestor would appear to loop looking 
  1421. for the IFPAMNP1 File.  This occurred when mixed levels of DLR code were being 
  1422. used. 
  1423.  
  1424.  
  1425. ΓòÉΓòÉΓòÉ 1.11.7. IC03627:  User Could Not Logon After Applying CSD 5050 ΓòÉΓòÉΓòÉ
  1426.  
  1427. A Net3101 error was logged in the Server's error log after CSD5050 was applied. 
  1428. The problem resulted from the redirector repeating a server session setup and 
  1429. connection to a resource that was not shared. 
  1430.  
  1431.  
  1432. ΓòÉΓòÉΓòÉ 1.11.8. IC03632:  Job Sent To Net Printer Then Keyboard Locks ΓòÉΓòÉΓòÉ
  1433.  
  1434. This problem occurred only on a DLR that had DOS 3.3 and the fix for IC02772 
  1435. installed.  A print job would be sent to the network printer and would print 
  1436. successfully but the DLR keyboard would lock up and the machine would have to 
  1437. be powered off/powered on. 
  1438.  
  1439.  
  1440. ΓòÉΓòÉΓòÉ 1.11.9. IC03665:  NET810 Error Copying A File Via Remote NETBIOS ΓòÉΓòÉΓòÉ
  1441.  
  1442. This problem occurred after the DLR was logged on to a 1.3 server via remote 
  1443. NETBIOS.  CSD 5050 had been applied to the server.  If a file was copied 
  1444. between the requestor and server, the requestor would display a Net810 error 
  1445. message. 
  1446.  
  1447.  
  1448. ΓòÉΓòÉΓòÉ 1.11.10. IC03684:  NET227 Error On DLR When Changing Passwords ΓòÉΓòÉΓòÉ
  1449.  
  1450. A batch file used to change passwords on multiple domains failed when executed 
  1451. after CSD5050 had been applied. 
  1452.  
  1453.  
  1454. ΓòÉΓòÉΓòÉ 1.11.11. IC03691:  Access Denied Error Messages On RIPL Server ΓòÉΓòÉΓòÉ
  1455.  
  1456. RIPL server received 3 "access denied" error messages during the boot process 
  1457. although the workstations booted successfully. 
  1458.  
  1459.  
  1460. ΓòÉΓòÉΓòÉ 1.11.12. IC03710:  App Using EMS Required Change To DOSLAN.INI ΓòÉΓòÉΓòÉ
  1461.  
  1462. An application failed unless the /EMS parameter was added to the DOSLAN.INI 
  1463. file. 
  1464.  
  1465.  
  1466. ΓòÉΓòÉΓòÉ 1.11.13. IC03711:  Intermittent Print Screen Hang On DLR ΓòÉΓòÉΓòÉ
  1467.  
  1468. Doing a print screen resulted in a hang on the requestor.  Two financial 
  1469. applications were being run.  The hang occurred about 1 out of every 10-20 
  1470. print screen attempts. 
  1471.  
  1472.  
  1473. ΓòÉΓòÉΓòÉ 1.11.14. IC03718:  Incorrect Path Caused INSTDLR To Fail ΓòÉΓòÉΓòÉ
  1474.  
  1475. The Lan readme should have stated that INITFSI must be run in order to set up 
  1476. the correct path for INSTDLR. 
  1477.  
  1478.  
  1479. ΓòÉΓòÉΓòÉ 1.11.15. IC03746:  DOS Programs Fail When Alias Has "X" Rights ΓòÉΓòÉΓòÉ
  1480.  
  1481. DOS program fails to execute when the alias has "X" rights. Doing a net use to 
  1482. the alias and trying to execute a program results in the error message "Cannot 
  1483. Execute Path Filename".  This did not occur with CSD 5015. 
  1484.  
  1485.  
  1486. ΓòÉΓòÉΓòÉ 1.11.16. IC03762:  Blank Screen After Executing FSI Application ΓòÉΓòÉΓòÉ
  1487.  
  1488. After an application being executed through the FSI exits, the screen goes 
  1489. blank with a cursor in the upper right corner of the screen. 
  1490.  
  1491.  
  1492. ΓòÉΓòÉΓòÉ 1.11.17. IC03783:  XT/AT w/CGA Locks Up After Receving Message ΓòÉΓòÉΓòÉ
  1493.  
  1494. XT and AT systems with color monitors lock up when a message sent via Net Send 
  1495. or FSI is received.  The popup is displayed incorrectly. Pressing the escape 
  1496. key will result in the DLR menu being displayed but the system will then lock 
  1497. up. 
  1498.  
  1499.  
  1500. ΓòÉΓòÉΓòÉ 1.11.18. IC03790:  Incorrect Output From A Redirected Print Job ΓòÉΓòÉΓòÉ
  1501.  
  1502. Redirected print from an application on a requestor resulted in garbled 
  1503. printout. 
  1504.  
  1505.  
  1506. ΓòÉΓòÉΓòÉ 1.11.19. IC03799:  A DOS/16M ERROR:17 When Trying To Load Appl. ΓòÉΓòÉΓòÉ
  1507.  
  1508. This problem only occurred when the redirector fixes for IC03632 had been 
  1509. applied.  Attempting to load an application resulted in the error message 
  1510. "System Software Does Not Follow VCPI Or DPMI Specifications". 
  1511.  
  1512.  
  1513. ΓòÉΓòÉΓòÉ 1.11.20. IC03890:  Print Screen, 5250 Session Does Not Work ΓòÉΓòÉΓòÉ
  1514.  
  1515. A print screen from a 5250 session does not execute until the hot-key is 
  1516. pressed returning the system to the DOS session.  The DOS session screen is 
  1517. then printed. 
  1518.  
  1519.  
  1520. ΓòÉΓòÉΓòÉ 1.11.21. IC04105:  Net Copy Command Fails - System Hangs ΓòÉΓòÉΓòÉ
  1521.  
  1522. Net Copy command failed when DOS=HIGH was not listed in the config.sys file. 
  1523. The cursor moved below the command prompt and the system hung. 
  1524.  
  1525.  
  1526. ΓòÉΓòÉΓòÉ 1.11.22. IC04134:  Print Screen Fails If Screen Size >25 Lines. ΓòÉΓòÉΓòÉ
  1527.  
  1528. Could not do a print screen if the screen size was set to larger than 25 lines. 
  1529.  
  1530.  
  1531. ΓòÉΓòÉΓòÉ 1.11.23. IC04135:  NetWkstaSetInfo Got A Return Code 87 ΓòÉΓòÉΓòÉ
  1532.  
  1533. Issuing a NetWkstaSetInfo on a local requestor and setting "parmnum 0" resulted 
  1534. in a return code of 87 (invalid parm). 
  1535.  
  1536.  
  1537. ΓòÉΓòÉΓòÉ 1.11.24. IC04137:  RIPL From Diskette Failed ΓòÉΓòÉΓòÉ
  1538.  
  1539. Logon failed if "sizereqbug > /nbs" when doing a RIPL from Diskette. 
  1540.  
  1541.  
  1542. ΓòÉΓòÉΓòÉ 1.11.25. IC04143:  NET201 Error At Net Start Time ΓòÉΓòÉΓòÉ
  1543.  
  1544. Contention for memory resources caused MSGPOPUP.EXE to fail to load properly 
  1545. resulting in a Net201 error message. 
  1546.  
  1547.  
  1548. ΓòÉΓòÉΓòÉ 1.11.26. IC04241:  Incorrect Error Message Received ΓòÉΓòÉΓòÉ
  1549.  
  1550. A "Panel Not Found" message was received on the requestor instead of the proper 
  1551. "access denied" type error message.