FRM-10221

Hi!
I made a new menu for my form.I attached the menu to my form. But when i compile the form i get this error message:Cannot read file:Menu
I have compiled my menu again, but nothing happens, i get the error again.
With kind regards
Nicole

Hi,
To set the forms path:
1) open the windows registry and find the key
hkey_local_machine\software\Oracle\FORMS60_path
This could be FORMS90_PATH or FORMS_PATH depending on your forms version
double click on that and add your path: C:\forms; or wherever your forms are.
2) If you are running your forms in web, you may need a
a) Find this file in your Oracle_home (where your developer suite is installed)
     C:\DevSuiteHome\forms\default.env
b)
-- Modify this line adding the path where your forms are
FORMS_PATH=C:\DevSuiteHome\forms;C:\Forms;
this is assumming you are storing and running your forms on your computer; Path settings may be different on a Server.
Regards,
Hugo.

Similar Messages

  • Frm-10221: Cannot read file ACTIV

    Dear,
    while running a form this error message appears
    frm-10221: Cannot read file ACTIVhere ACTIV is the mmb file. i can add the attached library but i think this file is not working?
    Thanks in Advance.
    Stalin Ephraim

    I faced a similar issue and your solution worked a charm. Thank you. Although the menu was already compiled, I had to re-compile in order to resolve this.

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

  • Help needed: FRM-10221 on 10g r2 (10.1.2.0.2) forms and report service

    hi,
    somehow i managed to install 10g r2 f&r service on an x86 machine with rhel4 es update3. moving on, i was given working fmb and mmb ver 5 files (edited using developer2000 and run against 8.0.x db) by a collegue. i've also get 10g dev suite installed on that same machine. compiling the said 2 files were ok.
    $ORACLE_HOME is set to $ORACLE_FRS (where the f&r installed), all config files are intact except for these which were modified lightly.
    i) in $ORACLE_HOME/forms/server/default.env (originally doesn't has /myFiles)
    FORMS_PATH=$ORACLE_HOME/forms/myFiles
    ii) within $ORACLE_HOME/forms/server/formsweb.cfg, i add
    [abc]
    form=form01.fmx
    userid=userName/passWord@dbName
    pageTitle="the Title"
    lookAndFeel=oracle
    envFile=default.env
    imageBase=DocumentBase
    logo=no
    the form01.fmx and menu01.mmx are placed in $ORACLE_HOME/forms/myFiles (to reflex the setting in default.env). access to http://myServer:7779/forms/frmservlet?config=abc would give me FRM-10221 could not read menu01. how to solve this?
    can someone show me if i put the mmx and fmx in /the/developer/folder then what config files need to be edited and what variable need to be modified?
    FYI, if both files are in $ORACLE_HOME/forms (and FORM_PATH variable in $ORACLE_HOME/forms/server/default.env set to this folder) then i didn't catch the problem.
    tqvm.
    -man-

    Hi Man,
    Well, I think U miss a couple of thinkg, but before we start I would like to mention to the location of your fmx,mmx files. It does not matter where I will put them as long as you will mentioned to the location at your conifg. files.
    Okay, Now I 'll make it simple for you.Normally when I I deploy FR & rep servers I do the following:
    - create a directory call application, under application create a couple of directory ex. exe, ico & env directories
    - In the exe directory will reside all exe. files & in the ico direcotry will reside all your icon's
    - under the directory env create the env file must look like than
    ORACLE_HOME=u01/oracle/forms10g
    NLS_LANG=DUTCH_THE NETHERLANDS.WE8ISO8859P15
    FORMS90_OUTPUT_DATE_FORMAT=DD-MM-RRRR
    FORMS90_OUTPUT_DATETIME_FORMAT=DD-MM-RRRR HH24:mi:ss
    FORMS90_USER_DATE_FORMAT=DD-MM-RRRR|RRRR-MM-DD|DD-MON-RRRR|DD/MM/RRRR|DD/MON/RRRR|RRRR/MM/DD|DD.MM.RRRR
    # Specific environment settings
    FORMS90_PATH=/u01/oracle/applications/exe
    - Under the ENV create or copy registery file ( registery.dat) from /forms/registery/Registery.dat
    to /apps/env. Rename this file to your application name (application name.dat) & add the following lines
    default.icons.iconextension=gif
    default.icons.iconpath=forms90/icons/ ((Optional parameter))
    Configuration files;
    1- (( formsweb.cfg))
    at your formsweb.cfg, you'll need to add the following parameters;
    [Apps name]
    Envfile=/u01/Oracle/Applications/env/filename.env
    Registrypath=/u01/Oracle/Applications/env/filename.dat
    Registry.dat=/u01/Oracle/Applications/env/filename
    form=Your start fmx file
    userid=/@your DB
    archive_jini=f90all_jinit.jar,frmrwinteg.jar
    archive=f90all.jar,icons.jar,frmrwinteg.jar
    term=/u01/Oracle\Forms10g\forms90\fmrweb.res
    imagebase=documentbase
    #imagebase=codebase
    width=960
    height=540
    #lookandfeel=Oracle
    2- At your forms90.conf, add the following parameters
    # Virtual path mapping for Forms Java jar and class files (codebase)
    AliasMatch ^/forms90/java/(..*) "/u01/Oracle\Forms10g/forms90/java/$1"
    # Virtual path for JInitiator downloadable executable and download page
    AliasMatch ^/forms90/jinitiator/(..*) "/u01/Oracle/Forms10g/jinit/$1"
    # Virtual path for runform.htm (used to run a form for testing purposes)
    AliasMatch ^/forms90/html/(..*) "/u01/Oracle/Forms10g/tools/web90/html/$1"
    #Your Apps virtual path
    AliasMatch ^/forms90/cris/(..*) "/u01/oracle/applications/$1"
    #Your Apps virtual icons
    AliasMatch ^/forms90/icons/(..*) "/u01/oracle/applications/ico/gif/$1"
    Restart your forms& report servers again, then try to start URL to connect to your Apps.
    Let me know,
    Cheers,
    Hamdy

  • FRM-10221 solution required?

    i have 10gds and i want to deploy my 6i's forms n reports.
    The Problem is that All the forms are running without attaching the menu But while i attach my menu to any of the form it give the error
    FRM-10221: Cannot read the file Sys_menu
    Although i have compiled the menu file
    rana adnan

    You need to put the menu in Form_path, make sure you do not put the menu extension in the form property

  • 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

  • FRM-10221:Cannot read file FNDMENU

    Hi Friend's,
    I am facing form error when I install and configure the ocj4 in my server.
    The form is working good before install/configure the oc4j. Once I install/configure oc4j i am getting bellow error when I open the forms.
    OC4J is working fine, but form only getting error for me.
    Issue is,
    FRM-10221:Cannot read file FNDMENU
    FRM-14810:Error Creating menu
    FRM-14067: Cannot find menu item: Invalid ID.
    Please help me any one...
    Regards,
    Gopi

    Hi Gopi,
    This question would be better handled in community  E-Business Suite -> EBS: General Discussions -
    https://forums.oracle.com/community/developer/english/e-business_suite/ebs_general_discussion
    Regards,
    Debbie

  • FRM-10221: Cannot read file MAIN_MENU

    FRM-10221: Cannot read file MAIN_MENU

    You need to put the menu in Form_path, make sure you do not put the menu extension in the form property

  • FRM-10221-Urgent Please

    Dear Experts,
    I have created a menu module named AAA
    I have attached the menu module into form
    when i run the form i getting FRM-10221 canot read file
    then finally i am getting FRM-41810: Error creating menu.
    If i attach the different menu in the same form its running
    that menu module name is Menu1
    Can you tell me the guidance to solve this problem,because i was strugling for 2 days
    Thanks in advance

    Hello,
    This error indicates that the menu module can't be found.
    1) Make sure that the compiled menu module (*.mmx) is within your forms/app path. By that I mean that the <forms_path> in the registry or \forms\server\default.env do contains the folder that contains your app modules and your compiled menu. That's the line that starts with: PATH=
    2) Make sure that you compiled your menu and that it is with the other fmx modules.
    3) When you attach your menu to the forms, try not to use any direct path to the menu module and as such remove the path info when you attach your module. Best way is always to have the path info set as indicated in point 1.

  • Frm-10221 and frm-41810

    Hi all,
    when I run a form i get the errors "frm-10221: Cannot read file MENU" twice then "frm-41810: Error creating menu". how can I solve this....I am using Forms Builder 10g..I am new to oracle forms any help would be greatly appreciated.
    bj

    Hello BJ,
    Right now i'm having the same issue. How do you solve this problem?
    Thanks,
    Jorge VC

  • FRM-40039 and FRM-10221

    Hi,
    I am not able to read a sigtasmenu.mmx.
    The attach library is not available.
    Thanks

    It is not a library, but a menu. Is the file available in the directory where you keep your fmx files? Or in any other directory indicated by FORMSxx_PATH variable?

  • Error frm-10221and frm-41810 in customized menu attaches to frm 6i

    hi,
    i made my own customize menu which attaches to a form. when i run form it shows error like "FRM-10221 cannot read menu file" and after that it also shows "FRM-41810 errror creating menu". pls help me out.i'll be really greatfull.
    Thanx!

    hi,
    i made my own customize menu which attaches to a form. when i run form it shows error like "FRM-10221 cannot read menu file" and after that it also shows "FRM-41810 errror creating menu". pls help me out.i'll be really greatfull.
    Thanx!

  • Forms 10g (couldn't open .mnu file)

    Hi all. Installed Forms 10g. Opened my previous fmb file, converted it to 10g. Then I start "OC4J Instance" and run my Forms program. It opens Internet explorer and gives this error
    FRM-10221: Cann't read file **.mnu
    Why?
    Thank you very much

    You will probably be better off asking in the Forms forum which you will find Forms.
    Cheers, APC

  • Problem With the Triggers while migrating Forms from 5 to 6i

    When I open the version 5 fmb file in Forms 6i, some of the triggers in the form level triggers and also in data block, are having red arrow marked on them and they seem to have no code in them. So when i compile the form then those triggers are shown as errors and when I close those triggers, they are deleting.
    The error looks like this..
    Error 103 at line 2, column 1
    Encountered the symbol "END" when expecting one of the following:
    begin case declare end exception exit for goto if loop mod null pragma raise
    return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    close current delete fetch lock insert open rollback
    savepoint set sql commit <a single-quoted SQL string>
    And finally the form will compile with out any errors. But when I run the form getting error again saying,
    FRM 10221: Cannot read file

    Hi,
    the forms migration assistant tells you about v2 styles triggers (even if they are not migrated ; ) )
    take a look at :
    [url http://download.oracle.com/docs/cd/E15523_01/doc.1111/e10394/migtool.htm#i100490]Using the Oracle Forms Migration Assistant
    Raises a warning in the Form module's log if V2-style triggers are found.
    There is also a point you must look at.
    In a former project I made a migration from forms 4.5 to 10g and there was foms-level triggers applied at let say the block level or item level (I cant remember exactly) and this is not permitted anymore in 10g.
    Again the forms migration assistant Provides warnings about triggers defined at incorrect levels.
    Hope this helps
    Regards,
    Jean-Yves
    Edited by: JeanYves Bernier on Mar 10, 2011 9:10 PM

  • Many questions from a dummy in Forms Web

    Hello, I have recently installed in my home Pc (Windows 7 Home Premium),
    Database 11g, and Forms (64-bit) 11.1.2.00 just for training,
    because I have only experience with 6i (Client-Server ) and wanted to see the new environment.
    I have from my previous job (now unemployed) a small application (30 fmb) in 6i and want to make it run in the Web.
    I have looked a little the pdf "Upgrading Oracle Forms 6i to Oracle Forms 11g (E24478-01)".
    My fmxs and plls are in the folder C:\Retail_app\bin.
    Also in this folder I have copied EnableDisableItem.pll and rp2rro.pll
    The Sources (fmb, rdf ) are in the folder C:\Retail_app\Scr.
    When I open the web, it appears me FRM-40039 Cannot attach library retail.pll while opening form shop.fmx
    I search forum for this FRM and looked at FRM-40039 error post 32 bit to 64 bit migration. Please help.
    Here, an oracle professional says that we must generate all plls into plx.
    But when I try to do this, it says me FRM-91507 Internal error: Unable to generate library.
    Also the expert says that it is important that you ensure that the file locations are included in FORMS_PATH (default.env).
    My FORMS_PATH has "C:\Retail_App\Bin;C:\Oracle\Middleware\FRMHome\forms;C:\Oracle\Middleware\FrmInst\FormsComponent\forms"
    I don't understand what default.env means. I am new to Forms Web environment.
    Also another question, because I am Greek, the form builder environment is a half English a half Greek.
    It does not say, "Attached Libraries" or "Program Units" or in the Menu it says "Parathiro" instead of "Window" . I want all to be in English.
    Of course the language of my application is Greek, but I want Form Builder to be English.
    My NLS_LANG is
    GREEK_GREECE.EL8MSWIN1253
    Is it wrong?
    Also I would like to say supplementary,
    that when I open shop.fmb in FormBuilder and go to the library retail.pll, then go to properties of the library, in the functional PL/SQL library location it says
    Retail.pll.
    it does not say C:\Retail_App\bin.
    I tried this.
    delete the library from shop.fmb, then attach it again, when asked "Remove path?" I answered No, but when I tried to start the application it says
    FRM-10221, Cannot read file "C:\Oracle\Middleware\FrmIns
    FRM-41810, Error creating menu
    Pre-Form Trigger raised unhandled exception "ORA-06508"
    I put messages in the PRE-FORM trigger of shop.fmb,
    the trigger starts..
    :system.message_level := '20';
    message('1');
    Create_Block_Rg; -- this is a prgram unit of the library Retail.pll
    message('2');
    :system.message_level := '0';
    When I started again the application it appeared me message 1 and the failed, which means that it could not again read the pll.
    Thank you all, and I wish you a happy new year (with joy and work).
    Edited by: apollon27 on Dec 31, 2012 3:47 PM

    In short, moving from one version to another is generally easy. In many cases, all that is necessary is that your generate new "X" files. In other words, you need to use the Forms 11 compiler or Builder to generate new FMX, MMX, and PLX files. Also, you cannot expect to use a pll at runtime. The pll files must be generated into plx files. The resulting new files should be located in a path which is included in FORMS_PATH. For runtime (browser), FORMS_PATH is set in default.env. For design-time (while working within the Builder), FORMS_PATH is set in the Registry in the same area that contains the other Forms entries. Keep in mind that when I say "design-time" this does not refer to launching a form in a browser from the Builder. Any time a form is running in a browser, all of its config comes from default.env.
    Also, in most cases, I would not recommend that when you attach a library that you choose not to remove the path. In other words, do not include the path when prompted. This is because if the path is retained, the form will not work correctly if the application is moved. Instead, choose to remove the path when attaching then ensure that the FORMS_PATH include the location of your libraries.
    So, to your exact comments:
    1. FRM-91507 Internal error: Unable to generate library. This is usually the result of FORMS_PATH not being set correctly or not including the path where references files are located. There have also been reports of this error resulting from setting NLS_LANG to certain languages. This issue was reported in Oracle bug 4131359. This bug has not yet been corrected. To determine if this is the problem, close the Builder and try setting NLS_LANG to something like the following:
    <blockquote>AMERICAN_AMERICA.UTF8</blockquote>
    This can either be set in the registry or as a Windows environment variable. After setting this value, restart the Builder or compiler and retest.
    2. You said, " +I don't understand what default.env+ ". You should become familiar with this file as you will revisit it often. This is the configuration file which contains the environment settings used by the Forms runtime (frmweb.exe). In version 11, this file can be found here:
    <blockquote>C:\Oracle\Middleware\user_projects\domains\ClassicDomain\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.2\config</blockquote>
    In most cases, Oracle recommends that all configuration changes be made from within Enterprise Manager or WLS Console. The only exceptions would be if either of these tools do not manage a particular config file or if you are using the "Development" installation type. Installation types are explained here:
    http://docs.oracle.com/cd/E24269_01/doc.11120/e23960/install_screens.htm#BABCHIAF

Maybe you are looking for

  • WS14500015 is not working for Multilevel approval

    We are trying to Implement the Workflow Template Ws14500015. We have implemented the BADI BBP_WFL_APPROVE_BADI. The workflow works perfectly for 1st level approval. We have checked that the ApproverList Container element gets pouplated with 3 levels

  • Server Process  is not running in the  WAS  JAVA

    Hi, The WAS JAVA  have the resources Netweaver7.0 and java is j2sdk1.4.2_13 version Operating system is Windows2003 and database server is SQLserver2005. Previously it was running properly Now it giving the following Error. Any one of you please give

  • Is there a difference between ipad demo and normal ipad except the software?

    Helli, i want to ask if someone know is there any significant difference between ipad demo version and normal ipad for selling ? Except the software difference and is true that ipad demo can be erased to a normal OS And worked normally after that? Th

  • Dynamic XSLT Transformation for ABAP

    Hi Team, I have a simple requirement, but could not get it to work. Tried different posts but need some help. I have an input XML file as follows: <ITEM>    <ITEMQUALF>    <MATERIAL>    <UPC>    <VENDORMATERIAL> <ITEM> I created my internal table wit

  • Camera sd card malfunction

    when I try to change the location of where i want my pictures to default to (external sd card) it just changes it back when I take a picture and just gives an error message when trying to take video. card is level 10 card. anybody else have that prob