FRM-41361

FRM-41361 Cannot Navigate out of current form in Enter-Query mode.
I get periodic complaints from users about this. I have to tell them that I cannot do anything about it, but I cannot think of a plausible reason to give them to explain why this restriction exists. Can anyone think of one ?

Hi,
Yes, it true that you cannot come out of your current block. That's why you cannot come out out of your current form. To solve this problem make a button in the same block and write code exit_form. By doing so, when you click the button then you will come out of your Enter_Query mode without closing the whole form.

Similar Messages

  • FRM-41361 Cannot navigate out of current form in Enter-Query Mode

    Hi All,
    I am getting the FRM-41361 error in the bottom message area when opening a form from the function navigator. The issue does not exist when opening the form from the application homepage. The form is loaded in enter-query mode, and the enter_query command is in the WHEN-NEW-FORM-INSTANCE trigger. I have checked all triggers that fire after this point for any type of navigation but do not see any. The interesting thing is, if I put a fnd_message.set_string and fnd_message.show just before the enter_query call to debug, the issue goes away entirely.
    Is it possible there are security triggers firing after the form is loaded into enter-query mode that could be causing this and that the fnd_message calls are indeed buying time for those triggers to complete before the enter_query call?
    Any help/advice is appreciated. Thanks!
    Dan

    Yes, when I looked through the triggers I made sure to look for go_block and go_item calls as well as any calls to leave the form.

  • FRM:41361 Cannot navigate out of form in 'Enter Query Mode'

    Hi,
    I am using a master - detail block in my form.When I query the master block I am getting this error message
    FRM:41361 Cannot navigate out of form in 'Enter Query Mode'
    I have given DO_KEY('ENTER-QUERY') in WHEN-NEW-BLOCK-INSTANCE trigger of master block.
    and in property palette of Master block I have given the next navigation block as Detail block.
    According to the value which is queried in Master Block the Detail block should be populated.
    My form should open in 'Enter Query Mode'.This problem always happens from second time onwards
    I open the form.When I open the form first time this problem is not occuring.
    Can anyone suggest a solution for this
    Thanks,
    Nasiya

    Have you written a Key-EntQuery trigger at the Master block or the form level,
    If yes, then can you put that code here.
    The NEXT-NAVIGATION-BLOCK is only used for navigation when you use a next-block built-in on a key-trigger.
    Have you written a ENTER-QUERY command on any trigger that fires prior to the said WHEN-NEW-BLOCK-INSTANCE trigger?
    If yes, then thats the reason that the first time you run the form, your form is in ENTER-QUERY mode.
    Also, maybe execute on enter-query fails and hence the blocks are not getting populated.
    Also, ENTER-QUERY is always on a single block. And while the block is in enter-query mode, navigation out of that block is prohibited.
    you have to either have a successful EXECUTE-QUERY or use:
    EXIT_FORM(NO_VALIDATE) to come out of ENTER-QUERY mode.

  • Odd bug in Forms 6i with FRM-41361

    Just found this in our legacy application. We recently amended it to allow them to have several forms open at once, a great boon as they spend a lot of time copying and pasting between screens. But now we've found this: If you are in enter-query mode (usually with our users because no records were found) and you attempt to navigate to a different form by clicking on it, it displays an error "FRM-41361: Cannot navigate out of current form in Enter-Query mode".
    HOWEVER, if the item you click in is a multi-line item -or, I've just discovered, a dropdown list - it goes bonkers. It looks as if it is trying to display the error dialog over and over again. It has to be killed and restarted.
    Anybody encountered this? Know if there's a patch we've overlooked? I can partly avoid the issue by suppressing the message in ON-ERROR.

    we have also running 6i with patch 16 environment and user can open multiple forms at the same time and query and never had any issues
    i m using this code to open the form
    Run_Product(FORMS, object_name, ASYNCHRONOUS, RUNTIME, FILESYSTEM,  pl_id,'custom_params');          hope it helps

  • Ideas for working with child applications

    Hi. We are migrating to Web Forms from client server. We have a form that acts as the gateway to all of our other forms. During our migration I've been using Open_Form to call all other forms accessible from this gateway form. For the most part this works great. However I've noticed a couple of differences that I fear our users will complain about and I'd like to know if you have ideas as to how I can addresses these issues:
    1. Each application is now housed within a single Windows taskbar item. In client-server, users are use to seeing a separate taskbar item for each application they open - thus allowing them to ALT-Tab between applications. It appears that under Web Forms there will only ever be one Windows Taskbar item and that the user will need to use ALT-W to toggle between open applications. Is this the norm under Web Forms? If so, I plan to present it as a simple training issue. But if there is a way to launch each application as a stand alone application with the ability to pass parameters to the launched application I would prefer to do that.
    2. Many of our users will start their day by opening several form applications they frequently use. They do this so that they can simply toggle to the open form application quickly as opposed to navigating through our gateway application in order to lauch it each time. Many of our forms open and programatically put the for in Enter-Query mode so that they don't need to do this manually each time they open the form. However, I've noticed that under Web Forms that they cannot toggle away from an open form application if it's in Enter-Query mode. They receive the message "FRM-41361: Cannot navigate out of the current form in Enter-Query mode". Is this the norm under Web Forms? Should I plan on telling users they must Cancel-Query prior to toggling away from open forms in Enter-Query mode?
    Any thoughts and ideas would be greatly appreciated. Thanks.
    Edited by: Buechler on Jan 22, 2009 2:12 PM

    I'm thinking this might make for a long, messy fileDepends on which entries are really different. If all share the same environment then in each section you would just have the starting form.
    The calling of the form would look like WEB.SHOW_DOCUMENT('http://server:port/forms/frmservlet?config=xx', '_blank');
    But.. if you don't use any single-sign-on-methods the user would have to connect again each time (or you would have to pass username/password as clear text in the url).
    Other option:
    If the main form does nothing but call other forms you could buildup a "static" html-page with a button for each "standalone"-application instead of the main-form.
    btw.. One big problem we had with open_form some years ago (and behaviour is still the same):
    You can only build up one CALL_FORM-stack in one runtime. This means if you have two parallel forms OF1 and OF2 opened with OPEN_FORM (you treat like different applications), if you
    -go to OF1
    -open a sub-form using CALL_FORM
    -navigate to OF2
    -try to issue a CALL_FORM from there you will get an FRM-41353.

  • 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');

  • FRM-92010 Error while saving a form in HRMS

    Hi,
    I created a new 12.1.1 instance and impletented HRMS as per doc id#145837.1.
    Applied patch 8934107, Ran DataInstall and hrglobal.drv.
    Now while saving the forms we are getting the following error: (in application.log)
    10/05/13 18:12:03.269 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    10/05/13 18:12:03.270 formsweb: Forms session <1> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    I have also applied patch 8682249 as per doc 867501.1 (since error was the same) but still no luck.
    Please help.
    Regards,
    Neeraj
    Edited by: user556153 on May 13, 2010 6:19 AM

    Hi;
    Did you checked
    Queries Error With FRM-92101 In Many NLS Forms [ID 443922.1] << seems similar error like yours
    Forms FRM-92050, FRM-92100, FRM-92101, FRM-92102 Reference Guide [ID 444690.1]
    If its not help please enable trace
    How To Perform System Tracing For All Forms Runtime Processes? [ID 400144.1]
    Regard
    Helios

  • FRM-41211 Integration Error SSL - OracleAS 10g

    Hi.
    I have error Frm-41211 Integration Error SSL Failure Running Another Product error while calling a report from web form in oracleAS 10g.
    I have problem with RUN_REPORT_OBJECT in web forms.
    I have error: FRM-41211 SSL integration error .....
    OracleAS server began on Windoes XP SP2.
    Do you help me ?

    Hi,
    I remember having seen this issue in teh apst. My best recommendation is to work with customer support (metalink.oracle.com)
    Frank

  • FRM-41211 Integration Error SSL - Oracle Forms 10g

    Hi all.
    I have FRM-41211 Integration Error SSL Failure Running Another Product error while calling a report from web form in oracleAS 10g.
    I have problem with RUN_REPORT_OBJECT in web forms in this code:
    =====================================================
    DECLARE
    BEGIN
    repid := find_report_object('MODULE21');
    v_rep := RUN_REPORT_OBJECT(repid);
    -- jobid := substr(v_rep, length('rep60_WS70004')+2, length(v_rep));
    -- web.show_document('/reports/rwservlet/getjobid'||jobid||'?server=rep3945','_blank');
    END;
    =====================================================
    I have error: FRM-41211 SSL integration error .....
    OracleAS 10g server began on Windows XP SP2.
    Do you help me ?
    Very thanks !!

    Do you help me ?
    Thanks.

  • FRM-92101 error while running report from a button or menu

    Hi All,
    I am getting the error FRM-92101 while running report without parameter from a button or menu. I am using Developer Suit 10g. I get the error as it shows there has some configuration problem in my form. Will you please help me anyone how can i solve the problem. My previous forms running very well both with parameter and without parameter.
    Arif

    Hello Sir,
    Thanks for your cooperation. I have solved my problem by myself. The fact was that, when i tried with the following code which made my report---
    SELECT br.bid, br.bname, br.branchtxnstatus, dif.difference
    FROM branch br,
    (SELECT gladbrid branchid,
    SUM
    (CASE
    WHEN ga.gl_acc_categry IN ('L', 'I')
    THEN gd.gladbalance
    ELSE -1 * gd.gladbalance
    END
    ) AS difference
    FROM glaccount ga, glaccountdetail gd
    WHERE ga.glid = gd.gladglid
    GROUP BY gladbrid) dif
    WHERE dif.branchid = br.bid AND br.branchtxnstatus = :Br_Status
    and dif.difference!=0
    ORDER BY br.bid;
    and the code against the button or menu item is---
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('ASSET');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://192.168.0.21:8889/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
    ELSE
    message('Error when running report');
    END IF;
    Clear_message;
    END;
    Clear_message;
    which has shown the error FRM-92101 and didn't run the report.
    In that case I have changed the query to run the report. first of all i create a view following the query and build the report using a simple select query. that's etc. my report running fine now.
    It is mentioned that there had no error on my codes.
    Arif

  • Can not delete record from the master block ,frm-40202 field must be entere

    hi ,
    i have built a form which contain master and details blocks
    the problem is
    when i try to delete a record from the master block it gives me new serial for the transaction and when i try to save it, it says
    >frm-40202 field must be entered
    where this field is required and i cant save it
    although in another form when i delete from the master it gives me the previous record and it works properly
    if any one has any ideas pls help me
    thank u
    ------- the master block has a trigger when-create-recoder
    Declare>v_dummy number;
    Begin
    Select nvl(max(ERNT_NO),0) + 1 >Into v_dummy
    From LM_RENT_EXPNMST >Where cmp_no = :LM_RENT_EXPNMST.cmp_no
    And brn_no = :LM_RENT_EXPNMST.brn_no>and fiscal_yr = :LM_RENT_EXPNMST.fiscal_yr;
    >:LM_RENT_EXPNMST.ERNT_NO := v_dummy;
    END;
    IF :PARAMETER.RNT_NO IS NOT NULL THEN
         :LM_RENT_EXPNMST.RNT_NO:=:PARAMETER.RNT_NO;
              :LM_RENT_EXPNMST.RNT_YR:=:PARAMETER.RNT_YR;
         :LM_RENT_EXPNMST.CUST_DESC:=:PARAMETER.RNT_ADESC;
    END IF;Edited by: ayadsufyan on May 8, 2013 2:03 PM

    If this is a FORMS question you should mark this one ANSWERED and repost your question in the FORMS forum
    Forms

  • Can not delete the  last record ,  frm-40202 field must be entered

    hi ,
    i have built a form which contain master and details blocks
    the problem is
    when i look for a record by executing query on on transaction serial and try to delete this record from the master block it gives me new serial for the transaction and when i try to save it, it says
    >frm-40202 field must be entered
    where this field is required and i cant save it
    although in another form when i delete from the master it gives me the previous record and it works properly
    the question is :
    why it gives a new serial when i delete the record ??if any one has any ideas pls help me
    thank u
    ------- the master block has a trigger when-create-record
    Declare>v_dummy number;
    Begin
    Select nvl(max(ERNT_NO),0) + 1 >Into v_dummy
    From LM_RENT_EXPNMST >Where cmp_no = :LM_RENT_EXPNMST.cmp_no
    And brn_no = :LM_RENT_EXPNMST.brn_no>and fiscal_yr = :LM_RENT_EXPNMST.fiscal_yr;
    >:LM_RENT_EXPNMST.ERNT_NO := v_dummy;
    END;
    IF :PARAMETER.RNT_NO IS NOT NULL THEN
         :LM_RENT_EXPNMST.RNT_NO:=:PARAMETER.RNT_NO;
              :LM_RENT_EXPNMST.RNT_YR:=:PARAMETER.RNT_YR;
         :LM_RENT_EXPNMST.CUST_DESC:=:PARAMETER.RNT_ADESC;
    END IF;

    Hi ayadsufyan,
    As it looks Andreas assumption of internal status change was correct. So taking into account this fact I would assume you are doing some data manipulation on the row you are unable to delete.
    What I would suggest to do is to put the following code in your KEY-DELREC trigger :
    clear_message;
    message(:system.record_status);pause;Now when you delete the record you should get the INSERT status of the record. If so it definitely means you are doing some manipulation on the record you are trying to delete. From this point on you will have to pinpoint the offending code.
    Best regards.
    Edited by: GregorM on May 11, 2013 10:41 AM

  • Frm-40508

    Oracle Forms6i
    Hai All
    I have an error while iam inserting data into a table through my forms.
    I have two blocks in my form namely Leader, Member
    This is my statement in my save button
    If :Global.Mode = 'QUERY' then
    update hierarchy_tree set unitid = :unit_id,empl_leader= :empl_code,empl_member=:emplcode,
    fromdt=:from_date,todt =:to_Date;
    elsif :Global.Mode = 'ADD' then
         insert into hierarchy_tree (unitid,empl_leader,empl_member,fromdt,todt) values
         (:unit_id,:empl_code,:emplcode,:from_date,:to_date);
    end if;
    commit;
    I have taken data from two blocks.
    When i press the save button
    I have an error
    Frm-40508 oracle err unable to insert record.
    Thanks In Advance
    Srikkanth.M
    Edited by: Srikkanth.M on May 10, 2010 12:37 PM

    Srikkanth,
    Instead of
    insert into H_Table (unitid,empl_leader,empl_member,fromdt,todt) values (:unit_id,:empl_code,:emplcode,:from_date,:to_date);use
    FORMS_DDL('INSERT INTO H_TABLE(UNITID, EMPL_LEADER, EMPL_MEMBER, FROMDT, TODT) VALUES(''' || :UNIT_ID || ''', ''' || :EMPL_CODE || ''', ''' || :EMPLCODE || ''', TO_DATE(''' || TO_CHAR(:FROM_DATE, 'DD-MON-YYYY') || '''), TO_DATE(''' || TO_CHAR(:TO_DATE, 'DD-MON-YYYY') || '''))');So that we can change the insert / update statements as per our need. That means assign the insert statement in to a variable, and then run that insert statement using FORMS_DDL built-in.
    Hope you understand.
    Regards,
    Manu.

  • Getting FRM-40400 but data is not in table

    I have a form with three data blocks. The first one is Database Data Block = no because it is used for query purposes only. The second one is Database Data Block = yes and is the only data block in which data gets entered into a table. The final data block is Database Data Block = no because it is a control block that houses my display items and buttons. Now, I am trying to get the data to save by way of a SAVE button. On the button I have code to GO_BLOCK() to the second database block and then perform a commit; I get a message back FRM-40400 which says Transaction complete: 1 records applied and saved. However when I open up the table in the database, nothing is there.... I imagine that this tells me that the form is not actually committing as it says. So, how do I find out what exactly my form is doing?
    Thanks!

    I've modified my form a bit since I posted this...I created a master-detail relationship between my first data block and the second one. I had a suggestion from someone else on this topic that when I press the save button, I should go_block('detail block') before performing the commit and that should work. Well, that didn't work either. It's still trying to commit the first data block. I used commit and commit_form because I wasn't sure which one was appropriate for my form.

  • FRM 92120  Registry dat is missing

    The error> FRM-92120 <to log into an EBS instance and click on a Form (with all the forms).
    ------- error ------
    FRM-92120 Registry file http://hhh.xxx.com.br:8000/OA_JAVA/oracle/forms/registry/Registry.dat is missing
    Details:
    Java Exception:
    oracle.forms.engine.RunformExeception: FRM-92120:Registry file http://hhh.xxx.com.br:8000/OA_JAVA/oracle/forms/registry/Registry.dat is missing.
    at oracle.forms.engine.Runform.initRegistry(Unknow Source)
    at oracle.forms.engine.Runform.startRunform(Unknow Source)
    at oracle.forms.engine.Main.createRunform(Unknow Source)
    at oracle.forms.engine.Main.start(Unknow Source)
    at sun.plugin2.applet.Plugin2Manager$AppleExecutionRunnable.run(Unknow Source)
    at java.lang.Thread.run(Unkwon Source)
    I have done the following steps
    ----------------------------------------------------- >>>> http://finance-kc.gsa.gov/webbill/faq.shtml#l10
    Step 1: Verify that SSL v2.0 and v3.0 options are checked in Java Control Panel.
    a. Click 'Start' menu on Windows taskbar and select 'Control Panel'. If you do not find 'Control Panel' directly under 'Start' menu, then you should find it under 'Settings'
    b. Locate an entry named 'Java' on Control Panel window and double click on it
    c. Click 'Advanced' tab on Java Control Panel window
    d. Locate setting named 'Security' and click on the plus sign prefixing it to show options
    e. Verify the option 'Use SSL 2.0' is checked and if not check it
    f. Verify the option 'Use SSL 3.0' is checked and if not check it
    g. Click 'Apply'
    h. Click 'OK'
    Step 2: Close your browser session.
    Step 3: Open a new browser session and try the register or login action again to see if it works okay. If not, proceed to next set of steps.
    Step 4: Re-start your computer.
    Step 5: Open a browser session.
    Step 6: Clear your browser temporary Internet files by taking the steps stated below.
    a. Select 'Tools' from Internet Explorer browser menu
    b. Select 'Internet Options'
    c. On the 'General' tab, under section labeled 'Temporary Internet Files', click 'Delete Files' button
    d. Click 'OK' on Delete Files confirmation box
    e. Upon completion of delete files, click 'OK' on Internet Options
    Step 7: Close your browser session.
    Step 8: Open a new browser session and try the register or login action again to see if it works okay. If not, proceed to next set of steps.
    Step 9: Clear your Java temporary Internet files by taking the steps stated below.
    a. Click 'Start' menu on Windows taskbar and select 'Control Panel'. If you do not find 'Control Panel' directly under 'Start' menu, then you should find it under 'Settings'
    b. Locate an entry named 'Java' on Control Panel window and double click on it
    c. On the 'General' tab, under section labeled 'Temporary Internet Files', click 'Delete Files' button
    d. Click 'OK' on Delete Files confirmation box
    e. Upon completion of delete files, click 'OK' on Java Control Panel
    Step 10: Close your browser session.
    Step 11: Open a new browser session and try the register or login action again to see if it works okay. If not, provide the following to the help desk: the browser name and version used, Java plug-in version used, sequence of events leading up to the issue or problem being reported and any message displayed in a screenshot or text format and/or describe browser behavior that will help us with troubleshooting.
    ====================================================================================================
    And also did not resolve the error then appealed to the Deployment Guide in página157 --http://otndnld.oracle.co.jp/products/forms/htdocs/install/Materials/doc/EN/B14032_02.pdf
    A.2.3.6 FRM-92120
    Cause:
    This is a server configuration error, which occurs when the client is unable to find the
    file Registry.dat on the middle tier.
    Solution:
    When this error occurs, check if the file Registry.dat is present on the middle tier in the
    directory ORACLE_HOME/forms/java/oracle/forms/registry. If it is not
    present, then it needs to be placed.
    In a running Forms application, if you suddenly come across this error, there is a
    possibility that the HTTP server has gone down. You may verify this by typing the
    Diagnosing Server Crashes with Stack Traces
    A-8 Deployment Guide
    URL http://myserver.com:NNNN in your browser. Here you need to replace
    myserver.com with your host name and NNNN with your HTTP server’s port
    number. If your browser says that it could not connect to the server, then your HTTP
    server is down and you need to contact your system administrator to bring it up.
    When the HTTP server is up and running, on giving the URL
    http://myserver.com:NNNN your browser will show the “OracleAS welcome”.
    =============================================================================================
    also had no positive effect.
    I test in different browsers, different machines, the Jinitiator removed and installed again.
    The versions I'm using are
    EBS - R12.0.4
    Java 1.6.0_15
    Browsers - IE 8 e Mozzila Firefox 3.0
    Can someone suggest something else.
    Extremely grateful for any suggestion.

    Hi,
    What changes have been done recently?
    Did AutoConfig complete successfully on all tiers?
    If SSL has been enabled recently, please run SSL diagnostics tests and make sure all runs successfully -- Search "My Oracle Support" for "SSL Diagnostics R12".
    Enable debug and see if you get more details about the error -- See (Note: 422419.1 - R12, 12.1.1 - How To Enable and Collect Debug for HTTP, OC4J and OPMN) and (Note: 438652.1 - R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications).
    Regards,
    Hussein

Maybe you are looking for

  • Change Font Size in a Field

    Hi - I am typing information into a Adobe document which was created by another user.  I would like to change the font size for the field so the complete entry can be viewed.  I have Adobe Acrobat Standard version 9 and my operating systems is Window

  • Photoshop CS4, Intous 3 and Windows 7 - strange work

    Hello. I have Windows RTM 64bit, Intous 3 latest driver (29.09.09), Adobe Photoshop CS4. And when I work in Photoshop with brush some times it draws normally with pressure, but sometimes NOT. The difference is pen movement during first pen touch. If

  • Permanent network

    I have a Mac mini and an IPad that I'm going to use as a monitor. I'm gonna use Iteleport to transfer the image from the Mac mini to the IPad. The problem is that i sometimes have to use it where there's no Internet so i can't use my Google-account.

  • Does Nokia E71 support both Outlook & Gmail simult...

    Does anyone know whether the Nokia E71 can be configured to use both the Outlook and Gmail? So far I conifgured my work's outlook email account with the use of the Mail for Exchange however I would also like to easily read gmail emails in the same wa

  • Could not complete your request because it is not a valid photoshop document why this error coming p

    could not complete your request because it is not a valid photoshop document why this error coming photoshop cs5