MENU NOT FOUND 66000-27

Hi All,
I had installed crystal report add-on in my SAP Business One System but when I am going to Adminstration > Crystal Report Administration > Manage Crystal Report, I am getting the following error as - MENU NOT FOUND 66000-27.
I am using the add-on version of 1.0.0.1. And I have also the FULL license for Crystal Report Basic 2008 for SAP Bsuiness One of Business Object.
Please also note that the above error which I am getting if only in a particular company / database. When I am loading the add-on in any other database then everything is working fine and the Menu of Manage Crystal Report is working.
Please advise for a solution as how to get rid of it.
Regards,
Kawish

Hi Kawish
Please visit the following link:
Activate menus Gross Profit
Hope this helps!!
Regards
Sourashree

Similar Messages

  • MENU NOT FOUND [ 66000-27] in Manage Crystal Report

    Hi All,
    I had installed crystal report add-on in my SAP Business One System but when I am going to Adminstration > Crystal Report Administration > Manage Crystal Report, I am getting the following error as - MENU NOT FOUND 66000-27.
    Please note that earlier this menu used to open by which I used to add the reports but now for the last 4-5 days this menu is not opening.
    Also would like to know in Account setup how to create ext table when the table already exist.
    Regards,
    Kawish

    Hi,
    I am still not able to find any solution for the error of ''MENU NOT FOUND [ 66000-27] in Manage Crystal Report''.
    I am using the add-on version of 1.0.0.1. And I have also the FULL license for Crystal Report 2008 of Business Object.
    Please also note that the above error which I am getting if only in a particular company / database. When I am loading the add-on in any other database then everything is working fine and the Menu of Manage Crystal Report is working.
    Please advise for a solution as how to get rid of it.
    Regards,
    Kawish

  • Menu not found

    Dear experts,
    I am still not able to find any solution for the error of ''MENU NOT FOUND 66000-27" in "Manage Crystal Report"
    The above error which I am getting if only in a particular company / database.
    Regards,
    Paolo

    I have had the same problem for over 6 hrs now. So I decided to step through the source code. This is my finding.
    The Problem is coming from this line in public bool FillSourceData()
    sModuleString = AppObject.Menus.Item(Rs["ModuleUID"].ToString().Trim()).String;
    This is because the reports being referenced in the database have been moved or deleted.
    The fix is to wrap the content of the while (Rs.Read()) // Not (Rs.EOF) in a try... catch
    Like this
    while (Rs.Read()) // Not (Rs.EOF)
                     try
    It now works OK.
    Edited by: Olajide Aregbesola on Mar 25, 2010 5:00 AM

  • The object R3MAIN in library *LIBL type *MENU not found.

    Hello SAP Gurus,
    Currently we are experiencing a log in issue in our dev AS400 server. Log in is successful but we are not able to proceed.
    Checking the joblog, we found out that "The object R3MAIN in library *LIBL type *MENU not found" and we dont have any idea who change this settings. Can you assist how we can return the object R3MAIN and what is the exact library should we place it.
    kharlos.

    Hi TJ,
    I would strongly suggest, to open an OSS ticket with BC-OP-AS4 as there are some more problems in the current BS7 SR1 upgrade kit. Only with such a message, SAP will be able to fix these issues.
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.net - http://www.4soi.de - http://www.easymarketplace.de

  • Menu not Found Error

    Hi Experts,
    I working on an add on ,i have registered the ard of that add on . The problem is that when i try to connect ard it gives the error "Menu Not Found".Some time it works fine and it also works fine when i restart the sap.
    So kindly Suggest me the proper solution
    Thanks
    Amit

    Dear Amit,
    I faced the same problem in 8.81 PL6.
    Dear Gordon,
    tou can try run  add on, and the add on create sub folder, Log off and login to same company (not close the application), then run the add on again, then you will have the message.
    nd.Q

  • FRM-10205 Menu not found

    Running Forms 10g application server 10g.
    I have created a menu and named it in the forms property menu
    module. I have placed the mmx in the same directory as the fmx.
    When i run the application the first form has no menu attached
    to it and works correctly, it then calls the second form using
    call_form (formname, hide, do_replace); When the form loads the message
    frm-10205 appears, the form loads without a menu.
    Paul

    Was this thread Menu not found of any help to you ?

  • [SOLVED] Openbox-menu saying Menu not found...

    Hello all,
    I installed Arch with Openbox. For the menu, I want to use openbox-menu to see my Applications.
    In menu.xml, I put the line:
    <menu execute="openbox-menu" id="desktop-app-menu" label="Applications"/>
    But when I point it in the menu, I get:
    Menu not found. Please specify a menu specification file.
    I get the same result in Terminal either as a user or as root.
    These are the "menu" packages I have installed:
    [philippe@phil-bureau ~]$ pacman -Qs menu
    local/dmenu-xft 4.5-1
    Dynamic X menu - with xft support
    local/gnome-menus 3.2.0.1-1
    GNOME menu specifications
    local/gnome-menus2 3.0.1-1
    GNOME menu specifications
    local/libdbusmenu-qt 0.9.0-2
    A library that provides a Qt implementation of the DBusMenu spec
    local/lxmenu-data 0.1.2-1 (lxde)
    freedesktop.org desktop menus for LXDE
    local/menu-cache 0.3.2-1 (lxde)
    Caches to speed up freedesktop.org's application menus use.
    local/obmenu 1.0-9
    Openbox menu editor.
    local/openbox-menu 0.3.6.6-1
    Dynamic XDG menu for openbox
    local/openbox-xdgmenu 0.3-2
    fast xdg-menu converter to xml-pipe-menu
    Any help/ideas/suggestions are welcome!
    Thanks
    Philippe
    Last edited by Philippe1 (2012-02-17 16:30:22)

    Hey guys, thanks for the quick response!
    Openbox-menu comes from AUR and the menu.xml is a copy of my Archbang installation. And yes, openbox-menu works like a charm on Archbang. So what am I missing?
    Here is the menu.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
    <menu id="root-menu" label="Openbox 3.5">
    <item label="Fichiers">
    <action name="Execute">
    <execute>
    nautilus
    </execute>
    </action>
    </item>
    <item label="Internet">
    <action name="Execute">
    <execute>
    chromium
    </execute>
    </action>
    </item>
    <item label="Minitube">
    <action name="Execute">
    <execute>
    minitube
    </execute>
    </action>
    </item>
    <item label="Jeux de cartes">
    <action name="Execute">
    <execute>
    pysol
    </execute>
    </action>
    </item>
    <item label="LibreOffice Writer">
    <action name="Execute">
    <execute>
    libreoffice -writer
    </execute>
    </action>
    </item>
    <item label="LibreOffice Calc">
    <action name="Execute">
    <execute>
    libreoffice -calc
    </execute>
    </action>
    </item>
    <item label="Terminal">
    <action name="Execute">
    <execute>
    sakura
    </execute>
    </action>
    </item>
    <separator/>
    <menu execute="openbox-menu" id="desktop-app-menu" label="Applications"/>
    <menu execute="~/.config/openbox/pipemenus/obpipemenu-places ~/" id="places" label="Places"/>
    <menu execute="~/.config/openbox/pipemenus/obrecent.sh ~/" id="recent" label="Recent Files"/>
    <menu id="Preferences" label="Preferences">
    <menu id="root-menu-90523" label="Conky Config">
    <item label="Edit .conkyrc">
    <action name="Execute">
    <execute>
    leafpad ~/.conkyrc
    </execute>
    </action>
    </item>
    <item label="Restart Conky">
    <action name="Execute">
    <execute>
    conkywonky
    </execute>
    </action>
    </item>
    </menu>
    <menu id="root-menu-891528" label="Eye Candy">
    <item label="No effects">
    <action name="Execute">
    <execute>
    ~/.config/openbox/scripts/xcompmgr.sh unset
    </execute>
    </action>
    </item>
    <item label="Transparency">
    <action name="Execute">
    <execute>
    ~/.config/openbox/scripts/xcompmgr.sh set
    </execute>
    </action>
    </item>
    <item label="Transparency, fading">
    <action name="Execute">
    <execute>
    ~/.config/openbox/scripts/xcompmgr.sh setshaded
    </execute>
    </action>
    </item>
    <item label="Transparency, fading shadows">
    <action name="Execute">
    <execute>
    ~/.config/openbox/scripts/xcompmgr.sh setshadowshade
    </execute>
    </action>
    </item>
    </menu>
    <menu id="root-menu-525118" label="Openbox Config">
    <item label="Edit autostart">
    <action name="Execute">
    <execute>
    leafpad ~/.config/openbox/autostart
    </execute>
    </action>
    </item>
    <item label="GUI Menu Editor">
    <action name="Execute">
    <execute>
    obmenu
    </execute>
    </action>
    </item>
    <item label="GUI Config Tool">
    <action name="Execute">
    <execute>
    obconf
    </execute>
    </action>
    </item>
    <item label="Key Editor">
    <action name="Execute">
    <execute>
    obkey
    </execute>
    </action>
    </item>
    <item label="Reconfigure">
    <action name="Reconfigure"/>
    </item>
    <item label="Restart">
    <action name="Restart"/>
    </item>
    </menu>
    <menu id="root-menu-23433" label="Take Screenshot">
    <item label="Now">
    <action name="Execute">
    <execute>
    scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ &amp; geeqie ~/$f'
    </execute>
    </action>
    </item>
    <item label="In 5 Seconds...">
    <action name="Execute">
    <execute>
    scrot -d 5 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ &amp; geeqie ~/$f'
    </execute>
    </action>
    </item>
    <item label="In 10 Seconds...">
    <action name="Execute">
    <execute>
    scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ &amp; geeqie ~/$f'
    </execute>
    </action>
    </item>
    <item label="Selected Area... (click &amp; drag mouse)">
    <action name="Execute">
    <execute>
    scrot -s '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ &amp; geeqie ~/$f'
    </execute>
    </action>
    </item>
    </menu>
    <menu id="root-menu-571948" label="tint2 config">
    <item label="Edit tint2rc">
    <action name="Execute">
    <execute>
    leafpad ~/.config/tint2/tint2rc
    </execute>
    </action>
    </item>
    <item label="Tint Wizard">
    <action name="Execute">
    <execute>
    tintwizard.py
    </execute>
    </action>
    </item>
    </menu>
    <item label="Edit /etc/rc.conf">
    <action name="Execute">
    <execute>
    sudo leafpad /etc/rc.conf
    </execute>
    </action>
    </item>
    <item label="Input Device Preferences">
    <action name="Execute">
    <execute>
    lxinput
    </execute>
    </action>
    </item>
    <item label="Screen Resolution">
    <action name="Execute">
    <execute>
    arandr
    </execute>
    </action>
    </item>
    <item label="User Interface Settings">
    <action name="Execute">
    <execute>
    lxappearance
    </execute>
    </action>
    </item>
    <item label="Wallpaper">
    <action name="Execute">
    <execute>
    nitrogen
    </execute>
    </action>
    </item>
    </menu>
    <separator/>
    <item label="Exit">
    <action name="Execute">
    <execute>
    oblogout
    </execute>
    </action>
    </item>
    </menu>
    </openbox_menu>
    Thanks again!

  • Menu not found (FRM-10205)

    Hi, people!!
    I'm deploying a forms application with a menu. I've compiled both form and menu modules. In spite of that, when I try to run the form, I get the follow error message:
    Menu [menu_file_name.mmx] not found
    The file exists and the path is specified in the search path. What's wrong?
    Any help would be thankfully appreciated.

    Hi,
    Even I have experienced the same problem. The problem is very clearly with the PATH u have specified.
    Check for SPACES and UNDERSCORES in the path u have given. Even if there is a space or an underscore that is present / missing in the path, then u get the error.
    Hope this suffices.
    Rgds,
    Santhosh

  • Menu Not Found during Runtime

    Dear Colleague,
    My customer attempted to run the new version of the Oracle 9i Forms application that I developed for him. He successfully started the initial form, but the referenced menu file within the initial form is not found. There is no path included in the reference to the menu module within the property sheet, only the file name of the menu.
    Currently, the MMX-file is in the same directory as the initial FMX-file that references the MMX-file.
    Which parameter or configuration file must one change for the menu file to be found and used within the context of Oracle 9i AS?
    Best regards,
    Randy

    If you're running a Unix/Linux server; please keep in mind filenames are case-sensitive! So if in the FMB a menu is attached with the name "MyMenu" and you have MYMENU.MMX on the filesystem it will not be found! You can check what the filename is in the FMB by converting it to FMT.
    Tim

  • Bookmark menu not found?

    Hi, I have searched these talks and, of course the manual but can not locate the bookmarks folder anywhere. I have not had any problem with creating bookmarks. I simply can not locate them to return to those sites. I have no interest in putting them all on the bar yet have not located any of the bookmarks I created. I even tried to search for them and get a standard google Internet web page. While the sites can be found somewhere on that first page it lists a lot of other sites. The time it sometimes takes to locate the site I am looking for is simply crazy. I personal believe it should not take fifteen ninety minutes to return to a bookmarked site. Any help on what should and may even be such a simple action will be greatly appreciated!

    The orange Firefox menu button is hidden by default on Windows XP.<br />
    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden, so you need to hide the Menu bar via View > Toolbars, also accessible via Firefox > Options.<br />
    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the menu bar is hidden and you need access to it.
    * https://support.mozilla.com/kb/how-do-i-use-bookmarks

  • Content Exchange  menu not found in KM

    Hi All
    I am trying to import home_area_content_templates_fullupdate.zip file. As per documentation of Importing an Offline Package  it is saying there will be a menu Content Exchange under Content Management. I could <b>not find Content Exchange</b> menu. I have already <b>activated Content Exchange Service</b>.
    Please Help.
    Thanks in advance .
    Raktim
    Message was edited by: Raktim Banerjee

    Hi Stefan
    Thanks for ur reply.
    I can see Content Management menu . Under that I can see 
    Form-Based Publishing
    Global Services
    Protocols
    Repository Filters
    Repository Managers
    Repository Services
    User Interface
    Utilities
    connection pools
    But I <b>cannot see Content Exchange</b> Menu.
    I have assigned ContentManager role to thr user also.
    Thanks
    Raktim

  • Custom Run-Time Menu Not Found in User.lib

    Our Instrument Run-Time Menus are getting lost.
    This is because we have some computers that are 32 bit and the code is located at
    C:\Program Files\National Instruments\LabVIEW 2011\user.lib\InstrumentDrivers
    Other computers are 64 bit and the code is located at
    C:\Program Files (x86)\National Instruments\LabVIEW 2011\user.lib\InstrumentDrivers
    The directories are thus slightly different because of how Windows treats the location of 32bit LabVIEW running on a 64 bit machine.
    Does anybody have an easy work around?

    I'm confused by "lost".  Do you mean when you build the path to your custom menu within your vi or are running some executable?  Is this code you have written?  If so, then maybe a simple check when initializing the paths might work.
    If it is as simple as just having to decide between those two directories, then I would just check to see if the win64 bit directory exist, using "file directory info" vi.  If it doesn't' exist you should get an error, then check to see if the other path exists, it should hopefully, and use that.
    Not sure if this is what you need.

  • ESS Menu not found in SPRO

    Hi all,
    We have ECC 6.0 EHP4 NW7.01 installed, and I can't find ESS menu in SPRO under 'Personnel Management'
    Can anybody help me?
    Thanks in advance!!
    Regadrs.
    Urtzi

    Hi,
    Check the help document to see which Business Functions are to be activated to see the Content under SPRO.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/03/67653566d44428b2bcfab4975bcdf7/frameset.htm
    Hope this helps.
    Cheers-
    Pramod

  • Error create license adminstration menu: Menu - Already exists [66000-88]

    Hi Experts,
    Customer has a minor problem - when loading SAP, the error message...
    Error create license adminstration menu: Menu - Already exists [66000-88]
    .. appears at the bottom of the screen.   What is causing this message?
    Thanks
    Greig

    Hi Greig ,
    You might need to upgrade your patch level . Here is the reason why you might have that issue
    MenuItem: Menu - Already exists / Not found
    Symptom
    When adding many menu items you may randomly come across the following error messages:
    "Menu - Already exists [66000-68]"
    "Menu - Not found [66000-27]"
    This may happen even if the UniqueID being used has previously been removed using RemoveEx(). This issue may occur in SAP Business One 2007 A PL30 through to PL44.
    Other terms
    error, menu - already exists, menu - not found, menu, already exists, not found, sub-menu, menuitem, remove, removeex, add, sap business one, ui, ui api, sdk
    Solution
    This issue does not occur as of SAP Business One 2007 A PL45.

  • Form Not Found error

    Hi,
    I have a program that adds a button on the AR Invoice screen, and when chose, it opens the Freight screen and amounts are filled in. It works fine when there is only one AR Invoice window open. If I open another AR Invoice window, and click on the button on the second window, after it opens the Freight wondow, it gives error "Form - Not found [66000-9]" and fails to populate the amounts. I'm using the following code:
    oForm2 = oSBOApplication.Forms.GetForm("3007", pVal.FormTypeCount)
    oMatrix = oForm2.Items.Item("3").Specific
    The error comes up at the oMatrix line.
    Any idea what I'm missing?

    I have the code bellow :
    and I still have the error even tought I'm using the pVal.FormType and pVal.FormTypeCount.
    Trying to get a value from the UDF form. so I added "-" in front of the pVal.FormType  so what's the best way to get value from UDF form if the form isn't visible ?
    public
    string GetValueOnForm(string FormType, int FormTypeCount, string ItemUID, bool IsNumeric)
    string RetVal = "";
    try
    switch (SBO_Application.Forms.GetForm(FormType, FormTypeCount).Items.Item(ItemUID).Type)
    case (SAPbouiCOM.BoFormItemTypes.it_EDIT):
    case (SAPbouiCOM.BoFormItemTypes.it_EXTEDIT):
    case (SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON):
                    SAPbouiCOM.
    EditText Editor = (SAPbouiCOM.EditText)SBO_Application.Forms.GetForm(FormType, FormTypeCount).Items.Item(ItemUID).Specific;
                    RetVal = (IsNumeric ? FortSum.StaticClasses.
    General.GetNumericOnly((Editor.Value == "" ? "0" : Editor.Value), true) : Editor.Value);
    break;
    case (SAPbouiCOM.BoFormItemTypes.it_COMBO_BOX):
                    SAPbouiCOM.
    ComboBox ComboBox = (SAPbouiCOM.ComboBox)SBO_Application.Forms.GetForm(FormType, FormTypeCount).Items.Item(ItemUID).Specific;
                    RetVal = (IsNumeric ? FortSum.StaticClasses.
    General.GetNumericOnly(ComboBox.Selected.Value) : ComboBox.Selected.Value);
    break;
    catch (Exception ex)
            ShowOrLogError(ex);
    return RetVal;

Maybe you are looking for

  • Safari and Firefox hangs and won't accept online download from any sites

    My Safari and also Firefox won't download or process to download everytime I try to download a new update from a site or a software...ect. They do process to the download and then just hang there for a long long time and no download window appear ask

  • How do I get infinite bars when zooming in on piano roll?

    When zooming in on the piano roll, the bars stop at 128th notes or something. I can add smaller values of notes, but then theres no grid to make the input accurate. Is there a setting or button within the piano roll Im missing? Thanks, Sverre

  • Java, Stored Procedure/Function,  JSP

    Hello All, Is there any one who can help. I would like to return a record set from a stored function and display the results with a JSP program. The same function is currently being used to retrieve data for a related process, but that process uses a

  • How to create a customer feedback form?

    I am a tech writer who works for a very large, global computer company. We have thousands of technical documents on the web. We're interested in providing a customer feedback mechanism that would be invoked by our PDF documents. I watched the Adobe T

  • Active window corners have disappeared

    Using the latest OSX Mavericks, 10.9.4 Check the screenshot--when I select any window to make it active, the corners disappear =( Wot in the world??