Monitoring,RWB

Hi All,
IDOC,HTTP,XI adapters reside on the ABAP Stack ,so they cannot be monitored in RWB.
1.So how can we monitor IDOC,HTTP,XI Adapters?
2.Cant we monitor RFC Adapter in RWB ?
3.Can we monitor the XI Adapter in SXMB_MONI?
4.Can we monitor SOAP ,MAIL,JDBC Adapters in RWB and SXMB_MONI?
5.What exactly done in the Support Project?Please explain with the examples.
Thanks in advance

Hi Ravi ,
Thanks for the reply.
1) IDOC, HTTP and XI adapter messages can be monitored from SXMB_MONI itself.
IDX5 can be used to monitor IDOC mesages.
How to check whether data is being posted by HTTP or not?
4) We can monitor SOAP ,MAIL,JDBC Adapters in RWB . The audit logs for all the Java based adapters are not accesible from SXMB_MONI, you have to use RWB only.
Can you please tell me how to monitor SOAP,MAIL,JDBC Adapters ?
Thanks in advance.

Similar Messages

  • Java.lang.NullPointerException in Message Monitoring-RWB

    Hi Experts,
    I am getting java.lang.NullPointerException in Message monitoring.Here is the detail trace of the error message.
    Stack trace for the above error message is:     
    java.lang.NullPointerException     
         at com.sap.aii.mdt.util.SelectModel.getComponentLabel(SelectModel.java:192)
         at jsp_monitor_new1226507446052._jspService(jsp_monitor_new1226507446052.java:174)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:544)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:68)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:29)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:427)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:358)
         at com.sap.aii.rwb.web.messagemonitoring.viewcontroller.MmDynPage.doProcessBeforeOutput(MmDynPage.java:69)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:123)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:29)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at jsp_FC_Secure1226507436137._jspService(jsp_FC_Secure1226507436137.java:24)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:544)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Wait...      
    Query being processed
    Please help me how to resolve the issue.
    Thanks,
    Bharath.

    Hi Bharath,
    Check SAP note no.1250954  for solution. It has the solution to the problem you are facing might be ralated to the SP levels you have, you need to installl some patch from this note.
    Thanks!

  • Jdbc adapter error on confirmation message in message monitor (rwb)

    I have the scenario iDoc -> PI 7 - > jdbc (AS400 odbc driver).
    When I do INSERT statements, the data is stored in the Database and the RWB message monitoring shows status Successfull.
    However, for every insert, an other message shows up in the message monitoring with reversed Sender and Receiver (so it looks like a confirmation message is trying to find its way back to XI). This message first is is Status "Waiting", and after some time gets in Status "System Error".
    As I am not expecting any responses in my XI configuration (as I have no place to send them to), I want to stop these messages showing up in the Adapter Engine (as there will be many Error Status messages that are of no interest to me).
    How can I stop these messages, or what should I do in XI to process them (and dump them in my receiver determination). I have NO  BPM involved .

    Hi,
    For each open connection a entry is made j2ee stack.So when the it reaches to max and execption is thrown.
    In Jdbc adapter configuration -> advance mode -> Set -> Disconnect from the database after processing each message.
    Should solve the prob
    <b>Cheers,
    *RAJ*
    *REWARD POINTS IF FOUND USEFULL*</b>

  • Channels not monitorable in the Communication Channel Monitor / RWB

    Hi,
    Back on XI after a long break… &#9786;
    I am facing an issue with our in-house JCA adapter used in XI scenarios. When trying to monitor the channels using our adapter from the Communication Channel Monitor in RWB, I have the following:
        Status: NA
        Short Log: No adapter registered for this channel
    The adapter is deployed and the integration scenarios using it work perfectly:
      - sda package deployed through the SDM
      - the metadata defined in the Design
      - a valid and working configuration involving the scenario is defined
    The messages are going through and are monitorable in both SXMB_MONI and RWB...
    All other channels using system adapters (File, RFC, SOAP…) do display a status (as a color icon) and a Short Log… and they can be administered (start/stop) using the enabled buttons when selected…
    From the Adapter Monitor page, our adapter has a green status, and all the channels configured to use it display the status, Name and Text information...
    I have no idea what could be the issue… should the adapter implement a special interface to be monitored from the RWB, is it a configuration issue, permissions issue???
    I saw 2 posts with this error message but they did not help me to figure out where the issue is …
    Thanks for your help,
    Adalbert
    Edited by: Adalbert Wysocki on Apr 29, 2008 6:52 AM

    Hi Gouri,
    Thanks for your response, I will try would suggestion for testing... but
    I am wondering why the namespace has to be http://sap.com/xi/XI/sample ???
    It sounds weird that this namespace has to be fixed... as the purpose of a namespace is to create a isolation/container for names... so it needs to be customizable...
    I did not see anything in the Adapter Development guides related to this kind of constraints...
    Thanks,
    Adalbert

  • How to add proxy node in message monitoring RWB

    Hi all,
    in RWB message monitoring , i can see two options in drop down list those are integration engine and adapter engine. i want to add one node for proxy run time also.
    can anybody let me know how to add a node for proxy runtime?
    any document or help will be appreciated
    Thanks
    sandeep sharma

    Hi,
    connect your SAP application system (like ERP, etc.)
    to SLD - the same one as PI uses (you need to have PIRWBUSER on ERP too)
    then start transaction SPROXY and build and interface on it
    start it and check if you see the new node in message monitoring
    Regards,
    Michal Krawczyk

  • Message in Message Monitor/ RWB stay forever in status DLNG

    Hi,
    We have a problem with a Message inside our J2EE Adapter. The message remains in the status DLNG forever.
    We use SAP XI 3.0 Service Stack 13.
    We have the following scenario:
    When sending messages via the Oracle JDBC connection to the Receiver-Service, the
    message keeps the delivering status and never fails if the message
    fails on the database level. In this particular case, the message failed on the DB level due to a misconfigured trigger and due to unique constraints. The state of the messages can be resolved by cycling the entire J2EE engine.
    How can I handle such a message that stay in DLNG status?! And why is it hanging there? I cannot restart the message, I cannot stop it I also cannot cancel it out of the RWB.
    regards
    Nesimi
    Message was edited by: Nesimi Buelbuel

    any solution to the problem mentioned here ?
    we are also facing the same issue.
    have tried all kinds of restarts.
    any further help will be appreciated.
    thanks,
    gaurav

  • Regarding Communication Channel Error in Component Monitoring(RWB) in Dev

    Hi,
    In my XI dev Server when I check Component monitoring....Adapter Engine and CC monitoring are showing errors ( showing red
    symbol)......
    I think my RFC to File Scenario cannot be executed  due to this.......I cant receive any messages in SXMB_MONI.....
    Please help me......
    Thanks,
    Sudheer

    Hi...
    Still I am not getting any messages in the MONI.....
    In communication Channel Monitoring it is showing green.......
    In Component Monitoring Integration Engine:XID showing red.....CCMS Status: showing red and Adapter Engine Showing red......
    Created RFC destination at ECC(of 'T' type) and gave ECC details....Then gave same details in Communication channel in XI.......
    I did not created RFC Destination at XI.......
    Should data to be passed to RFC or XI automatically pings the data......
    When ABAPer executed RFC Connection its successful...but when he executes Functional module i.e test it is showing 'SYSTEM_FAILURE'.....
    Thanks,
    Sudheer

  • Radio button not display in message monitoring(RWB)

    I show Message Monitoring in runtime workbench.
    I found many entry in 'Configure Table Columns' area.
    But first column's radio buttons are not displaied.
    I need to show radio button.
    thanks.

    hi,
    this problem might due to your jdk version installed chk whether it is 1.4.2.x if it is more than it den re install the above mentioned version since dat does support n bcoz of which the radio buttons are not being shown.
    Regards.
    Siddhesh Naik

  • XML Monitor time (sxmb_moni) and Message Monitoring (rwb) not same.

    Hi,
    I have changes the TIME ZONE using STZAC but then the xml monitoring time log still doesn't match with the system and java engine time.
    Please help.
    Thank you and Regards
    Fernand

    Hi
    Follow this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3cced290-0201-0010-99bc-ff88c32a4495
    http://help.sap.com/bp_bpmv130/Documentation/Installation/Configuration_Guide_FP.pdf
    Regards,
    Santosh.

  • RWB- adapter monitoring - IDOC missing ?

    Hi, I can not see IDOC adapter in adapter monitoring(RWB). when I tried to execute my scenario(File to Idoc), I got the following error.
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER"><b>ATTRIBUTE_WRONG_INTF</b></SAP:Code>
      <SAP:P1>MI_Cremas_IA</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack><b>Unable to interpret IDoc interface MI_Cremas_IA</b></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error><b></b>
    1. How do i check if IDOC adapter is running ok or not?
    2. I am sure IDOC adapter is installed as I can see adapter metadata objects under http://sap.com/xi/XI/System of SAP BASIS swcv in IR. What configuration I need to do to make IDOC adapter appear in adapter monitoring(RWB) ?
    3.Is above error due to problem with interface determination or receiver determination ?
    Please help.

    Hi,
    1. File to File works fine. I just tested this.
    2. File to File using BPM works fine. I just tested this.
    3. <b>File to IDOC is failing</b> with the following error message. I have checked port and RFC destination in XI server which are working fine.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area=<b>"IDOC_ADAPTER">ATTRIBUTE_WRONG_INTF</b></SAP:Code>
      <SAP:P1>MI_Cremas_IA</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack><b>Unable to interpret IDoc interface MI_Cremas_IA</b></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Does this due to any authorizations error ? Please help.
    I have tested the configuration in ID which looks good except a message(sender agreement not found).
    SXI_CACHE is upto date.
    CPA cache refreshed successfully.
    <b>SAI_CACHE_RERESH report failed with cx_ai_cache_xms exception. How to fix this</b>. Not sure if this is causing any cache problem.

  • TABLE OF RWB XI MONITOR

    Dear Expert,
    I have a problem when JDBC-to-RFC scenario
    Scenario: Connection fail (because user-pass is incorrect)
    When I try to excecute CCsender
    1. Monitor SXMB_MONI message is finish (chequed flag)
    2. Monitor RWB on CCreceiver Monitor (There is ! occur)
    Then My solution I need to show this both monitor on my customize screen
    for topic 1 I have already find the Table that keep in SE11
    the problem is!! I cannot find the table which keep the error in RWB
    anyone please tell me Is there any table keep RWB monitor in term of CCreceiver Monitoring
    Thank in advanced

    If you wants to know the status of communication channels as shown in MDT, you can call the standard webservice exposed by PI which gives you all details about CCs.
    The Webservice details are,
    CommunicationChannelService
    http://<host>:<port>/CommunicationChannelService/HTTPBasicAuth?wsdl

  • Communication channel monitoring, adapter monitoring error

    Hi ,
    I am using SAP PI 7.0 with HP-UX.
    Here we have 6 logical hosts in one physical host.
    Physical host name is u2013 xyz
    Integration server name u2013 sappid
    The Central SLD: sappid
    URL for sappid: sappid: 50300
    When I monitoring RWB----
    >communication channel monitoring, adapter monitoring, in Development system It's detecting another logical host ( like www://sapard:50300 )  and getting page cannot find error.
    1.SLDCHECK
       http://xyz:50300/sld  
       host name: xyz
      port number: 50300
      user : SLDDSUSER
    2.SXMB_IFR
       http://xyz:50300/rep/start/index.jsp
    3.SMICM
       icm/server_port_0 = PROT=HTTP,PORT=8003
       icm/server_port_1 = PROT=SMTP,PORT=0
       icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=50300
       icm/host_name_full = sappid
    4. SLDAPICUST
        SAP_CONFIG   1   xyz   50300   SLDDSUSER
    5. SXMB_ADMIN
        Role of Business System Integration Server
        Corresponding Integ. Server http://sappid:8003/sap/xi/engine?type=entry
       Integration Engine Configuration Data -> Check button
    6.When I opened the http://xyz:50300/rep/start/index.jsp I got the
      XI start page.
        when I opened the http://sappid.AIG.com:50300/
       the page not found issue, when I opened http://sappid:50300/ I got the
       XI start page.
    plz help me for this issue.
    thanks in advance.
    regards,
    reddy.

    Hello,
    I think the FQDN is not set properly.
    Problem in the parameter
    SMICM
    icm/server_port_0 = PROT=HTTP,PORT=8003
    icm/server_port_1 = PROT=SMTP,PORT=0
    icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=50300
    *icm/host_name_full = sappid *
    Replace this parameter in instance profile
    icm/host_name_full = sappid.AIG.com
    Then in the host entry of your server please add an entry
    172.18.23.233(ip your ur Xi server)       sappid.AIG.com
    Then let us know the result.
    Thanks and Regards
    Vijay

  • Receiver determination / Monitoring the messages.

    Hi.
    I'm trying to set up simplest File to File scenario.
    Sending channel generates messages and I can see them through Integration monitoring workbench. But I do not see the messages from SXMB_MONI.
    Is it supposed to be this way ?
    My problem is that even I specified  receiver determination the messages hang there with status "Waiting" and empty field "Reciever".
    Test tools fails at receiver determination even I have enabled the service in SICF transaction.
    Do I miss something very obvious here  ?
    Sincerely,
    Evgeny.

    Hi,
    What do u see in Integration monitoring-->RWB..?
    <i>The message was successfully transmitted to endpoint http://<hostname>:8000/sap/xi/engine?type=entry using connection AFW.</i>
    or anythign else.
    If the message is successfully transferred using pipeline URL then u should see ur messge in sxmb_moni.
    else check if ur pipepline URL si properluy mentioned or not... it should be,..
    <b>http://<hostname>:8000/sap/xi/engine?type=entry</b>
    Cheers,
    Siva Maranani.

  • Page cannot be displayed in PI end to end monitoring

    In our production environment we get the 'page cannot be displayed' screen after from end to end monitoring clicking on display.
    We did turn on the monitoring via RWB in 'configuration' on level high for the XIIntergrationServer and XIAdapterFramework and than saved the configuration.
    Our other PI servers work fine.
    Any ideas?
    Already checked not 885405 and 923666

    Hi,
    Please refer http://help.sap.com/saphelp_nwpi71/helpdata/en/98/1ccbed8a233e4ca57d2b938e67c188/frameset.htm
    for the help on configuration of end to end monitoring in RWB. Please note that you have started HTTP services for PMI in SICF or RSXMB_ACTIVATE_ICF_SERVICES.
    As its production system, you can contact your basis team and get check if any system/service user is locked.
    Alternatively , instead of using E2E monitoring we can get most of the PI related information using Message monitoring itsef, i dont use end to end monitoring so often as most info i get from moni trace or message monitoring,component monitoring RWB.
    Best Regards,
    Srinivas

  • Clean Seeburger Message Monitor

    Hi all,
    I have a lot of old message in Seeburger Message monitor. For instance many "Error on send, will be retried" that have been there since 2012. Can I clean this log?

    Hi,
    Seeburger Workbench is an additional layer to monitor message transmission using AS2.
    This can be accessed at:
    http://server:port/seeburger/index.html
    Scenario: From partner ->XI->R/3
    In this case,message has to be checked at these levels:
    Seeburger Monitor->RWB Message Monitor->SXI_MONITOR->R/3
    Scenario: R/3 ->XI->To partner
    In this case,message has to be checked at these levels:
    R/3 -> SXI_MONITOR -> RWB Message Monitor -> Seeburger Monitor
    Hence,in order to have a successful message transmission,a message has to be successful at all these levels.
    Kindly let me know if this is fine.
    Thanks.
    Regards,
    Shweta

