After a new installation of 11g Forms the following url is entered in IE to run the test form:
http://machine.domain:port/forms/frmservlet and the following occurs:
"Unknown Publisher"
This occurs because JRE 1.6.0.12 or higher is not installed on the client machine and because of Bug 8747086 FORMS 11 FORMSWEB.CFG INCORRECTLY CONFIGURED FOR SUN JRE AUTODOWNLOAD
Forms 11.1.1.1.0 is configured to run with Sun JRE 1.6.0.12 or higher. If this is not installed on the client machine it normally should be automatically downloaded when using IE but is not due to this bug.
Steps for IE ->
1. Locate the formsweb.cfg in DOMAIN_HOME\servers\WLS_FORMS\stage\formsapp\11.1.1\formsapp\config
2. Change the following:
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_6_0-windows-i586.cab#Version=1,6,0,12
to
jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6u12-windows-i586.cab#Version=1,6,0,12
3. Rerun the Form and you should be prompted to install the Sun JRE.
Showing posts with label Internet explorer. Show all posts
Showing posts with label Internet explorer. Show all posts
Monday, August 3, 2009
Monday, March 30, 2009
Internet Explorer 7 Crashes When Using Web.show_document With an URL to Download a File
Internet Explorer 7 Crashes When Using Web.show_document With an URL to Downloads a File
Running the same URL in the following cases are working fine:
- From Form using FireFox/Netsacpe browsers.
- Outside Forms using Internet Explorer 7 browser
This is because Internet Explorer 7 has a security checks that are enabled by default to protect computers from automatic downloads from websites.
To work around this issue, please execute the following steps:
1. In Internet Explorer, click Tools, and then click Internet Options.
2. Click the Security tab.
3. There are four security zones listed:
• Internet• Local intranet• Trusted sites• Restricted sites
Click the zone "Internet".
4. Under Security level for this zone, click Custom Level.
5. Under ActiveX controls and plug-ins, under Automatic prompting for ActiveX controls, click Enable.
6. Under Downloads, under Automatic prompting for file downloads, click Enable, and then click OK.
Running the same URL in the following cases are working fine:
- From Form using FireFox/Netsacpe browsers.
- Outside Forms using Internet Explorer 7 browser
This is because Internet Explorer 7 has a security checks that are enabled by default to protect computers from automatic downloads from websites.
To work around this issue, please execute the following steps:
1. In Internet Explorer, click Tools, and then click Internet Options.
2. Click the Security tab.
3. There are four security zones listed:
• Internet• Local intranet• Trusted sites• Restricted sites
Click the zone "Internet".
4. Under Security level for this zone, click Custom Level.
5. Under ActiveX controls and plug-ins, under Automatic prompting for ActiveX controls, click Enable.
6. Under Downloads, under Automatic prompting for file downloads, click Enable, and then click OK.
Subscribe to:
Posts (Atom)