How to monitor messages at BAPI side of integration scenario

Hi all,
In scenarios like Soap -> Abap proxy (XI Adapter), I can monitor both sender and receiver messages on sxmb_moni (on XI side and on ECC side). When the scenario is Soap -> BAPI (RFC Adapter), how can I see the messages in the ECC side?
thanks!
roberti

Hi,
If it is an RFC so it resides at JAVA STACK so u cant see the message at ECC end,Proxy and IDOC u can see there message at ECC side they are on ABAP Stack,u can only see message in SXMB_MONI and in RWB for RFC Adapter.
Regards,
Phani
Reward points if Helpful

Similar Messages

  • How to monitor messages in PI 7.1

    Dear SAP,
    We are using PI 7.1. We would like to monitor messages in PI 7.1.
    There are the RWB in PI 7.1 and the NWAPI in PI 7.11.
    Question :
    I have a found a guide called "How To ... Monitoring Exchange Infrastructure 3.0)".
    This guide can be used to monitor message in XI 3.0 and PI 7.0.
    Do you know if there a more recent guide to implement the PI 7.0 monitoring ?
    Thanks
    Best regards
    NetWeaverAdmin

    Dear Shabarish,
    If I understand you well, even for PI 7.1 EHP1, you recommand to continue to use the RWB to monitor our PI system ?
    And we have to wait PI 7.3 to use the NWAPI ?
    Is it right ?
    Thanks
    Best regards
    NetWeaverAdmin

  • How to monitor message in BPM?

    Hi all
    I try to find in forums but I did not find. Could you please to guide me how I can to see message content in each step in BPM.
    Thanks and Regards
    Park

    Hi park,
    To monitor messages for BPM... got transaction SXMB_MONI_BPE
    there u can check each step.....
    hey... check the slide....also useful......
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1db5e190-0201-0010-1c90-d9de570c6b18
    Regards
    Biplab
    <i>Reward with point if useful</i>

  • How to monitor messages using CIDX Communication Channel

    I created a CIDX Communication Channel. XI failed to get a message from the source. How to monitor the messages using CIDX communication channel.

    Not sure about the monitoring but u may recheck the communication channel settings as shown:
    Sender
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0a/512041cfb7f423e10000000a155106/content.htm
    Receiver
    http://help.sap.com/saphelp_nw2004s/helpdata/en/68/1b20410e91f523e10000000a155106/content.htm
    Regards,
    Prateek

  • How to monitor Message Bridge runtime using WLST

    Hi Readers,
    I would like to monitor Message Bridge runtime on weblogic 8.1 using WLST script.
    Can anybody tell if there is any possibility? Is there a MBEAN avaialble for Messaging Bridge.?
    Edited by: user13254842 on 09-Sep-2010 23:17

    Hi,
    I don't recall whether the console provides a way to monitor the bridge, or whether the MessagingBridgeRuntimeMBean hangs off of some parent mbean, but you can obtain arbitrary mbeans using standard JMX query calls.
    Some scratch code that I have:
      private static MBeanServerConnection getConnection(
        String urlStr,
        String username,
        String password,
        String mbeanServer
      ) throws Exception {
        // This code implicitly requires weblogic classes to be in the classpath
        // in order to run efficiently, but its possible to get it to work without
        // any WL at all.   See
        //   http://e-docs.bea.com/wls/docs90/jmx/accessWLS.html#1118690
        // The code could be changed to automatically detect if WL is in
        // the classpath, and switch to "iiop" mode if it isn't.
        URI url = new URI(urlStr);
        Hashtable h = new Hashtable();
        h.put(Context.SECURITY_PRINCIPAL, username);
        h.put(Context.SECURITY_CREDENTIALS, password);
        h.put(
          JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES,
          JMX_PROTOCOL_PROVIDER
        JMXServiceURL serviceURL = new JMXServiceURL(
           url.getScheme(), url.getHost(), url.getPort(), JMX_JNDI_ROOT + mbeanServe
        JMXConnector connector = JMXConnectorFactory.connect(serviceURL, h);
        return connector.getMBeanServerConnection();
    conn = getConnection(url, user, pass, "weblogic.management.mbeanservers.domainruntime")
    String type = "JMSServerRuntime";    // not sure may need to add "MBean" or strip off "Runtime", bridge = "MessagingBridgeRuntime"
    Set xxx =    conn.queryMBeans(new ObjectName("*:Type=" + type + ",*"), null);Hope this helps,
    Tom
    Edited by: TomB on Jun 10, 2009 2:57 PM

  • Problem for Bapi Call  in Integration Scenario

    Hi
    I am creating an Integration Scenario at Design time which can be used during configuration time.In the Int. Scenario, I am using a Int Process(BPM). I am making a synchronous call to BAPI from my BPM. How can this be implemented in Integration Scenario.
    So how can I send a input message from BPM to BAPI and then take further steps only after getting response from BAPI. Is there any way to define synchronous Action in Int Scenario??? And another point to be noted is that we are not using any communication channel to send the message from BPM or receive the response in BPM. We have only a receiver communication channel which receives the message for the BAPI.
    So please help in solving this problem.
    regards,
    Biranchi

    > Thanks for ur reply. I am trying to follow the suggestion given by u. U have specified that the BAPI  in R/3 system has to be inserted as an application component. But I am unable to do that. I am using IDES system for the BAPI,but in the selection screen for the Application Component we have only instances of installed product in the SLD. So how to find out the application component to be imported.
    >
    What you need to do is, first of all your import the BAPI (RFC) into XI system. (I hope you must be knowing how to import the RFC & IDOCs into XI system). Make sure this BAPI is remote-enabled under attribute TAB in R3 ---> SE37.
    Now this imported BAPI (RFC) will be used in your message interfaces and this message interface will be used inside ACTION. And then you can use this action in your Integration Secnario as mentioned in the picture above in my first reply.
    Sorry for the confusion, you need to R3 business system name rather inserting the BAPI as a business system under 3rd swim lane.
    > And another problem is that I have to create an action for in the application Component containing BAPI and then it should be connected to the action in BPM for interaction. I have created one action for this and given the BAPi as both outbound and inbound interface. Is this the proper way to do this???
    >
    As mentioned above, after you import the BAPI (RFC) in XI you can create the messge interface. There should be two Message Interfaces. One for sending the request and other for receiving the response message.
    Regards,
    Sarvesh

  • How to monitor messages going out of XI? Kindly help!

    Hi Experts,
          I have a XI scenario where my IDOC message is going out from XI to TIBCO. I am using the JMS adapter as the receiver here. Once message is sent from XI we don't know if it really reached TIBCO?
    How do we monitor such messages?
    Basically my requirement is that there should be a email sent to the stakeholder once TIBCO fails to receive the message even though XI has sent. The stakeholder
    here is the business who just need to get an email alert. The objective behind this requirement is that, end to end XI scenario can be monitored and business does not have to check XI and TIBCO separately. They will no exactly where is the problem.
    How to accomplish this? Please provide suggestions.
    Thanks
    Gopal

    Hi Gopal,
    If you have already configured the alert rules then you just need to configure SAP connect and maintain the e-mail address for all the users attached to your alert category. You can go to transaction SU01 and maintain e-mail address for the each user attached to the alert category and the e-mails will automatically be sent if SAP connect is configured.
    Refere the link below for SAP connect configuration.
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm
    You will need to set the flag under the RWB for e-mail as well.  You will need to login the RWB for each user and go to Alert Inbox - Personalization. Under the Time-Independent Delivery you will to check the box "Mail" as well.
    Also check Michal's blog on Alert Config:-
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Hope this provides you a solution.
    Regards.
    Praveen

  • How to monitor messages on PI 7.3 AEX

    Hi Experts,
                       We are going to use PI 7.3 with a Java only service (AEX) for our project. While going through the SAP documentation for 7.3, found the following link which mentiones in a Note :
    "When you use the Advanced Adapter Engine Extended (AEX), the Runtime Workbench cannot be used for monitoring purposes"
    Link : http://help.sap.com/saphelp_nw73/helpdata/en/af/d36bc882e846f29ddef9dc1741527b/frameset.htm
    I searched in SDN and service marketplace but could not find any document specific to AEX monitoring only where 7.3 is used as a Java only installation.
    Do we need to do the monitoring via Solman only in this case?
    Would be helpful if anyone can provide me with any helpful links
    Regards
    Shiladitya

    Hi,
    1.Go to Monitoring tab -> Adapter Engine -> Message Monitor.
    When accessing Message Monitoring, you initially see an overview of messages according to a time range.
    2.Integration Directory offers one-click navigation from Communication Channel editor to the web channel monitoring using new channel PING function. This enables testing a channel in the local channel monitor .
    3.Support only Java-based adapter types.
    regards,
    ganesh.
    Edited by: ganesh.nijampudi on Dec 13, 2011 12:56 PM

  • How to monitor message mapping in BPE

    Hello all,
    I use an integration process to do several mapping after each other.
    When I try to check the result of the first mapping in the BPE Log, I get the message "No message available for slection".
    I can open the input message from the Container without any problem. But not the output message.
    For both (Input and Output Message) it shows that there is one message.
    Do I have to increase the trace level of the BPE? How? (Trace level in SXMB_ADM is 3)
    We use 2004s SP12 (new workflow log).
    Any help appreciated.
    Jürgen

    Hi Prabhu,
    Thank you for the reply. I know this document, but it doesn't help.
    As I described, I know how to check a message mapping in BPE.
    But when I try to open the MESSAGE_OUT, as described on page 9
    I get an error message "No message available for this selection".
    Although it shows that there is one message in the table (MESSAGE_OUT <1 Entry>)
    Any other idea?
    BR,
    Jürgen

  • How to Split Message through BPM in 1:n scenario

    Hi All,
    I have a scenario where i am getting a message in a flat file containing multiple entries .Now i have to read that file and split the input file into number of messages as there are records present in the file through BPM.
    how can this be done in simplest possible manner ?
    Thanks in advance
    Amit

    Hi
    Try this weblogs:
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    /people/claus.wallacher/blog/2006/06/29/message-splitting-using-the-graphical-mapping-tool
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi
    br
    Dawid

  • How to enable message mapping tools in design integration buldier?

    Hi,
    The message mapping tools like 'Map selected fields and substructures if names are identical', 'Clear mapping', 'Data flow editor', 'Text Preview', 'Dependencies', etc are not enabled in our PI. The version of PI is PI_BASIS 2005_1_700 and the java version installed on PI server is 1.4.2. Is it something to do with compatibility or options to be enabled in some settings? Please help.
    Regards,
    Priyanka S

    Hi Priyanka,
         Uninstall Java 1.4.2 and try to reinstall again it should work.
    Regards,
    Naveen

  • How to send Subtopic Message From Server-Side to Client ?

    I’m new at flex and i have a new question about Flex
    Message Service.
    How to send messages from Server-Side Java Code with
    Subtopic?
    For example.
    I customed a Flex Message Adapter in Tomcat Server , with
    this Adapter , i can send message to Client with following code .
    ---------------------Send message to Client------------
    MessageBroker msgBroker =
    MessageBroker.getMessageBroker(null);
    String clientID = UUIDUtils.createUUID(false);
    AsyncMessage msg = new AsyncMessage();
    msg.setDestination("CustomMsgServiceDes");
    msg.setClientId(clientID);
    msg.setMessageId(UUIDUtils.createUUID(false));
    msg.setTimestamp(System.currentTimeMillis());
    msg.setBody(clientID + "this is my message from server! \n");
    msgBroker.routeMessageToService(msg, null);
    ---------------------Send message to Client------------
    But i want send a message that have Subtopic to the Client ,
    How to do ?
    Thank you for reply.

    There's a white paper that talks about this subject -
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=8f1eb6ea

  • How do I close the right side message view in mail

    how do I close the right side message view in mail

    Here's how I do that in Yosemite (OS X 10.10) -
    Open Mail. Open Mail's Preferences (in the Mail menu in the main menubar). On Mail's Preferences, go to the Viewing tab.
    Click (checkmark) the item "Use classic layout". That should change the layout of the window to the old-style over-under arrangement for the mail list and display panes. Then drag the dot in the center divider (the horizontal bar that separates the message list pane from the message display pane) all the way to the bottom of the window so that the bottom pane is closed.
    Uncheck the item "Use classic layout". That should result in the 'new' style layout but with only two panes showing - the mailboxes list (if set to show) and the list of messages. The display message window should not be open at this point. If you wish to re-open it, look for a small dot in the right-hand margin of the window, and drag that dot a bit to the left.

  • How can i dispaly an Error Message from Server Side To form

    Hi All,
    How can i dispaly an Error Message from Server Side To form side .
    i try several ways nothing succed.
    i put the error in stack and after call the procedure from form i added
    Qms$Trans_Errors.Display_Messages;
    and because it is an error not informantional error the error screen displayed and enter
    in infinite loop acts like flashing .
    can any one help me please i use C/S Headstart6i and Designer 6i
    thanks alot
    radi

    hi,
    thanks alot lauri.
    yr code work only using information message but in error message its still the same .
    the error window still flash and enter in infinite loop of executeing the same triggers.
    thanks again
    radi

  • How to send message/traffic accross VME bus from NI's VME MXI-2 card So I can monitor messages via vmetro card?

    Hi,
    How to send message/traffic accross VME bus backplane from NI's VME MXI-2 card?
    So that I can monitor messages via vmetro card/BusView?
    Thanks
    DBhagat

    Hi Dbhagat,
    The VME-MXI-2 card is a type of VME controller, which is used in conjunction with a PCI-MXI-2 card that will be in an external computer. This computer is then able to send and receive messages to other devices on the VME bus, as well as monitor the information on the bus.
    Hope this helps!
    john
    Applications Engineer

Maybe you are looking for

  • I've been using a trial of FCP x 10.1.4, went to buy and it's 10.2 - I don't want 10.2 because I'm not running the updated OS. Can't I buy 10.1.4?

    I've been using a trial of FCP x 10.1.4, went to buy it  and it's trying to sell me 10.2 - I don't want 10.2 because I'm not running the updated OS and don't want to. I have cameras that run off of OS 10.9.5. so need to keep that OS.  Is there a way

  • Datapump Job

    Hi, I moved the datapump export file to different directory when still export job is running.I thought that it will throw an error but the expdp job is still running . I am wonder how the expdp is running inspite of moved the file to different direct

  • How to Create code for HR operation

    Hi Experts , i'm new in  HR ABAP  , i would like to know how to create HR operation , i need example code to create operation from scratch. Thanks Ahmed Saad Moderator Message: Please search for available information or take a classroom training on t

  • Adobe export

    I just updated my Adobe and purchased Adobe Export pdf, but when I attempt to convert a PDF to a word document I continually get a "failure to convert" message. I can't seem to resolve this issue myself, please help.

  • System crashes after thunderbird upgrade.

    Thunderbird made an auto-update. After that, whenever I try to run it, the system reboots.