Home > frm 10221 cannot > error creating menu

Error Creating Menu

Contents

friend Cannot Read Menu File Error and Error Creating Menu in Oracle Forms 9i [message #213741] Fri, 12 January 2007 02:45 win2333 Messages: 18Registered: December 2005 Location: Philippines Junior Member Hi, I frm-10221 cannot read file have encountered the following oracle forms 9i error: frm-10221: cannot read file menu, frm-41810:

Frm-10221 Cannot Read File 11g

error creating menu. I have placed my menu the same with my form and recompile my menu but still I

Frm-10256

encountered the same problem. Any help is appreciated. Thanks and God bless! Report message to a moderator Re: Cannot Read Menu File Error and Error Creating Menu in Oracle Forms 9i [message #213963 is a reply to message #213741] Sat, 13 January 2007 00:43 win2333 Messages: 18Registered: December 2005 Location: Philippines Junior Member I already solved the problem..... Report message to a moderator Re: Cannot Read Menu File Error and Error Creating Menu in Oracle Forms 9i [message #213977 is a reply to message #213963] Sat, 13 January 2007 05:35 Littlefoot Messages: 20835Registered: June 2005 Location: Croatia, Europe Senior MemberAccount Moderator I'm glad you did. But, this won't help much to anyone with the same problem because you didn't explain HOW you solved it. Would you mind to do so? Report message to a moderator Re: Cannot Read Menu File Error and Error Creating Menu in Oracle Forms 9i [message #214099 is a reply to message #213741] Sun, 14 January 2007 23:31 win2333 Messages: 18Registered: December 2005 Location: Philippines Junior Member Hi, My apologies if i forget to post the solution. what i did was, i put the menu name under menu module property of the form. then i compiled all the form modules and menu modules using shift + ctrl + k and presto, it worked. Report message to a moderator Re: Cannot Read Menu File Error and Error Creating Menu in Oracle Forms 9i [message #214118 is a reply to message #214099] Mon, 15 January 2007 01:17 Littlefoot Messages: 20835Registered: June 2005 Location: Croatia, Europe Senior MemberAccount Moderator Thank you! Report message to a moderator Re: Cannot Read Menu File Error and Error Creating Menu in Oracle Forms 9i [message #214404 is a re

Miquel Coll Leave a comment Go to comments I'm migrating an app from forms 9i to forms 10g release 2. The menus uses role security, I've compiled the forms in 10g release 2 and when I open the form I get this chain of errors: FRM-41810: Error creating menu FRM-10256: User is not authorized to run form builder menu FRM-41810: Error creating menu http://www.orafaq.com/forum/t/75210/ FRM-10205: Menu not found FRM-40105: Unable to resolve reference to item %s. I have encountered this problem at other times, but I settled for the fast-track: disable the menu security. But today I feel inspired and I want to find a solution. After trying different things, I've found this oracle note: Implementing and Troubleshooting https://myotragusbalearicus.wordpress.com/2012/04/13/frm-41810-menu-security-in-oracle-forms-10g-release-2/ Menu Security in Forms [ID 28933.1] To implement menu security in Oracle Forms 9.0.x, 10.1.2 or 11.1.x you have to create an old compatibility view, execute this in SQL*Plus as SYSTEM user: For 9.0.x: SQL> @$ORACLE_HOME\tools\dbtab90\forms90\frm90sec.sql; For 10.1.2 or 11.1.x: SQL> @$ORACLE_HOME\tools\dbtab\forms\frmsec.sql; The script, in 10g is this: create or replace view FRM50_ENABLED_ROLES as select urp.granted_role role, sum(distinct decode(rrp.granted_role, 'ORAFORMS$OSC',2, 'ORAFORMS$BGM',4, 'ORAFORMS$DBG',1,0)) flag from sys.user_role_privs urp, role_role_privs rrp where urp.granted_role = rrp.role (+) and urp.granted_role not like 'ORAFORMS$%' group by urp.granted_role; create public synonym FRM50_ENABLED_ROLES for system.FRM50_ENABLED_ROLES; create role ORAFORMS$OSC; create role ORAFORMS$DBG; create role ORAFORMS$BGM; Now, grant select access to the view created: SQL> grant select on frm50_enabled_roles to public; And now, from a user account, test the view: SQL> select * from frm50_enabled_roles; If you can see values, the menu security must work in Forms 10g. Rate this:Share this:EmailPrintFacebookTwitterLinkedInGoogleMorePinterestTumblrRedditLike this:Like Loading... Related Categories: oracle, oracle forms&reports Tags: frm-10205, f

on the menu bar and then http://www.verycomputer.com/37_b449f417cff5032e_1.htm disappears. The above error then displays. Forms runtime is obviously finding the menu and is able to display it (albeit very briefly) http://www.aiotestking.com/oracle/what-can-you-do-to-resolve-this-error/ so what's the problem. Thanks. Top 1. NUBQ: Forms 4.0 Menu error FRM-10241 (Help!) The menu selection is frm-10221 cannot "Exit" -with Macro selected for Cmd, and with "exit;" in the command window. I've edited both the Form and the Menu Modules to reflect the menu name, and checked the "use file" option in the Form Module. I've saved and generated the form and frm-10221 cannot read the menu. The form comes up with the menu intact. I click on "Exit" and get: FRM-10241: Illegal operation when Oracle Forms is active. EXIT_MENU/EXIT I could really use some ideas, here.... 2. GUI --> Simulink --> GUI 3. FRM-12402 while upgrading SQL*Menu 50 to Forms4.5 4. REPOST: Game Publishing Overhead 5. what is the meaning of creating database link but omit using clause; 6. 100 MBit Fast Ethernet hardware 7. FRM-91109 & FRM-10039 S#@l Help! 8. Super Game Boy 9. FRM-41045 - FRM-47023 Forms 6i 10. Dev 2K/Forms 4.5 on Win95: FRM-10044 cannot create file 11. FRM-10044 - Cannot create file 12. What does this error message mean? 13. What does thir error mean ? 1 post • Page:1 of 1 All times are UTC Board index Spam Report

You are here: Home > Oracle Questions & Answers > 1Z0-141 > What can you do to resolve this error? What can you do to resolve this error? Posted by seenagape on April 26, 2012 Leave a comment (0) Go to comments Exhibit: You are designing a menu named Test that you saved in the file called Summit.mmb in the Forms Builder working directory. You attach the menu to the Orders form by setting its Menu Module property to Summit, then you run the Orders form to test the menu. Before the form comes up, the alert shown in the exhibit appears, followed by the message "FRM'41810: Error creating menu" displayed on the message line of the form. You determine that the path setups are correct. What can you do to resolve this error? A. Change the Menu Module property of the Orders form to Test. B. Change the Menu Module property of the Orders form to Test.mmb. C. Change the Menu Module property of the Orders forms to Summit.mmb. D. Select the Test menu in the Object Navigator and compile it. E. Select the Orders form in the Object Navigator and compile it. Show Answer 1Z0-1411Z0-141 Discussion No comments yet. Leave a Reply Cancel reply Comment Name * Email * Recent commentsnetworkmanagers wrote DJoJo wrote Answer: BJoJo wrote Answer: D (option C)JoJo wrote Answer: CJoJo wrote A(option B), B(option C),C(option D) Questions & Answer collection

 

Related content

41810 error creating menu

Error Creating Menu table id toc tbody tr td div id toctitle Contents div ul li a href Frm- Cannot Read File g a li ul td tr tbody table p Error Creating Menu If this is your first visit be sure to check relatedl out the FAQ by clicking the link above frm- cannot read file You may have to register before you can post click the p h id Frm- Cannot Read File g p register link above to proceed To start viewing messages select the forum that you want to visit from frm- the selection below Results

41810 error creating

Error Creating table id toc tbody tr td div id toctitle Contents div ul li a href Frm- Cannot Read File g a li li a href Frm- a li ul td tr tbody table p Error Creating Menu If this is your first visit be sure to check out the FAQ by clicking the link above You may have to register before you can relatedl post click the register link above to proceed To start viewing frm- cannot read file messages select the forum that you want to visit from the selection below Results p h id Frm- Cannot

error creating menu forms

Error Creating Menu Forms table id toc tbody tr td div id toctitle Contents div ul li a href Frm- Cannot Read File a li ul td tr tbody table p Error Creating Menu If this is your first visit be sure to check out the FAQ by clicking the relatedl link above You may have to register before you can p h id Frm- Cannot Read File p post click the register link above to proceed To start viewing messages frm- cannot read file g select the forum that you want to visit from the selection below Results to

frm 41810 error creating menu

Frm Error Creating Menu table id toc tbody tr td div id toctitle Contents div ul li a href Frm- a li ul td tr tbody table p Error Creating Menu If this is your first visit be sure to check relatedl out the FAQ by clicking the link above frm- cannot read file g You may have to register before you can post click the p h id Frm- p register link above to proceed To start viewing messages select the forum that you want to visit frm- cannot read menu from the selection below Results to of Thread

frm 41810 error creating

Frm Error Creating table id toc tbody tr td div id toctitle Contents div ul li a href Frm- a li li a href Frm- Cannot Read Menu a li ul td tr tbody table p Error Creating Menu If this is your first visit be sure to check out the FAQ by clicking the link above You may have to relatedl register before you can post click the register link above frm- cannot read file g to proceed To start viewing messages select the forum that you want to visit p h id Frm- p from the selection below

frm error creating menu

Frm Error Creating Menu table id toc tbody tr td div id toctitle Contents div ul li a href Frm- Cannot Read Menu a li li a href Frm- a li ul td tr tbody table p Error Creating Menu If this is your first visit be sure to check out the relatedl FAQ by clicking the link above You may have frm- cannot read file g to register before you can post click the register link above to p h id Frm- Cannot Read Menu p proceed To start viewing messages select the forum that you want to visit

frm-41810 error creating menu oracle

Frm- Error Creating Menu Oracle table id toc tbody tr td div id toctitle Contents div ul li a href Frm- a li ul td tr tbody table p friend Cannot Read Menu File Error and Error Creating Menu in Oracle Forms i message Fri January relatedl win Messages Registered December Location Philippines Junior frm- cannot read file g Member Hi I have encountered the following oracle forms i error frm- p h id Frm- p cannot read file menu frm- error creating menu I have placed my menu the same with my form and frm- cannot read menu recompile