Maybe you are looking for

  • IPhone 3G is not recognized by iTunes installed on MAC PRO

    I have attempted to connect iTunes after Mac Pro system restore with iPhone 3G, but iTunes does not recognize any connection from iPhone. When I plug iPhone into my MacBook Pro iTunes immediately recognizes iPhone and begins sync process. I restored

  • How to use GET_FIELDNAME_FOR_CHANGEDOC in CUSTOMER_ADD_DATA_CS

    Hello all, I'm using the BADI CUSTOMER_ADD_DATA_CS for some additional fields in the customer master data. These fields are included in an append of table KNB1. Their data elements have checked the "change documents" field. This is enough to mark the

  • How To make More smiles on skype

    skype emo for exmple   (rock)  , (Smoking) , (cat) , (durnk) (emo) (football)   Chat room  , Pakistani chat rooms  , chat room  Yahoo Chat Rooms

  • User exit for SalesDocumentParser

    Hi there, Has anyone ever implement the user exists for the com.sap.isa.isacore.action.SalesDocumentParser class? I tried but it does not seem to execute. Here is what I did: 1. Created a class that inherited from SalesDocumentParser 2. Created a new

  • IWeb publishing error

    When I try to publish updates to my webpages I get the message - "There was an error updating .Mac." I have tried deleting the preferences file and rebooting.