Thursday, April 25, 2013

E-Business 12.1 Upgrading to Release 12.1.1 -- Forms Launch JRE Versions 1.4 - 1.7

E-Business SUite 12.1 -- Finishing Steps.
 
When you LAUNCH the E-Business Suite SIGN-ON screen and then connect to the E-Business Suite 12.1
. . . after NAVIGATING and SELECTING a menu-item that launches the Oracle-Professional Forms
. . . you may be asked/interrogated about your Desktop/Laptop JRE version (Too Old or Too New).
 
To Present these E-Business Suite JRE/Java Version PopUps
===============================================================
 
OPTIONAL: Update JDK-Plugin Options

AppsTier (Admin/ConcMgr/Forms/WebTier)
AppsTier: CONTEXT_FILE (ADAutoConfig) JRE-Versions:
[oracle] vi $CONTEXT_FILE
Change sun_clsid and jinit_clsid
<!-- JDK plugins -->
<sun_plugin_ver oa_var="s_sun_plugin_ver">1.6.0_07</sun_plugin_ver>
<sun_plugin_type oa_var="s_sun_plugin_type">jdk</sun_plugin_type>
<sun_clsid oa_var="s_sun_clsid">


8AD9C840-044E-11D1-B3E9-00805F499D93</sun_clsid>

<!-- Jinitiator -->
<jinit_ver_dot oa_var="s_jinit_ver_dot">1.6.0_07</jinit_ver_dot>
<jinit_ver_comma oa_var="s_jinit_ver_comma">1.6.0_07</jinit_ver_comma>
<jinit_clsid oa_var="s_jinit_clsid">


8AD9C840-044E-11D1-B3E9-00805F499D93</jinit_clsid>

NOTE: JRE-Version Choices: clsid variable Options
CAFEEFAC-0016-0000-0007-ABCDEFFEDCBA Forces JRE 1.6_07 (Default)
CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA Any JRE 1.6 Version
8AD9C840-044E-11D1-B3E9-00805F499D93 Allows Highest Clientside JRE-Plug-In Versio

 
[oracle] $ADMIN_SCRIPTS_HOME/adautocfg.sh

grep sun_plugin_ $INST_TOP/ora/10.1.2/forms/server/appsweb.cfg
sun_plugin_mimetype=application/x-java-applet
sun_plugin_classid=clsid:CAFEEFAC-0016-0000-0007-ABCDEFFEDCBA
sun_plugin_url=http://srfoapd04.cloudtricity.local:8031/OA_HTML/oaj2se.exe
sun_plugin_version=1.6.0_07
sun_plugin_legacy_lifecycle=false

Support Note: 393931.1
===============
Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1]
Modified: April 19, 2013
If you have individual users running different versions of JRE streams (for example User A still runs JRE 1.5.0_22 while User B is running JRE 1.6.0_33) or you simply want to allow users to run the latest JRE version on their desktop client, please update the appsweb.cfg file to use the dynamic CLSID. When using this setting Oracle


Forms-based content will launch using the highest JRE Plug-in version from the highest JRE family stream found on the desktop. Only if no JRE Plug-in version is found on the desktop will the user will be prompted to download the JRE version from the Oracle E-Business Suite web server. Upgrading to a later JRE 1.6.x release must therefore be done from the desktop client.
3.1. Take a backup copy of the runtime appsweb.cfg file under $INST_TOP/ora/10.1.2/forms/server/appsweb.cfg before updating it
3.2. Find section "4a) Sun JDK Plugin Parameters" and replace the sun_plugin_classid value as follows:
sun_plugin_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
3.3. Save the file. (users will pick up the new clsid when they next launch a new forms session.)
Note:
This change will get overwritten if autoconfig is run. To make the change more permanent please update the following parameter in the AutoConfig file.
<sun_clsid oa_var="s_sun_clsid">8AD9C840-044E-11D1-B3E9-00805F499D93</sun_clsid>


Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1]

No comments:

Post a Comment