FRM-92095

Hi,
I am working on windows 7 64 bit.
I have problem with running the form. I got the message FRM-92095 Oracle Jinitiator version too low.
I have tried two things but still it is not working: 1- I added this parameter to java runtime parameters:
-Djava.vendor="Sun Microsystems Inc."
2- In runtime, application server url: http://127.0.01:8889/forms/frmservlet?config=jpi

1002335 wrote:
Hi,Welcome to the Oracle Forums. Please take a few minutes to review the following:
<ul>
<li>Oracle Forums FAQ
<li>Before posting on this forum please read
<li>10 Commandments for the OTN Forums Member
<li>How to ask questions the smart way
</ul>
Following these simple guidelines will ensure you have a positive experience in any forum; not just this one!
I am working on windows 7 64 bit.You also have to provide your JRE version, browser name and version, of course forms or application server version.
Without the above information it's hard to say anything.
I have problem with running the form. I got the message FRM-92095 Oracle Jinitiator version too low.
I have tried two things but still it is not working: 1- I added this parameter to java runtime parameters:
-Djava.vendor="Sun Microsystems Inc."
2- In runtime, application server url: http://127.0.01:8889/forms/frmservlet?config=jpi
It's issue of in-compatible JRE and form version.
Hamid

Similar Messages

  • FRM-92095: Oracle JInitiator version too low!

    Hi everybody,
    After I upgraded my Macbook Pro to the latest java of Oracle Java ver7 update 9 I am stuck.
    I cannot luanch oracle from on an ERP V12 installation gettling the following error:
    FRM-92095: Oracle JInitiator version too low.
    I have try to follow the links to deinstall Java 7 and reinstall java 6.
    The problem after this is the browser keep on say plugging missing and took you to the site to reinstall java 7 upgrade 9
    I tried the site: http://support.apple.com/kb/HT5559
    but it didnt work too...
    Please help.
    MacBook Pro 13", OS X Mountain Lion (10.8.2)

    When I login from my Windows/Xp client machine to my Linux Server running R12.1.1. I get the message below:Was this working before? If yes, any changes have been done recently?
    "FRM-92095; Oracle Jinitiator Version too Low. Please install version 1.1.8.2 or higher"
    I really do not know what this means. Oracle EBS R12 comes with JRE so you are not supposed to download any Jinitator version. If you already have one installed, please uninstall it (via Control Panel > Add/Remove Software) and check then.
    Can some one give me the steps on how to fix this issue--when I open a form from the client machine.Can you reproduce the issue using a different browser? What if you try from a different machine?
    Please run AutoConfig and make sure it completes successfully.
    Thanks,
    Hussein

  • FRM-92095 Oracle Jinitiator Version too low - dsiplayed on client machine

    Hi,
    When I login from my Windows/Xp client machine to my Linux Server running R12.1.1. I get the message below:
    "FRM-92095; Oracle Jinitiator Version too Low. Please install version 1.1.8.2 or higher"
    I really do not know what this means.
    Can some one give me the steps on how to fix this issue--when I open a form from the client machine.
    Thank you, in advance for your help.
    Edited by: user565503 on Aug 26, 2011 9:52 PM

    When I login from my Windows/Xp client machine to my Linux Server running R12.1.1. I get the message below:Was this working before? If yes, any changes have been done recently?
    "FRM-92095; Oracle Jinitiator Version too Low. Please install version 1.1.8.2 or higher"
    I really do not know what this means. Oracle EBS R12 comes with JRE so you are not supposed to download any Jinitator version. If you already have one installed, please uninstall it (via Control Panel > Add/Remove Software) and check then.
    Can some one give me the steps on how to fix this issue--when I open a form from the client machine.Can you reproduce the issue using a different browser? What if you try from a different machine?
    Please run AutoConfig and make sure it completes successfully.
    Thanks,
    Hussein

  • Oracle forms 10g (win Xp middle tier IE 8             Win 7- IE 8 client)

    forms services 10.1.2.0.2
    Database 11gR2 also on Win Xp pro SP3
    Hi
    I have a problem with java and Jinitiator and my understanding of what is / should be happening.
    In the file forms/server/formsweb.cfg see below. I can alter the parameter
    baseHTMLjinitiator=basejini.htm
    ###baseHTMLjinitiator=basejpi.htm
    between the two alternatives. As it stands as shown the IE8 on the middle tier and on the database PC both work as near correctly as i can tell. On the Win 7 client IE 8 however crashes. switch it to the other way around and the
    win 7 works and the win xp on the database server stops with frm-92095 error version number too low. while on the middle tier Xp PC a blank doucument is displayed.
    How can i have both working at the same time please. I you need more information i will happily supply it.
    Neill
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    ###baseHTMLjinitiator=basejpi.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=scott/xxxxxxxxxxx@orcl
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=E:\DSHome_1
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle

    You have a mixture of problems here.
    1. Oracle Jinitiator is not supported for use on Windows 7
    2. JRE 1.7 is not supported for use with any version of Forms on any platform. Be sure you do not have this version installed.
    3. JRE 1.6 is not supported for use with Forms 10.1.2.0.2, however is supported with 10.1.2.3 (10.1.2.0.2 + patch ID 5983622) and only with IE 8
    4. In order to use Win 7 with Forms 10 in a certified and supported manner, you must use 10.1.2.3 (meaning 10.1.2.0.2 + patch ID 5983622).
    In short, my recommendation would be the following:
    o Patch to 10.1.2.3 (assuming you have access to MyOracleSupport)
    o Don't bother trying to use Oracle Jinitiator as it is old and has been desupported for a long time.
    o Uninstall any instances of Jinitiator as it can cause conflicts with other JRE installations.
    o Uninstall all instances of JRE 1.7. Reconfig your formsweb.cfg to use the JRE (Java Plugin) 1.6.0
    baseHTMLJInitiator=basejpi.htm
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_mimetype=application/x-java-applet;version=1.6
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/jre-6u27-download-440425.html
    jpi_codebase=http://javadl-esd.sun.com/update/1.6.0/jinstall-6u27-windows-i586.cab#Version=1,6,0Finally, refer to this:
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BABGCBHA

  • First test of Forms 10.1.2.3.0 and JRE 7

    I know that this might be highly unsupported, but I was just curious if it would work (well, both Forms and Java are now from the same company, so they might have tested this, jk).
    I am trying this on Windows 7 32bit, Forms doesn't have the latest patch yet though (works fine when you run it once with admin-privileges, no other problems encountered yet).
    When I start the Forms Applet, I get an "FRM-92095: The version of JInitiator being used is too low to support the requested functionality (e.g. to run against the Listener Servlet). User should install the specified version (or greater)." which rather astonished me.
    On my system JInitiator was never installed, and the AS is configured in a way that it should only work with the JRE. The Forms Applet runs with the new browser-plugin, but the java-console shows me that it picked up the JRE 1.6.0_26 just fine (I had the Forms Applet running with this JRE version just fine before installing JRE 7).
    So, any ideas? :-)
    PS.: this is just out of curiosity, no need to get this working.

    I also tested JRE 1.7.0 with Forms 10.1.2.3.1 + Forms bundle patch 12433970 and found something similar:
    - Forms is configured to use JRE 1.6.0 (1.6.0_26 installed here)
    Running this with Java Plugin 1.7.0 / 10.0.0.147 and the next-gen Java plugin (plugin2) activated - which is the default - executes the Forms applet (with JRE 1.6.0_26) fine without any obvious errors. The only thing I found: On the Java console the Java system property deployment.jpi.mode.new is reported with value "true" but the applet's call to System.getProperty("deployment.jpi.mode.new") returns null.
    (we test our system requirements which state the next-gen plugin as of 1.6.0_10 must be used. However, the test now reports an incorrect result)
    Running the applet with Java Plugin 1.7.0 / 10.0.0.147 and the next-gen Java plugin disabled executes the Forms applet with JRE 1.6.0_26 but System.getProperty("deployment.jpi.mode.new") incorrectly reports "true". And the Java console doesn't react to a key press "s" (to print the system and deployment properties).
    I filed Java bug 7072674 for this today (not published yet).
    - When Forms is configured to use JRE 1.7.0 I get the same FRM-92095 as you.
    Grant, thanks for the Forms bug id. Can you make it visible in Metalink so we can follow this? Regarding the next certification: are there any plans to support IE9 with Forms 10.1.2.3?
    Best regards
    Andreas

  • Oracle Java version 7

    Hi
    Guys
    After I upgraded my Macbook Pro to the latest java of Oracle Java ver7 update 9 I am stuck.
    I cannot luanch oracle from on an ERP V12 installation gettling the following error:
    FRM-92095: Oracle JInitiator version too low.
    I have try to follow the links to deinstall Java 7 and reinstall java 6.
    The problem after this is the browser keep on say plugging missing and took you to the site to reinstall java 7 upgrade 9.
    Please help.

    This solve my problem.
    I did the following base on note http://support.apple.com/kb/HT5559
    sudo mkdir -p /Library/Internet\ Plug-Ins/disabled 
    sudo mv /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin /Library/Internet\ Plug-Ins/disabled
    sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI .plugin /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
    sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws
    Still did not Work Then I tried
    ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI .plugin $HOME/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin

  • R12.1.3  supply chain management Recommended Patch Collection

    Hi experts,
    We upgraded our EBS R12.1.1 application to R12.1.3.Our database is 11.2.03(not updated).
    Please let me know what all the Oracle recommended patches we have to apply for SCM.
    Thanks in advance.
    Regards,
    Neelaprasad.A.S

    Yah that seems to work (just tired it by uninstalling my java client and it re-installs it) but I still get the FRM-92095 error after the initial Security Warning error.
    Now if I go back and review 393931.1 I do recall it saying this:
    The JRE 7 Plug-in is certified for Oracle E-Business Suite R12.0.x and 12.1.x with the following minimum patch requirements:
    - Oracle forms 10.1.2.3 or higher with Patch 14614795 or later (See Document 437878.1 titled, 'Upgrading OracleAS 10g Forms and Reports in Oracle E-Business Suite Release 12' for the latest available forms patches)
    I did try and apply 14614795 but I got some opatch error "The patch directory 14614795 doesn't match the patch id." and I think the next day I forgot about that issue.
    Now I see if I review Doc ID 437878.1 I see there is a consolidated in bundle patch 14825718 so maybe I'll try that and hope I haven't done this all backwards...

  • When I try to run a form I get a message of Jinitiator version too Low

    I've run my first form of Oracle Forms on google chrome but I get the following message:
    "FRM-92095; Oracle Jinitiator Version too Low. Please install version 1.1.8.2 or higher"
    I can't understand.
    From the control pannel of Windows XP I see "Jinitiator 1.3.1.22"
    I use Forms 10.1.2 on Oracle vers. 10gXE
    Thanks in advance!

    The Oracle Jinitiator is not compatible with modern browsers. In fact, Oracle has discontinued Jinitiator and no longer supports it's use. Michael is right, you should install the latest Java 6 runtime (JRE 1.6.0_33) and use it instead of Jinitiator.
    Since Oracle Forms 10g defaults to using the Jinitiator, you will need to modify your configuration to tell the Forms to use the JRE Plug-In (JPI) instead of Jinitiator. Take a look at Oracle 10gR2 Forms Services – Using Sun's Java Plug-in for information on how to update your configuration to use the JPI.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Oracle Form Load Error- Unable to open the Oracle R12 INSTANCE

    Hi,
    Need help.
    "FRM-92095: Oracle JInitiator version too low. Please Install version 1.1.8.2 or higher."
    This is the message I get while to load Oracle Form. I am unable to open Oracle R12 Instance.
    Thanks in advance.

    995837 wrote:
    Hi,
    Need help.
    "FRM-92095: Oracle JInitiator version too low. Please Install version 1.1.8.2 or higher."
    This is the message I get while to load Oracle Form. I am unable to open Oracle R12 Instance.Please post the details of the application release, database version and OS.
    Oracle EBS R12 comes with JRE so you are not supposed to download any Jinitator version. If you already have one installed, please uninstall it (via Control Panel > Add/Remove Software) and check then.
    Please see these links/docs.
    Resolving "JInitiator version too low" Errors in EBS Environments
    https://blogs.oracle.com/stevenChan/entry/resolving_jinitiator_version_too_low
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    ;) AppsMasti :)
    Sharing is Caring

  • Worklist errors after 12.1.3 upgrade

    Hi,
    I just now upgraded my VISION instance to 12.1.3. Everything went fine, but now when I log in as sysadmin, I see lot of worklist error in the home page. What are they, and How can I get rid of them?
    Thanks,

    DBA_1976 wrote:
    Hi,
    as part of the solution in Doc ID 804622.1, I am trying to run the Concurrent request to purge the notifications. But I get the
    "FRM-92095: ORacle JInitiator version too low. Please install version 1.1.8.2 or higher." error
    But my JInitiator version is 1.3.1.29.
    Why am I getting this error?
    Thanks,How do you use Jinitiator with 12.1.3 (which is not certified)?
    Please uninstall all Jinitiator/JRE from your client, access the application and you will be prompted to download the JRE version which is available on your application server and test the concurrent program then.
    Thanks,
    Hussein

  • Oracle Ebiz R12 Post Installation Issues

    Hi guys,
    I have just installed Oracle Apps R12.1.1 - fresh install- on windows xp but getting this error when I try to go into forms. I still get the error even after installing a higher version:
    1) FRM-92095 :Oracle JInitiator version too low. Please install version 1.1:8.2 or higher
    2) Again, I can't log onto Sqlplus due to this error:
    Enter user-name: apps/apps
    ERROR:
    ORA-12560: TNS:protocol adapter error
    3) I get only dos prompt for sqlplus logon and not the usual sqlplus white background screen.
    4) from Programme, Start menu, I can't see the Forms and report developer menus.
    Will appreciate any contributions
    Ify

    Hi Hussein,
    Thanks a lot for your quick response. Please below my reply to yours (" ").
    Did you install on XP Professional?
    "Yes I did "
    Did the installation complete successfully with no errors?
    "Yes I did "
    1) FRM-92095 :Oracle JInitiator version too low. Please install version 1.1:8.2 or higher
    2) Again, I can't log onto Sqlplus due to this error:
    Enter user-name: apps/apps
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Please run AutoConfig and make sure it completes successfully.
    “I have run AutoConfig and it took just 1 min to run and shuts down. I installed Jav6 update 31 and now gets a different error while trying to open the form:
    Frm-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration . Please look into the web –server log file for details”
    “I do not know where the path for the web-server log to look into”
    Also, please make sure you source the application/database env file before you connect via sqlplus.
    “Please can you confirm how to source the application/database env file “
    3) I get only dos prompt for sqlplus logon and not the usual sqlplus white background screen.
    This is an expected behavior since R12 comes with 11gR1 database.
    4) from Programme, Start menu, I can't see the Forms and report developer menus.
    How To Bring Up 10G Forms Builder In R12 Environment? [ID 579318.1]
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    “I do not have access to metalink. Please can you summarize the solution ”

  • Oracle Forms 10G and Java 7 ?

    So, as of 13 February 2013 (https://blogs.oracle.com/java/entry/end_of_public_updates_for) there will be no more updates for Java 6. So does that mean that Oracle Forms 10g (which as far as I know only supports Java 6) applications will have to upgraded to Forms 11g to keep up with the Java updates? So if you are running Forms 10g on OAS (Oracle Application Server) does that mean also an upgrade from OAS to Weblogic?

    Looks like there may be an update to fix this issue:
    Patch 14825718
    Description      ORACLE FORMS BUNDLE PATCH 10.1.2.3.2
    Product      Developer Forms
    Release      iAS 10.1.2.3
    Last Updated      07-JAN-2013
    From the README for 14825718
    # 11782681 - APPS6 FORMS DO NOT LAUNCH WITH BETA JRE 1.7I found the above information starting here:
    Re: Java 1.6 and 1.7 on same computer, which references this: FRM-92095: Oracle Jnitiator version too low
    Here's a workaround which is supposed to work without installing the patch, but I haven't had time to try it:
    The "Frm-92095" link above also mentions the -Djava.vendor fix but doesn't show the following steps.
    After installing Java 7, open file manager and go to the directory below, double-click on this file:
    C:\Program Files (x86)\Java\jre7\bin\javacpl.exeThis opens a "Java Control Panel" window.
    Click the Java tab, then the View... button.
    This should open a Java Runtime Environment Settings window with two tabs: User and System.
    On each tab, under Runtime Parameters, enter:
    -Djava.vendor="Sun Microsystems Inc."The place I saw these instructions claim it works in IE9, Firefox 18.0.2, and Chrome 24.0.1312.57
    I have not had time to try yet.

  • Does EBS works on Safari 6.0 - mac os mountain lion

    Hi,
    We are trying to use EBS 12.3 which is installed on Oracle Linux 6.3 on Mac machines with Mountain Lion os 10.8.2 and Safari 6.0.
    Now the forms do not open and I receive this error:
    FRM-92095: Oracle Jlnitiator version too low. Please install version 1.1.8.2 or higher.
    Details:
    Java Exception:
    oracle.forms.engine.RunformException: FRM-92095: oracle Jlnitiator version too low. Please install version 1.1.8.2 or higher.
    at oraclr.forms.net.HTTPConnection.<init>(Unknown Source)
    at oraclr.forms.engine.FormsDispatcher.initConnection(Unknown Source)
    at oraclr.forms.engine.FormsDispatcher.init(Unknown Source)
    at oraclr.forms.Runform.initConnection(Unknown Source)
    at oraclr.forms.Runform.startRunForm(Unknown Source)
    at oraclr.forms.Main.createRunform(Unknown Source)
    at oraclr.forms.Main.start(Unknown Source)
    at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.start(Unknown Source)
    at sun.plugin2.applet.plugin2Manager$AppletExecutuonRunnable.run(Unknown Source)
    at java.lang.Thread.run(Threat.java.722)
    My developer says the only way is downgrade to Lion 1.7 and downgrade Safari to 5.x and Downgrade Jre to 6 update 29
    is there any way to do not downgrade?
    thanks

    FRM-92095: Oracle Jlnitiator version too low. Please install version 1.1.8.2 or higher.
    Details:
    Java Exception:
    oracle.forms.engine.RunformException: FRM-92095: oracle Jlnitiator version too low. Please install version 1.1.8.2 or higher.
    at oraclr.forms.net.HTTPConnection.<init>(Unknown Source)
    at oraclr.forms.engine.FormsDispatcher.initConnection(Unknown Source)
    at oraclr.forms.engine.FormsDispatcher.init(Unknown Source)
    at oraclr.forms.Runform.initConnection(Unknown Source)
    at oraclr.forms.Runform.startRunForm(Unknown Source)
    at oraclr.forms.Main.createRunform(Unknown Source)
    at oraclr.forms.Main.start(Unknown Source)
    at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.start(Unknown Source)
    at sun.plugin2.applet.plugin2Manager$AppletExecutuonRunnable.run(Unknown Source)
    at java.lang.Thread.run(Threat.java.722)
    ******************Have you tried to uninstall JRE on those clients and install it again from the server and see if this helps?
    My developer says the only way is downgrade to Lion 1.7 and downgrade Safari to 5.x and Downgrade Jre to 6 update 29
    is there any way to do not downgrade?Do you meet the requirements in (Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1])?
    You do not need to downgrade your JRE version.
    Thanks,
    Hussein

  • Query Forms patch 14614795  readme pre-requisites

    Hi All,
    Customer is getting FRM-92095: Oracle JInitiator version too low. Please install version 1.1.8.2" while using JRE1.7.0.21 .
    After checking steve chan blog , https://blogs.oracle.com/stevenChan/entry/resolving_jinitiator_version_too_low came to know , patch 14614795 would solve this issue .
    I am not interested in applying the bundle patch right now , so if i want to go with this (14614795 ) , i can see in 14614795 readme the below content as pre-requisite .
    NOTE:
    # 1. Please ensure the patch for bug 9593176 is already applied before you proceed.
    # 2. Upgrade to the latest OUI 10.1 by downloading and installing the same from bug 6640838
    Now we are on 12.1.3 + 11.1.0.7(db) , do we really need to apply 9593176 ? if i we need to apply this then probably going for the bundle patch is very much preferable is it (14825718) ?
    Regards,
    Naga.

    Yes you need to apply the pre-req patches listed, these are mandatory requirements
    Per note 393931.1 "Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12" the requirement is listed as:
    "Oracle forms 10.1.2.3 or higher with Patch 14614795 or later (See Document 437878.1 titled, 'Upgrading OracleAS 10g Forms and Reports in Oracle E-Business Suite Release 12' for the latest available forms patches)"
    So you can apply the patches listed in Note 437878.1 as an alternative, which will also get you onto all the latest code, so this may be the prefered option for you
    Hope this helps
    Mike

  • Getting error message FRM-40700:No such trigger: SPECIAL20

    Hi,
    We have designed a custom report (Quote) and would like to use Special Menu's(Reports Menu) to open this custom Report. When I try to open this Report using
    REPORTS->Quote, The Report is opening seccuessfully but i am getting following error message at the bottom of screen bar.How can I clear this message ?
    FRM-40700:No such trigger: SPECIAL20
    The code which I wrote in the custom.pll is
    IF (form_name = 'OEXOEORD') THEN
    -- Enable View Order Report -- V1.4 --
    if (event_name = 'WHEN-NEW-FORM-INSTANCE') then
    app_special.instantiate('SPECIAL20', 'View Order Report');
    app_special.enable('SPECIAL20',PROPERTY_OFF);
    else
    if (event_name='WHEN-NEW-BLOCK-INSTANCE') THEN
    if block_name='ORDER' then
    app_special.enable('SPECIAL20',PROPERTY_ON);
    else
    app_special.enable('SPECIAL20',PROPERTY_OFF);
    end if;
    end if;
    end if;
    if (event_name='SPECIAL20' and block_name='ORDER') then
    param_to_pass1 := name_in('ORDER.HEADER_ID');
    select order_number into param_to_pass2 from oe_order_headers_all where header_id=param_to_pass1;
    editor_pkg.report(BSI_Quote(param_to_pass2), 'Y');
    null;
    end if;
    end if;
    Please give me valuable inputs on this issue.
    Thanks,
    HTH

    Hi,
    your package " app_special" does a call to "execute_trigger('SPECIAL20');" ,
    but there is no trigger with this name in your form. ( perhaps an Menu-item exists with this name.)
    Lock for "execute_trigger" in:
    app_special.instantiate('SPECIAL20', 'View Order Report');

