Frm-40112 forms 10g go_item to non enabled item error

Hi
Is anybody know the solution for this error, on 9i you can set FORMS90_REJECT_GO_DISABLED_ITEM variable environment to FALSE.
But what is the solution on 10g, because the 9i is not worrking and I am getting the same error again.
Thanks
Munir

FORMS90_REJECT_GO_DISABLED_ITEM in 10g should be FORMS_REJECT_GO_DISABLED_ITEM. In 10g all the numeric's are dropped for the env vars. Try that.
--pat                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • FRM-40112 Attempted go_item to non enabled item

    Hi,
    I get this error and as per the upgrade manual I am supposed to set the parameter "FORMS90_REJECT_GO_ITEM_DISABLED_ITEM to FALSE in the default enc file.
    There is no suh parameter either in the default env file or the formsweb.cfg file.
    Where exactly am I supposed to set this parameter.
    (I did enter a new line in both files and set the value to FALSE but still get the same error).
    Also I am trying to run the form on my local machine.
    Thanks

    Vijay,
    this parameter is an environment variable and should be in teh default.env file. If it is not in there, just create it. Otherwise teh default setting is used which - if i remember well - is true
    Frank

  • Forms 10g - Oracle 11g DB - Date Format Error - Urgent

    Hi All,
    We are migrating forms 6i to forms 10g.Data Base is 9i to 11g Migration.
    In 10g forms pre-form trigger ,i have statement
    :head.yr_st_dt := to_date(sc.get_property('ps.yr_st_dt'),'MON DD YYYY HH:MI:SSPM');
    In 6i ,it is working fine,the :head.yr_st_dt=22-SEP-09.
    In 1og forms with 11g Database, I am getting the below error
    frm-40735:PRE-FORM trigger raised unhandled exception ORA-01843
    It seems invalid month.
    In 9i ,the NLS_DATE_FORMAT is DD-MON-RR.In 11g also same.
    Thanks in Advance,
    Regards,
    Shan

    user642745: In the list of forum topics, the fourth topic down is this:
        Before posting on this forum please read.   Within that post there is a recommendation:   "Also read the 10 Commandments on OTN forum posting." with this link:   http://blogs.oracle.com/shay/2007/03/02
    Please read and follow step 6, "Get a name".
    You now have 101 posts to your "user642745" name. When you write, it is difficult to distinguish between your post and the original poster's since you both have a similar number as your names.
    user648338: It is clear you do not understand how Oracle handles dates. Depending on the NLS_DATE_FORMAT and NLS_LANG for the session you are running, you will get different results when you display your sc.get_property('ps.yr_st_dt') output.
    The fact that you are even trying to execute the command:
    select to_date('01-MAY-09','MON DD YYYY HH:MI:SSPM') from dual;shows that you do not understand standard date processing.
    Internally, Oracle stores ALL dates in a 7-byte format that includes both date AND time.
    The fact that you are getting results like 01-MAY-09 just means that your session is running with NLS_DATE_FORMAT set to DD-MON-YY. It does NOT mean that the date is stored that way.
    Your entire problem is caused by the fact that the system on which your old Oracle 9i -- Forms 6i environment has its NLS_DATE_FORMAT (and possibly NLS_LANG) set differently than on your Oracle 11g -- Forms 10g environment.
    If you can set your new environment the same as the old, your trouble will go away. Here is how you determine what the values of those environment variables are. Run this in SQL Plus:
    select * from nls_session_parameters
      where parameter in('NLS_LANGUAGE','NLS_TERRITORY',
                         'NLS_DATE_FORMAT','NLS_DATE_LANGUAGE');Be aware, though, that it is possible for your Forms environment to change the settings only for the Forms sessions, so what you get from SQL Plus may not be the same.
    Edited by: Steve Cosner on Sep 23, 2008 11:13 AM

  • FRM-30401: Warning: Formula ignored for non-formula item

    hi,
    i am getting this error when i am building fmx file (oracle forms 10g).
    now the properties of these fields are
    Calculation mode: NONE
    Formula: empty
    but still i am geeting this error.
    please tell me how to clear it.
    thanks

    its means that you have wrongly selected Calculation mode FORMULA in some other field............. check all fields in the block
    other is go to object navigator > program > find and replace PL/SQL and put the partial formula that you had written before ....... its a bug sometimes formula exists in the background after search one trigger will come simply delete it.

  • Non-stockable items - Error of G/L Account - ( Error No - ME45 )

    Hi MM Experts,
    While creating PO for Non-stockable items I am getting one error which says that - " You can not enter G/L account directly for the controllling area/ Co. Code".
    Can u pls. help on this issue..
    Thanks & Regards,
    Mahesh

    Dear Karthik,
    There was an logic in the idoc processing for the text segment of the idoc.
    If some text/number avaialble in this segment (text) then system will check for the first 4 characters as chart of accounts and next 3 characters as transaction and look for the GL account in the T030 table of the OBYC.
    In my case there was a space (more than 4+3=7) and system was taking 4 spaces as COA and 3 spaces as transaction key and looking for the GL account in T030 table. And unfortunately there was an blank entry in T030 table and due to this system unable to find the GL account for this combination (Spaces).
    To resolve this issue go to SE16 and give table name EDID4 and give the segment name (segment of text field) and idoc number and search. You will get all the text related segments and try to find the segment having Space before the text/numeric filled in that segment.
    There after edit the IDOC and remove the space from the text field of the segment and try to re-process the IDOC from BD87 transaction code.
    Regards,
    Syed Abdul Mazid

  • FRM-40112 After converting to 10g

    Hi,
    We get a FRM-40112 (Cannot navigate to disabled item) after converting our Forms from 6i to 10g.
    When searching on the forum i found a reference to the variable FORMS90_REJECT_GO_ITEM_DISABLED_ITEM which was supposed to be documented in the Forms Upgrade guide. Unfortunately I cannot find it in the upgrade guide.
    Could anyone of you point me to the documentation on this parameter?

    Wilfred, I saw this on Metalink. Will it help you?
    Doc ID: Note:218075.1
    Subject: FRM-40112 in forms 9i
    Type: PROBLEM
    Status: PUBLISHED
    Content Type: TEXT/PLAIN
    Creation Date: 11-NOV-2002
    Last Revision Date: 15-APR-2004
    Fact(s) ~~~~~~~~ Migrated forms applications from 6i to 9i. Symptom(s) ~~~~~~~~~~ Getting FRM-40112:Attempted go_item to non enabled item error, when trying to run forms 9i applications which are migrated from forms 6i. Cause ~~~~~~~ There is an environment variable called FORMS90_REJECT_GO_DISABLED_ITEM, whose default value is set to TRUE in forms 9i (false in 6i). This means that an error will be issued if a go_item is attempted to a non-enabled item. To revert to the old 6i behaviour set FORMS90_REJECT_GO_DISABLED_ITEM to FALSE.
    Fix ~~~~ Set FORMS90_REJECT_GO_DISABLED_ITEM environment variable to FALSE in forms 9i environment. ( eg in the default.env file)

  • System.message_level in forms 10g

    Hi, I,m having problems using system.message_level in forms 10g.
    Although I set the :system.message_level:='20'; in the PRE-FORM trigger of a form, it still shows me errors with lower level (i.e. FRM-40112-Attempted go_item to non enabled item, which has level 5).
    Can anyone help me with this?
    Thanks!
    Emiliano

    Form Builder does not suppress prompts or vital error messages, no matter what severity level you select - and the type of FRM-40112 is Error though the level is 5.
    Helena

  • FRM-40112 error with 10g Release 2 Forms

    How do I get around the FRM-40112 error (attempted go-item to non-enabled item) in 10g? I want to present a column but not have the user modify it. This is an update/insert form. I can make it not keyboard navigable but the user can use the mouse to get to it and change it if it is enabled. I want to fix this instead of using the FORMS_REJECT_GO_DISABLED_ITEM environment parameter.
    Thanks,
    Dave

    Yeah, the UPDATE_ALLOWED=FALSE works, but there is one column that is changed programmatically by the form and shown to the user. I need it not ENABLED but UPDATE_ALLOWED = TRUE. I may have to go with FORMS_REJECT_GO_DISABLED_ITEM=FALSE and revisit in the next release. It looks to me like this a catch-22.

  • Using DatePicker in forms 10g

    how can i use datepicker in forms 10g for date data type items.

    <p>Oracle Forms 11.1.2.0.0 Date Picker</p>

  • Best way to query on a non-table item?

    Hi,
    I have a form that has customer_name (non-table item) and customer_id (table item). Customer_id is not visible to the user. We need to be able to query on the customer_name. I have tried using the pre-query trigger but I get an error ORA-01422. Any suggestions would be appreciated. I am a non-technical person, so the simpler, the better.
    Thanks in advance.
    Trish

    Hi ,
    I know two alternatives:
    1) Use the POST-QUERY trigger not the PRE-QUERY... But, you would have the same problem because i think that the customer_id column is not unique. So you should select a combination of columns which guarantee the uniqueness of the selected column...
    2)Other design. Read the doc at :
    http://www.oracle.com/technology/products/forms/pdf/BlockOnAJoin.pdf
    Using this way you should not use the trigger POST-QUERY....
    Regards,
    Simon

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

  • Problems with webutil FRM -92101- 1.0.5 Production - forms 10g

    I've installed webutil according with the webutil user's guide.
    I've also sign he .jar file.
    I have not made the configuration of the database with the webutil_file_transfer o webutil_db package becouse i don't need to use the file transfer utility.
    I 've tested a simple form with webutil.pll and .obj subclass with the devsuite enviroment and with a server with AS 10g from two client browser pc and all work fine.
    But after when i tried to test again the form it doesn't work in no pc client (with the server and eith the devsuite server).
    Without webutil.pll and obj the forms work fine.
    I've this error: FRM-92101: there where a failure .....
    I 've this message in java console:
    JInitiator: Versione 1.3.1.17
    Uso della versione JRE 1.3.1.17-internal Java HotSpot(TM) Client VM
    Directory principale utente = C:\Documents and Settings\wolverine1
    Configurazione proxy: nessun proxy
    JAR cache enabled
    Location: C:\Documents and Settings\wolverine1\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Cached copy of http://ggdell2:8889/forms90/webutil/webutil.jar is out of date
    Cached copy: 1-ott-04 17.26.21
    Server copy: 4-ott-04 9.07.20
    Loading http://ggdell2:8889/forms90/java/f90all_jinit.jar from JAR cache
    Downloading http://ggdell2:8889/forms90/webutil/webutil.jar to JAR cache
    Cached copy of http://ggdell2:8889/forms90/webutil/jacob.jar is out of date
    Cached copy: 1-ott-04 17.26.44
    Server copy: 4-ott-04 9.07.38
    Downloading http://ggdell2:8889/forms90/webutil/jacob.jar to JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Versione Applet Forms: 9.0.4.0
    RegisterWebUtil - Loading WebUtil Version 1.0.5 Production
    oracle.forms.net.ConnectionException: Sessione Forms <1> terminata: impossibile comunicare con il processo runtime.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)     
    Who can help me ?

    THe Java Console would indicate that you're not using the right CFG settings - you should see the WebUtil Initialisation messages

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

  • Forms 10g: error FRM-92101: There was a failure in the Forms Server during

    AS10g (9.0.4.1) on windows 2000 with 2 GB of ram
    We have an application with 10 - 15 users. Sometimes,when users exit from forms with the command exit_form, in a randomic way the form hangs with the error FRM-92101: There was a failure in the Forms Server during startup.....
    After the users have to close the browser and open another sessione of explorer.
    In the same time other users work fine.
    The problem happens more then 10 times a day.
    Is there a solution ?

    I have also run into similar problem.
    In my case, this problem has been carried over from Forms 6i to Forms 10g. In forms 6i it wrote an error file in the same folder where *.fmx file was stored.
    For 10gAS, look into <ORACLE_HOME midtier>\forms90\trace folder for a file *.trc. Open it up in notepad. It will tell you which trigger was being executed when the form failed.
    Put any comment in the PL/SQL of that trigger, recompile the form and the problem will go away.
    I usually put something like:
    dummy statement for FRM-92101.
    I do not know why it works but in my case it has.
    Good luck !!!
    Would like to know if it works for you.
    Suresh

Maybe you are looking for

  • I would like to receive some hardware recommendations/advice

    I am building a new computer, and I have to start from almost nothing due to bad or old hardware. I am able to reuse the following: 2 SATA HDs (file storage drives) 2 IDE HDs (/ and /home -- although I'd rather switch to all SATA) DVDRW My case and p

  • Problem in ALE Idoc

    Dear All, We have transferred master data from one client to another using Ale - Idoc methodology. But it has been observed that complete master data not transferred to destination client. Now I want to know how to find out missing information throug

  • COPA Revenue

    Hi all, We need a suggestion in CO-PA. SD condition type assignment to Value field inKE4I is perfect and for all company codes its fine. But we have included a SD user exit 'EXIT_SAPLV60B_004' to stop the revenue flow to CO-PA value filed and flow it

  • Digital signature for device drivers

    i was unable install drivers. Check below picture. Even though i installed certificate for publisher. give me solution. clevershiva

  • Two different scroll directions?

    Would it be possible to set two different Scroll Directions for two different gestures.  I would like to have "natural" scrolling for the swipe between full-screen apps and inverse for the scroll bar.  Although I could get used to it I might aswell t