Build a Menu Framework problems

i am trying to setup the menu framework application found on oracle articles http://www.oracle.com/technology/oramag/oracle/06-may/o36apex.html
but i have found an error on the step 5
"Step 5: Add Applications to the Menu
Before you can add applications to the menu, you must open the application in Oracle Application Express and subscribe to the menu framework application's authentication and authorization schemes.
Subscribe to the menu framework's authentication scheme. In the Application Builder, click the application you want to add to the menu system:
1. Click Shared Components.
2. Click Authentication Schemes.
3. Click Create.
4. Click the As a copy of an existing authentication scheme button, and click Next.
5. Select NNN Menu Framework from the Copy from Application list, and click Next. "
And that with all existing authentication scheme i wanted to try
« ORA-00907: missing right parenthesis »
i thing that the errrot isn't on Menu Framework but maybe on HTMLDB
can you help me with trying this and tell me how i can do
hanks for all

what version are you using?

Similar Messages

  • Build A Menu Framework

    I have built a Menu Framework using the following instructions.
    http://www.oracle.com/technetwork/issue-archive/2006/06-may/o36apex-086847.htmlI am facing 2 problems.
    1. If the user is in a child application and clicks logout.
    He is taken to the login screen of the master application (Correct), but once he enters login details, he is returned to the child application (False).
    I think he should be returned to the Home page of the Master application.
    2. If I set Session Timeouts in the Edit Security Attributes of the applications. Then if the user is timed out, he is sent to the login screen of the Master application (Correct).
    If he then logs in, he is sent the the Home page of the Master application (Correct).
    Now if he clicks a link to a child application he is then sent back to the Master application login screen.
    He then has to login again. He is sent to the Master Home page and everything is then ok.
    Any pointers appreciated
    Gus

    I have managed to sort this out.
    I changed the logout URL for the all my applications to
    wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=MY_MASTER_APP_ALIAS:101:&SESSION.:LOGOUTI also put this code in the session timeout urls
    Gus
    Edited by: Gus C on Jun 27, 2012 4:48 AM
    Edited by: Gus C on Jun 27, 2012 5:09 AM
    Edited by: Gus C on Jun 27, 2012 5:10 AM

  • Problems regarding "Building TWAIN Menu Items" upon startup

    I had Photoshop CS2 and CS3 previously installed, just installed "Adobe Creative Suite 4" but photoshop won't work.
    I start the program and as it is loading it gets to "Building TWAIN Menu Items" and then it stops and the "Send error report" window appears.
    Any help please?
    It's urgent.
    Kindest Regards
    Liam

    Remove or repair the broken scanner driver that you installed.

  • Encore no longer behaving when building a menu.  Help!

    I have creative suite 5 for iMac.  Premiere works fine but when I want to build a menu in Encore and try to put Text into it, it announces a “General Error“ or "sorry an abnormal condition has been detected” and the screen goes “mad”.  I’d be grateful for any help!

    My guess is that you have a scope problem. By putting the button inside a movieclip you have made the buttons scope the same as that clip.
    So if you add a trace inside the release event handler, what do you get?
    trace("My current scope is: "+this);
    I'm guessing it is "_level0.mc_anim_backdrops_menu," right?
    So since you are using the global function of gotoAndPlay() it is looking for that label in the current timeline and not finding it.
    You should probably use the MovieClip method and specifiy which timeline it should look in.
    _root.gotoAndPlay("Why");
    _level0.gotoAndPlay("Why")
    _parent.gotoAndPlay("Why");
    both would probably work. I would never use the first two, other than to make sure that there wasn't something else going on...

  • Photoshop CS4 Freezes on startup at "Building TWAIN menu items"

    Title says it all.. every time I start up Photoshop it freezes at "Building TWAIN menu items" and causes an error menu to pop up where I can choose to send it or not send it. Anyways I've never had a problem before until last night. It doesn't make any sense..
    Any thoughts?

    I fixed it, just incase anyone else gets the error heres how..
    Browse to C:\Program Files\Adobe\Adobe Photoshop CS4\Plug-ins\Import-Export
    then find the Twain_32.8BA file and rename it to ~Twain_32.8BA
    Cheers

  • [svn] 2514: frameworks: Fixing injection I made ages ago in build. xmls for framework projects

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 2514
    Author:   [email protected]
    Date:     2008-07-16 14:38:06 -0700 (Wed, 16 Jul 2008)
    Log Message:
    frameworks: Fixing injection I made ages ago in build.xmls for framework projects
    * all the projects should have been building against player 9's playerglobal.swc, not player 10's (except for flex4.swc)
    * this might fix compiling problems that developed in tests for air
    * problem was that s in ant are immutable and don't fire a warning if you redeclare them with a different value. I thought I was overriding the global ${playerglobal.version} property in files that needed to make it 9 instead of 10
    * solution: created global.playerglobal.version (which is 10) and in files that need to "override" it, I declare local.playerglobal.version locally.
    Reviewer: Pete
    Bugs: n/a
    QA: Please retest air compiling problems. We should probably re-run everything, since we're going back to the correct playerglobal, stuff might get fixed, stuff shouldn't (but could) get broken.
    Doc: No
    Modified Paths:
        flex/sdk/trunk/build.properties
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/projects/airframework/build.xml
        flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
        flex/sdk/trunk/frameworks/projects/flex/build.xml
        flex/sdk/trunk/frameworks/projects/flex4/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
        flex/sdk/trunk/frameworks/projects/rpc/build.xml
        flex/sdk/trunk/frameworks/projects/utilities/build.xml

  • Menu slide problem (and final slide)

    Hi
    Am sure these two are dead easy but I am struggling !
    I have some captivate projects on our intranet and have url links to them all. What I have been asked to do is just build a menu for them from which each one can be launched. Basically this is one slide with 8 click boxes over the respective title of each module - each click box launches the url of each of the existing modules
    My problems are :
    i) how do I stop this my slide progressing when a menu item is selected. I basically want it to be stagnant and stay on screen but when you click one of the boxes it moves on !!
    ii) how on the final slide of each of the launched modules can I get the project to close eg once that closes you will see the original menu slide already open.
    Hope this makes sense !
    thanks in advance

    Why don't you just set the Action for the end of your movies to point back to the Menu project HTM file again.  If your menu project is the same screen size as your movies, you won't need to worry about closing down your movies.  They'll just terminate and open the Menu again.  You also won't need to worry about the pausing behaviour on your Menu slide.
    If you should for some reason prefer to have the Menu project open in its own window and stay on that slide no matter how many times the links are clicked, then I would suggest you get the Event Handler Widget: http://www.infosemantics.com.au/catalog/widgets/interactive/wdgt_event_handler_01
    You can set Preferences on this widget to over-ride the normal pausing behaviour of Interactive objects.  It allows you to turn any caption or image into an interactive object that will fire an action (e,g, Open URL or File) when clicked.
    If you prefer the look and feel of a hyperlink in a Captivate project, get the Hyperlink widget, and attach the Event Handler to it so that when the hyperlink is clicked you fire the action to open the movie.  (Hyperlink widget doesn't as yet have the extra preferences to over ride pausing so you might still need to use the Event Handler for that advantage.)

  • Reports Builder has encountered a problem and needs to close.

    Hi All,
    The report builder in my system is behaving weirdly. If I open a report, which is having a normal browser output, it allowing me to see the data model, layout model and everything. And if I open a report, which is having a PDF output, it's not allowing me to open the Layout.
    Here the output is in context of Oracle Applications front-end. And as I know it shouldn't be a problem with Report Builder.
    It errors out with the following message.
    Reports Builder has encountered a problem and needs to close. We are sorry for the inconvenience.
    And the error report contains the following message.
    AppName: rwbld60.exe     AppVer: 3.0.0.0     ModName: mmc60.dll
    ModVer: 0.0.0.0     Offset: 0000c533
    Here is the version information:
    Report Builder 6.0.8.11.3
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.11.0
    Oracle ORACLE PL/SQL V8.0.6.0.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.10.2
    Oracle Tools Common Area 6.0.5.32.1
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.5.35.0
    Resource Object Store 6.0.5.0.1
    Oracle Help 6.0.5.35.0
    Oracle Sqlmgr 6.0.8.11.3
    Oracle Query Builder 6.0.7.0.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.11.3
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.35.0
    Oracle Image 6.0.5.34.0
    Oracle Multimedia Widget 6.0.5.34.0
    Oracle Tools GUI Utilities 6.0.5.35.0
    I have tried reinstalling the software a minimum of 10 times, but no luck. At last I got my system formatted and tried. For the first time it worked for me, then I installed Forms Builder... then again I am getting the same problem even though I have different homes for Reports and Forms.
    Is it problem with my system or the Operating System or the version of the Oracle Developer?
    Can anyone please help me out?
    Thanks in advance,
    Lakshman.

    I have been having a similar problem and do not know if this will apply to your situation but I found the following on Metalink.
    Subject:      Reports Builder Crashes Opening the Paper Layout on Large Reports on XP/2003
         Doc ID:
    Note:566304.1     Type:      PROBLEM
         Last Revision Date:      18-AUG-2008     Status:      PUBLISHED
    In this Document
    Symptoms
    Changes
    Cause
    Solution
    References
    Applies to:
    Oracle Reports Developer - Version: 10.1.2.0.2 to 10.1.2.3
    Microsoft Windows XP
    Microsoft Windows Server 2003
    Symptoms
    Oracle Reports Builder crashes opening the Paper Layout on some large reports but ONLY on the following platforms:
         Microsoft Windows XP Professional
         Microsoft Windows Server 2003
    Reports Builder displays the below message and then crashes:
    Reports Builder
    Reports Builder has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were in the middle of something, the information you were working on might be lost.
    Please tell Microsoft about this problem.
    We have created an error report that you can send to us. We will treat this report as confidential and anonymous.
    To see what data this error report contains, click here.
    [Send Error Report] [Don't Send]
    --> click on [Don't Send] button and Report Builder disappears.
    -and/or-
    access violation in oranls10.dll
    This problem does not reproduce on:
         Microsoft Windows 2000
    The solutions in the below note do not work on v. 10.1.2.2.0 and 10.1.2.3.0:
    Note 361206.1 Title: Reports Builder Crashes Opening a Paper Layout on Windows XP Only
    Changes
    Upgraded to Oracle Report Builder v. 10.1.2.x.x from a previous release.
    Cause
    Bug 7014048 is fixed in one-off Patch 5335195 (Base Bug) but missed inclusion (ie. was not ported to) in latest Developer patchset v. 10.1.2.3.0
    See also:
    Bug 7014048 Abstract: REPORTS BUILDER CRASHES OPENING A PAPER LAYOUT.
    Bug 5029530 Abstract: REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL ONLY ON XP BOX
    Solution
    To implement the solution, please execute the following steps:
    1. Download one-off Patch 5335195 for v. 10.1.2.0.2 to the XP/2003 box.
    2. Back up existing uiw.dll for 10.1.2.3 880KB 10/10/2006 7:23PM --> uiw_orig_10.1.2.3.zip
    3. In the %ORACLE_HOME%\bin directory, replace uiw.dll (880KB) with the uiw.dll (1,316KB) from
    Patch 5335195 --> 1,316KB 7/24/06 11:12PM
    4. Re-launch Report Builder 10.1.2.3.0 on XP/2003.
    5. Open the <large report>.rdf.
    6. Double-click on the Paper Layout icon.
    7. The result should be: Successfully open the Paper Layout for <large report>.rdf.
    References
    Bug 5029530 - REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL ONLY ON XP BOX
    Bug 7014048 - REPORTS BUILDER CRASHES OPENING A PAPER LAYOUT.
    Note 361206.1 - Reports Builder Crashes Opening a Paper Layout on Windows XP Only
    Patch 5335195 - REPORTS BUILDER CRASHES OPENING PAPER LAYOUT MODEL DUE TO ACCESS

  • Feature Request: Build Favourites Menu based on Directory Structure

    Hi
    SQL developer is really a very nice tool and even for DBAs. I would like to request a feature in this tool which would a good value to this tool and usability. Most of us have our own scripts which we keep on using to perform day to day activities, Can we have a feature which builds a menu based on the directory structure like one of the popular tools Benthic Software's "Golden" does? It would really be a very good feature to have.
    I love sql developer tool already..
    regards

    Better support for file based development is being working on for our 1.1 release.
    -kris

  • Dreamweaver 2014.1 Build 6947 (Mac) - save problem

    I updated to latest version yesterday and now have a problem when I save files which shouldn't happen on a 2012iMac saving to a thunderbolt drive - and didn't happen before updating.
    When I save a file i get to watch the (very pretty but boring) spinning top for a longtime. If the 'Force Quit' window is open it shows Dreamweaver 'not responding'. Mostly but not always Dreamweaver decides to respond again.
    Same site, same settings, same HDD as before the update.
    IMac: 3.4GHz i7 32GB RAM
    OS X: 10.9.5
    What have you broke?

    Hi Nancy,
    It seems it's a bug, so I will go back to the previous vetsion. Thanks for
    the link!
    Best
    Pedro
    Em segunda-feira, 22 de dezembro de 2014, Nancy O. <[email protected]>
    escreveu:
        Dreamweaver 2014.1 Build 6947 (Mac) - save problem  created by Nancy
    O. <https://forums.adobe.com/people/Nancy+O.> in *Dreamweaver support
    forum* - View the full discussion
    <https://forums.adobe.com/message/7037522#7037522>

  • Build a menu from scratch in Premiere Elements?

    Is there a way to build a menu from scratch in Premiere Elements, i.e. not use the templates?  I want a very simple menu on ONE screen, no sub-menus, etc., and all the templates I try end up creating multiple pages of menus just for the FOUR menu markers in my timeline! 
    Alternatively, how do I delete multiple pages of a menu, when I have only FOUR menu items and want them all on ONE menu page?
    Thank you very much for your help.

    robertme
    What version of Premiere Elements are you using and on what computer operating system is it running?
    You cannot create your own movie menu from scratch using Premiere Elements. The movie menu theme traces back to a main menu psd file and a scene menu psd file and assets. It is the .psd files that need to be created in Photoshop CS or higher because of the essential Layer Sets within the Layers Palette of the .psd file. (There may be other .psd editors that can do this if the can handle Layer Sets and SubLayer Sets, but Photoshop CS or higher will do the job.)
    It is often easier to customize the Adobe existing themes at the .psd level than to create them from scratch. Success in this task depends of strict adherence to naming and structural details for creating these menus.
    I have done and written a lot about this topic. If interested, please see
    http://www.atr935.blogspot.com/2014/09/pe-inside-disc-menu-theme-folderfiles.html
    ATR Premiere Elements Troubleshooting: PE: Disc Menu Folders/Files Locations
    The bottom of the content in the second link has a list of my blog posts on the application of the principles involved.
    Please review and consider. Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • Building A Menu in CP5

    Can anyone direct me to or provide me with a good example
    of how to build a menu in CP5 that will navigate to and open other CP5 projects?  With what my group
    hopes to do with dynamic aggreagation the CP5 aggregator won't work.
    Thank you, Susan

    That's just a standard warning message that appears whenever you use the Open URL or File option.  It's there to remind you that the published files all need to be together on the delivery platform in order for everything to work. If you've already arranged this you can ignore the message.

  • Reports Builder has encountered a problem

    Hi,
    I am getting the following error couple of times today whenever I work on Reports (Reports Builder 6i):
    Reports Builder has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were in the middle of something, the information you were working on might be lost.
    Please tell Microsoft about this problem.
    We have created an error report that you can send to us. We will treat this report as confidential and anonymous.
    To see what data this error report contains, click here.
    Does anybody know why I'm getting this error.
    Any suggestions/advises would be appreciated.
    Thanks.

    This is a very known problem among the report developers, and no fixes exist. Just the Report Builder is buggy, and that's it. Something to do with memory allocation or like. The more complex the reprot is and the more other applications are open in Windows, the more often this error comes up. Save your report design as often as possible, that's the bottom line. If the error is still to often, reboot the PC. From time to time I had to reinstall the Report Builder with the patches to decrease the frequency of the error.

  • Building a menu

    I was wondering what is the easiest way to build a menu and use something similar to a file chooser using JavaFX? Is my only option to port whatever I write in JavaFX into a swing application? Or is there an easy way to write it completely using JavaFX components?

    Well you can build menus using these: http://download.oracle.com/javafx/2.0/api/javafx/scene/control/MenuBar.html . I'm not exactly sure what you are asking for in regards to menus.
    As to file choosers, Jira says that they do exist but are not yet part of the public API. You will have to wait for them, unless you are willing to use swing's JFileChooser.

  • Is it possible to build a menu as my 1st page and navigate back to it?

    I am building a rather long form and would like to have a menu (TOC) as the first page so the user can go right to the desired section.  I would then like to be able to use the Navigate to Page to allow the user to return to the Menu if they want to, or navigate using the PREV and NEXT buttons.  The Navigate to Page only allows forward skipping.  Is my only option to build my menu using html and embed the form code?

    Hi,
    >> I would then like to be able to use the Navigate to Page to allow the user to return to the Menu if they want to,
    This is not something that we support right now.  As you indicated, the Navigate to Page is for foward pages, not backward.
    >> navigate using the PREV and NEXT buttons
    I am not sure if I understand this correctly.  You can always use the PREV button to get back to the previous page and as you go back, you will reach the first page, which in this case your TOC.  We currently do not support going back to a specific page in one PREV click.
    >> Is my only option to build my menu using html and embed the form code?
    Navigate to Page for backward pages is not supported in embedded form.  Are you trying to build different forms for each item of your TOC?
    Thanks,
    Lucia

Maybe you are looking for

  • Multi Selection from a List Box to a Text Box

    So I want to be able to make Multi Selections within List box and export it to the Text box. Right now I have a Script running on the cal of the Text Box event.value = getField("LISTBOX").valueAsString; Which is able to do one selection but I cant fi

  • My audiobook download doesn't play.

    Bought War and Peace and listened to the first couple hours, and now pressing the play button has no effect. I quit the Music app on my iPad and tried again, but it still doesn't play. Any ideas?

  • Can a location be renamed?

    Can the name of the location associated with a photo/pin be changed without moving the pin? For example I have a pin at my home address.  Mousing over the pin reveals the name of the town nearby. I don't live in that town (nor in any town) and would

  • HUM thresholds: is it possible to watch a line in the graphs?

    Hi, I´m configuring HUM thresholds and I would like to watch them as a line in the graphs. By now, I haven't seen what I want. My question is: is it possible to do this? Regards.

  • My fonts aren't previewing correctly in Font Book

    For some reason I have random fonts in Font Book that aren't previewing correctly.  This has not always been the case but for some reason recently it is.  I have tried clearing my font cache, etc. without any success.  Thoughts?