Cant see message in message monitoring

Hi everyone,
I am trying to implement File to JMS but i got stuckup with the monitoring.
My current status is :
File got picked and deleted .
I cant see message in SXMB_MONI for my interface.
In component monitoring- CC monitoring i can see message against my Comm channel as " Processing started successfull"
                " Process finised successfully"
               "Polling interval started length 10.0  seconds"
I believe  msg says that my CC configuration is correct .
I have gone through the michal's weblog and I crosschecked entries in SXMB_ADM, and its is perfect.
What could be the reason of this error?
thanks,
Gaurav
Message was edited by:
        gaurav sharma

Hi Everyone,
thanks for your reponse,
I have gone through the message monitoring and i cant see any message in it .
When i gone to Component Monitoring-> Communication Channel monitoring
I can see message against my CC as :
Communication channel is correctly configured  and started.
and in processing details i can see the message i described above.
One more thing i observed here :
In processing details i see the message for every minute, while doing my CC config i have made file mode as DELETE and file gets deletd from folder then why there is message for every minute ???
any idea ???
thanks,
Gaurav

Similar Messages

  • Cant see messages in the External Definitions

    I'm imporing following wsdl into XI. However I cant see messages and seems to be there is some error in wsdl. Would someone help me please?..
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:services.soap.a2z.com" xmlns:intf="urn:services.soap.a2z.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:services.soap.a2z.com">
         <wsdl:types>
              <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
                   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
                   <complexType name="mapItem">
                        <sequence>
                             <element name="key" nillable="true" type="xsd:string"/>
                             <element name="value" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="Map">
                        <sequence>
                             <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
                        </sequence>
                   </complexType>
              </schema>
         </wsdl:types>
         <wsdl:message name="exportGroupResponse">
              <wsdl:part name="exportGroupReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importGroupRequest1">
              <wsdl:part name="in0" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importGroupResponse">
              <wsdl:part name="importGroupReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importGroupResponse1">
              <wsdl:part name="importGroupReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importGroupRequest">
              <wsdl:part name="in0" type="xsd:string"/>
              <wsdl:part name="in1" type="apachesoap:Map"/>
         </wsdl:message>
         <wsdl:message name="loadAdaptersResponse">
              <wsdl:part name="loadAdaptersReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="loadAdaptersRequest">
      </wsdl:message>
         <wsdl:message name="exportAdapterResponse">
              <wsdl:part name="exportAdapterReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importAdapterRequest1">
              <wsdl:part name="in0" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="exportAdapterRequest">
              <wsdl:part name="in0" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importAdapterResponse">
              <wsdl:part name="importAdapterReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="exportGroupRequest">
              <wsdl:part name="in0" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importAdapterResponse1">
              <wsdl:part name="importAdapterReturn" type="xsd:string"/>
         </wsdl:message>
         <wsdl:message name="importAdapterRequest">
              <wsdl:part name="in0" type="xsd:string"/>
              <wsdl:part name="in1" type="apachesoap:Map"/>
         </wsdl:message>
         <wsdl:portType name="Adapter">
              <wsdl:operation name="importAdapter" parameterOrder="in0 in1">
                   <wsdl:input name="importAdapterRequest" message="impl:importAdapterRequest"/>
                   <wsdl:output name="importAdapterResponse" message="impl:importAdapterResponse"/>
              </wsdl:operation>
              <wsdl:operation name="importAdapter" parameterOrder="in0">
                   <wsdl:input name="importAdapterRequest1" message="impl:importAdapterRequest1"/>
                   <wsdl:output name="importAdapterResponse1" message="impl:importAdapterResponse1"/>
              </wsdl:operation>
              <wsdl:operation name="importGroup" parameterOrder="in0 in1">
                   <wsdl:input name="importGroupRequest" message="impl:importGroupRequest"/>
                   <wsdl:output name="importGroupResponse" message="impl:importGroupResponse"/>
              </wsdl:operation>
              <wsdl:operation name="importGroup" parameterOrder="in0">
                   <wsdl:input name="importGroupRequest1" message="impl:importGroupRequest1"/>
                   <wsdl:output name="importGroupResponse1" message="impl:importGroupResponse1"/>
              </wsdl:operation>
              <wsdl:operation name="exportAdapter" parameterOrder="in0">
                   <wsdl:input name="exportAdapterRequest" message="impl:exportAdapterRequest"/>
                   <wsdl:output name="exportAdapterResponse" message="impl:exportAdapterResponse"/>
              </wsdl:operation>
              <wsdl:operation name="exportGroup" parameterOrder="in0">
                   <wsdl:input name="exportGroupRequest" message="impl:exportGroupRequest"/>
                   <wsdl:output name="exportGroupResponse" message="impl:exportGroupResponse"/>
              </wsdl:operation>
              <wsdl:operation name="loadAdapters">
                   <wsdl:input name="loadAdaptersRequest" message="impl:loadAdaptersRequest"/>
                   <wsdl:output name="loadAdaptersResponse" message="impl:loadAdaptersResponse"/>
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="AdapterServiceSoapBinding" type="impl:Adapter">
              <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
              <wsdl:operation name="importAdapter">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="importAdapter">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="importGroup">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="importGroup">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="exportAdapter">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="exportGroup">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="loadAdapters">
                   <wsdlsoap:operation/>
                   <wsdl:input>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:input>
                   <wsdl:output>
                        <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="AdapterService">
              <wsdl:port name="AdapterService" binding="impl:AdapterServiceSoapBinding">
                   <wsdlsoap:address location="http://vn15:8000/soap/services/AdapterService"/>
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>

    Hi S T,
    in the WSDL there occurs the situation that there are in one prtType multiple operations with the same name (e.g. portType "Adapter" contains two definitions for operation with name "importAdapter". Indeed, the original <a href="http://www.w3.org/TR/wsdl">WSDL specification</a> seems to allow this. However, in <a href="http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html">WS-I</a> it is forbidden (see R2304).
    Therefore, the Integration Builder does not consider this document to be valid WSDL. This is a little bit tragic, as the portType definitions are not considered by the following steps anyway. A simple workaround would be to delete everything behind the message definitions.
    Greetings Stephan

  • Mac os 10.5.7 update messed up my mail. cant see message viewer!!!

    after updating Mac os 10.5.7, I cannot see the message viewer. When i checked the connection doctor it shows that my email ids are online. I tried moving messagerules.plist and messagerules.plist.backup to desktop. Still no joy. Please help

    Incompatible mail plugins in your /Library/Mail/Bundles directory? Remove anything from there and restart mail. It's very likely an incompatible mail plug-in.

  • I cant see message view from nokia pc suite 6.83

    Hello,
    I try sent SMS using nokia pc suite, but the message view no appear.
    my phone is connect to PC for BlueTooh.
    I need Install other application?
    My phone is Nokia 6265.
    thanks
    Ceila Angel

    In page http://www.latinoamerica.nokia.com/lta_es/soporte/galeria/pc_suite/features_support_by_your_phone.ht... Text Message Editor is not listed as supported application for your phone.

  • File Adapter picks up the file but cant see it in MONI/Message Monitoring

    Hi
    I am using FCC in Sender File Adapter and have only one sub structure under Recordset hence I have not used the 'Key Field Name' though ''Key Field Type' by default is 'String(Case-Sensitive)'. Besides the 'fieldNames' heading I have mentioned all the fields of the sub structure in the same order as I have mentioned in the Data Type.
    The problem that I am facing is that even though the file is picked up from ftp successfully still I cant see any traces of it in either MONI or Message Monitoring though
    The error that I receive in the MDT is -
    Success : Entire file content converted to XML format
    Warning : Empty document found. Proceed without sending message
    Success : File "Test.csv" deleted after processing
    and I have data in the file.
    Can u suggest a solution?
    Warm regards,
    Vaibhav

    > Hey
    > >>So I have filled my test excel file with the values
    > A and B in adjacent columns
    > are you picking up some .xls file?if yes,then Content
    > conversion wont work,You have to create adapter
    > module processor and you have to add to your module
    > processor bean to the adapter...Just check the
    > following procedure...
    > https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/
    > 1967
    > Thanx
    > Aamir suhail
    Hi Aamir
    I had a look at the blog and according to that I will need to create a module...the prob with that is in the blog he hasnt provided the full steps for that. Also I had tried this thing earlier of using an excel file and saving it in .csv format and it had worked. I cant figure out what the error is this time
    Have u worked on creating amodule for excel files b4?
    Vaibhav

  • Cant see synchronous http-calls in message monitoring

    Hi all,
    I 've got a synchronous http call. When the request was bad I saw the failed request and response messages in XI message monitoring with red lights. But now the call seems to work fine, because the sequenced step is showing. But I can not see the http-message in message monitoring.
    Any ideas?
    Regards
    Mathias

    hi,
    have a look at my blog:
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    how to turn it on
    logging_sync
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Cannot see adapter engine messages in message monitoring

    hi guys,
    i cannot see my adapter engine messages in message monitoring for my http to RFC syncronous scnenario.
    i can however see the integration engine messages and can also see the receiver RFC channel in  communication channel monitoring

    Hi
    this link ll help u in it -
    Adapter Engine monitoring is provided in detail. Try as mentioned
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/7c/14b5765255e345a9e3f044f1e9bbbf/frameset.htm
    Regards

  • My iphone after syncing with my mac is saying "64 items could not be synced, see i tunes for details" however I cant see what items are not synced as no obvious message. Where do I look for this info?

    My iphone after syncing with my mac is saying "64 items could not be synced, see i tunes for details" however I cant see what items are not synced as no obvious message. Where do I look for this info?

    Connect your phone to iTunes, then right-click on the name of your phone on the left sidebar and select Reset Warnings.  Then sync again and you should get a warning listing the problem files.

  • TS3672 How come i cant see any of my messages nor send any from my iphone 4?

    How come i cant see any of my messages nor send any from my iphone 4?

    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all filesystem issues, if any, and making sure that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Mail/. Make a backup copy of this folder, just in case something goes wrong, e.g. by dragging it to the Desktop while holding the Option (Alt) key down. This is where all your mail is stored.
    3. Locate Envelope Index and move it to the Trash. If you see an Envelope Index-journal file there, delete it as well.
    4. Open Mail. It will tell you that your mail needs to be “imported”. Click Continue and Mail will proceed to re-create Envelope Index -- Mail says it’s “importing”, but it just re-creates the index if the mailboxes are already in Mail 2.x format.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder, i.e. ~/Library is the Library folder within the user’s home folder.

  • Question ios6 messages had a edit feature i could hilite the message and forward it on in ios7 the edit feature i cant see or am i doing something wrong any ideas

    question ios6 had a edit feature in messages i could hi lite and forward message pic etc in ios7 cant see edit to be able to do the same am i missing a new way to do this or has apple forgotten to include

    That certainly doesn't sound right, but it's such a fundamental part of file sharing that it needs further investigation.
    First thing to check is whether guest logins are available, and whether you're actually logging in as a guest rather than a registered user when the incorrect password is used.
    The server's logs (or Server Admin) should be able to confirm this.
    While I might expect an incorrect password to reject the login, if you have guest access you're essentially saying you don't care about authentication anyway, so it might be the issue.
    The second thing to check is whether the same happens on other forms of login to the server, e.g. ssh, SMB, etc.
    That will help identify whether the problem relates to AFP or something more global on the server (e.g. there may be a local account for userA and userB that's being used rather than the Open Directory account you expect.

  • Cant see the indication "load more messages"

    hi everyone! when i read my mail, i cant load any more by scrolling down. i remember that before, when i scrolled down, i could see "load more messages", but cant see it any more.
    any help pls?

    It could be that your internet is lagging. Try to disconnect and connect to the internet again. Then open a browser to make sure the internet is working.

  • My iphone recently fell and now my screen is damaged,i cant see a thing but it works, if i backup my data to iclouds would i be able to get back all my messages in like whatsapp when i get a new iphone?

    i have an iphone 4s,  it recently fell now the screen is damaged i cant see a thing its not cracked, if i back up to icloud would i be able to get back my messages from whatsapps

    did you turned on keychain and documents turned on if that is on you can get back your chat history....

  • Why cant i see messages on my bill from other verizon users?

    My kids have verizon phones as I do.  I was looking on my bill for a specific text message I sent them but cant see any of my texts at all to them.  Why?

    If the messages are sent as iMessages, they are sent via the data plan and not the text message system. The iMessages log won't be included in the text message logs on your bill and usage on the MyVerizon account online.

  • I cant see old messages and calls when i use same ...

    please skype community help me.. i cant see conversations or incoming/outgoing calls when i use the same account on other phone.. please give me advice what to do.. 
    thank you so much..

    Hi there pinkbat112,
    You may want to try force closing all open apps and resetting the device as an initial troubleshooting step. Take a look at the articles below for more information.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    -Griff W.

  • I cant see pictures on my macbook air every since i updated it to the new update i cant see pictures people send me through i message.

    i have a macbook air that i recently updated and every since then I cant see pictures my friends, teachers, classmates, etc. send me  I cant get the bottom of the problem can someone please help me these pictures are very important

    Try a reset ...
    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings

Maybe you are looking for