Open Form Restriction

Dear All Assalam-o-Alikum,
I am using Open Form Procedure in MDI window, default oracle toolbar is also attach on every oracle form. i am facing the problem , when i open the two form and enter the data on both form one by one, after pressing the save button, Form save the data on both forms while it should save the data on current form. what should i do to do this.
Thanks
Best Regards
Farrukh Shaikh

change the Session parameter in OPEN_FORM to SESSION by default its NO_SESSION which means all ur forms will open in same session
PROCEDURE OPEN_FORM
  (form_name      VARCHAR2,
   activate_mode  NUMBER,
   session_mode   NUMBER,
   data_mode      NUMBER,
   paramlist_id   PARAMLIST);
session_mode     NO_SESSION  (The default.)  Specifies that the opened form should  share the same database session as the current form.  POST and COMMIT operations in any form will cause posting, validation, and commit processing to occur for all forms running in the same session.
SESSION  Specifies that a new, separate database session should be created for the opened form.
plz mark correct/helpful if it is
Baig,
[My Oracle Blog|http://baigsorcl.blogspot.com/]

Similar Messages

  • What is the diff b\w open form and start form in scripts.

    Hi,
         can any one tell me what is the diff andb\w open form and start form in scripts.when we should use open form and when start form.

    Hi Friend.
    I have understood some usefull information and would like to share with you.
    Within one transaction, you can open and close several layout sets using OPEN_FORM and
    CLOSE_FORM, however not simultaneously. You can use parameters in the OPEN_FORM to control
    whether the output is stored in the same print request. But also the SAP spool decides,
    depending on several plausibility checks, whether new output is appended to an existing
    print request or whether to create a new print request anyway.
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'CLOSE_FORM'
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'CLOSE_FORM'
    You cannot combine ABAP/4 list output and SAPscript output in one print request.
    START A LAYOUT SET AGAIN
    Usually a print program does not print only one urging letter or one account statement, but
    several layout sets for different customers. To have the output for each customer begin with
    the start page of the layout set, you must start the current layout set again and again.
    To start a layout set again, you must first end the current layout set and then open the
    layout set again. Within one print request, first call the function module END_FORM. It
    executes the final processing for the current layout set. Then start the layout set again
    using START_FORM. Output then begins again on the start page of the desired layout set.
    CALL FUNCTION 'OPEN_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION 'START_FORM'
    CALL FUNCTION 'END_FORM'
    CALL FUNCTION CLOSE_FORM
    Hope your obstacle is cleared.
    If not do ask me again?

  • Urgent Help Required !!!! For using Netscape to open Form on the Intranet

    Hi ,
    I am successfully able to open Form application in a seperate window using IE 5.0.
    I would like to do the same with Netscape Navigator 4.7. The Navigator justshows a page which asks me to download the plugin and then even after I install the plugin it does the same thing over and over again.
    Please help !!!!!
    Regards,
    Rinas

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Andrew Timpone ([email protected]):
    Which version of the JInitiator are you using. In any case, your HTML must specify the correct classid and version in the HTML section for IE as well as the HTML section for Netscape.
    Below is a sample for JInitiator 1.1.7.27 running forms v6.0
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1">
    <meta name="GENERATOR" content="">
    <title></title>
    <!-- FILE: static.html -->
    <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
    <!-- Rename, and modify tags and parameter values as needed -->
    </head>
    <body bgcolor="#FFFCE8">
    <p><font size="1"><br>
    <br>
    <br>
    </font></p>
    <p align="center">
    <object classid="clsid:093501ce-d290-11d3-a3d6-00c04fa32518"
    codebase="<<your server and path of JInitiator Plug-in goes here>>jinit11727.exe#Version=1,1,7,27"
    align="baseline" border="0" width="1024" height="786">
    <PARAM NAME="CODE" value="oracle.forms.engine.Main">
    <PARAM NAME="CODEBASE" value="/web_code/">
    <PARAM NAME="ARCHIVE" value="/web_code/f60all.jar">
    <PARAM NAME="type" value="application/x-jinit-applet;version=1.1.7.27">
    <PARAM NAME="serverPort" value="4321">
    <PARAM NAME="serverArgs" value="module=<<your form path and name goes here>>">
    <PARAM NAME="serverApp" value="default">
    <PARAM NAME="lookAndFeel" value="oracle">
    <PARAM NAME="separateFrame" value="true">
    <font size="1">
    <COMMENT>
    <embed align="baseline" border="0" width="800" height="600" type="application/x-jinit-applet;version=1.1.7.27"
    java_code="oracle.forms.engine.Main"
    java_codebase="/web_code/"
    java_archive="/web_code/f60all.jar"
    serverport="4321"
    serverargs="module=<<your form path and name goes here>>"
    serverapp="default"
    pluginspage="<<your server and path of JInitiator Plug-in goes here>>"
    colorscheme="Titanium"
    lookAndFeel="oracle"
    separateframe="true">
    <NOEMBED>
    </COMMENT>
    </NOEMBED> </font></object><font size="1"> </font></p>
    </body>
    </html>
    Below is a sample with JInitiator 1.1.5.21 with forms v5.0
    <HTML>
    <!-- FILE: static.html -->
    <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
    <!-- Rename, and modify tags and parameter values as needed -->
    <HEAD><TITLE></TITLE></HEAD>
    <P>
    <OBJECT classid="clsid:9F77a997-F0F3-11d1-9195-00C04FC990DC"
    WIDTH=20
    HEIGHT=20
    codebase="<<your server name and path for JInitiator Plug-in goes here>>jinit115211.exe#Version=1,1,5,21">
    <PARAM NAME="CODE" VALUE="oracle.forms.uiClient.v1_4.engine.Main" >
    <PARAM NAME="CODEBASE" VALUE="/web_code/" >
    <PARAM NAME="ARCHIVE" VALUE="/web_code/f50all.jar" >
    <PARAM NAME="type" VALUE="application/x-jinit-applet;version=1.1.5.21">
    <PARAM NAME="serverPort" VALUE="4321">
    <PARAM NAME="serverArgs" VALUE="module=<<your form path and name goes here>>">
    <PARAM NAME="serverApp" VALUE="default">
    <COMMENT>
    <EMBED type="application/x-jinit-applet;version=1.1.5.21"
    java_CODE="oracle.forms.uiClient.v1_4.engine.Main"
    java_CODEBASE="/web_code/"
    java_ARCHIVE="/web_code/f50all.jar"
    WIDTH=20
    HEIGHT=20
    serverPort="4321"
    serverArgs="module=<<your form path and name goes here>>"
    serverApp="default"
    pluginspage="<<your server name and path for JInitiator Plug-in goes here>>">
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    </BODY>
    </HTML>
    Hi Andy,
    Thanks a lot !!!
    Its working perfectly fine now.
    Regards,
    Rinas
    Hope this helps<HR></BLOCKQUOTE>
    null

  • Click on Field in report and Open Form

    I know this question relates to Report but I did not receive any reply from report forum that is why I m posting here.
    I want that when I click on a ABC Field (in runtime report) then it open form..
    please help.

    Thank you both of you
    I have idea what should i write in code but please let me know that Report 6i has any event like in form (When-mouse-click etc) so that I could write code in that trigger.
    I wrote code in PL/SQL of one Field
    function F_MAIL_REFFormatTrigger return boolean is
    AppID PLS_INTEGER;
    begin
    AppID := DDE.App_Begin('C:\Program Files\Microsoft Office\Office11\WINWORD.EXE',
              DDE.App_Mode_Minimized);
    return (TRUE);
    end;
    I have three record in report when report run it is opening word 3 times I m near to solve this issue but I'd like to know proper trigger .
    Message was edited by:
    Kamran

  • Is there a way to open form as if from different responsibility in R12

    Is there a way to open form as if from different responsibility in R12. Have tried to call FND_GLOBAL.apps_initialize but it did not changed a thing.

    *"Is there any way I can send her messages back and make it look as though my email address no longer exists? "*
    "Message" menu --> Bounce

  • After R12 Install: FRM-41809 and FRM-41067 While Opening Forms.

    Hi all,
    I have upgraded apps to R12.
    When I try to open forms, I am getting the following errors:
    FRM-41809: Error initializing Menu.
    FRM-41067: Cannot find Menu item: invalid ID.
    I did the following:
    - Generated messages files
    - Generated jar files
    - Generated all menus (including FNDMENU.MMX)
    - Generated fnd forms
    Still same error appears.
    Any clues please?
    S. Sundar

    Sawwan,
    Excerpt from forms-trace(2).html ...
    BUILTIN.START
    EventID 142
    EventNum 96
    Timestamp 168
    Name REPLACE_MENU
    BUILTIN Arguments:
    Type=In Position=1 DataType=STRING Value=F:\oracle\product\10.2.0\db_1\apps\apps_st\appl\au\12.0.0\resource\US\FNDMENU.mmx
    BUILTIN Arguments:
    Type=In Position=2 DataType=NUMBER Value=51
    BUILTIN Arguments:
    Type=In Position=3 DataType=STRING Value=NULL
    BUILTIN Arguments:
    Type=In Position=4 DataType=STRING Value=NULL
    BUILTIN Arguments:
    Type=In Position=5 DataType=STRING Value=NULL
    ERROR
    EventID 144
    EventNum 3
    Timestamp 168
    Msg Error Message: FRM-41809: Error initializing Menu.
    Yes. I ran autoconfig successfully.
    S. Sundar

  • Install missing plugins error while opening forms in EBS R12

    Hi,
    I installed EBS R12 in my desktop through vm ware. my host os is windows xp and my guest os is oel 5.3. Now when i am trying to open any form based window through OAM in firefox browser, install missing plug ins error occurs.
    How can i open forms? Pls can any one help me. Thanks in advance.

    I installed EBS R12 in my desktop through vm ware. my host os is windows xp and my guest os is oel 5.3. Now when i am trying to open any form based window through OAM in firefox browser, install missing plug ins error occurs.
    How can i open forms? Pls can any one help me. Thanks in advance.To answer your this question, Hussein already updated the referenced notes, just follow them and you will be able to access/open EBS on firefox.
    Somewhere i heard that we have to create a sybolic link with the java plugin. Where can i find that java plugin in our system and to where i have to crete the link.from where you heard that, it is required ?
    regards

  • Livecycle Designer Error- everytime I open FORMS-HELP!

    Can someone help me please?!
    I can't seem to find anyone that can.
    I have CS3 and everytime I open forms this happens. I have uninstalled and reinstalled it 4 different times-still continues...
    I get this ERROR:
    Adobe LiveCycle Designer has encountered a problem and needs to close. We are sorry for the inconvenience.
    Error signature:
    AppName: formdesigner.exe AppVer: 8.0.2073.1 ModName: unknown
    ModVer: 0.0.0.0 Offset: 04d58113
    then I get a second one saying:
    Error signature:
    AppName: formdesigner.exe AppVer: 8.0.2073.1 ModName: ntdll.dll
    ModVer: 5.1.2600.2180 Offset: 000431a0
    thanks,
    cyndie

    Can anyone who is having these issues send the crash dump to [email protected] and I will forward them to R&D for investigation.
    Here are instructions on where and how to get the dump files.
    =================================================================
    Sometimes it is useful to capture an ad-hoc minidump file from FormDesigner when it crashes. Here are instructions for doing this on Vista, and XP.
    On Vista 32 bit, wait for the app to crash, and while the "your app has crashed" dialog is still visible, go to Task Manager process list, right click on FormDesigner .exe, and select "Create Dump File' from the context menu. After the dump file is written, its location will be shown in a second dialog box. The "designer crashed" dialog can then be dismissed.
    For Vista 64 bit, I think the dump files produced this way are probably not useful, because they will show stacks for the "64 bit side" of the 32 bit process, which is not what we want to look at. For Vista64, it is probably necessary to attach a real debugger to FormDesigner .exe and write a dump file.
    On XP, if the default drwtsn32 post-mortem debugger is installed, the dump of the last crash is available at "C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\user.dmp". If the user has installed a different post-mortem debugger (e.g. visual studio) or disabled things somehow, then an ad-hoc dump can be made by waiting for the "designer crashed" dialog, and leaving that open. Then go to task manager's process list and note the process ID of FormDesigner .exe. Then bring up a command prompt and type:
    Drwtsn32 -p designer_PID
    where designer_PID is the process ID of FormDesigner .exe found in task manager. After that, the "designer crashed" dialog can be closed, and the dump will be found in "C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\user.dmp".
    Along with the crash dump file, you should provide the exact build number of the FormDesigner executable you are running (e.g. 8.2 is not sufficient.) You can find the build number by right clicking on FormDesigner .exe and looking at the "Details" tab. It's the "Product Version" entry.

  • Error When I Try To Open Form ?

    Hi all,
    When i try to open my form in form builder 6i the error occure
    Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience.
    Error Signature
    AppName: ifbld60.exe     AppVer: 6.0.8.7     ModName: ora805.dll
    ModVer: 0.0.0.0     Offset: 000ea9c4
    Regards,

    What is your operating system and version? Also, what is the exact version of Forms (have you applied any patches)? Have you been able to open Forms Builder in the past? If so, what has changed on your computer since the last time you were able to open Forms Builder?
    Craig...

  • Open Form not working when called from When-Mouse-Click

    In our application to navigate to other forms we have created a feature where user selects the Forms from a LOV, the form id is returned to the text item and user needs to click the text item.....In the text item the Open form command is given
    This is not working
    The form builder throws an error
    Frm 92100 Connection interupted
    what could be the reason

    Code written in When-Mouse-click
    for item :boo_toolblk.nbt_nxtscr which contains the form id
    DECLARE
    p_name_id PARAMLIST;
    lv_param_name VARCHAR2(8):= :boo_toolblk.nbt_nxtscr;
    lf_next_form_id FORMMODULE;
    BEGIN
    Clear_Item;
    /*Create a parameter list named 'TEMPLT_PARAM'. First
    ** make sure the list does not already exist, then
    ** attempt to create a new list*/
    IF not Id_Null(Get_Parameter_List('TEMPLT_PARAM'))/*Returns a BOOLEAN value if the object ID is available*/
    THEN Destroy_Parameter_List('TEMPLT_PARAM');
    END IF;
    p_name_id:= Create_Parameter_List('TEMPLT_PARAM');
    /*Add a value parameter to an existing Parameter
    ** List */
    Add_Parameter(p_name_id,'templt_nxtscr',TEXT_PARAMETER,lv_param_name);
    Go_Block(Get_Form_Property(:system.current_form,FIRST_NAVIGATION_BLOCK));
    lf_next_form_id := FIND_FORM(lv_param_name);
    :PARAMETER.next_form := lv_param_name;
    IF lf_next_form_id.id is not null
    THEN
    Close_form(lf_next_form_id);
    END IF;
    Add_parameter(p_name_id,'previous_form',TEXT_PARAMETER,:SYSTEM.CURRENT_FORM);
    /* opens another form*/
    Open_Form(lv_param_name,ACTIVATE,NO_SESSION,SHARE_LIBRARY_DATA,p_name_id);
    EXCEPTION
    WHEN FORM_TRIGGER_FAILURE
    THEN RAISE FORM_TRIGGER_FAILURE;
    WHEN OTHERS
    THEN RAISE FORM_TRIGGER_FAILURE;
    END;
    Error :-
    Frm-92100 : Your Connection to the Server was Interrupted
    This may be the result of a networn error or a failure on the server.
    You will need to re-establish

  • Please wait message when opening form created by Adobe LiveCycle Designer ES 9.0

    Problem
    Please wait message when opening form created by Adobe LiveCycle Designer ES 9.0
    Full message
    Please wait... If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document. You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting  http://www.adobe.com/products/acrobat/readstep2.html. For more assistance with Adobe Reader visit  http://www.adobe.com/support/products/ acrreader.html. Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S
    Actions
    Updated Windows RT 8 to 8.1
    Uninstaled Adobe Reader Touch 1.3 and instaled 2.0 Build 84770
    Additional Information
    The form was created 10 or 11 months ago, and we are pretty sure that we were able to open it a while back
    The same PDF file opens just fine in Windows 8.1 using Adober Reader XI 11,0.06, it is only the app that is affected.
    The document cannot be opened by any other mobile app that we have tried or on another mobile OS (iOS)
    Any ideas?
    Thanks & Regards
    Jim

    The user's assertion is surprising to me, but perhaps I'm missing something important. I thought the correct position was from the conclusion of my earlier post "it can't be done". Adobe state their Reader Touch doesn't support XFA (http://blogs.adobe.com/readermobile/2012/12/13/adobe-reader-for-windows-8-tablets/). Unless (see that blog entry) you changed the type of form.

  • Open Form button on UWL is disappers, after changing the XMLs

    HI Frndz,
    We created a custom UWL(workbench) by creating uwl.standard.hr(from uwl. standard.xml),and when the workflows are triggered Items are not coming to our custom UWl , but these are coming fine to standard UWL.
    So i added the WF ITEMS into uwl.standard.hr manually and uploaded, now the items are coming to custom UWL(workbench), but when we click on Items these are not launching WDP application, this is the same case in standard UWL also.
    I came to know that when am adding the WF items to uwl.standed.hr than only OPEN FORM button is disappearing in custom and standard UWL also.If i delete these added entries in uwl.stranded.hr than standard UWL items are lunching well.But WF items are not coming to workbench(custom UWL).
    Plz suggest us.
    Regards
    Rajesh

    To be honest, I have only grasped < 100% of your message in detail, but...: Windows that have a parent<->child relation must be running in the same thread. In addition, after closing a modeless window, you must not use it anymore. Instead, create
    a new instance.
    What happens if you do not create a new thread but instead open the child in the same thread (which is obligatory)? You wrote it doesn't work, but I don't know why?
    "First I have to declare the child window as a global variable".
    How do you define "global"? Normally this is a variable in a Module declared with the scope Public or Friend. But I guess you mean a field of the Form (a variable at class level in the Form).
    "I need to be able to send messages from the main window to the child window so that the child window displays the volume."
    Why does the main window has to send the messages? Can't the child window handle the device's messages itself?
    "I need to run the child window using a separate thread as both windows need to be able to process commands."
    Process commands from the device, or commands from the user operating the Forms?
    Armin

  • I created a pdf form and then iported it to Forms Central for distribute. It is now loaded to my website and setup so a person clicks on the link to open the form. At this point they then have to go to upper right to open form using a different view. I wo

    I created a pdf form and then imported it to Forms Central for distribute. It is now loaded to my website and setup so a person clicks on the link to open the form. At this point they then have to go to upper right to open form using a different view. I would like the form to open directly in Adobe Reader form to make it easier to enter information. Thanks, Ike

    If you created it in Forms Central, you have to edit it there. I believe Forms Central is similar to LiveCycle Designer in that the form created is no longer able to be edited in Acrobat. I might be wrong, but that is my understanding. You add the submit button in Forms Central. Within Acrobat, you should be able to go to the forms menu and Manage Data to save the data to an Excel file. Others better with forms should be by to clarify things, but this should get you started. In the future you might find it better to post a forms question in the forms discussions.

  • Unable to open forms error ...Premature end of script headers

    Hi
    we are using oracle11i(11.5.10.2) on windows 2000 and DB is 10.2.0.3
    we are unable to open forms
    getting below error
    Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    Full error in error_log file is
    2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 14:28:47 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 14:35:59 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:16:07 2011] [notice] FastCGI: process manager initialized
    [Thu Jul 21 15:20:50 2011] [notice] FastCGI: process manager initialized
    [Thu Jul 21 15:24:02 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:24:29 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:25:46 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:36:36 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:36:38 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:48:45 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:48:47 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:48:48 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:49:03 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:49:08 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:49:45 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:50:08 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:50:38 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:50:42 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:53:29 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:53:31 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:53:32 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:53:32 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:56:35 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:00:11 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:00:14 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:00:16 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:24:36 2011] [notice] FastCGI: process manager initialized
    [Thu Jul 21 16:34:13 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:34:14 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:34:16 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:36:34 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 10:33:40 2011] [error] [client 10.6.2.16] client denied by server configuration: e:/oracle/prodcomn/portal/prod_dpqeaps01
    [Fri Jul 22 10:33:40 2011] [error] [client 10.6.2.16] Invalid method in request €€
    [Fri Jul 22 10:33:40 2011] [error] [client 10.6.2.16] client denied by server configuration: e:/oracle/prodcomn/portal/prod_dpqeaps01
    [Fri Jul 22 10:33:45 2011] [error] [client 10.6.2.16] client denied by server configuration: e:/oracle/prodcomn/portal/prod_dpqeaps01
    [Fri Jul 22 10:44:24 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 10:44:28 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 11:24:13 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 11:24:17 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 11:24:18 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Sat Jul 23 07:39:46 2011] [notice] FastCGI: process manager initialized
    [Sat Jul 23 07:42:59 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    and i am  trying to run Autoconfig also it is also failing with below error
    Starting AutoConfig at Sat Jul 23 12:04:43 2011
    Using adconfig.pl version 115.78
    Classpath                   :
    ERROR: Version Conflicts utility failed.
    Terminate.
    The logfile for this session is located at: e:\oracle\prodappl\admin\PROD_dpqeaps01\log\07231204\adconfig.log
    Thanks
    With Regards
    A-Z

    we are unable to open forms
    getting below error
    Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    Please relink ifcgi60.exe and try then.
    Please see (Cannot Access Forms Server After CPU Jan 08 Patch - Premature End Of Script Headers [ID 753139.1]).
    and i am  trying to run Autoconfig also it is also failing with below error
    Starting AutoConfig at Sat Jul 23 12:04:43 2011
    Using adconfig.pl version 115.78
    Classpath                   :
    ERROR: Version Conflicts utility failed.
    Terminate.
    The logfile for this session is located at: e:\oracle\prodappl\admin\PROD_dpqeaps01\log\07231204\adconfig.log
    See these docs.
    Autoconfig Error "Version Conflicts utility failed" [ID 437441.1]
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apps/ad/autoconfig/AutoConfigSynchronizerException [ID 1324088.1]
    Class Not Found oracle.apps.ad.tools.configuration.VersionConflictListGenerator when running autoconfig on database tier [ID 303928.1]
    Autoconfig Failed On Db Tier, The java class is not found: oracle.apps.ad.tools.configuration.VersionConflictListGenerator ERROR: Version Conflicts utility failed [ID 1212681.1]
    Thanks,
    Hussein

  • Firefox w/ not open forms from websites. Internet Explorer had no problem. Re-installed FF with no resolution.

    Firefox will not open forms (i.e. registration forms, class schedule, flyer, etc.) on certain websites. Updated Adobe Reader and Re-installed and updated FF. Still will not open the forms. Tried Internet Explorer with no problem at all. Tried FF on a different computer w/ no problem. Help please?

    I also have this problem. I cannot open links from a discussion board I frequent nor can I open links from my email. Also after opening my email, I cannot go to any other sites except my home page. I can then go no where else.
    When I close Firefox and try to reopen it, it does nothing! I have to bring up the Task Manager and end the Firefox process before I can get back in.
    To the best of my knowledge, this problem started with the new update to Ver. 3.6.9. I am running Windows XP Media Center 2005

Maybe you are looking for