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

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

  • Oracle Applications R12.1.3 Installation Solutions Required

    Hi,
    Background : We are implementing Oracle applications (R12.1.3) on linux environments (Linux/ Solaris - not yet decided)
    Total Users 10000. We want the best practices used for handling 10000+ users in terms of following:
    1. Hardware Details ( From any of your current configuration)
    a> RAM Details
    b> HDD Details
    c> SAN Details
    d> CPU details
    2. How Sizing of Oracle applications must be done to avoid performance issues ? (Forecasting for 3 year)
    a> unix mount point sizing
    b> tablespace sizing
    c> init parameter sizing
    d> concurrent manager sizing (Scheduling list of concurrent managers)
    e> archive log files sizing
    f> web-based users -> oacore sizing
    g> form-based users sizing
    3. Installation Of Oracle applications R12.1.3 (base language + other languages) [in detail]
    4. Installation of Oracle Diagnostics Module (in detail)
    5. Custom Top Creation in R12.1.3 (in detail)
    6. How to add new Concurrent Manager and how to schedule requests to Concurrent Managers defined
    7. Monitoring Scripts for Oracle Applications.
    8. Best practices used for backup of Oracle applications (Hotbackup and Coldbackup) - RMAN + other methods
    a> increemental backups
    b> hotbackups
    c> coldbackups
    9. Sample Application DBA Templates
    10.Printer Configuration in Oracle Applications (PDF and Check printing Methods)
    11.Workflow Mailer Configuration in Oracle Applications
    12. How to add new products in R12[in detail]
    Appreciate your help !
    PS: RHEL/Sun Solaris Document will be helpful.
    Thanks and Regards
    Ketan Punamiya

    Duplicate post.
    Installing Oracle Applications R12.1.3 on Linux Solutions Required
    Installing Oracle Applications R12.1.3 on Linux Solutions Required

  • 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

  • Dynamic Column Selector in OBIEE - Solution required

    Hello Experts,
    I am pretty new to OBIEE. Please help me to get OBIEE solution for below requirement.
    I have one 25 column dimension table in database. Created OBIEE .rpd file and published in BI server. Now I need to provide one user interface in which user should be able to chose any number of columns of his choice and he should get record set of those selected columns. Something in my mind is like this.
    I should be providing list of 25 column names with check box to select one or many. Assuming that if user selects Col1, Col3,Col5 and Col7 then he should get the result in excel file with record set of those 4 columns.
    I am using OBIEE 10g.
    Any solution for this is highly appreciated.
    Edited by: user7850154 on Dec 5, 2010 9:22 AM

    user,
    Usually, dynamic column seletor is implemented through "column selector view" available within compund layout of OBIEE Answers.
    But, it does allow you to select only single column rather than multiple columns - which in your case is required.
    J
    -bifacts
    http://www.obinotes.com

  • SSO solution required for SAP,OBIEE,EBS,java,SQLserver,Apache applications

    Hi,
    We have applications including ERP like SAP , Oracle Applications , Oracle OBIEE and applications also using Java/Apache/SQL Server. We are looking for a SSO solution between all these applications so that user will sign in one application and will be authenticated for other applications. We are also looking for LDAP so that we keep the user credentials in one location.
    On top of that there is added complexities like we have multi tenant environment. In other words users from different domain say test.com, prod.com will come to our same application with same user may be.
    Hence with the above requirements, please guide with solution or white paper if any to do the following :
    1. Identify a SSO + LDAP solution
    2. Find the product(s) where Total cost of ownership is optimum.

    - For Single Sign On, you can go for *"Oracle Access Manager*" since it has OTB integrations for all application you specified such as PSFT,SAP,OBIEE,etc..
    OAM can support single domain and multi domain SSO.
    If you have cross domain scenario, then you can use "*Oracle Identity Federation*"
    - For common user repository, You can go for "*Oracle Virtual Directory*" to consolidate all user repositories. Otherwise, you can go for Oracle Internet Directory and synchronize all you user stores to OID using DIP connector.
    Thanks
    GK
    Edited by: GK Goalla on May 26, 2011 7:40 AM

  • Simple mail solution required

    Dear friends,
    in my project https://cejug-classifieds.dev.java.net, I have the need to develop a mail authentication to the bid publishing. The behaviour is bellow:
    1 - the user submit a form containing the bid details and an e-mail address.
    2- the system store the bid data in the database
    3 - the system send an e-mail to the user requiring an authentication
    4 - the user replyies the e-mail and the bid becomes active.it is quite simple behvaiour but the MAIL part of the solution seems a tricky one. I know I can use a mail server but I have some open issues:
    1 - how to comunicate with the mail server in order to control the bids status?
    2 - Is there any simpler solution, using servlets or other Java stuff to dispose the need of a mail server ?
    any tip will be valuable contribution.
    best regards,
    Felipe Ga�cho
    Cejug-Classifieds owner

    Hello!
    In Oracle 8i documentation I found these books:
    Language and Interface:
    * Oracle Call Interface Programmers Guide
    * Pro*C/C++ Precompiler Programmers Guide
    Someone over there should have a Oracle License and
    therefore Documentation CD-ROMs... ;-)
    Regards, Seppo L

  • Solutions required for ODs(Different operations)

    Hi Experts
    Since  1st September, client has  implemented the principle of parking  posting OD(Different operationals). However, the parking implementation does not concern the large number of documents to be entered:
    -The banking accountant in charge of entering the cash receipt documents,
    -The accountant in charge of personnel accounts (expense notes, loans, advancesu2026.).
    In this context:
    1.Is it possible for you to provide us the complete list of transactions that can allow passing the ODs (FB01 Type),
    2.Is it possible for you to let us know if we can use other types of documents for the cash documents and the personnel documents (expense note, loansu2026) to differentiate them from the SA and AB types for a better OD monitoring,
    3.Is it possible for you to let us know if we can use the other types of documents for the cash registers and the personnel documents (expense note, loans,u2026) to differentiate the types SA and AB for a better monitoring of OD,
    4.Is it possible for you to let us know the transaction that gives us a report of the OD documents with the following minimum details (parked by, validated by, document date, amount, document label, impacted accounts),
    Above said four are the user requirements, kindly provide possible solutions ASAP
    Thanks in advance
    Lakshmi kanth Reddy

    Hi,
    Check whether the solution given in the below note resolves your issue
    Unable To Schedule Simultaneous Resources With Alternates For Each Resource (Doc ID 865962.1)
    Regards,
    Divakar

  • Obiee security / Cache management scenarions and solution required

    scenario 1: Cache Mechanism implementation
    We have to develop a report which will populate the data from Cache for previous months and from database for current month simultaneously.
    Scenario 2: Security (users/groups) implementation
    We have to implement the authorisation on 20000+ roles (groups) in OBIEE. They want it to be implemented internally in OBIEE using some script/API so that all the roles will be created and as well as updated automatically in OBIEE whenever there are some updations in their database.
    Question 1: How is it possible to manage more than 20000 roles (groups) , each role is having different different privileges ?
    Scenario 3: How can we switch on or off row-level-security for different reports (As in some reports, data does not need to be restricted)"
    Example: A single report has a summary page and a detail level page. Summary page can be seen by everyone whoever logs on to the BI portal and accesses the report but when the user clicks on a figure on summary page to drill to detail he sees only his data that he has access rights to.

    scenario 1: Cache Mechanism implementation Can not be done. Either the query comes from the cache or it doesn't, it can not come from two sources.
    Scenario 2: Security (users/groups) implementation
    Question 1: How is it possible to manage more than 20000 roles (groups) , each role is having different different privileges ? Sure your requirement is to implement a specific security model not to have 20000 roles. You seem to have come with an implementation where you have 20000 roles which to me would seem like you are way off track. Could OBIEE support that? May be. Is it a good idea? Def not.
    They want it to be implemented internally in OBIEE using some script/API so that all the roles will be created and as well as updated automatically in OBIEE whenever there are some updations in their database.Whoever is "they" tell them that they are not OBIEE experts and they should not tell you how to implement things. Ask them to give you the actual business requirement rather than the "solution". You as an "OBIEE expert" should decide the best way to implement it in OBIEE. The typical approach is to have all the roles in a Database and populate the GROUP variable via a row-wise init block. Plenty of into in the forums about this. Script/API? Forget about it, not fast enough.
    Scenario 3: How can we switch on or off row-level-security for different reports (As in some reports, data does not need to be restricted)" If row-level-security is needed a the report level then you shouldn't implement it in the RPD but you should use filters in the different reports. Do not let the users change those reports.

Maybe you are looking for

  • How can I promote a field in my form to a SharePoint 2010 list column and have it populated?

    Hello,    I have created a form using some jquery, html and <td> tags. I would like to promote the fields that I am having users fill out in the form so that they appear in the list that the submitted form is writing to. Below is the code that I have

  • RSS Feed query

    I have been using podbean as a podcast host for some time but we have recently cancelled our service with them and are moving to libsyn. I have already posed the question to podbean: "If our data is deleted after 30 days as we were advised previously

  • My skin smoothing brushes have just up and quit working. ideas?

    i am using the latest edition of the software.  have my brushes set to all.. but there is no effect with i try to smooth skin.  i am at a loss.

  • Comparison between constants in class and interface

    Hi, I have recently read an article which says it is a better use of your memory if you declare constants in an Interface rather than in a Class. Can any one explain this is more detail? Have a great day. Thank you, npaila

  • 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