Frm-40010 in forms 10g

Hi.
I'm configuring Oracle Application Server Forms and Reports Services. I want to place form files in a directory different form $ORACLE_HOME/forms. If i place the files in another directory I get frm-40010.
I already changed the default.env file from the Forms Edit Environment File of OEM Application Server Control:
FORMS_PATH = /home/oracle/OraHome_2/forms;/home/appls
If i mv a form from /home/oracle/OraHome_2/forms(my oracle home) to /home/appls frm-40010 pops up.
- What am i missing?.
- I haven't defined FORMS_PATH in .bash_profile in my Oracle account.
- The box is running Red Hat Linux.

Steve, we do the same for LD_LIBRARY_PATH on unix (Solaris, Linux, etc) also. We use : instead of ; on the unix platform for defining PATHs (except the path variable itself for which you can use \ at the end of each line).
examples (from a .cshrc file):
setenv LD_LIBRARY_PATH "${APACHEHOME}/lib:${APACHEHOME}/libexec:${JTLSHOME}/lib/${JPLATFORM}/lib:/usr/lib:/lib:/usr/local/lib:${SIMHOME}/lib:${JAVA_HOME}/lib:/usr/X11R6/lib:${ORACLE_HOME}/network/lib:${ORACLE_HOME}/lib:${ORACLE_HOME}/network/jre11/lib.native_threads:$JAVA_HOME/jre/lib/i386:$JAVA_HOME/jre/lib/i386/client:$JAVA_HOME/jre/lib/i386/native_threads"
set path=(. \
$ORACLE_HOME/bin \
$ORACLE_HOME/orainst \
$ACROHOME/bin \
$SIMHOME/bin \
$MOTIFHOME/bin \
$JAVA_HOME/bin \
/bin \
/usr/bin \
/usr/sbin \
/usr/X11R6/bin \
/usr/local/bin \
/usr/local/apache2/bin \
/bin_linux/linux.i386/bin \
)

