home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / 7024_us.txt < prev    next >
Text File  |  1994-05-08  |  5KB  |  169 lines

  1. DDCS/2 v2.0.1 Select Pak WR07024
  2. ================================
  3.  
  4.  
  5. Prerequisites
  6. -------------
  7.  
  8. This Select Pak can be applied on either the refresh code level (v2.0.1,
  9. syslevel WR07015) or on Service Pak 7016 (syslevel 7015).
  10.  
  11.  
  12. Other Information
  13. -----------------
  14.  
  15. >>WARNING:>> If you choose to backup your files, please be aware that
  16. any files that already exist in the backup directory you specify will be
  17. overwritten.  If you want to have multiple levels of backups please
  18. specify different backup directories.
  19.  
  20. >>****>> NOTE: In order to run with the new DDCS/2 fixes in WR07024,
  21. you must install BOTH the DB2/2 Select Pak WR07025 and the DDCS/2
  22. Select Pak WR07024.
  23.  
  24.  
  25.  
  26. Contents
  27. --------
  28.  
  29. > Installation Instructions
  30. > CID Installation Instructions
  31. > The DB2 Family Newsletter
  32. > Submitting Suggestions to IBM
  33. > What's Changed
  34.  
  35.  
  36.  
  37. INSTALLATION INSTRUCTIONS
  38. -------------------------
  39.  
  40.  
  41. To start the Presentation Manager Select Pak install, type DDCSFIX on a
  42. command line, select ACTION from the action bar and then SERVICE from
  43. the pull down menu.
  44.  
  45. If you have just finished installing IBM DB2/2, IBM DB2/2 Service Pak WR07015
  46. (syslevel WR07015), IBM refresh code level v1.0.1, IBM Lan Server/Requester,
  47. or IBM CM/2, please shutdown and reboot your system before installing the DDCS
  48. Select Pak.
  49.  
  50. This means that you will have to reboot twice, once after the installation
  51. of these products to process any locked files, and a second time before
  52. using the Select Pak to process some remaining locked files.
  53.  
  54.  
  55. CID INSTALLATION INSTRUCTIONS
  56. -----------------------------
  57.  
  58. For DDCS/2 CID Select Pak install, please use the sample response file
  59. DDCSFIX.RSP provided on diskette 1.  This file can be modified to fit your
  60. installation needs.
  61.  
  62. NOTE: The keywords found in DDCSFIX.RSP are the ONLY supported CID keywords
  63. in this version of the CID install program.
  64.  
  65. The Select Pak CID install program (DDCSCID.EXE) uses the same syntax as the
  66. DDCS/2 CID install program.  Refer to the DB2/2 Installation Guide for a
  67. description.
  68.  
  69. For a description of the CID install key words, refer to Appendix B of the
  70. DB2/2 Installation Guide.
  71.  
  72. NOTE: The CID keyword DDCSUpdateType can only be equal to 1, which specifies
  73. to install the Select Pak.  No other values are supported.
  74.  
  75.  
  76.  
  77. THE DB2 FAMILY NEWSLETTER
  78. -------------------------
  79.  
  80.  
  81. This is a bi-monthly newsletter that reports the latest news for the family
  82. of DB2 products (DB2 and DDCS on all available platforms: OS2, AIX, MVS...)
  83.  
  84. If you are interested in receiving this newsletter, please mail or fax
  85. your request to
  86.  
  87.   IBM Canada Ltd.
  88.   Database Technology Planning
  89.   2S/110/1150/TOR
  90.   1150 Eglinton Avenue East
  91.   North York, Ontario
  92.   Canada, M3C 1H7
  93.  
  94.   Attn: T.D. Sole
  95.   Fax:  (416) 448-2114
  96.  
  97.  
  98.  
  99.  
  100. SUBMITTING SUGGESTIONS TO IBM
  101. -----------------------------
  102.  
  103. If you have any suggestions to enhance our products, there are two
  104. vehicles to communicate your requirements to IBM.
  105.  
  106. * If your organization has an IBM representative, discuss your
  107.   requirements with your IBM representative, and have them submit your
  108.   requirements to the DATABASE TECHNOLOGY PLANNING group at TOROLAB2(DBMREQ).
  109.  
  110. * Or, send your detailed requirements to the following address:
  111.  
  112.   IBM Canada Ltd.
  113.   Database Technology Planning
  114.   2S/238/1150/TOR
  115.   1150 Eglinton Avenue East
  116.   North York, Ontario
  117.   Canada, M3C 1H7
  118.  
  119.   Attn: M.H. Switzer
  120.   Fax:  (416) 448-4414
  121.  
  122.  
  123.  
  124. WHAT'S CHANGED - APAR DESCRIPTIONS
  125. ----------------------------------
  126.  
  127. The following changes have been made as a direct result of customer feedback.
  128.  
  129. The fixes contained in this Select Pak are fixes that have gone into the
  130. product since Service Pak WR07016 was shipped.
  131.  
  132.  
  133. APAR JR07377 - DDCS/2 SQLCODE mapping
  134.  
  135. When DDCS/2 performed SQLCODE mapping on errors with long message tokens,
  136. the first character of the SQLERRP field was corrupted.  This has been
  137. corrected to return the correct code.
  138.  
  139.  
  140. APAR JR07710 - Disabling NetBIOS
  141.  
  142. This fix allows DB2/2 to disable the NetBIOS protocol initialization.  This
  143. will conserve system resources and NetBIOS subsystem resources for those DB2
  144. users that are not using the DB2 NetBIOS protocol.
  145.  
  146. To specify this option, the user should set the SQLNADPT environment variable
  147. (either from the command line or in config.sys) to "NONE" before issuing a
  148. STARTDBM.
  149.  
  150. i.e.  SET SQLNADPT=NONE
  151.  
  152. The Select Pak should be installed on all work stations on which it is desirable
  153. to disable the NetBIOS protocol.
  154.  
  155. With this fix, a NetBIOS client which attempts to connect to a "NetBIOS
  156. disabled" server will receive an SQLCODE -30080 '0014'  (Server is not ready).
  157. A "NetBIOS disabled" client which tries to access a sever via NetBIOS will
  158. receive an SQLCODE 30080 'FFFF'  (Local DB2/2 NetBIOS protocol has not been
  159. initialized correctly).
  160.  
  161.  
  162. APAR JR07759 - DOS\Windows client connecting to AS/400
  163.  
  164. When a DOS\Windows client accessing an AS/400 system through DDCS tried
  165. to insert null data into a fixed char column, an SQLCODE 30020N,
  166. reason code 220A was returned.  The insert will now be performed
  167. correctly.
  168.  
  169.