FRM-40010 - Cannot read form when using Call_form on Unix 9iAS

Hi,
I'm using 9iAS on a unix server. However, the main form calls several other forms using CALL_FORM('formnam'); but it cannot read any of the forms. I've ensured that they have all been compiled on the server. They compiled successfully.
I've also ensured that they are all residing in the FORMS60_PATH. Although it can find the main form OK, it cannot read any of the other forms. They are all located in the same directory.
What can be causing this error?

Make sure that formname is the name of the .fmx file and that you use the same case as it is in the file system, because UNIX is case-sensitive.
How are you setting FORMS60_PATH? If you're using the Forms Listener Servlet and are setting the FORMS60_PATH in default.env, be sure that the variable name is spelled correctly. In the early versions of default.env that came out, there was a typo: FORSM60_PATH. So if people didn't notice this and just uncommented the line and set the path, they would get FRM-40010.

Similar Messages

  • Forms 6i Menu Items not Lauchning (FRM-40010: Cannot read form...)

    Sorry for the newbie issue - I just haven't been able to figure this out...
    I inherited maintenance of a old Oracle Forms Application, I was told it was version 5. And all the source modules were appended with "v05" like form1_v05.fmb, etc. I since discovered that when the users launch it they run against the forms 6i run time - so I guess this means it is actually a forms version 6i application.
    The App has about 20 forms, 20 reports and a menu - and no project.
    I copied all the source files into a working directory, then I created a project with the project builder using the "use all files in the current directory".
    When I run the app ( by drilling down to this app's "logo" form - a splash screen contain our company logo, and a Menu structure it runs fine.
    But just about every menu item I attempt to select ( i.e. MENU->Catagory1->OrderForm or in my case something like MENU->Inbound->Entry/Maintenance) results in no new form launching and the status bar contains the error message like "FRM-40010: Cannot read form order_v05.fmx"
    In the above example the project does contain a order_v05.fmb, and it compiles fine ( in fact a project "build all" generates no errors or warnings ) - my single working directory contain all the source modules ( like fmb's, rdf's and mmb's) and compiled versions ( fmx's, mmx ) . Specificlly the order_v05.fmx is also there.
    So why can't the app find the compiled form compiled in the same project and located in the same directory?
    I also see several ERR files but the only thing the err files contain is a whole lot of lines saying things like " Compiling POST-FORM trigger on form... No compilation errors."
    Any help getting this beast to run would be appreciated.

    I may have a clue as to what is causing the issue, but don't know how to fix it.
    I started poking in the menu items, and the child menu item that is supposed to do something runs some "Menu Item code" like this:
    begin
         hide_window('DLG_MAIN');
    CALL_FORM( 'out_order_v05.fmx'
    , no_hide
    , do_replace
    , no_query_only
    , no_share_library_data );
    show_window('DLG_MAIN');
    end;I made a NEW root menu item, with a new child menu item and set it's "Menu Item code" like this:
    begin
         hide_window('DLG_MAIN');
    CALL_FORM( 'C:\Data\_OraFroms\ITFS_V05\order_v05.fmx'
    , no_hide
    , do_replace
    , no_query_only
    , no_share_library_data );
    show_window('DLG_MAIN');
    end;And when I made this change, my new menu item launched the form, but the original one did not ( notice the only difference is my new menu item gives a fully qualified path to the file name ).
    So it looks like my project is clueless as to it's own home directory - anyone know how I clue it in?

  • FRM-40010 cannot read form c:\temp\test_form

    Hi all,
    I have a strange problem, I'm working on Forms 4.5, I have made a copy of folder ORANT
    from another machine and I did also import of Oracle key into my registry from this machine.
    Forms seems to be working ok, I could edit and compile my form, but when I'm trying to execute my form I'm getting an error
    FRM-40010 cannot read form c:\temp\test_form
    Any idea would be helpful.
    Brano

    Copying the orant folder from one PC to another and importing the Oracle key is NOT the right way to install the software, it MIGHT SEEM to work fine but it never does.
    You need to install it using Oracle Installer.
    Make sure the FORMS45_PATH registry string contains the correct directory information where you store your forms.
    Tony

  • FRM-40010 cannot read form

    I am using Oracle Forms Builder 10g and I have created a menu, but I have a problem in calling the form from this menu. The error is FRM-40010 cannot read form. I have changed the Forms_path in default.env and I put path of my folder which contains forms and menu. If anybody knows any solution, please help.

    The form name is EMPLOYEES. The code for calling the form is:
    open_form('EMPLOYEES.fmx', activate, session);
    The path to the directory, which contains my forms is C:\Application.
    What should I put in the WorkingDirectory in the formsweb.cfg file? I have already wrote the path, but it doesn't work (workingDirectory=C:\Application). Can you be a little more concrete? Thanks.

  • Frm-40010 cannot read form oracle apps

    Hi Friends,
    I am trying to build a multi form. Form A calls Form B. Both the forms are compiled and I have placed them in the forms/US folder. Both the fmx files have been generated. Form A is accessed from Function. When I click on the function Form A opens up. On clicking a button in Form A, form B opens up. But when I clidk the button I get the error
    FRM:40010 Cannot read Form.
    Both the .fmx files are generated. We are on 12.1.3
    Can someone give me any hints to debug this or let me know what could be the issue. I have not created any function for Form B and Form A passes alomost a dozen parameters to Form B.
    Thanks in Advance

    user9197772 wrote:
    Hi Friends,
    I am trying to build a multi form. Form A calls Form B. Both the forms are compiled and I have placed them in the forms/US folder. Both the fmx files have been generated. Form A is accessed from Function. When I click on the function Form A opens up. On clicking a button in Form A, form B opens up. But when I clidk the button I get the error
    FRM:40010 Cannot read Form.
    Both the .fmx files are generated. We are on 12.1.3
    Can someone give me any hints to debug this or let me know what could be the issue. I have not created any function for Form B and Form A passes alomost a dozen parameters to Form B.
    Thanks in AdvanceAre the forms under the correct CUSTOM_TOP/forms/<US> directories?
    What is the complete error message you get? Does the error message show any path?
    If you want to get more details about the error, please obtain FRD log file -- https://forums.oracle.com/forums/search.jspa?threadID=&q=FRD+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • ERROR: FRM-40010 : Cannot read form ...

    When I try to run any form for second time from Oracle Forms Builder the browser prints mi html code instead of loading the form. And when try to call another form from the curret this error occurs - ERROR: FRM-40010 : Cannot read form ... I have add the path in the registry in the FORMS90_PATH
    Can you help me, please?

    Hi,
    Cause:  One of the following:
    1. You entered a nonexistent form name.
    2. You typed an incomplete path.
    3. You do not have the proper privileges to run the form.
    4. You do not have a compiled copy of the form.
    Action:  Retype the form name correctly, provide the proper path name, compile the form.
    Moreover you said that you have added path in FORMS90_PATH. Does your forms really exists in this directory. Check out this also.

  • FRM-40010: Cannot read form in Linux

    Hi
    While running the f60desm command gives below error
    FRM-40010: Cannot read form /d01/oracle/prodappl/au/11.5.0/forms/US/PROJECT.fmx
    I have defined the following path
    1) customPROD_A.env
    ## PROJECT custom top ##
    PROJECT_TOP=/d01/oracle/prodappl/PROJECT/11.5.0
    export PROJECT_TOP
    2) APPSPROD_A.env
    customfile=/d01/oracle/prodappl/customPROD_A.env
    if [  -f $customfile ]; then
    . /d01/oracle/prodappl/customPROD_A.env
    fi
    . /d01/oracle/prodora/8.0.6/PROD_A.env
    . /d01/oracle/prodappl/PROD_A.env
    Environment:
    Oracle Applications : 11.5.10.2
    RDBMS : 11.2.0.1.0
    OS : OEL5
    Please help to resolve the problem.
    Thanks
    Regards
    GSM

    Hi,
    While running the f60desm command gives below error
    FRM-40010: Cannot read form /d01/oracle/prodappl/au/11.5.0/forms/US/PROJECT.fmxDo you have this fmx file located under the $AU_TOP/forms/US directory?
    Do you get the same error with other custom forms under the same directory or just this specific form?
    I have defined the following path
    1) customPROD_A.env
    ## PROJECT custom top ##
    PROJECT_TOP=/d01/oracle/prodappl/PROJECT/11.5.0
    export PROJECT_TOPWhat does "Echo $PROJECT_TOP" return?
    2) APPSPROD_A.env
    customfile=/d01/oracle/prodappl/customPROD_A.env
    if [  -f $customfile ]; then
    . /d01/oracle/prodappl/customPROD_A.env
    fi
    . /d01/oracle/prodora/8.0.6/PROD_A.env
    . /d01/oracle/prodappl/PROD_A.envHave you sourced the env file again after setting the PRODUCT_TOP? Have you bounced the application services as well?
    Thanks,
    Hussein

  • Intermittent error FRM:40010 Cannot read form

    Hi,
    I'm having a problem with call_form
    Using Forms 6.05.34 Client-server
    clients machines are Win95/98
    Oracle objects sits on network novell server (fmx's,rep's and oracle executables)
    Application starts from icon which sets working directory using "start in"
    I navigate between forms using call form and run reports using run_product
    -- sample call form:
    LIST_ID := Get_Parameter_List ('callass');
    If NOT Id_Null(list_id) THEN
    Destroy_Parameter_List (list_id);
    END IF;
    List_id := Create_Parameter_List('callass');
    Add_Parameter(list_id,'param_ass_cli', text_parameter,
    :assessments.cli_clients_rec);
    Add_Parameter(list_id,'param_ass_rec', text_parameter,
    :assessments.assessments_rec);
    CALL_FORM('ASSESSMENTSC', HIDE, DO_REPLACE, NO_QUERY_ONLY, LIST_ID);
    -- sample run product
    RUN_PRODUCT(REPORTS, 'CLIENT_ASSESSMENT', SYNCHRONOUS, RUNTIME, FILESYSTEM, list_id, ''); -- also pass parameter list
    Global variables are set and reset, parameters are set and reset to null in forms after opening
    all forms closed with exit_form
    The calendar library is attached to the form. (calendar.pll and stndrd20.olb on network)
    We do not set working directory in forms60_path and do not want to for many reasons. Also do not hard code path with form name in call_form for same reasons.
    After using system, calling and exiting several forms and running reports. Must run reports that are sent directly to printer before error occurs. (Frm-40010)
    Users must exit back to starting menu or exit application and restart.
    Only 3 forms and 2 reports are really in use.
    Query on Browse form calls editing form which runs report (auto prints) then calls 3rd form which runs report (auto prints). Exit to 2nd form then exit back to browse form (query again .. repeat)
    After 3 or 4 repeats the error appears.
    As developer, I can only reproduce the error when running oracle from network folder (running oracle executables from network)not when running from my desktop.
    Any ideas
    Thank you
    David
    [email protected]

    Hi,
    Cause:  One of the following:
    1. You entered a nonexistent form name.
    2. You typed an incomplete path.
    3. You do not have the proper privileges to run the form.
    4. You do not have a compiled copy of the form.
    Action:  Retype the form name correctly, provide the proper path name, compile the form.
    Moreover you said that you have added path in FORMS90_PATH. Does your forms really exists in this directory. Check out this also.

  • FRM-40010 Cannot acces form in a new config

    Dear,
    We have several configurations on our OAS.
    forms/frmservlet?config=tool
    forms/frmservlet?config=status21
    Now i want to create a new configuration.
    forms/frmservlet?config=suppliertool
    I've created a third .env file, where the forms_path is the path where the forms files are located.
    I've also modified the formsweb.cfg and added the following rules.
    [suppliertool]
    form=startup.fmx
    pageTitle=Supplier tool 1.0
    envfile=suppliertool.env
    lookAndFeel=generic
    width=640
    height=480
    separateFrame=true
    # 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% tracegr
    oup=%tracetroup% log=%log% term=qmsrf65w.res
    When i try to open the new config i get the FRM-40010 error?
    I have copied te startup.fmx, and did not compile the form. Is that a problem?

    Hi,
    While running the f60desm command gives below error
    FRM-40010: Cannot read form /d01/oracle/prodappl/au/11.5.0/forms/US/PROJECT.fmxDo you have this fmx file located under the $AU_TOP/forms/US directory?
    Do you get the same error with other custom forms under the same directory or just this specific form?
    I have defined the following path
    1) customPROD_A.env
    ## PROJECT custom top ##
    PROJECT_TOP=/d01/oracle/prodappl/PROJECT/11.5.0
    export PROJECT_TOPWhat does "Echo $PROJECT_TOP" return?
    2) APPSPROD_A.env
    customfile=/d01/oracle/prodappl/customPROD_A.env
    if [  -f $customfile ]; then
    . /d01/oracle/prodappl/customPROD_A.env
    fi
    . /d01/oracle/prodora/8.0.6/PROD_A.env
    . /d01/oracle/prodappl/PROD_A.envHave you sourced the env file again after setting the PRODUCT_TOP? Have you bounced the application services as well?
    Thanks,
    Hussein

  • RWMS Login issue: FRM-40010 cannot read fmx file.

    Hi Experts
    I installed RWMS R13.1 on 10.1.2.3 and used below url to open it first time.
    http://machine:7779/forms/frmservlet?config=application_name
    It throw below error
    FRM-40010 cannot read fmx file.
    Please help.

    hi,
    check the application configuration. It might be pointing to the wrong path of the compiled oracle forms (.fmx) or simply the forms have error during compilation
    Edited by: user8871651 on May 12, 2012 1:17 AM

  • FMR-40010: Cannot read form

    I have a unusual error. I have been successful running other forms from the same directory, but I have a new form (the Webutil demo form for 10g). I have configured Webutil to the letter as described in the instructions. When I attempt to run the form I get this error. I do not have Application Server installed, only Forms and Reports server. Could this be the issue?
    Does Webutil expect to use functionality from Application Sever 10g, or does the Forms and Reports server install cover the bases.

    If other forms in the same directory do work, it probably means that your forms_path is OK (unless you use a hard coded path somewhere). Maybe the file permission of the newly installed form is incorrect.

  • Cannot read pdf when using "Save As"

    I keep getting the error message:
    "Adobe Reader could not open 'Slope Intercept Form Practice worksheet 1.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."

    This is a continuing problem for me, and I am not sure if it is my computer's problem, or the attachments problems.  I tutor kids in the afternoons after school, and the school system here uses a program called Blackboard.  When a teacher attaches homework to this site, it is as a pdf file, which I open.  It opens within the Blackboard program and I can read it.  I am unable to print from that opened screen, so I usually "save as" to my desktop.  It downloads and saves as a pdf file to the desktop, but when trying to open it I get the error message.  Thank you for any insight you might have.
    Allen

  • FRM-40010 cannot read from maninda.fmx

    My form works once when I run it from a new startup of my fmx file however when i use the service or run it again
    i get the above error from the run form on the web and HTML error on oracle forms developer as follows:
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://D675PM0J:8889/forms90/f90servlet" method="POST">
    <input type="hidden" name="form" value="C:\Documents and Settings\kammy\Desktop\MANINDA.fmx">
    <input type="hidden" name="userid" value="SCOTT/PASSWORD@maninda">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="array" value="YES">
    </form> </body></html>

    Hi,
    this is a problem we randomly experience with Forms 9i and XP. Please set or create a registry entry FORMS90_HIDE_OBR_PARAMS and set its value to 0 (zero)
    Frank

  • FRM-10221 Cannot read file PL000000-but there is no menu named PL000000 !!?

    Hi all!
    I'm having a problem wich will get me nervous!
    Here we have an application 100% generated from designer. The problem is that it have been started in questionnables ways ... there is 2 workarea to contains all the forms needed for the application instead of 2 containers in the same workarea. The workarea "JD" where we put all the utility forms and the workarea "PL" where we put all the forms use for the application configuration.
    Recently I have developped a new form in the container "PL" but the menu calling this form is in the workarea "JD" with a fake copy of the original form so we can refer it in the "JD" menu. When i generated and run the applications and i choose my new form in the menu i got the error "FRM-10221 Cannot read file PL000000" 2 times then the forms is called and is running correctly. I really don't understand whats is going on cause there is no menu called "PL000000" in the 2 workarea!!!
    All that i read about this error mesage from now tell that the menu is not in the form path or many other solution, but in my case I got an error about a menu that does not exists!! I know that something is triggering this but i just can't find it cause there is no menu called "PL000000" anywhere in this application!!??
    Is there someone who could have an idea about whats going on here!!??? HELP PLEASE!
    Thank you!

    Thanks alot!
    I'm not familiar with 100% generated forms from Designer yet and your answer make me discover something. It seems that when you generate a new form, the main menu of the container is automatically attached to that forms by default.
    Plus i was wrong in a point in my original post. There was no menu named "PL000000" but there was one named something else but with the "implementation name" as "PL000000" ... my bad ...
    Thanks alot again, my problem is now solved!
    :o)

  • FRM-10221: Cannot read file /u02/applfint/apps/apps_st/appl/au/12.0.0/resource  FRM-41810 FRM-41067

    Hello Experts,
    I am in the process upgrade EBS to 12.1.3 and when attempting to launch forms to "Generate All Business Views", I encountered three Form errors:
    FRM-10221: Cannot read file /u02/applfint/apps/apps_st/appl/au/12.0.0/resource
    FRM-41810: error creating menu
    FRM-41067: cannot fine menu item: invalid ID
    Back in my shell, I have also noticed that some part of my environment variable is not functioning correctly or is missing:
    . /u02/applfinp/apps/apps_st/appl/APPSOFPROD_ofinprod01.env
    or
    . /u02/applfinp/apps/apps_st/appl/OFPROD_ofinprod01.env
    Gives:
    -bash: /usrxit/devenv.env: No such file or directory
    I have used adadmin utility and choose option to recreate grants and synonyms; executing adautocfg.sh  but problem is persisting.
    Thanks
    Mathias

    Hello Hussein,
    I am glad you are online. I am on a deadline to finish an upgrade by 8 AM this morning.
    I have actually finished the upgrade and was about to "Generate All Business Views" to fix all the dozens of invalid views that are trailing.
    I had just finished applying Patch 9239090 to get to ebs 12.1.3 an its pre-requisits. This is the first time I am opening these forms and all forms are throwing the same error.
    I have manually relinked the adadmin:
    adrelink.sh force=y "ad adadmin"
    Autoconfig is giving errors:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 1
    java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 1
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    Thanks
    Mathias

Maybe you are looking for

  • WEBUTIL encodedFile ERROR

    I am using webutil in my form to download a BLOB from the DB to the client's local pc. But when running the form on the application server an error occurs when webutil_file_transfer is making the encoded file. encodedFile := JAVA_FILE.createTempFile(

  • Set Default Button Position

    In Question Slide buttons, is there a way to apply a position and size to 'all buttons of this type'?

  • Downloaded FULL version but still asked for previous serial number as if it were an upgrade.

    So I received the serial number for the standalone version of Adobe Photoshop Lightroom 5 Student and Teacher edition that I purchased from the Adobe online store.  After it downloaded I received a serial number.  When I installed the software and at

  • E-mail alarms

    My e-mail alarm function does not work. The correct address is shown in iCal although a second discontinued address also appears. The current address only is in the Address Book and I have selected this entry as "my card". I am using iCal v.1.5.5 Can

  • Looking for Solaris 9 9/05 Software Supplement CD

    Is there a Software Supplement CD for Solaris 9 9/05 (SPARC)? There was one for Solaris 9 9/04 but I can't find one for 9/05. I am referring the the Software Supplement CD (including VTS, RSC, ALOM, etc.), and not the Software Companion CD. Thanks