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

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

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

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

  • How to monitor OSD TS failure and get alert or report?

    How to monitor OSD TS failure and get some alert or generate an report?
    We have SCCM 2012 R2 CU1 with MDT 2013.
    I have checked the OSD reports in SCCM and everyone is emty, where do SCCM get data to the what to activate?
    (I thinking of "Task Sequence - Deployment Status" reports)
    I am not sure people read report manually or lock at the MDT monitor view. So best I think that generate an email or incident in Service Manager when an TS fails.
    We do have SCOM, SCSM, SCO.
    Is there anyone that can point what way or what option I have?
    /SaiTech

    Specifically you could use this Status Message Query syntax to monitor your Task Sequences for errors:
    select stat.*, ins.*, att1.*, att1.AttributeTime from SMS_StatusMessage as stat left join SMS_StatMsgInsStrings as ins on stat.RecordID = ins.RecordID left join SMS_StatMsgAttributes as att1 on stat.RecordID = att1.RecordID inner join SMS_StatMsgAttributes
    as att2 on stat.RecordID = att2.RecordID where att2.AttributeID = 401 and att2.AttributeValue = "DOJ200A1" and stat.SiteCode = "DOJ" and att2.AttributeTime >= ##PRM:SMS_StatMsgAttributes.AttributeTime## order by att1.AttributeTime desc
    Just replace DOJ200A1 with the Deployment ID of your Task Sequence and DOJ with your SiteCode.
    If you want to generate an alert if the TS fails then you could run a script that calls a utility (or similar) which sends a pre-configured email to a specified address (as an alternative to Torten's response). This could be placed in the built in error
    logging section of the SCCM integrated MDT Task Sequence when it fails which I assume you are using (right at the bottom, called Gather Logs and StateStore on failure).
    There are heaps of ways of generating an email from a TS and controlling error logging just do a search - as you have Service Manager you could even use your instance of Orchestrator and call a run book in your TS which does the email?
    Cheers
    Damon

  • How to monitor partial payment

    Dear All:
    In my case, I always pay more money for original AR because I forgot partial payment had been done before. How I monitor AR overpayment when past partial payment exist?
    Thanks for the help suggestion first. Sorry for error description above.
    1.first for specific overdue analysis policy of company, we use partial payment.
    2.And then the question comes. According to contract item, we send invoice to customer only once and receive payment in several step. Each time income received, we use partial payment to clear the AR (to relate payment with original AR). But one customer may have some contracts with us, it always pay for all contract in certain amount at one time. We shall manually divide amount for each contract. If user forgot one contract was paid partially before, he may clear the AR totally at sencond time and then the first payment will still outstanding in open item. Finally we can find many partial payments received but can't refered to any invoice.
    So we are finding a way to control AR clearing to check whether partial payment exist and if the total amount is over original invoice it couldn't be cleared.
    Thanks to give me some suggestion.
    Message was edited by:
            Tommy shi
    Message was edited by:
            Tommy shi
    Message was edited by:
            Tommy shi

    Hi...
    You always have the otion of displaying vendor/customer balances(FK10N/FD10N) to find out the balances and the vendor/customer line items(FBL1n/FBL5N)
    When you pay your vendors select residual payment so that the system will select the residual item remaining to be paid to avoid any confusion.
    Its a good business procedure that you should not be paying your vendors more unnecessarily.
    Regards
    Aravind
    Assign points if useful

  • How to monitor RFC processing in XI

    Hi Friends,
    In the IDoc to RFC scenario please tell me How to monitor RFC processing in XI..
    Thanks and Regards
    Sri

    Sri,
      You can monitor in SXI_MONITOR/SXMB_MONI. If its Syncronous then u can see the request and response messages in the above mentioned transaction.
      To get more details you can go for RWB and select ur message and check for audit log's.
    Best regards,
    raj.

  • Monitor message in adapter engine through java code

    Hi all,
    I need to write a java code to monitor message using message ID in adapter engine.
    Is it possible to write such a code?
    If yes, then please provide information regarding to that.

    Hi,
    Check these threads
    Retrieving a message id
    Re: How to extract XI-header fields from XI-message in JAVA?
    Thanks!

  • Hi  friends how to monitor to proxy communications

    1)how to monitor to proxy communications in outbound side

    Hi Ganga,
    Check this blog:
    /people/krishna.moorthyp/blog/2005/12/23/monitoring-for-processed-xml-messages-in-abap-proxy
    and check this thread also,
    Outbound xml file is not getting generated
    May be it will help you.
    Regards,
    Vikas

  • Using sensors for monitoring messages

    Hi All,
    Is it possible to monitor messages using sensors on an exposed service in SOA Suite. Basically I want to monitor if any request messages have hit the web service for the last 5 minutes, else raise an email alert. The SOA composite I have is
    Web Service ---> Mediator ----> DB Adaptor
    Please suggest, how to achieve this.
    Thanks

    Hi All,
    Is it possible to monitor messages using sensors on an exposed service in SOA Suite. Basically I want to monitor if any request messages have hit the web service for the last 5 minutes, else raise an email alert. The SOA composite I have is
    Web Service ---> Mediator ----> DB Adaptor
    Please suggest, how to achieve this.
    Thanks

Maybe you are looking for

  • X5800 how to use SIP and VOIP

    Hello, I have a X5800 music, model 5800d-1 and I can enter all the necessary SIP data. I get the message (settings, connectivity, admin settings, sip settings) registered which is fine. My provider is freephonie. Question: 1) Although on the freebox

  • Changed touchpad settings do not persist on next boot (lenovo s410p)

    I noticed that if i changed the touchpad settings, the settings will stay changed only until i restart or shut down my computer. After that all settings will revert back to default. I tried updating the drivers, but still the problem remains. Is ther

  • Displaying Context Text????

    Hi, Would really appreciate some help on this one. I'm simply trying to pass a parameter from one page to another and to display it on the banner region at the top of a page. (Similar to passing context from one canvas to another using :block.item fo

  • Forwarding to an exe

    Hi all i have a temp.exe file in WEB-INF folder. from the servlet i want to forward it to this temp.exe so that it can be downloaded. the code snippet is RequestDispatcher rd = request.getRequestDispatcher("/WEB-INF/temp.exe"); rd.forward(request, re

  • Can I share my iTouch Calendar, Notes and Contacts with my iPad2?

    Can I share my iTouch Calendar, Notes and Contacts with my iPad2?