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

Similar Messages

  • Error in File name or class name not found during Automation operation: 'CreateObj​ect'

    Hello Team,
    When I am trying to execute the below code i am getting the following error. Any help would be greatly appreciated.
    Set oFSO = CreateObject("Scripting.FileSystemObject")
    If Not oFSO.FolderExists(SavePath) Then
    Set f = oFSO.CreateFolder(SavePath)
    Else
    End If
    53 4/11/2014 12:27:22 PM Error:
    Error in <NoName(4).VBS> (Line: 9, Column: 1):
    File name or class name not found during Automation operation: 'CreateObject'
    I have googled through the error and tried to re-register the scrrun.dll using regsvr32 eventhogh it is successfully registered, i am getting the following error. My PC is windows 7 32bit OS.
    any help is greatly appreciated.

    The following script class will write a log file entry. See if it will run for you.
    The script is using a class object that you might not have seen before. A little intro:  The top section is just for testing the class. Normally I just comment this out after the class is working well.  It should run right way. I would save the vbs file in the editor, That way when you are using autoactpath or currentscriptpath variables they will be able resolve the paths.
    Paul
    Attachments:
    LoggingCode_V2.VBS ‏5 KB

  • 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

  • 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

  • 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

  • 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

  • Class not found during deployment

    I'm getting "class not found during deserialization of descriptor" during deployment of an EJB. What does this mean?

    The problem is I am trying to use JavaMail in an EJB and it gives me the error if I create a javax.mail.Session. If I comment out the Session, deployment is fine. I am thinking that maybe the problem is I am using 8i version 8.1.5 and it only supports java 1.1.8.

  • HT1386 my sync stops due to iphone not found during the final copy step...how do I fix?

    my sync stops with an error message that iphone not founds during the final copy step...how to I fix?  always work before.

    The backup is located at: iTunes/Preferences/Devices. Select the backup from the window and hit the delete key. Then connect your iPhone to your computer. It'll take a new backup.

  • Class not found during deserialization of descriptor UserSession

    I am using JDeveloper 3.1.1.2 (build 767) to deploy an EJB to Oracle 8.1.6 and I get the following error message....
    Generating EJBHome and EJBObject on the server...
    Class not found during deserialization of descriptor UserSession
    *** Errors occurred while deploying the EJB to JServer ***
    *** Deployment completed ***
    I've tried
    a) to deploy all the classes in the project,
    b) create a new project step by step,
    c) use 'deployejb' and I still get the same error...
    Can anyone help? Thanks.

    Yep, JDeveloper auto generates the <>.ejb and it is a binary file.
    Seems a pretty specific error message....any help available from the JDev team??

  • Enhancement not visible during runtime

    Dear experts,
    I have a problem with getting enhancements up and running in runtime.
    I Changed 2 enhancements in FM J_1B_NF_VALUE_DETERMINATION and activated them. Activation goes fine, but for some reason during runtime (in debug mode), I can not see the code of the enhancement at all. My changes are not triggered, I can not even see the code in debug-mode. The complete code-block is missing. It seems that the enhancements are not active and are just not embedded during runtime. Do I have to activate something else? I guess CMOD and SMOD are not relevant in this case but if they are please let me know.
    Thanks in advance
    William

    if you are usng enhancement framework then there is no need of CMOD/SMOD.
    where have you created your enhancement spots? and what type have you given there?
    goto SE19 and see what actually is the status of the enhancement .. if active, keep breakpoint directly inside your enhancement coding,
    when FM starts executing, you will find a circular swirl(just on the left side of the code ), that mean it will goto your enhancement. it wont direcly show in the deugger, you press F5 and then it will go inside your code.

  • 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!

  • JRE not found during 9i installation

    Hello guys,
    I know this is not the right section to post installation errors. However, this is more of a cofiguration error during the time of setting up Oracle 9i on RHEL 4 enviroment.
    I am trying to install Oracle 9i R2 on RHEL 4.. on HP ProLiant DL380 G5
    All the rpms and packages seem to be in place, and i dont think that there are any failed dependencies.
    I have also downloaded JRE 6 and installed it, it was a .bin file and it got extracted on the desktop itself... However I also installed SDK 6.
    But while i want to install oracle 9i after issuing the command ./runInstaller
    I recieve this error.
    [oracle@ssdcl308 Disk1]$ The Java RunTime Environment was not found at F/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory
    I fail to understand what F/bin/java stands for.. meaning "F".
    There is no partition or drive or any folder with the name F.
    However i do see java installed at /usr/local/
    This is my .bash_profile
    unset USERNAME
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/9.2.0; export ORACLE_HOME
    ORACLE_TERM=xterm; export ORACLE_TERM
    export NLS_LANG=AMERICAN
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export PATH=$PATH:$ORACLE_HOME/bin
    ORACLE_OWNER=oracle; export ORACLE_OWNER
    ORACLE_SID=ssdcl308; export ORACLE_SID
    LD_ASSUME_KERNEL=2.4.19; export LD_ASSUME_KERNEL
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    I am unable to resolve this issue, I will provide more relevant info once asked.
    Regards
    null

    Well i just added
    export PATH=$PATH:$ORACLE_HOME/bin:/usr/local:/usr/local/bin:/usr/bin
    export JAVA_HOME=/usr/local/java
    yet i get the same error.
    Am i missing something here??
    Is it something to do with the "F" thing at F/usr/local
    Message was edited by:
    user631485
    Message was edited by:
    user631485
    Message was edited by:
    user631485

  • Map not recognized during runtime

    While running a test (during runtime), the map is not being recognized
    by the system. We have cleared SLD Cache in IR and ID, and using
    SXI_CACHE several times and during runtime we still get the following
    error about the map not being found. The error is as follows:
    Runtime error Unable to find resource a1ebddd0-0d05-11dd-a1d7-
    eecb0a0a3d7e in the following software component versions:
    urn:ariba.com:xi:Procurement:CreatePurchaseOrdercom/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestM~-1
    <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>
    <Trace level="2" type="T">......attachment XI_Context not found </Trace><Trace level="3" type="T">Mapping already defined in interface
    determination </Trace>
    <Trace level="3" type="T">Object ID of Interface Mapping
    15D05B740F5D39BCBACC32BCA4E1FCE7 </Trace>
    <Trace level="3" type="T">Version ID of Interface Mapping
    A1EBDDD00D0511DDA1D7EECB0A0A3D7E </Trace>
    <Trace level="1" type="T">Interface Mapping
    urn:ariba.com:xi:Procurement:CreatePurchaseOrder
    IFM_TX_WSPurchaseOrderPush_2_Z_ARIBA_KT_PO_CREATE </Trace>
    <Trace level="3" type="T">Mapping Steps 1 JAVA
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_ </Trace>
    <Trace level="3" type="T">MTOM Attachments are Transferred to the
    Payload </Trace>
    <Trace level="3" type="T">Dynamic Configuration Is Empty </Trace>
    <Trace level="2" type="T">Mode 0 </Trace>
    <Trace level="3" type="T">Search
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_.class
    (urn:ariba.com:xi:Procurement:CreatePurchaseOrder, -1) in swcv a1ebddd0-0d05-11dd-a1d7-eecb0a0a3d7e. </Trace>
    <Trace level="3" type="T">Search
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_.class (-1) in swcv a1ebddd0-0d05-11dd-a1d7-eecb0a0a3d7e
    without namespace. </Trace>
    <Trace level="1" type="T">Unable to find resource
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_.class in the following software component versions:
    a1ebddd0-0d05-11dd-a1d7-eecb0a0a3d7e
    Thrown:
    com.sap.aii.ib.core.mapping.execution.ResourceNotFoundException: Unable
    to find resource
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_.class in the following software component versions:
    a1ebddd0-0d05-11dd-a1d7-eecb0a0a3d7e
    at com.sap.aii.ib.server.mapping.execution.JavaMapping.load
    (JavaMapping.java:148)
    at com.sap.aii.ib.server.mapping.execution.JavaMapping.executeStep
    (JavaMapping.java:67)
    at com.sap.aii.ib.server.mapping.execution.Mapping.execute
    (Mapping.java:60)
    at com.sap.aii.ib.server.mapping.execution.MappingHandler.map
    (MappingHandler.java:87)
    at com.sap.aii.ib.server.mapping.execution.MappingHandler.map
    (MappingHandler.java:71)
    at
    com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:119)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest
    (MappingRequestHandler.java:72)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction
    (MappingServiceImpl.java:79)
    at sun.reflect.GeneratedMethodAccessor511.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke
    (Interceptors_Resource.java:71)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy279.processFunction(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:183)
    at
    com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:267)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:182)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:280)
    </Trace>
    <Trace level="1" type="E">CL_XMS_PLSRV_MAPPING~ENTER_PLSRV</Trace>

    In which system you are facing this problem?
    If it is Developement system then do the following steps and then try again.
    1. In your interface mapping remove the message mapping first and then activate the interface mapping.
    2. Do some dummy change in your message mapping or rename the message mapping by copying it and activate it.
    3. Now use this message mapping in your interface mapping and activate IM.
    If it doesn't work delete all objects and recreate them. (or may be rename them ).
    One more important thing... Check your Interface Determination and make sure the outbound & inbound message interfaces are exactly same as used in Interface Mapping.

Maybe you are looking for

  • How to stop subscription emails after Unsubscribe

    Hi. This is APEX 4.2.2.00.11. We exported an application from instance A that included four saved subscriptions, then imported it to a test environment B. We received the emailed IR subscriptions from instance B, as expected.  Then clicked the Unsubs

  • URGENT: Oracle Workflow Error: API-10020 on Creation of OWB Process Flows

    I am trying to use Oracle Workflow to create Process Flows, in order to link together various mappings and components in Oracle Warehouse Builder. However, in the process flow editor window when I attempt to drag an object such as a mapping onto the

  • How to consider an object as Line Item Dimension?

    Can I have the formula for Line Item Dimension? I know basic idea like If the LID is more than 20% of the fact table then we consider as LID but how can we say that the object having more than 20% than Fact table?

  • ****Implementing Enumeration Interface****

    I need to implement the enumeration interface in a class which represents a day of the week. I need to be able to call the nextElement method to return the next day in the week. For example, if the current day object is Saturday, the nextElement meth

  • Can anyone help me to create a header in Dreamweaver CS5 (image included)

    Hi there: I have a project to do and i have to create this header: i even didn't know how to insert the vertical line (between the logo and the text) so i just cropped this image in fireworks and got the logo and the vertical line and just insert the