Maybe you are looking for

  • Write signal with time stamp

    hii... I've a student project to read and write data from a continous signal with labVIEW.. I'm going to read the system for 24/7, The reading program already finished. The problem is in the writing procces.. I have no idea how to write data to file

  • ISSUES IN IE with FORMS in 11.5.10.2

    We are able to open our EBS with mozilla, all forms are getting opened with out issue, How ever when we are trying the same forms with IE, it is getting closed with out any errors. How to start disgnosis this kind of behaviour. Currently client is us

  • SAP NW702 SP6 - SAP console is not working

    Dear Team, I have installed SAP NW702 trail version in Windows Server 2008 R2, after a weeks i have encountered this issue. SAP MMC console is not started and still in idle status. Please find the below error messages, "SAP Basis System: Initializati

  • Uploading Linked Captivate 2 Projects into Sum Total LMS

    I've been trying to upload a series of media-rich linked projects to our Sum Total LMS. Although there are several projects, they are linked to play seamlessly to the end user. The problem is when each project is published, it creates its own zip fil

  • $   1 number gets display in VL02N / VL03N after delivery creation in VL10B

    Hi, $          1 number is getting displayed as default delivery number in initial screen in VL02N & VL03N immediately after you create OBD through VL10B. Actually system should display the last OBD number which got created through VL10B. I don't kno