FRM-40010: cannot read the form under Linux

Hello

During the race, the f60desm gives error below command

FRM-40010: cannot read the form /d01/oracle/prodappl/au/11.5.0/forms/US/PROJECT.fmx

I've defined the following path

(1) customPROD_A.env

# Custom top PROJECT #.

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 solve the problem.

Thank you
Concerning
GSM

Hello

How to do the same thing in OEL5.

The above applies to Windows (if you want to open the file on the Windows client machine fmb and compile - generate the fmx file). If you are on Linux, you need not to do the same thing, just the env file source application and compile the form (question "echo $FORMS60_PATH" to make sure that all the relevant directories are in the path).

I created the directory of the root OEL5 ABC & copied all the pll, TEMPLATE.fmb & APPSTAND.fmb files in $AU_TOP/resources directory ABC but how to add ABC to FORMS_PATH in OEL5?

As mentioned above, it is not required on Linux. However, if you want to add the ABC directory you issue:

$ export FORMS_PATH =: $PATH

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • FRM-40010: cannot read the form

    Hi all.
    I have a question, I have just compiled my forms on my pc, then I needed to move it to the production server of my client, but I get this error, it is my case:

    my PC:
    Windows xp sp3 x 32
    WebLogic server 10.3.4 x 32
    formulas 11.1.1.4 x 32
    result = MyForm.fmx


    client server:
    Windows 2008 standard x 64 server
    WebLogic server 10.3.4 x 64
    JDK x 64
    formulas 11.1.1.4 x 64
    result = FRM-40010: cannot read the form

    According to the MOS, (ID 299938.1)

    You can also move a FMX created on 32-bit Unix to 64-bit Unix.

    He said about based on unix S.O., did not say that windows o.s. on

    so my question is: is this my problem? even if they do not mention windows?

    Thank you.

    Yes, a form compiled with 32-bit platform must be recompiled against the same platform.eg. production Server 32-bit.

    Therefore, if the production is 64-bit, all forms must be compiled against Production Server 64-bit otherwise you'll receive this error.

    Hope this helps,

    Kind regards

    Amatu Allah.

  • FRM-40010 cannot read form while opening the file menu in call_form

    I'm getting "" FRM-40010 cannot read form "everything by opening the file menu in call_form"

    I created a button and writes the following code in what release button.


    call_form ('F:\SS\SOURCE\ERRORS_MENU', Hide, do_replace)

    But I am able to open the file by call_form fmx. I use Form 6i and oracle 8i.


    Concerning


    Sandeep

    You can not call a menu by using the built-in call_form.
    You will have to use one of the methods I described in the previous answer.

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

    Hello Experts,

    I am in the upgrade process 12.1.3 EBS and when you attempt to launch forms to "generate all Business Views", I met three errors of form:

    FRM-10221: cannot read the file /u02/applfint/apps/apps_st/appl/au/12.0.0/resource

    FRM-41810: error creating menus

    FRM-41067: cannot very well the menu: invalid ID

    Back in my shell, I also noticed that some of my environment variable does not work 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 used adadmin utility and choose the option to recreate grants and synonyms; execution of adautocfg.sh but the problem persists.

    Thank you

    Mathias

    This error was caused by the erroneous entries or the deletion of a line (/ZX_TOP) to $SID_ofinprod01.xml.

    Thanks Hussein

    Mathias

  • FRM-10221: cannot read the file "MN_MENU.mmb".

    I got this error when executing my forms, that is migrated from 6i to 11 g.

    What I've done so far:

    1 > .mmx .fmx files are in the same folder, and this path is added to FORMS_PATH, no space in the path.

    2 > menu name "MN_MENU" is added to the Menu Module of the form property

    3 > run as user 'oracle', have the permission to read the files.

    4 > menus and forms all compiled without errors

    So, why else might be?

    FRM-10221: cannot read the file "MN_MENU.mmb".

    It is usually an error in design compared to a runtime error. In addition to the FMX and MMX files are in the FORMS_PATH, you must, of course, the binary from the source (.) FMB and. MMB files) are also at your FORMS_PATH.

    I got this error when executing my forms...

    Could you please clarify what you mean by that? Are you this error during the execution of the application (on the application server) or when you open and run your form from forms manufacturer?

    In addition, can clarify what FORMS_PATH you have updated? There are two FORMS_PATHs that should be updated on a developer workstation. The first is in the Windows registry. The second is in the default.env file that is used by the form designer when you run your form from the form designer. On the application server, simply change the FORMS_PATH in the default.env.

    Craig...

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

    Hi all!

    I'm having a problem that will make me nervous!

    Here we have a 100% application generated by the designer. The problem is that he began in questionable ways... There are 2 activities to contains all the forms necessary for the application instead of 2 containers in the same activities. The "JD" where we put all forms of utility and activities "PL" where we put all the forms used for the configuration of the application.

    Recently, I have developed a new form in the 'PL' container, but the menu call this form is in the activities 'JD' false copy of the original of the form so that we can return to the menu "JD". When I produced and run applications and I choose my new form in the menu I get the error "FRM-10221 cannot read the file PL000000" 2 times, then forms called and runs correctly. I don't really understand whats going cause it is no menu called 'PL000000' in the activities of 2!

    Everything I've read about this error now say that the menu is not in the path of the form or of alternative, but in my case, I had an error on a menu that does not exist! I know that something is triggering this but I can't find it causes, there is no menu called "PL000000" anywhere in this application! ??

    Is there someone who might have an idea about what is happening here! ??? HELP PLEASE!

    Thank you!

    Open the new form in the form designer and check the menu property, if the value of PL000000.
    try to run your new form of autonomously since the form generator and see if it runs successfully.
    If not then open the form in form builder and check the code in the menu item that calls your new form. Maybe the problem is not in the form called himself.

  • Not able to compile the form under Linux

    Hi all

    I use oracle Forms 11 g [32 bit] Version 11.1.2.2.0.

    I have developed a form in my local system (32-bit Windows) and now trying to compile the form to the server (Linux)

    I get the error message when compiling "FRM-91500: unable to start/complete construction.»

    The form (MODULE1.fmb) that I am trying to compile is in my directory on the server.

    What I did:

    Export ORACLE_HOME = / / oracle, Oracle, Middleware, Oracle_FRHome1

    Export ORACLE_INSTANCE = / / oracle, Oracle, Middleware, asinst_1

    Export FORMS_PATH = / / oracle/Oracle/Middleware/Oracle_FRHome1/forms: / u01/oracle/Oracle/Middleware/asinst_1/FormsComponent/forms

    using the command line to compile the form below:

    Oracle/Oracle/Middleware/Oracle_FRHome1/bin/frmcmp userid = module_type module = MODULE1.fmb < username > = form compile_all = yes window_state = minimize

    Thank you

    Lucile Dutta.

    (1) create new folder in unix

    2) put your FMC to this folder

    (3) copy $ORACLE_HOME/forms/templates/scripts/frmcmp_batch.sh to this folder

    4) add to frmcmp_batch.sh:

    Export TERM = vt220

    Export ORACLE_TERM = vt220

    (5) brand: chmod + x frmcmp_batch.sh

    (6) set your env variables: TNS_ADMIN ORACLE_HOME, ORACLE_INSTANCE,.

    (7) compile form you in this folder with:

    userid = set./frmcmp_batch.sh = no module = module_type = window_state = minimize compile_all = yes

    for example:

    lot of userid=scott/tiger@hr de./frmcmp_batch.sh = no module_type module = test.fmb = form window_state = minimize compile_all = yes

    Concerning

  • How to correctly compile the form under Linux

    Hello
    I have a form that is called: TESTFORM.fmb

    I tried to compile this form by using the following command: export
    LD_LIBRARY_PATH=/u0/oracle/prodora/8.0.6/lib
    f60gen module=/u0/oracle/prodappl/ar/11.5.0/forms/US/TESTFORM.fmb USERID = apps/password
    good fmx is created successfully, the following error is also encountered during compilation:
    FRM-18108: unable to load the following items.
    Source Module: APPSTAND
    Source object: STANDARD_PC_AND_VA
    Source Module: APPSTAND
    Source object: STANDARD_TOOLBAR
    Source Module: APPSTAND
    Source object: STANDARD_CALENDAR

    I'm looking for APPSTAND.fmb and I found it here: /u0/oracle/prodappl/ar/11.5.0/forms/US/

    So then I tried to compile again with the following command, but the problem is always occurred: export
    LD_LIBRARY_PATH=/u0/oracle/prodora/8.0.6/lib
    export forms_path=/u0/oracle/prodappl/ar/11.5.0/forms/US/
    f60gen module=/u0/oracle/prodappl/ar/11.5.0/forms/US/TESTFORM.fmb USERID = apps/password
    my question is how to compile this form correctly?


    Any input would be helpful. Thank you

    Jimmy;

    Using a WebLogic Server?

    If so, you must use the compiler of forms frmcmp.sh

    #! / bin/sh

    file in *.fmb
    do
    frmcmp_batch.sh module = $file userid = compile_all = yes
    fact

    Tested on WebLogic and work, your paths will be different

    #! / bin/sh
    Export ORACLE_HOME = / u01/app/oracle/product/fmw/oracle_pfrd
    Export FORMS_PATH = / u01/app/oracle/product/fmw/fr_inst
    export PATH = $PATH: $ORACLE_HOME/bin: $FORMS_PATH/bin
    Export TERM = vt220
    Export ORACLE_TERM = vt220
    Export TNS_ADMIN = / u01/app/oracle/product/fmw/oracle_pfrd/network/admin

    file in *.fmb
    do
    module frmcmp_batch.sh = compile_all = yes $file userid=scott/tigersy@dev2

    fact

    Published by: mseberg on March 2, 2011 08:57

    script executed since then are the .fmb directory in

    Should also work on iAS

    Thank you!!

    Published by: mseberg on March 8, 2011 05:22

  • HP Probook s 4440: the update of the BIOS under Linux

    Hello

    My laptop (HP Probook 4440 s) is in the list of laptops with BIOS updates related to security issues [1].

    But I'm on Linux, for which no updates seems to be available [2], although there is an update of the BIOS available for Windows [3]?

    Could someone tell me how to get and apply this update via Linux...

    THX,

    Abdellatif

    [1]: https://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c04393276

    [2]: http://h20566.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=5229488 & swItemId = ob_107629_1 & swEnvOid = 202...

    [3]: http://h20566.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=5229488 & swItemId = ob_135974_1 & swEnvOid = 413...

    I did recently on my HP ProBook 450 G2 Kubuntu Linux 15.10 running.

    A new version of the BIOS (01.16 Rev.A 1 December 2015) was available, but for Windows only.

    What I had to do to install the BIOS under Linux:

    * Download the exe file (for example: sp74048.exe): this is an archive

    * unpack with 7zip

    * go to my laptop configuration: restart, press [ESC] >

    Configuration of the BIOS F10 > MAIN > system update BIOS > BIOS update using local media

    * read the instructions:

    "Place the system on a FAT32 partition no BIOS BIN file more

    on the system or on a removable USB hard drive

    under the folder "Hewlett-Packard\BIOS\New.

    Then, add or verify that the HP Bios update utility (HpBiosUpdate.efi)

    and the signature file (HpBiosUpdate.s12) are

    on the same partition FAT32 under

    the path to the following folder: "Hewlett-Packard\BIOSUpdate. »

    * Take a flash drive, create the folder ""Hewlett-Packard\BIOS\ " "

    copy the whole folder "BIOSUpdate" since the original installation file for her

    create the "New" folder and copy the bin on it (in my case "M74_0116.bin")

    * If at the end, the flash drive looks like this:

    \---Hewlett-Packard

    + - BIOS

    | \---New

    |      Mxx_xxxx. bin

    |

    \---BIOSUpdate

    all files here

    * place the flash drive in the laptop and "BIOS update using local media" hit the button [I accept] below "the system BIOS will be updated immediately.'." "

    Then update the BIOS HP appears saying: the system BIOS is updated day. > writing new BIOS Image. > Veryfying new BIOS Image. > restart.

    Fact.

    It is really beyond me why HP does not provide a simple archive with the appropriate directory structure and a readme file so that anyone could update the BIOS regardless of operating system.

    Warning: I'm just an average Linux user. This procedure worked for me, but before use, you must consider the risks for yourself. You SHOULD know what you're doing.

  • Windows 7 can't copy files on external hard drive and keep showing "cannot read the source file or disk.

    Windows 7 can't copy files on external hard drive and keep showing "cannot read the source file or disk" HELP me PLS
    I'm going crazy because of this

    Hello

    1. What is the format of the file system on the external hard drive?

    2. are you able to copy or move files into the computer?

    You can follow the suggestions mentioned below and check with the question.

     
     
    Method 1:Delete CCG, prefetch files.
     
    Step 1: Delete Temp files

    (1) open the window run (Windows key + R)

    (2) type %temp%, and then press ENTER

    (3) delete all Temp files in the Temp folder
     
    Step 2: Delete Prefetch files

    (1) open the window run (Windows key + R)

    (2) type %temp%, and then press ENTER

    (3) delete all files in the Prefetch folder.

    Method 2: Run the tool (SFC.exe) System File Checker, try to copy the files and check.
     
    Follow the form of measures the following link: http://support.microsoft.com/kb/929833
    Method 3: Run the check disk then try to copy the files and check.
    Note: If bad sectors are found in the hard drive then it could try to fix this particular sector. If you have any data on that, it can get lost.
     
     
    I hope this helps!
  • ORA-19846: cannot read the header of the data file of the remote site 21

    Hello

    I have a situation or I can say a scenario. It is purely for testing base. Database is on 12.1.0.1 on a Linux box using ASM (OMF).

    Standby is created on another machine with the same platform and who also uses ASM (OMF) and is in phase with the primary. Now, suppose I have create a PDB file on the primary of the SEED and it is created successfully.

    After that is a couple of log, do it again passes to the waiting, but MRP fails because of naming conventions. Agree with that! Now, on the primary, I remove the newly created PDB (coward the PDB newly created). Once again a couple of switches of newspapers which is passed on to the wait. Of course, the wait is always out of sync.

    Now, how to get back my watch in sync with the primary? I can't roll method until the required data (new PDB) file does not exist on the main site as well. I get the following error:

    RMAN > recover database service prim noredo using backupset compressed;

    To go back to November 8, 15

    using the control file of the target instead of recovery catalog database

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 70 = device = DISK stby type instance

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the command recover at the 18:55:32 08/11/2015

    ORA-19846: cannot read the header of the data file of the remote site 21

    The clues on how to I go ahead? Of course, recreating the eve is an option as its only based on test, but I don't want recreation.

    Thank you.

    I tried like below:

    1 a incremental backup of the primary of the CNS where off the eve also taken primary backup controlfile as Eve format.

    2 copy the backup of the watch parts, catalogged them on the day before.

    3 recovered Eve with noredo option - it fails here with the same error pointing to the 21 data file.

    OK, understood. Try not to get back the day before first, rather than restore the controlfile and then perform the restoration.

    Make it like:

    1. take incremental backup of primary SNA, also ensures the backup controlfile format.

    2. copy pending, get the location of the data file (names) by querying v$ datafile on the eve. Restore the controlfile ensures from the backup controlfile you took on primary and mount.

    3. Since you are using OMF, the path of primary and standby data file will be different. (/). If you require catalog data from the database files pending.

    (Reason: you restore controlfile from elementary to step 2, which takes place from the main access road). Use the details that you obtained in step 2 and catalog them.

    4. turn the database copy by RMAN. (RMAN > switch database to copy ;))

    5 Catalog backup items that you copied in step 2.

    6. recover the standby database using 'noredo' option.

    7. finally start the MRP. This should solve your problem.

    The reason I say this works is because here, you restore the controlfile to primary first, which will not have details 21, datafile, and then you are recovering. So it must succeed.

    In the previous method, you tried to first collect all the day before, and then restore the controlfile. While remedial classes, always watch seeks datafile 21 as he controlfile is not yet updated.

    HTH

    -Jonathan Rolland

  • FRM - 18108 cannot load the following object

    When I open forms in a 10G suit, getting below error
    FRM - 18108 cannot load the following object
    source module: template.fmb
    source object: STANDARD

    Please help me

    Looks like you're working with the Enterprise Business Suite (EBS). The error you are getting is because the forms cannot find a referenced object. This is because the directory where your TEMPLATE.fmb (and the objects made reference to the template.fmb form) is not in your FORMS_PATH. If you use Windows, modify the registry and Add the directory where you have your objects of reference to the FORMS_PATH entry. Make sure you add it at the end of the existing value; not to replace the existing value.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • cannot read the file menu!

    Hi all
    When I put the property of menu of a certain form, the form shows this error:
    cannot read the menu file
    How to solve it?

    You must specify the path where your forms are found in the EPS file of your application. By default, this is the file
    default.env located in $ORACLE_HOME/Forms/Server. Open it with a text editor and add your path to the parameter FORMS_PATH =

  • How to open coloring that I downloaded to get to the final cut pro with it says: "cannot read the dictionary of the application or extension because it is not scriptable?

    Whenever I try to download the dyes or open, something pops up saying: "Cannot read the dictionary of the application or extension because it is not be scriptable." This has happened and I need to get it resolved. Help, please.

    What are pigments? What file format is it? Cam post you a screenshot of the window of information for it?

  • iTunes cannot read the contents of the iPhone "iPhone 6 more»

    Please help because I can not backup my iPhone 6 Plus for my iMac and iTunes asks me to wipe it.

    When I connect the iPhone 6 Plus for the cable of the lightning, he says this: -.

    "iTunes cannot read the contents of the iPhone" IPhone Steve 6 + ".." Select the summary in the iPhone preferences tab and click on restore to restore the iPhone to factory settings. »

    The last back up, I've done was there a little more than 12 months and is an older version of iOS also so if I do a restore of the backup, it will be bad and lacks important information.

    Since then, I upgraded my iMac to El Capitan and updated my iPhone to iOS9.3.2 (just be updated to 9.3.3 now)

    System & software Specs are as follows:

    iMac 27 "V10.11.6 El Capitan (15G 31)

    iTunes V12.4.2.4

    iOS9.3.2

    Any help would be thank you very much.

    Please see the comment by David Lewis21 in this discussion of the CSA. I have not tested its solution, I can't vouch for it, and I have no other information. Try at your own risk. If you don't want to take that risk, I suggest that you contact the Apple Support.

Maybe you are looking for

  • When deleted Thunderbird account, emails are stored in the deleted folder also

    If I delete a form account Thunderbird, are emails stored in a demolished too folder?Thank you

  • Moving the system on an SD - Tecra M4

    I have a Tecra M4 tabletPC. I think of buying a SD card and the displacement of the system (Windows XP Tablet PC edition) it. An SD HC 8 GB in a card reader PCBus should suffice for data. Does anyone have experience in how I can make a bootable SD ca

  • On the home screen text counter

    My texts come through fine, and I get notifications of them very well. However, since last week, the counter on my home page does not work. I get a text.  I get a notification.  I have unlock my iPhone6 + and my post count says... nothing.  No number

  • motherboad drivers

    someone help me very well my hp motherboard 0984 drivers h, but I can't access internet after reinstalling my windows xp pls help...

  • in windows photo gallery, print color in black and white photos

    I just bought a hp printer c4640 all-in-one, and now when I print a color photo of the windows photo gallery, it prints in black and white. This printer is a desktop gadget to click and drag a photo to be printed, and if I do that it prints in color.