README_FIRST.txt ------------------------------------------ Installer 3.2.2.1.0 -Win 32-bit Production Fixes in this release: * 531166: ORACLE CLIENT CONFIGURATION MANAGER MAIN DIALOG HELP BUTTON DOESN'T WORK * 524137: '\' REQUIRED DURING DIRECTORY CREATION IN .MAP * 517943: INSTALLER IS NOT RESIZING DIALOG BOXES. * 519637: DR. WATSON ERROR WHEN UPGRADING FROM PO7 7.2.2 TO PO8 8.0.3 DURING PO8 INSTALL * 524130: %SHARED_DLL% UNDEFINED * 522739: Help/About displaying all five digits of Installer version. * 523216: Installer OCSM compliant or not. Fixed, Installer is OCSM compliant. * 522804: INSTALLER DOES NOT PICK UP WIN32. FOR ANALYZING MESSAGES. * 520426: MSHELP defined in win32.stp * 518428: deinstall of OCSM prod does not remove all files * 533013: variables not getting instantiated * 8.3 compliance of sharadm resource files (changed ccmresus.dll to ccmrsus.dll) * Error in WIN32.CFG while exec. * FILE_NOT_FOUND while getting destination error on Clients in 32 bit OCSM. * Command line of sharagt.exe is processed, now the sharagt accepts RSP file from the command line. * Greek, Russian, Turkish and Polish translations added to the Installer. Character Sets Supported (same as 3.2.2.0.0): "English","AMERICAN_AMERICA.WE8ISO8859P1" "Arabic", "ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256" "Brazilian Portuguese","BRAZILIAN PORTUGUESE_BRAZIL.WE8ISO8859P1" "Catalan", "CATALAN_CATALONIA.WE8ISO8859P1" "Croatian", "CROATIAN_CROATIA.EE8MSWIN1250" "Czech","CZECH_CZECH REPUBLIC.EE8MSWIN1250" "Danish","DANISH_DENMARK.WE8ISO8859P1" "Dutch","DUTCH_THE NETHERLANDS.WE8ISO8859P1" "Finnish","FINNISH_FINLAND.WE8ISO8859P1" "French","FRENCH_FRANCE.WE8ISO8859P1" "German","GERMAN_GERMANY.WE8ISO8859P1" "Greek","GREEK_GREECE.EL8MSWIN1253" "Hebrew","HEBREW_ISRAEL.IW8MSWIN1255" "Hungarian","HUNGARIAN_HUNGARY.EE8MSWIN1250" "Italian","ITALIAN_ITALY.WE8ISO8859P1" "Japanese","JAPANESE_JAPAN.JA16SJIS" "Korean","KOREAN_KOREA.KO16KSC5601" "Latin American Spanish", "LATIN AMERICAN SPANISH_AMERICA.WE8ISO8859P1" "Norwegian","NORWEGIAN_NORWAY.WE8ISO8859P1" "Polish","POLISH_POLAND.EE8MSWIN1250" "Portuguese","PORTUGUESE_PORTUGAL.WE8ISO8859P1" "Romanian", "ROMANIAN_ROMANIA.EE8MSWIN1250" "Russian","RUSSIAN_CIS.CL8MSWIN1251" "Simplified Chinese", "SIMPLIFIED CHINESE_CHINA.ZHS16GBK" "Slovak", "SLOVAK_SLOVAKIA.EE8MSWIN1250" "Slovanian", "SLOVANIAN_SLOVAKIA.EE8MSWIN1250" "Spanish","SPANISH_SPAIN.WE8ISO8859P1" "Swedish","SWEDISH_SWEDEN.WE8ISO8859P1" "Traditional Chinese","TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5" "Turkish","TURKISH_TURKEY.WE8ISO8859P9" Installer Translations Available: "English","AMERICAN_AMERICA.WE8ISO8859P1" "Brazilian Portuguese","BRAZILIAN PORTUGUESE_BRAZIL.WE8ISO8859P1" "Czech","CZECH_CZECH REPUBLIC.EE8MSWIN1250" "Danish","DANISH_DENMARK.WE8ISO8859P1" "Dutch","DUTCH_THE NETHERLANDS.WE8ISO8859P1" "Finnish","FINNISH_FINLAND.WE8ISO8859P1" "French","FRENCH_FRANCE.WE8ISO8859P1" "German","GERMAN_GERMANY.WE8ISO8859P1" "Greek","GREEK_GREECE.EL8MSWIN1253" "Hungarian","HUNGARIAN_HUNGARY.EE8MSWIN1250" "Italian","ITALIAN_ITALY.WE8ISO8859P1" "Japanese","JAPANESE_JAPAN.JA16SJIS" "Latin American Spanish", "LATIN AMERICAN SPANISH_AMERICA.WE8ISO8859P1" "Norwegian","NORWEGIAN_NORWAY.WE8ISO8859P1" "Polish","POLISH_POLAND.EE8MSWIN1250" "Portuguese","PORTUGUESE_PORTUGAL.WE8ISO8859P1" "Russian","RUSSIAN_CIS.CL8MSWIN1251" "Simplified Chinese", "SIMPLIFIED CHINESE_CHINA.ZHS16GBK" "Slovak", "SLOVAK_SLOVAKIA.EE8MSWIN1250" "Spanish","SPANISH_SPAIN.WE8ISO8859P1" "Swedish","SWEDISH_SWEDEN.WE8ISO8859P1" "Traditional Chinese","TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5" "Turkish","TURKISH_TURKEY.WE8ISO8859P9" Known Problems/Tips =================== 1. The sharagt executable at the client attempts to copy over all the files in groups registered as OCSM groups from their destinations at the host to the corresponding locations at the client. If only certain subgroups of a group are copied as part of a host install, then only these group/subgroups should be registered instead of the whole group. One way of making adherence to this rule easy is to do the registering of the groups right after the copying of the files in this group.. Eg copy(msg, nls_abbreviation); win32_register_OCSM_group(msg, nls_abbreviation, 'MINMODE); /* This group needs to be copied down the client in all configurations */ ------------------------------------------------------------------------- 2. We have noticed in OCSM scripts that groups get registered multiple times for the different modes. A group which is registered for 'MINMODE will get copied to the client in all of the (a) Run from Server, (b) Download EXEs/Dlls and (c) Full Download type of installs. It is not necessary to register this group separately in 'MEDMODE and 'MAXMODE. Similarly, a group which is registered for 'MEDMODE will get copied to the client in both the (b) Download EXEs/Dlls and (c) Full Download type of installs. It is not necessary to register this group again in 'MAXMODE. The above is clearly noted in our documentation. -------------------------------------------------------------------------- 3. Problem: configuring SQL*Plus 803 onto a client. sharagt.ins(270): FILE_NOT_FOUND while making directory e:\ORANT\PLUS80\HELP This is a scripting problem (please contact the group that releases this product) -------------------------------------------------------------------------- 4. Problem: trying to configure Oracle Net8 Assistant (jsf803 not OCSM compliant): sharagt.ins(137): FILE_NOT_FOUND while getting OCSM product registrations jsf803 This is a scripting problem. -------------------------------------------------------------------------- 5. Problem: Removing SQL Net from configuration and running OCSA on client brings up an error on client: sharagt.dei(129):FILE_NOT_FOUND while removing OCSM product registration vars w32netclt23. This is a scripting problem.