Dashboards in cascade menu but DashboardMaxBeforeMenu not found.

Hello.
I need show one dashboards a cascade menu.
I create folder "CM Initial" also four daschboards (CM Initial, cm1, cm2 and cm3).
I want have three folder (CM1, CM2 and CM3) in "CM Initial". I modify intanceconfig.xml adding the parameter:
<!-- Topmenu Drop-Downs -->
<DashboardMaxBeforeMenu>3</DashboardMaxBeforeMenu>
I restore WebServer, Oracle's services and server BI, but the folder show independents.
Best Regards.

You're looking for;
<!-- Topmenu Drop-Downs -->
<DashboardMaxBeforeMenu>3</DashboardMaxBeforeMenu>
to be set in the instanceconfig. Then your nested folders/dashboards will drop-down.
Good luck,
A.

Similar Messages

  • Blue-Ray Object: "Menu"; Export File Not Found--Any Clues?

    Trying to build a Blue-Ray DVD in CS3 (version 3.0.1.008). Project has motion menus and previews without errors. Upon trying to build either a disc or image I get the error
    Blue-ray object: "Menu"; Export file not found.
    Where "Menu" is the name of one of the sub menus in my project.
    Has anyone seen this error? What is an Export file? When and how does it get created?
    I have successfully burned this project to a standard DVD format.

    I have the pleasure of closing out my own question. I found the following post that was the clue I needed.
    http://forums.creativecow.net/readpost/145/857374
    It would appear that the Blue Ray build process is a lot more sensitive to file naming. I brought into my project a menu that I used as a starting template, I edited it in Photoshop and then renamed it in Encore. During the Blue Ray build process Encore rendered the menus to the original template names, but when it needed them to build the DVD it looked for the files that had the new names I had given the menus in Encore.
    Here is the fix. I exported the final menus using the Save as Template function in Encore. I then re-imported them as menus and relinked them to the DVD assets. Everything worked fine from that point on.
    The interesting thing is this did not happen when building a standard DVD using the same menus.

  • Firefox cannot find flashplayer that I installed after upgrade to Firefox 11. On a OpenSolaris 11 machine. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

    Firefox cannot find flashplayer plugin that I installed after upgrade to Firefox 11. I am running OpenSolaris 11 64 bit. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

    Firefox cannot find flashplayer plugin that I installed after upgrade to Firefox 11. I am running OpenSolaris 11 64 bit. I did move libplayer.so to /usr/lib/firefox/plugins and bounced firefox... but plugin not found.

  • Path in itune \settings\extended correct but titles not found ( ! symbol )

    Hi to everybody
    I made probably a mistake somewhere trying to find a place for my 10 GB "iTunes Music" directory.
    To make it short the situation is as follows:
    Finally I moved back the "itunes music" dir to its original place in \ownfiles\ownmusic and indicated its place in \itune \settings\extended.
    The path of "iTunes Music" is displayed in settings correctly but titles are not found: I got 3000 times "!".
    If i click upon a title i am asked to indicate manually again its directory. then it works, but i would hate do have to do it 3000 times....HELP
    acer Windows 2000

    The ! means that the songs have been moved out of the iTunes music folder or even deleted altogether.
    Use Explorer to search for them.
    On the Start menu, click Search.
    Click All Files and folders.
    In the "All or part of the file name" field, type a song or album title and then click Search.
    If you see the files you are looking for in the Search Results window, you can add them back into your iTunes library.
    http://docs.info.apple.com/article.html?artnum=93140

  • Context menu tab SERVICE not found in IB PI 7.1

    Hi,
    I am working in PI 7.1 for a scenario IDOC r/3 to PI 7.1 file.
    Here in IB I dont see any SERVICE tab to configure/create. I am getting error in IDX5 > Message split according to Receiver list>'Party and service not found'.
    I am new to this. Could someone guide me with steps or links. I searched some links but I didnt get answers.
    Thanks,
    Deepak.
    Edited by: KDeepak on Jul 2, 2009 2:36 PM

    Here in IB I dont see any SERVICE tab to configure/create. I am getting error in IDX5 --> Message split according to
    Receiver list-->'Party and service not found'.
    Is it that you are looking for a tab which was called Business Service in PI7.0?........if yes then in PI7.1 we do not have such a tab.....it has been renamed as Business Component ......in ID right-click -
    > New -
    > Collaboration Profile -
    > Business Component ---> Give Name ---> Click Create and then one more Business Component (Service) will be created under Communication Component section of ID
    In PI7.1 Business System, Business Component, Integration Process will be under Communication Component..
    Check if this is what you are looking at...
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Jul 3, 2009 10:09 AM

  • Class loaded successfully but still not found

    Hi
    I am facing a problem in instatntiating a class inside the oracle jvm. My
    java class "SimpleQueueSender" has a function named "prashant" which I am
    calling from PL/SQL using the following wrapper
    create or replace procedure pr_invoke
    as
    language java
    name 'SimpleQueueSender.prashant()' ;
    This function "prashant" internally uses a class
    "com/sun/jndi/fscontext/RefFSContextFactory" which is there in
    fscontext.jar. I have loaded my class "SimpleQueueSender" as well as
    "fscontext.jar" using loadjava into the oracle database. Following excerpts
    show that the class "com/sun/jndi/fscontext/RefFSContextFactory" has been
    loaded into the oracle database and is valid also
    SQL> select object_name, dbms_java.longname(object_name) long_name,status
    from user_objects where object_name like '%RefFSContextFactory' ;
    OBJECT_NAME LONG_NAME
    STATUS
    /e9b75f22_RefFSContextFactory
    com/sun/jndi/fscontext/RefFSContextFactory VALID
    but when I try to invoke my class then it shows that the class
    "com/sun/jndi/fscontext/RefFSContextFactory" not found....
    SQL> set serverout on
    SQL> exec dbms_java.set_output(10000) ;
    PL/SQL procedure successfully completed.
    SQL> set linesize 100
    SQL> exec pr_invoke
    Queue name is TEST_Q
    Could not create JNDI API context: javax.naming.NoInitialContextException:
    Cannot instantiate class:
    com.sun.jndi.fscontext.RefFSContextFactory [Root exception is
    java.lang.ClassNotFoundException:
    com/sun/jndi/fscontext/RefFSContextFactory]
    BEGIN pr_temp; END;
    ERROR at line 1:
    ORA-29515: exit called from Java code with status 1
    ORA-06512: at "PRASHANT.PR_TEMP", line 0
    ORA-06512: at line 1
    Can somebody please help me with this.
    Thanks
    Prashant

    Hi Prashant,
    It's been a few days since you posted, and have not yet received
    any replies, so with your permission, I'll make a wild guess.
    Perhaps one of the class that "RefFSContextFactory" depends on
    (in order to instantiate it) is invalid? Remember, sometimes the
    error messages don't really point to the cause of the problem,
    so I suggest looking elsewhere.
    By the way, have you tried running your java code outside of the
    database -- to make sure the problem is not in your code?
    Good Luck,
    Avi.

  • Get message that serial number is valid but product not found when trying to activate CS6.

    Hi,
    I need help with installing CS6 to a new computer. I have owned PS since CS and have upgraded through all of the versions. Do I have to download the old versions too now? I don't remember doing that on my new desktop last year. When I try to activate with the serial number it says the number is valid but the product is not found. I have tried my previous version numbers but they are invalid. There is a drop down to choose what product I am trying to activate but CS6 is not even listed. CS6 Extended is but that is not what I have. Can anyone help me with this?

    you purchased cs6, not as an upgrade. 
    if that's correct, you do not need any previous versions installed and you should not be prompted for any previous version's serial number.
    what exact product did you purchase and what product did you download?

  • Itunes will not open on my computer the icon on desktop  has changed to a white foldertype icon. itunes is listed in programmes on my start menu but will not launch either

    please help
    itunes will not open on my computer the icon on my desktop has changed to a white folder and it is still listed in start programmes but will not launch i am concerned about losing all my downloads

    You music etc should not be affected by problems with the iTunes program, nevertheless it is always a good idea to backup your data.
    You haven't said if there was any error message when you tried to start iTunes. If  there was one please give it in full.
    Also check to see if QuickTime works, iTunes can not work without it. If QuickTime doesn't work, it has to be fixed before worrying about iTunes.
    Then restart your PC and open your Task manger and select the Processes tab.
    Try to start iTunes, does iTunes.exe appear on the processes tab? If so does it disappear again or remain although the programs does not open?

  • Ipod will charge, but is not found

    Hello, I have had my Ipod Mini since march of this year(2005) and it has been working great up until about a few months ago. My Ipod will charge but is not recognized on the computer, and I have tried it in every one of my USB 2.0 slots(10 of them).
    When it is recognized sometimes it will update the songs onto my Ipod and then it will just disappear from my computer, like its not connected, but it will still charge. What I want is for when I open "My Computer" it will show that a Ipod is connected and I can open if from there. If anyone has any suggestions, they would be welcomed. And yes, I have tried every one of the support things on the site and in my Ipod booklet.

    Ive restarted my computer many times and its still the same, it only works about 15% fo the time, and when it does rihgt when it finishes updating it will act like its not there anymore.

  • New Nano shows in source but file not found

    This is really frustrating. My new nano starts to sync in I-tunes. IT will start to download my library then about a third of the way into it an error comes up that says "Nano can not be updated the required file can not be found". I've updated i-tunes, restored the Nano, even though it's new. It shows up on the I-tunes source list and in device manager. Then after I get the error of "file not found" I-tunes says update complete. When I disconnect the ipod, it's frozen on do not disconnect and I have to reset it.
    Any ideas?

    Hi,
    Did you updated Latest CR_content  and Cimsap?
    If not download from SAP marketplace and update in SLD.
    Regards,
    Manivannan P

  • New Technical Systems in SLD, but Database not found

    hi,all
    After i creating a Technical Systems about BW system, the Database missed, especially the database tab of the Technical Systems is grey.
    i've already checked the installation number, database host, msg server, app server, port, but still not work.
    i also try to remove it and create again.
    anything i miss? or how to check step by step?
    any suggestion?
    thx in advance

    Hi,
    Did you updated Latest CR_content  and Cimsap?
    If not download from SAP marketplace and update in SLD.
    Regards,
    Manivannan P

  • Mail w/Exchange 2007 Account- Reply arrow appears, but reply not found

    Hello out there,
    I'm really hoping someone can help with this. I have a problem, and it affects all three of the Macs I regularly use: an iMac at home, a MacBook on the road, and and iMac at the office. I have three mail accounts configured identically on all these Macs: Gmail, MobileMe, and an Exchange 2007 account, which uses the Web Services Edition. In short, everything is completely up to date all the way round. Oh, and I also use an iPhone which accesses my Exchange account for mail as well.
    My problem is this: I reply to a message in either the MobileMe or the Gmail account and presto, the reply arrow appears and clicking on it instantly reveals my reply. Works as advertised. In the Exchange account, the arrow also appears, and shows up on whichever Mac I happen to be using. However, clicking on the arrow I get a message that says something like "reply not found, you may have deleted it." Which, of course, I haven't. If I search the Exchange account's sent mail folder I find it easily, so I know it's there.
    I've tried all kinds of stuff, deleting the plist file, completely removing and reinstalling the Exchange account, rebuilding folders, all to no avail.
    Anyone have any ideas? I would really like to resolve this and find it a major flaw, at least as it appears, in Apple's implementation of Exchange server support.
    Thanks in advance!

    I have 10.6.3 running on my iMac and the problem still exists - all reply and forward status arrows are basically inert; clicking on they does not show my my reply or forward. I don't believe that there is any preference that affects this behavior so it can only be some kind of bug.

  • Connects to wifi then asked to log in but page not found?

    i am trying to connect my iphone 3 to my linksys router, ( my computer connects fine) however i click on the wifi, type in the password, i can connect for a few seconds and then i disconnect from it and a page is brought up.
    the title of the page is www.apple.com  , below it says Log in then on the actual page it says Not found, followed by the requested url /library/test/successful.html was not found on this server.
    so im not really sure what to do next, any help would be great!

    If you are having the issue where it takes you to a login page, goto Settings > WiFi and tap on the blue button to the right of your network name. There'll probably be an option to auto-join and you'll want to toggle that. If it's off, turn it on then back off. If it's on, toggle it off. If prompted to login again, just hit Cancel in the upper-right. Now goto Safari app and you should be prompted to connect to your network at which time it should work. It did for me at least and a friend of mine.

  • When building DVD menu error "was not found"

    Hi,
    whent I try to build DVD disc, folder or image I get error "was not found." What could it be? My project consist of one mpeg2 video file, one mpa audio file and two subtitles tracks. First Encore transcode audio, then give error and stop.
    Thanks

    Try replacing your mpa audio file with an uncompressed WAV or AIFF file - see if you still get the error.

  • I need to transfer playlists from my old iphone into itunes so that I can then add them to my new iphone 6.  However, none of the playlists on my iphone appear when I connect to my macbook.  I have read other threads but have not found answer.  help!

    I am a group exercise instructor and rely heavily on my playlists.  My old phone is an iphone 4s and I just bought an Iphone 6.  I also have a macbook where I keep my itunes account, but I create all my playlists on my phone.  I need to transfer those playlists from my old iphone into itunes in my computer so that I can then add them to my new iphone 6.  However, none of the playlists on my iphone appear when I connect to my macbook.  I have read other threads where the suggestion was to attach the old phone to itunes, find the phone in itunes and click the little arrow to the left to show the playlists.  Then right click on the playlist and export it, saving it to the desktop, to then import it into itunes.  However, in my case, the playlists do not show up when the phone is connected to itunes.  I have clicked on the little arrow and all I get is "music", "purchased", etc., but none of my playlists.   I'm sure some years back I probably deleted something in my itunes library and now none of my playlists show.  Please help me.  I would hate to have to recreate all of my playlists.  Thank you!

    I know it sounds weird, and that is the reason I posted my question.  Because my case is not like all the ones I've found online and it's confusing.  I added a screen capture of my itunes with my old iphone (the one that houses my playlists) connected to it.
    My playlists "ARE"  in my iphone 4s.  They are still there even though they do not show up when I plug in to itunes in my computer. 
    When connecting my phone to itunes on my macbook, the playlists do not appear anywhere in itunes.  I have found my connected iphone icon, I have clicked on the arrow next to it and it does pull up the standard lists that come with the iphone/itunes:  Music, Movies, TV shows, books.  That's it! below that is "Genius" and below "Geniuns" is "PLAYLISTS"  but the only playlist of mine that shows there is one that I created several years back titled "90's music" and that one I created it on my computer, not my phone.  Under "90's music" there are also other standard playlists that itunes automatically adds.
    Does anyone else have this issue or know how to get around this.  I am starting to think that I am going to have to recreate these lists on my computer

Maybe you are looking for

  • IMovie crashed now .rcproject file doesn't show in library/project list and won't open.

    URGENT PROJECT DUE TODAY. iMovie crashed while I was working on a project, now I can't c the file in iMovie, however I can see it in Finder and moved to the movie folder, but it still doesn't show in my iMovie library or project list and nothing will

  • How to configure Internet access?

    Hello ! I'm running Solaris 8 now and would like to know what I must do to get Internet access. I have a (hardware) Internet router in the network which I use from all the other (Windows-) stations in the network and which I can ping from my Solaris

  • Create SA from PR - Vendor from source List

    Dear All, I am creating a SA from PR, where i have selected a vendor & info record. and now when i tried to create a SA wrt PR, system is asking for a Vendor and if i entered different vendor also its accepting & again asking for the Net price. Can i

  • Email file attachments in SAP

    Hello, Is there any size limitation for the attachments in mail send option? If yes where can we check the defined limit. In my case when attached file contains more than 1000 records, it does not send the data in mail. Is there any parameter to pass

  • How to close a jmf rtp session when the whole file is sent

    i am using jmf to Stream a video file from a one client to another, everything seems to be working fine except for the fact that i dont know how to close the prosessor and the session/datasink on the transmitting clients side when the clientis done s