FRM-10270 in 9i forms

Hi
I'm trying a "test" convrsion of a 6i application to 9i.
When I run any of the forms from the builder it all works fine. When I move them (forms, libraries, menus etc.) over to a machine with 9iAS installed and try running them I get a:
FRM-10270: Cannot attach library EnableDisableItem while opening menu GEN_US_MNUT
GEN_US_MNUT is an attached MENU.
My FORMS90_PATH I beleive is correct because it's finding the initial form.
Any ideas.
Geoff Coleman

Please ignore this one (MEA CULPA). I'm using a no longer supported call.
Geoff Coleman

Similar Messages

  • FRM: 10270 Cannot attach the library when two forms run at the same time

    I get the error message FRM: 10270 Cannot attach the library SYSLIB while opening menu BMENU but only when i try to open a second form while the first form is still running.
    Both forms are working fine as long as they ar not running at the same time.
    It seems like the second form opening does not have access to the FORMS60_PATH, because you can not open a third form because it can't find it.
    All the forms anf libraries (plx)is in the FORMS60_PATH.
    I am running developer_6i forms & reports on a HPUX 11i machine and I am trying to access them through jinitiator 1.3.1.9 on a XP machine.
    Best regards
    Macke

    Thanks a lot for the tip. I used truss and realised that it found the library but was not allowed to open it. The kernel parameter maxfiles was set to low.
    I increased it and everything works ok
    BR
    Marcus

  • Urgent! FRM-10270 Cannot attach the library

    I get the error message "FRM: 10270 Cannot attach the library SYSLIB while opening menu BMENU" but only when i try to open a second form while the first form is still running.
    Both forms are working fine as long as they are not running at the same time.
    It seems like the second form opening does not have access to the FORMS60_PATH.
    All the forms and libraries (plx) are in the FORMS60_PATH.
    I am running developer_6i forms & reports on a HPUX 11i with patch 11 and I am trying to access them through jinitiator 1.3.1.9 on a XP machine.
    I would apprecate if anybody have any ideas about this error.
    BR/Marcus

    Thanks a lot for the tip. I used truss and realised that it found the library but was not allowed to open it. The kernel parameter maxfiles was set to low.
    I increased it and everything works ok
    BR
    Marcus

  • FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled except ORA-06508

    Dear Colleague,
    I am migrating a Forms application from Forms 9i to Forms 10g. Most of my forms were originally created using the Oracle Designer Forms generator. I am also using the Webutil plugin. I just finished configuring Webutil, tested it and it seems to be working fine.
    I am able to compile all code and generate a Form executable. However at runtime, I get an error as soon as the first line of code in the WHEN-NEW-FORM-INSTANCE trigger.
    The error is:
    FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-06508
    and the beginning of the code is as follows. Using the debugger, I found out that the line:
    CGBS2$.SET_COORD_STYLE( 'P' );
    initiates an error.
    /* CGLY$INIT_CANVASES */
    /* Call procedure to ensure correct canvases are visible */
    BEGIN
    CGBS2$.SET_COORD_STYLE( 'P' );
    CGBS2$.SET_QRY_ON_ENTRY( 'Y' );
    CGBS2$.SET_NAV_FROM_BLOCK( 'PROJ_BLOCK' );
    CGLY$CANVAS_MANAGEMENT;
    END;
    Is the error telling me that this procedure was not found? How can I proceed to find the cause and solution of my problem? Are one of the Oracle Designer Forms Generator libraries missing?
    I would appreciate a tip to help me begin seeing the light at the end of the tunnel.
    Thanks and regards,
    Randy

    Randy,
    Glad I could help and you've got your Form running.
    @user9230833
    It is consider "bad form" to usurp another's post. Please create your own Forum post and include a link or links to any relevant posts. As to Randy's situation, he simply compiled the Forms 9i Library module (.pll) with Forms 10g's compiler. This may not be the cause of your error. When you post your own question, please include your Forms version (full version [eg; 10.1.2.0.2] not the release [6i, 9i, 10g, etc]). Also include any sample code that might help us help you! ;-)
    Craig....

  • FRM 40735 : WHEN-NEW-FORM-INSTANCE Trigger raised unhandled exception

    Hi all,
    I'm from a support team.
    Here we have a 3 database in 2 servers connecting to a single application.
    Only one Db will be connected at all time , other DB's are backup.
    Here the issue is 2DB DBs residing on the same server were able to cennect to the application and doesn't through any error. But the 3rd one in different server gives the below error,
    FRM 40735 : WHEN-NEW-FORM-INSTANCE Trigger raised unhandled exception ORA-06508
    The Forms were compiled using the First DB , that time when i access the app using the 3rd db i'm getting the above error.
    But when I compile the form using the 3rd DB and connect to the App its working fine (The size of the form gets reduced during the compilation).
    Thanks for your help in advance.
    Srinivasan.K

    Could be a timestamp vs signature issue - forms is calling a database procedure in the WHEN-NEW-FORM-INSTANCE trigger and the procedures have different compile times on the different dbs and it's set to use timestamp to determine if a procedure has changed. You can change remote_dependecy_mode = 'Signature'.

  • FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-01

    Hello,
    when I run my form I am getting the following error:
    FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-01422
    My WHEN-NEW-FORM-INSTANCE trigger is calling to procedures. below is the code in my trigger
    begin
    Get_User_Info;
    Get_org_num;
    end;
    what could be the problem ?
    thanks in advanced,
    AJ

    One of your procedures must be doing a "select into" but the select is returning more than one row. Examine the queries your procedures are doing.
    Gary

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

  • 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

  • FRM-18108 When loading form (due to change in olb)

    Hello,
    I am working with oracle forms 6i and have an object library and pl/sql library that are both utilized in all forms I work with. There was a duplicate stored procedure in the object library and pl/sql library so I removed the duplicate from the object library. This stored procedure that i removed from the olb was subclassed or copied to many of the forms I work with so I have been manually deleting that stored procedure from the forms so that my application will pick up the current version in the attached pl/sql library. The forms run fine however every time I open the forms that had the subclassed library object removed I get FRM-18108 Failed to load the following objects (the message references the object library as the source module and the stored procedure that was removed as the source object.)
    I am not sure why forms is still looking for the stored procedures in the olb, I am confident that the subclassed copies from the olb have been removed form the form and there is no trace of the original code in the olb either. When running the form and calling that stored procedure it picks up the version from the pl/sql library without issue.
    Both the object library and pl/sql library are correctly attached to the form and the registry does contain the path of their physical location. The form has been recompiled several times but I can't seem to get rid of the error.
    Anyone have any idea what I can do to get rid of the FRM-18108 when opening forms that contained this subclassed unit that has been completely removed? It doesn't hurt anything but is annoying. Been searching through the forms but all I could find was issues with attaching the libraries which didn't help me on this.
    Thanks!
    Terra

    use
    SELECT      ...
      TO_DATE(decode(warrenty_flag_yn, 'Y', TO_DATE(warrenty_upto),
                                       'W', TO_DATE(warrenty_upto),
                                       'A', TO_DATE('31-MAR-'||v_year),
                                       'C', TO_DATE('31-MAR-'||v_year),
                                       'X', TO_DATE('31-MAR-'||v_year),
                                       'N', TO_DATE('31-MAR-'||v_year)
                    ),'DD-MM-RR'
             ) AS amc_date
      FROM      pc_item_procurement_history a,
    ...

  • 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

  • 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

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

  • After R12 Install: FRM-41809 and FRM-41067 While Opening Forms.

    Hi all,
    I have upgraded apps to R12.
    When I try to open forms, I am getting the following errors:
    FRM-41809: Error initializing Menu.
    FRM-41067: Cannot find Menu item: invalid ID.
    I did the following:
    - Generated messages files
    - Generated jar files
    - Generated all menus (including FNDMENU.MMX)
    - Generated fnd forms
    Still same error appears.
    Any clues please?
    S. Sundar

    Sawwan,
    Excerpt from forms-trace(2).html ...
    BUILTIN.START
    EventID 142
    EventNum 96
    Timestamp 168
    Name REPLACE_MENU
    BUILTIN Arguments:
    Type=In Position=1 DataType=STRING Value=F:\oracle\product\10.2.0\db_1\apps\apps_st\appl\au\12.0.0\resource\US\FNDMENU.mmx
    BUILTIN Arguments:
    Type=In Position=2 DataType=NUMBER Value=51
    BUILTIN Arguments:
    Type=In Position=3 DataType=STRING Value=NULL
    BUILTIN Arguments:
    Type=In Position=4 DataType=STRING Value=NULL
    BUILTIN Arguments:
    Type=In Position=5 DataType=STRING Value=NULL
    ERROR
    EventID 144
    EventNum 3
    Timestamp 168
    Msg Error Message: FRM-41809: Error initializing Menu.
    Yes. I ran autoconfig successfully.
    S. Sundar

