FORM HELD WHEN RUNNING

HI EVERY BODY
I AM RUNNING DATABASE 9I AND FORM 6I I CREATE A MENU FROM WHICH I CALL DIFFERENT FORMS I USE CALL_FORM TO CALL A FORM ANY WHERE
WHEN I CALL A FORM SOME TIME IT WORK PROPERLY AND TAKE NO TIME BUT SOME TIME IT WILL TAKE TIME AND LOOKS LIKE AS HELD I DONT KNOW WHAT PROBLUM IS THERE
DURING THE RUNNING OF FORM SAME LOV DISPLAY WITH OUT TAK TIME BUT SOME TIME IT WILL TAKE TIME AND SAME WITH COMMIT
PLEASE ANY BODY SOLVE MY PROBLUM
THANKS IN ADVANCE
ALLAH HAFIZ

If you are using forms 6i, then yes, I have also encountered such situations when the form aborts without any message.
In case of Memory issues, Forms 6i creates a dump file in the start in path. Please search for ifrun60_dump_xxx file
in you concerned path. Open the file and check for the last item/ trigger fired before the form aborted. This may be
of some help.
I check the following in such conditions:
1. check the logic, maybe, it has to do with it more than actual oracle error. Most of the time it is the code that is at fault.
2. Shutdown and restart the pc, re-run the form.
3. Compile all (ctrl+shift+k) and then re-generate (ctrl+t) and then run the form.
4. Check the dump file, if generated, trace the trigger that failed, put a blank line in that trigger and re-run.
5. Use debugger or debug mode to trace the point of exit.