Similar Messages

  • FRM-40010 in Forms 9i

    OPEN_FORM results in FRM-40010 Cannot read form etc.
    I ave just installed/started using Forms 9i . Calling form exists and runs OK. Called form saved/compiled in same folder - however FRM-40010 keeps appearing .
    Suggestions anyone ?
    Any help would be much appreciated - thanks

    Thanks - but this doesn't seem to be the case.
    I found that what DID work is to name the full path name of the form - e.g.
    CALL_FORM ('C:\OraDev\MY_FORM');
    The above statement works OK - but it's going to a major hassle coding in the full path for every form. One possible answer would be to hold it in a global variable.
    Any further thoughts about this one (i.e. what's causing it in the first place?).

  • Error FRM-92102 with Forms 10g / AS 10g

    I'm trying to produce a Forms 10g (9.0.4) application which is deployed on AS 10g (9.0.4). The database (9.2.0.4), infrastructure layer, and middle tier all reside on the same physical machine. Access is via IE 5.0 using JInitiator. The application does not use single sign-on.
    The application works fine when I am the only user. However, when another user tries to access the application it only works for a few transactions.Then the 2nd user gets a "FRM-92102 A network error has occurred. The forms client has attempted to establish its connection to the server 1 time(s) without success." error. The java dump mentions "address already in use" (don't have access to full dump at the moment - sorry).
    The user is kicked out of my application, but remains in the Forms servlet.
    Not sure where to go from here, so any assistance will be much appreciated.
    Regards
    Brian.

    Try this setting in the formsweb.cfg file:
    networkRetries=10

  • FRM-40010, web form

    I am getting FRM-40010 bug.
    I would like to call a web form with the following link.
    http://mypc222.morpheus.lan:8890/forms/frmservlet?form=dept.fmx&userid=scott/tiger@ntw
    I saved dept.fmx in c:\test\scott
    I put the path to the following files:
    default.env
    FORMS90_PATH=c:\test\scott
    regedit.exe
    FORMS90_PATH --> c:\test\scottBut it does not run. I am getting the bug again.
    Does anybody have an idea?

    I tested the correct installation with:
    http://machine:port/forms/frmservlet?test.fmx
    Installed successfully
    Oracle Application Server
    Forms Services
    Oracle Application Server 10gI built my own myenv.env
    myenv.env
    FORMS90_PATH=c:\test\scott
    #Named Configuration Section
    [application]
    separateFrame=True
    lookandfeel=GenericThen I changed the formsweb.cfg
    --envFile=default.env
    envfile=myenv.envI stop and start OC4J.
    When I start it with http://machine:port/forms/frmservlet?config=application
    the internet explorer does not find the page.
    And I start it with http://machine:port/forms/frmservlet?form=dept.fmx&userid=scott/tiger@ntw
    first the application server servlet is starting and after that see the FRM-40010 Error
    Message on explorer.
    What is wrong?

  • How to deploy forms? Or: FRM-92101 on Forms 10g (10.1.2.0.2)

    Hello,
    we have a problem with deploying changed FMX-Files.
    We work with an OAS 10.1.2.0.2 and the Developer Suite 10.1.2.0.2. The Compilation works fine with frmcmp_batch.sh on the server (Linux X86).
    And these Files are accessible within the JInitiator-Applet. All fine.
    But now there's the problem: If anyone has opened a FMX-File within JInitiator and this FMX-File is compiled again, the compilation is successful but the access on this form is not. The user only get an error
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    Please look into the web-server log file for detatails.
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Forms.session <46> aborted: unable to communicate with runtime process.
    at ...
    I remember, there was an equivalent problem under 9i and the solution there was to set the FORMS90_MMAP-Variable. Under 10g there is no such setting. (and this is clearly no solution)
    Now my question: There had to be a way to treat this problem. And all of the Forms-Developer had to have the same problem. I would be very happy if anybody could tell here how to deploy correctly.
    Many thanks in advance,
    Ralf

    Yes, indeed.
    We want to change fmx-files in a running installation because the functionality of the forms have to change, errors have to be corrected and so on.
    I read the suggestions in Note 286762.1, but honestly I think it is to complicated in a development team to handle with two or more directories and to make clear, which one is the production-directory
    I think this could not be the only possibility.
    We thought about this:
    - we have a development directory, a "waiting" directory and a productivity-directory.
    The process could be:
    - compiling in the development directory
    - checking, if the fmx-file is in use (with lsof)
    - if the fmx-file is in use, the fmx-file will be transferred into the "waiting" directory
    - it the fmx-file is not in use, it will be transferred into the productivity-directory
    - in regular intervalls a job has to test, if the files in the "waiting" directory are freed. If so they will be transferred, else not.
    Only if changes are needed to do immediately (e.g. heavily errors), the fmx-file can be moved manually in the productivity-directory.
    But this is only our idea. I thought there has to be a standard deployment-strategy from Oracle or better ideas from other developers.
    Perhaps someone has a even better suggestion for us.
    Many thanks in advance for every idea,
    Ralf

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

  • Getting FRM-40010 Error While opening new form  .fmx

    Hi,
    Oracle apps : 11.5.10.2
    Forms : Forms 6.0
    I'm creating a custom form by using one oracle apps table.I created a basic form by using template.fmb and then saved it to directory "/dir1" and run this form by connecting to oracle apps database.
    When I try to open .fmx from this directory ('/dir1') I'm getting FRM-40010 error.When I checked FORM60_PATH = It's showing /u01...../au/11.5.0/resource.I don't see "/dir1" in that path?
    Do I need to modify forms60_path ?
    Do I need to register this form before running as it's using table from Oracle apps schema?
    Thanks,
    Kiran

    When I try to open .fmx from this directory ('/dir1') I'm getting FRM-40010 error.When I checked FORM60_PATH = It's showing /u01...../au/11.5.0/resource.I don't see "/dir1" in that path?You need to set FORMS60_PATH and include /dir1 in this path.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FRM-40010+&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Do I need to modify forms60_path ?Yes.
    $ export FORMS60_PATH=$FORMS60_PATH:/dir1
    Do I need to register this form before running as it's using table from Oracle apps schema?Yes.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Register+AND+Custom+AND+Form&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Custom+AND+Form&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Forms 11g  and FRM-40010

    Hi,
    i have installed Forms 11g (11.1.1.3) on a local machine , when i try to run a form on teh local disk it work properly, but when i copy the fmb on a network folder ( called T:)
    it give to me the error FRM-40010 .
    any idea ???
    Gimbo

    hi,
    i have try to put in Formsweb.cfg the real path where teh form is
    --> form=\\win2008\ids_11\Test.fmx <-- in these case it works , but if i put the alias (t:) --> form=t:\test.fmx <-- not work
    when i develop i can modifiy every tiem the formsweb.cfg to test the new form.
    I have also try to modify the Env file i put the complete path --> \\win2008\ids_11\.... and the alias T: , nothing to due
    sure i can develop on the local disk and the move the file to the network folder but is a little uncomfortable
    thks
    Luca

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

  • FRM-92101 error when changing the passwd when running Forms 10g application

    Hi Friends,
    Issue is with: Getting FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    Steps i followed.
    1. Start th OC4J instance of the oracle 10g.
    2. Login with one user/passward and opens Forms 10g application
    3. By Using One Form, changed the passward of the current user.
    4. then closed the Form and then try to close the Forms Application.At this stage i got an error message FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    I verified the log files but i did not get any relevent information
    Please help in this scenario.
    Regards
    Madhava Rayalu

    Could you paste the complete error message?
    Does this works fine when you change the username /passwd for other users ?
    Rajesh Alex

  • FRM-40010 when opening custom form in Forms6i

    Hello,
    I'm running an instance of the E-Business Suite 11.5.10.2, which uses Forms Developer 6i. I recently upgrated to patchset 19, and now, I go to my custom apps login URL, and get the following error:
    http://ppc-oradev.purchasingpwr.com:8000/dev60cgi/ifcgi60?config=ppc
    FRM-40010: Cannot read form d:\oracle\oradevappl\xxppc\forms\US\xxmenu.
    I have added the following to my appsweb.cfg and appsweb_oradev_ppc-oradev.cfg file:
    [ppc]
    lang=US
    fndname=
    userid=
    prodTop=d:/oracle/oradevappl/xxppc/
    formName=xxmenu
    pageTitle=Purchasing Power, LLC
    splashScreen=No
    width=700
    height=550
    archive=f60all.jar
    pageTitle=PPC
    lookAndFeel=oracle
    colorScheme=Blaf
    separateWindow=false
    java_appletname=PPC
    HTMLpageTitle=Purchasing Power Custom
    HTMLpostApplet=<P>Copyright &#169;1998, 1999, 2000, 2001, 2002 Oracle Corporation
    This was working fine before the Developer 6i Patchset 19 upgrade.
    Any help at all would be appreciated!
    Zach

    This seems to be a configuration problem specific to the eBusiness-suite. I would try to get an answer in this forum OA Framework

  • FRM : 41067 Cannot find menu item id ( forms 10g Menus/Forms Conversion )

    Hi All ,
    We have menus converted into forms 10g using the forms migration assistant FMA ( frmplsqlconv ) . Now , we had the menus (.mmb) which had used Shared Menus.
    After conversion observed that there were some duplicate copies of the shared menus created automatically and each reference where this shared menu was used was replaced by the newly created ones.
    Now , when I open the form that uses the menu I get the following error :
    FRM : 41067 Cannot find menu item id
    On debuggin observed the the above error was generated at :
    set_menu_item_property(SHARED_MENU.ITEM,.... )
    Not sure how this worked in forms earlier version and not working in 10g now.
    Could anyone please let me know how to go about to fix this issue and why is this happening at the first point.
    Is re-creating the menu from scratch the only option to resolve the issue ?
    Please advise ..
    Thanks ,

    Hi
    Error Message: FRM-41067: Cannot find Menu Item: invalid ID.
    Error Cause:An invalid ID was passed to a built-in subprogram.
    Action:Verify that a proper call to FIND_MENU_ITEM will be performed. Level: 20 Type: Errori think c1 returns null pls check ur Query in the cursor ; run & test if it returns data or not & check the name of the menu that should actually match with the name stored in the db.
    If the error still existing then u can get reide of it with a simple line check using FIND_MENU_ITEM as follow...
    PROCEDURE disable_menu_items IS
    mi_id MenuItem;
    val varchar2(10);
    BEGIN
    IF :Global.user_code '01' THEN
    IF :GLOBAL.VC_ROLE_CODE '01' THEN
    declare
    cursor c1 is
    select vc_menu_code,vc_menu_name from
    makess.mk_module_menu a where
    vc_module_code='06' and
    not exists(select vc_menu_code
    from makess.mk_roles_menu_inv b
    where vc_comp_code=:global.vc_comp_code
    and a.vc_menu_code=b.vc_menu_code
    and ch_role_code=:global.vc_role_code);
    BEGIN
    for crec in c1
    mi:=FIND_MENU_ITEM('MENU.MENUITEM');
      IF NOT ID_NULL(mi) THEN
    loop
    set_menu_item_property(crec.vc_menu_name,ENABLED,Property_false);
    end loop;
    END IF;
    END;
    :global.check:='N';
    END IF;
    END IF;
    END;Hope this helps...
    Regards,
    Abdetu...

  • 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:can not read form

    FRM-40010:can not read form/appstest/cmwprodappl/po/11.5.0/forms/us/nwasa.fmx
    how can i resolve this error
    please tell me

    Ranga,
    Make sure the form is there in the correct path.
    Error Message: FRM-40010: Cannot read form %s.
    Error 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.Regards,
    Manu.

  • FRM-12404 : Shared Menus Desupported in forms 10g

    Hi All ,
    This is regarding hte error that I get when opening a menu module in forms 10g.
    ~~
    FRM-12404 : Shared Menus Desupported in forms 10g
    Do you want to duplicate or subclass shared menus
    Subclass , copy , cancel are 3 options
    ~~
    Could anyone please explain what exactly is this message , what are shared menus , when are they used .
    How to resolve this issue in forms 10g.
    Thanks ,

    Hi Jan ,
    Thanks for the reply.
    The scenario is somthing like this .
    We have a Menu Module say X.mmb which is attached to a form X.fmb.
    Now in the menu module X.mmb when opened in Form Builder 10g , we have
    X.mmb
    |
    |
    -> MAIN_MENU : With Item VIEW ( sub-menu set to Y_MENU )
    -> Y_MENU : Items present are I1 , I2
    -> Z_MENU -> Z1_ITEM( sub-menu set to Y_MENU )
    -> Z2_ITEM( sub-menu set to Y_MENU )
    So now we have Y_MENU being shared and used by VIEW , Z1_ITEM & Z2_ITEM
    which all are sub-menus themself.
    Now when this X.mmb is opened in forms builder I get 2 more say Y1_MENU and Y2_MENU getting created and sub-classing from Y_MENU.
    The issue that I am facing is we have a code in teh form X.fmb ,
    set_menu_item_property ('Y_MENU.I1', CHECKED, PROPERTY_FALSE);
    Thhe above built-in when executed gives error :
    FRM : 41067 Cannot find menu item id
    So it is unable to find Y_MENU.I1 item , though it very well exist in the menu when opened in forms10g form builder.
    Could you please explain why I am encountering this issue during 10g upgrade when it has worked fine in the previous version.
    Thanks once again.

Maybe you are looking for

  • F4 help for the field enhanced in IT 21 - Urgent!!!!!!!!!!!!!!!

    Hi All, I have enhanced IT 21 with a new field called "Country of citizenship" in custom include CI_0021. For this i have assigned LAND1 as the domain and the data element. The value table for this is T005. but the problem is i am not able to get any

  • PDF to TXT Conversion

    I'm using Acrobat Standard 8.1.0. I would like to run from Excel VBA a process to convert PDF files into TXT files. The same affect of opening the files in Acrobat and clicking on Save As and changing the filetype to .txt. I've looked through the onl

  • 2.0GHZ Single or 1.8GHz Duet???

    Hey Guys! I just wanted to ask if it's better to buy the 1.8GHz Sonnet Duet CPU Upgrade, which is a 7447A, or the NewerTech 2.0GHz single which is a 7448 based one...? +1.8 Dual -> http://eshop.macsales.com/item/Sonnet%20Technology/SG4D1800L/+ +2.0 S

  • Which facebook ios sdk or apple social framework better to use ?

    We have one mapping project now Iphone/Ipad. This time we want to integrate our application with facebook. Now for doing this we have two choices 1. Using official facebook ios sdk 2. Using Apple social framework Im new at social programming so Im co

  • Data migration Tally to SAP B1

    Hi Friends I need a information about data migration from tally to sap business one. can anybody guide me how to do ? regards kamlesh