Maybe you are looking for

  • I have iTunes Match and I have three problems.

    1)  I am unable to add my "Holiday Music" playlist to my iPhone.  I deleted the playlist "Christmas Music" and added "Holiday Music".  I manually drag and dropped it to my iPhone on iTunes, but the content never showed up.  I have tried just about ev

  • Very slow queries when connecting through the listener in Oracle 10.2.0.4

    Hi, I have a 10g database with a little table (2 columns, 9 rows). When i connect to the db through the listener (sqlplus system/manager@SID) and run this query : select * from table, the execution time is about 500ms When i connect to the db by sett

  • My iPhoto photo library disappeared after I used a SanDisk Cruzer Fit USB Flash Drive

    Hi! Not sure if these 2 things are connected, but I bought a SanDisk Cruzer 32GB USB Flash Drive. I dragged my documents over and copied them on to the flash drive. I didn't have iPhoto open. I didn't drag any applications, photo library folders, or

  • 15" Macbook Pro with Retina Display Lock

    Can someone recommend me a good solution for physically locking my 15" Macbook Pro with Retina Display? I'm going off to college soon and need to be able to tie the computer up to my desk. I have a plastic case on my MBP and would definitely want to

  • What is the best CRM to integrate with Outlook for Mac 2011?

    Hello, I am rather new to Mac and need to employ a CRM for a new small business. After reading reviews we deciding on using Salesforce.com, since it is web-based and seemed to be the best option for mac users. However, now that we have subscribed to