Home > frm 10221 cannot > 41810 error creating

41810 Error Creating

Contents

41810 (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 post: click the register link above to proceed. To start viewing frm-10221 cannot read file messages, select the forum that you want to visit from the selection below. Results 1

Frm-10221 Cannot Read File 11g

to 3 of 3 Thread: FRM - 41810 (Error Creating Menu) Tweet Thread Tools Show Printable Version Email this Page… Subscribe to this

Frm-10256

Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode 06-07-2001,03:59 PM #1 valentin View Profile View Forum Posts Junior Member Join Date Jan 2001 Posts 13 What is this error? It's a database problem or a Forms problem? Error: FRM - 41810 (Error Creating Menu) TIA Valentin Reply With Quote 06-08-2001,07:29 AM #2 rvsagar View Profile View Forum Posts Visit Homepage Junior Member Join Date Jun 2001 Posts 12 This must be FORM ERROR FRM-41810: Error creating menu. Cause: You tried to use the menu component from within Form Builder, and an internal error occurred. Action: Contact your DBA. Level: >25 Type: Error Try to recompile your MMB file and attach it to Form ..it will work , If it does not work Change the MMB file name and location then recompile it . This may help to sort out your Problem. Vidya Reply With Quote 07-04-2007,05:46 PM #3 gnajerap View Profile View Forum Posts Junior Member Join Date Jul 2007 Posts 1 Configure your default.env You should set you configuration file called "default.env" you must set the path var: FORMS_PATH, this var must be filled with the path where your forms are, for instance: FORMS_PATH = c:\myaplication;c:\OtherApp; and so on. Reply With Quote Quick Navigation Oracle Development Top Site Areas Settings Private Messages Subscriptions Who's Online Search Forums Forums Home Forums Oracle Forums Oracle Database Administration Oracle Applications DBA Oracle Development Oracle Certification Oracle : How To Oracle Careers Oracle Positions Available Oracle Job Wanted Archives Forum Archives Other Feedback and Questions regarding the forums Obfuscation Unlimited « Previous Thread | Next Thread » Posting Permissions You may not post new threads You may not post replies You may not post attachments You may not edit your posts BB code is On Smilies are On [IMG] code is On [VIDEO] code is On HTML code is On Forum Rules Contact Us DBAsupport.com Home Page Top Click Here to Expand Forum to Full Width All times are GMT -4. The time now is 05:47 PM.

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 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 http://www.dbasupport.com/forums/showthread.php?11753-FRM-41810-(Error-Creating-Menu) a solution. After trying different things, I've found this oracle note: Implementing and Troubleshooting 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 https://myotragusbalearicus.wordpress.com/2012/04/13/frm-41810-menu-security-in-oracle-forms-10g-release-2/ 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, frm-10256, frm-40105, frm-41810, frm50_enabled_roles, menu security, migration, oracle forms&reports, role Comments (3) Trackbacks (0) Leave a comment Trackback Zino June 25, 2015 at 16:54 Reply SUPER!!! This helped>>>>grant select on frm50_enabled_roles to public; LikeLike Drivera May 7, 2014 at 17:57 Reply Excellent!!! that was! thanks you very much. LikeLike kwame asuah October 2, 2012 at 14:23 Reply Good job man. It worked LikeLike No trackbacks yet. Leave a Reply Cancel reply Enter your comment here... Fill in your details below or click an icon to log in: Email (required) (Address never made public) Name (required) Website You are commenting using your WordPress.com account. (LogOut/Change) You are co

CommunityOracle User Group CommunityTopliners CommunityOTN Speaker BureauJava CommunityError: You don't have JavaScript enabled. This tool uses JavaScript and much of it https://community.oracle.com/thread/263776?db=5 will not work correctly without it enabled. Please turn JavaScript back on and reload this page. Please enter a title. You can not post a blank message. Please type your message and try again. More discussions in Forms All PlacesDevelopment ToolsForms This discussion frm-10221 cannot is archived 0 Replies Latest reply on Aug 26, 2004 10:12 AM by 9034 FRM-41810 Error creating menu 9034 Aug 26, 2004 10:12 AM Hi all, I using Form 6i, Database 8i 8.1.7, Application Server 9i Rel 1 (form,report,http server) on differen the frm-10221 cannot read problem occured when deploying form using menu security after reach 60 user connected, if i restart the database & app server, the user can connect again or i set menu security = no but if i do not restart both server, although all user already disconnected, no one can connect to application, but user can connect via sqlplus can someone help me ? regards yohanes 361Views Tags: none (add) This content has been marked as final. Show 0 replies Actions About Oracle Technology Network (OTN)My Oracle Support Community (MOSC)MOS Support PortalAboutModern Marketing BlogRSS FeedPowered byOracle Technology NetworkOracle Communities DirectoryFAQAbout OracleOracle and SunRSS FeedsSubscribeCareersContact UsSite MapsLegal NoticesTerms of UseYour Privacy Rights© 2007-2016 Jive Software | Powered by Home | Top of pageJive Software Version: 8.0.3.1 , revision: 20160414082626.1619a91.release_8.0.3.x

 

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

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

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 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 win Messages relatedl Registered December Location Philippines Junior Member Hi I frm- cannot read file have encountered the following oracle forms i error frm- cannot read file menu frm- p h id Frm- Cannot Read File g p error creating menu I have placed my menu

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