Similar Messages

  • Form disappeared when running

    I have a form which is built up by 4 blocks. Each of these 4 blocks are querying the same table with different where clause.
    when the form opens, the when-new-form-instance trigger will go to each block and execute query.
    But the form disappear after launch it. I change the trigger, let it only query 2 blocks, the form run time comes out. I guess it's the memory problem, how can i solve it?
    Thanks in advance
    Minny

    If you are using forms 6i, then yes, I have also encountered such situations when the form aborts without any message.
    In case of Memory issues, Forms 6i creates a dump file in the start in path. Please search for ifrun60_dump_xxx file
    in you concerned path. Open the file and check for the last item/ trigger fired before the form aborted. This may be
    of some help.
    I check the following in such conditions:
    1. check the logic, maybe, it has to do with it more than actual oracle error. Most of the time it is the code that is at fault.
    2. Shutdown and restart the pc, re-run the form.
    3. Compile all (ctrl+shift+k) and then re-generate (ctrl+t) and then run the form.
    4. Check the dump file, if generated, trace the trigger that failed, put a blank line in that trigger and re-run.
    5. Use debugger or debug mode to trace the point of exit.

  • Oracle 11i forms crash when run on Windows 7 using IE 8 or IE 9

    I am trying to run oracle apps form on my windows 7 pc using ie 8 or ie 9. But the browser crashes whenever I try to open the form. I am using Oracle EBS version 11.5 and Jinitiator version 1.3.1.18. I tried replacing the jvm.dll file in Jinitiator with that of my JRE 1.6 update 27 but it did not work.

    958144 wrote:
    I have JRE 1.6 update 27 enabled on my system.Is it on the application server? If yes, please uninstall it from your client and open the application again (you will be prompted to download/install JRE) and check then.
    If you still cannot open forms, please make sure you add the application URL to the trusted sites list and disable pop-up blockers.
    If you still have the same issue, please check JRE console window for any errors -- How To View The Java Console And Enable Tracing For Sun JRE (Native Plug-in) [ID 452853.1]
    Thanks,
    Hussein

  • Error when running a report to Excel

    I receive an error when trying to run a report out of FDM in Excel. The report runs fine in PDF form but when running in excel it loses the formatting of the report and I get an error saying "excel found unreadable content". This report runs in all locations within FDM except for one. Has anyone ever come across this error? I am not sure why it would work for all other locations and just come up with an error for one location.

    Did you write that software, COTS package called Medgate?
    If not then ask that company for support. No one here would know how to fix it. They are using the CR RDC report engine.
    Thank you
    Don

  • How to avoid IE pop-ups when running BIP reports(w/ SSO) from Oracle Forms?

    Hi all,
    We have an OID/SSO integrated Oracle Forms and BI Publisher environment in place. We/users expect the same behavior when running Oracle Reports or BIP reports from Oracle Forms... which means receiving no intermediate pop-ups and simply getting the report output to appear in the relevant target application(PDF, EXCEL, etc). Currently we get multiple security warnings when running BIP reports from Oracle Forms.
    Here's a list of Pop-ups contents:
    1. "File Download - Security Warning" Do you want to open or save this file? -> OPEN
    2. "File Download" Do you want to save this file? Name = ma01r500.pdf -> YES
    3. "Save AS" -> pick desktop and save.
    4. "Download Complete" -> OPEN
    We have experimented with setting various IE security settings to LOW/enabled and still get these pop-ups.
    Any suggestions is much appreciated.
    Thanks,
    Yahya

    FYI... Metalink Note 282996.1 has resolved the bigger issue with the extra pop-ups with SSO enabled environment.
    Cause:
    Internet Explorer (IE) has to cache PDF files in a temporary directory prior to opening the file. Without this IE cannot process PDF files. With SSO protected pages, the header cache settings are set to no-cache which prevents IE from downloading PDF files.
    Solution:
    In mod_osso.conf use the entry "OssoSendCacheHeaders off" which tells mod_osso to turn off all no-cache related headers, which the enables Internet Explorer to be cache the file in a temporary directory.
    Now I am not sure if anybody has any thoughts/suggestions as how we might be able to resolve this issue where Oracle Reports WEB.SHOW_DOCUMENT calls have no pop-ups so ideally BIP reports WEB.SHOW_DOCUMENT calls should behave the same as both are calls from Oracle Forms.
    But at least now our SSO enabled environment and un-secure DEV/UAT behave the same with a single pop-up. Ideally the users shouldn't have to come across this intermediate pop-up to open(save/cancel being the other options) the document(just like Oracle Reports calls).
    Yahya

  • Exception when running form in debug mode

    Hello,
    appreciate any help on this.
    everything is fine when oracle forms 10g is run with debug=no, but when debug=yes
    throws this exception in the sun java console.
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: Execute
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    It s supposed to show the debug window with the host name and port number to do the attach debug in builder but instead throws the above.
    if i dont mention port=xxxx in the default configuration in formsweb but just have debug=yes , the applet just crashes.

    You can also check Francois Degrelle excellent answer to the same question:
    Running a form in debug mode

  • Error Message when running any form

    Besm Allah Alrahman Alraheem
    when I try to run any form I made this error message is appeared
    the message is :
    *"the instruction at"0x04fa0b58" referenced memory at "0x00000054".The memory could not be "read"*
    *click on OK to terminate the program*
    *click to canel to debug the program*
    and when I click ok or cancel the form doesn't run and return to design
    what does it mean and How I solve this error
    Although I remove ORACLE completely and install it again
    gazakom Allah khayran

    Besm Allah Alrahman Alraheem
    thanks very much for concern and reply
    Alhamd for Allah
    I found the solution
    I download another web browser firefox
    and I adjust form builder Edit---preferences----runtime------web browser location-----( the path of fire fox)
    and Idownload the initiator
    then
    forms has been run
    Alhmdo for Allah

  • Error message when running form

    hi everybody,
    im getting this error message when running a simple form.
    Positional Parameter after key command line.
    Can anyone please help.
    thnk u

    Check the path to your form. Forms does not like spaces in the path or fmx filename, but the error doesn't explain the problem at all!

  • ORA-04062 error when running forms with different users

    ORA-04062 error when running forms with different users
    I have a form that has a block that should display some data from another users tables. (The other user's name is dynamic, it's selected from a list box)
    I wrote a stored procedure to get the data from other user's tables.
    When I compile the form and run it with the same user I compiled, it works without any error. But when I run the compiled form with another user I get the ORA-04062 (signature of procedure has been changed) error.
    I tried setting REMOTE_DEPENDENCIES_MODE to SIGNATURE in init.ora but it didn't help.
    My Forms version is 6i with Patch 15.
    Database version is 9.
    Here is my stored procedure:
    TYPE Scenario_Tab IS TABLE OF NUMBER(34) INDEX BY BINARY INTEGER;
    TYPE Open_Curs IS REF CURSOR;
    PROCEDURE Get_Scenarios(User_Name IN VARCHAR2, Scen_Table OUT Scenario_Tab) IS
    Curs Open_Curs;
    i NUMBER;
    BEGIN
    OPEN Curs FOR
    'SELECT Seq_No FROM '|| User_Name ||'.scenario';
    i := 1;
    LOOP
    FETCH Curs INTO Scen_Table(i);
    EXIT WHEN Curs%NOTFOUND;
    i := i + 1;
    END LOOP;
    END Get_Senarios;
    I would be happy to solve this problem. It's really important.
    Maybe somebody can tell me another way to do what I want to do. (getting a list of values from another users tables)

    I think it should be a better solution to create a package,
    and put your own TYPES and procedure into it.
    CREATE OR REPLACE PACKAGE PKG_XXX IS
    TYPE TYP_TAB_CHAR IS TABLE OF .... ;
    PROCEDURE P_XX ( Var1 IN VARCHAR2, var2 IN OUT TYP_TAB_CHAR );
    END ;
    Then in your Form :
    Declare
    var PKG_XXX.TYP_TAB_CHAR ;
    Begin
    PKG_XXX.P_XX( 'user_name', var ) ;
    End ;

  • Form not displayed when run- a large gray block

    I am trying to debug an existing form (which I know runs in our production enviroment). I need to debug to see what is happening to investigate the scope of a potential modification.
    My problem is that when I startup the OC4J container (no errors) and run the form from withing the Forms developer IDE, my browser launches (or attempts) and the form is nor displayed, only a 'large gray block' which I presume is the applet which should be launching my form.
    I tried to place message, in the form trigger, when-new-form-instance and when-form-navigate in order to identify if that code is been called, but I do not get the debug messages.
    I turned on edit->preferences->runtime->debug messages, and I get 1 debug alert 'please acknoledge message' when launched in my browser.
    Based on the fact that I am not getting any errors and I am getting one debug message, I presume that I need to somehow explicitly show/call the form or something similar?
    The form does have multiple canvases, which look like they are overlayed and controlled depeding on the form interaction. Does anyone have some idea to start helping me move forward with this?

    In order to run a form on your workstation using OC4J, you have to have a compatible JVM installed - typically Oracle's jInitiator, but it will work using the Microsoft JVM as well (although, not officially supported by Oracle anymore). It sounds like you have the default set to use the Microsoft JVM. If you hover your mouse over the "Gray Area" do you see the message: "Click to activate and use this Control." Have you tried to just click on the gray area to see what will happen?
    If you have installed Oracle jInitiator, did you modify the "formsweb.cfg" file to specify the Browser's JVM option?
    Hope this helps,
    Craig...

  • I want hide userid/pass when run forms app...

    i use sql*forms3.0 -_-;;;;
    i want hide userid/pass when run froms program.
    ex1) runforms30 fromname ( id/pass )
    ex2) runrep reportname ( id/pass )
    everyone show id/pass when this typing.
    "ps -ef | grep forms"
    Does someone knows if it is possible ?
    Thanks

    Though I did not use forms 3.0, you can try using on-logon trigger (if it exists in 3.0)
    At on-logon trigger write logon('username@connectstring', 'password'). Then mentioning (id/pass) is not required with runforms30. Check it out!

  • Smart forms print control pop box (no required) when run report

    Dear All Expert Guru,
             how to control printing pop box when execute transaction code ,Report are make in smart form format
             because while run our report then come printing pop box  select out put device the will come report
                                             . but our user required no should be come printing pop box they are required when run report direct come report
       Pls help me any one.
    Thanks & Regars.
    Sudhir Srivsatava

    Hi,
       Pass the parameter no_dialog = 'X' while calling the smartform.
    data: wa_ctrlop type ssfctrlop.
       wa_ctrlop-no_dialog = 'X'.
    CALL FUNCTION fm_name
      EXPORTING
    *   ARCHIVE_INDEX              = ARCHIVE_INDEX
    *   ARCHIVE_INDEX_TAB          = ARCHIVE_INDEX_TAB
    *   ARCHIVE_PARAMETERS         = ARCHIVE_PARAMETERS
        CONTROL_PARAMETERS         =  wa_ctrlop
    *   MAIL_APPL_OBJ              = MAIL_APPL_OBJ
    *   MAIL_RECIPIENT             = MAIL_RECIPIENT
    *   MAIL_SENDER                = MAIL_SENDER
    *    OUTPUT_OPTIONS             = OUTPUT_OPTIONS
    *    USER_SETTINGS              = 'X'
    * IMPORTING
    *   DOCUMENT_OUTPUT_INFO       = DOCUMENT_OUTPUT_INFO
    *   JOB_OUTPUT_INFO            = JOB_OUTPUT_INFO
    *   JOB_OUTPUT_OPTIONS         = JOB_OUTPUT_OPTIONS
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5
    Regards,
    Srini.

  • Scrollbars problem when running a form with Sun Java instead of Jinitiator

    Hi All;
    Our forms are configured to run with the Sun Java instead of
    Jinitiator; functionality wise everything works fine, but when running
    the forms on the web there are 2 extra scrollbars
    (one vertical and one horizontal) in addition of the browser scrollbar.
    Note: This is does not happen when running the same form with Jinitiator (same configurations)
    Anyone encountered this situation or has an idea how to to get ride of the extra scrollbars ???
    Thanks.

    Thanks for your replay.
    I was able to make all forms working without scrollbars when running form developer at the desktop (windows os) without scrollbars
    but when I run them at the application server (Linux Red Hat 3 Enterprise), scrollbars are still there.
    I tried your suggestion but did not help
    here is the formsweb configuration
    [jdk15]
    baseHTML=base.htm
    jpi_classid=clsid:CAFEEFAC-0015-0000-FFFF-ABCDEFFEDCBA
    jpi_codebase=http://server_name:port/forms/jinitiator/jre15012.exe#Version=1,5,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.5.0_12
    jpi_download_page=http://server_name:port/forms/jinitiator/jdk_download.htm
    baseHTMLJInitiator=basejpi_with_disableMDIScrollbars_param.htm
    archive=frmall.jar
    separateFrame=False
    splashScreen=no
    background=no
    width=975
    height=575
    form=xxxxx.fmx
    lookandfeel=Generic
    logo=no
    otherparams=useSDI=yes
    The window get maximized at when-new-form-instance.
    Does it has to do with the canvas or window height and width at the design time????
    Thanks.

  • Form when running through menu

    Hi
    I have a form - and when I run it from forms, it runs with the a toolbar up the top with icons for save, delete record etc. However when I run it through a menu (.mmb), it doesn't have this toolbar at the top. How do I make it show this toolbar when running from a menu?
    Thanks
    Martin

    Sorry, I didn't see your reply before.
    I think the problem could be that you specify No_Replace. This means that [Oracle Forms will keep the default menu module of the calling form active for the called form|http://www.oracle.com/webapps/online-help/forms/10g/topics/f1_help/builta_c/callform.html?tp=true].
    You should look into using the FORMS_PATH variable instead of using the full path to the form, it's not essential but it's more flexible. On earlier versions this is FORMS90_PATH, FORMS60_PATH etc, and is set in the .ENV file (assuming you're on webforms).

  • Hand Held application not recognising a database instance when running in cradled mode through Windows Mobile Device Centre.

    How do I get a Hand Held application to recognise a database instance when running cradled through Mobile Device Centre?
    I have a database instance on a networked machine as NZTESTSERVER2\NZ2008.
    If I run the Hand Held application in WI-Fi connected mode it resolved this database connection name without any problems.
    This database connection name also works from a Desktop application running on the PC that I have cradled the Hand Held to.
    But the instance isn’t being resolved when I run the Hand Held application in cradled mode, without a Wi-Fi connection. In this case it still recognises the server address part ‘NZTESTSERVER2’ but it doesn’t recognise this with the database instance included
    (\NZ2008).
    I even tried using it with the servers IP and the instance (192.168.0.14\NZ2008), but again it recognises the server IP address (192.168.0.14), but not with the instance (\NZ2008).
    So why does the app run in WI-Fi but not cradled mode?

    It would better to understand your problem if you can share some code here,

Maybe you are looking for