Are fault messages applicable to synchronous messages also?

Hi Experts,
  I have been trying to understand FAULT messages in XI.
The blogs I have seen so far discuss FAULT messages in Asynchronous scenarios only.
This makes we wonder if it cannot be used for Synchronous RFC scenarios.
Can somebody confirm this?
Thanks
Gopal

Fault messages can be used for Synchronous scenarios also.
To do a self-check create a Synchronous Message/ Service Interface....you will observe that the Fault message type section gets enabled.
For reference: http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414700)ID1964483350DB02509562514351735296End?blog=/pub/wlg/2759
Regards,
Abhishek.

Similar Messages

  • Message monitoring of synchronous messages

    Guys,
    whenever I check a synchronous message in message monitoring, its audit log is correctly shown but the message (header and payload) are not shown, returning the message "The message was deleted to save memory" or something like that.
    Does anyone knows how to enable message monitoring to show the messages from sync messages?
    Thanks in advance,
    Henrique.

    Hi Henrique,
    From SP12, the payload of sync messages is cached in memory rather than persisted. These payloads are deleted to prevent them from accumulating in memory.
    You just have to set:
    messaging.syncMessageRemover.removeBody = false
    in the AF messaging service in the visual admin
    and you'll be able to trace sync calls
    you only need this for sync
    if you set this you'll see sync messages in,
    http://hostname:portnumber/MessagingSystem/monitor/monitor.jsp
    (so in the monitor for adapters)
    async are logged there by default so no need to change anything for async calls...
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

  • SXMB_MONI not displaying Synchronous messages

    Our production instance of XI only displays Asynchronous messages and those Synchronous messages that fail. For testing purposes I need to see all my Synchronous messages, regardless of success or failure. Is there some configuration I need to do to modify this behaviour. I've searched SDN without any luck.

    Steps are mentioned in this Blog by Michal
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    Thanks
    Farooq.

  • Email messages from my personal email account are being posted (copied) to SMS messages.  I have a new cell device, and this is happening on the new device also.  The copy/forward to SMS is NOT being initiated by my email provider.  How do I end this?

    Email messages from my personal email account are being posted (copied) to SMS messages.  I have a new cell device (swtched from Droid to iPhone) and this is happening on the new device also.  The copy/forward to SMS is NOT being initiated by my email provider, and not by Gmail.   How do I end ûVerizon's forwarding my personal email to SMS? 
    Thanks.

    Maybe I'm missing something but how can Verizon have control over your personal GMail account?  Sounds like you do have your email set up to forward to sms. 
    I have certain emails that are forwarded to me as SMS but that is an option that is enabled on the email side of things and is independent from Verizon.

  • Synchronous message QOS in PI 7.1 and pipeline services QOS

    Hi All,
             As I understand,PI uses pipelines services (other than integrated Configuration based on AAE) for routing and mapping.Synchronous messages have QOS as BE.If they are also implemented as pipelines services,how does the QOS of pipeline queues (ie EO/EOIO) relate to QOS of BE.
    Some how thinking of queues always relates to asyn messages(other than temp or request/response queues),so I am bit confused how a synchronous message flow uses pipelines queues which are asyn in nature.
    Regards,
    Premjit

    Hi Premjit,
    please refer to chapter 7 in the link below for more info on this.
    http://www.sap-press.de/download/dateien/2221/sappress_netweaver_process_integration.pdf
    Hope this helps.
    Regards,
    Deepak.

  • Avoid processing of Duplicate Synchronous Messages

    Hi,
    I have two synchronous messages coming with almost zero delay in it. Both the messages contains the same data which is causing a major problem in the backend.
    I want to avoid the processing of duplicate message. My scenario is HTTP to SOAP (sync)...
    The option that I thought of are:
    - Using BPM so that messages can be sent sequentially to backend and there it can be checked for duplicate entries (client is not ready to use BPM)
    - Providing Delay in Message Mapping...(I will end up with same issue as same amount of delay will be provided to both the messages may or may not but dont want to take risk)
    - I cant make a look up to see if entry already exists as the difference between incoming duplicate messages are so small that it will not give the desired result.
    Also thought of creating message ID in URL only but it is not possible with QOS BE.
    Is there any way through which I can process the sync messages in sequential way... or something that will avoid processing
    of duplicate messages?
    Any thought?
    Thanks,
    Sunil Singh

    Hi Sunil,
    Checking the data weather is duplicate or not (ie, its already resides in Rev application) would sure require to use of lookup or BPM.
    >
    SUNIL SINGH wrote:
    > I want to avoid the processing of duplicate message. My scenario is HTTP to SOAP (sync)...
    even if the data is comming with some delay between them. how will you check that is duplicate message or not unless you use lookup or BPM in it to compare two independent messages at runtime.
    My idea would be! instead of trying to put a validation at PI.
    check in the source system whats causing their application to generate duplicate messages in first place and send it to PI.
    check whats the issue over there and ask them to rectify it or rather not to trigger duplicate data. (it would be easier to control this from source application).
    PS: even if we find a way to stop duplicate messages to be processed inside PI. its unnecessary load for PI.
    -->Senthilprakash.

  • Statistics (overview) for Synchronous messages processed via AAE

    Hello,
    We are on PI 7.11
    Is there any way to get synchronous messages processed via AAE displayed on RWB Message Monitor Overview view?
    Maybe there is some parameter available similar to messaging.syncMessageRemover.removeBody for persisting payloads for sync messages.
    Thanks!
    Best Regards,
    Artsiom Anichenka

    Mark,
    But I think there is already (PI 7.11) a possibility to persist payloads for java-only sync messages. I was mentioning this parameter in my original post:
    messaging.syncMessageRemover.removeBody
    this parameter is true by default and if you set it to false payloads will not be deleted, but this is not our aim. We want payloads to be deleted from sync messages, but we also want to see those messages on RWB MessageMonitor for overview.
    For me this is somekind of frustrating that the overview page doesn't really give you overview of what is happening on your system, like what and how many messages where processed...
    So can you please specify what is really planned for 7.31. Did you meant that parameter I am mentioning above or we will really get sync java-only messages to overview?
    Best Regards,
    Artsiom Anichenka

  • Synchronous message handling between OSB and MQ

    Hi,
    I have a requirement to have a PS in OSB that gets some XML data from another application.
    The PS implementation has to be synchronous.
    The interface is like
    External Application<->OSB PS<->MQ<->OSB <-> External Application
    Can anyone help me with the request-reply implementation(i.e. synchronous call handling) between OSB and MQ.
    Required functionality :
    OSB will get XML data from the external application,will do the data transformation to make it compatible with MQ interface and will then send data to MQ and will wait for the reply from MQ that it then sends back to the external application after transformation.
    Queries:
    How to correlate two messages i.e. request msg to mq and reply msg from mq in OSB?
    What kind of Proxy Service implementation is required to have such functionality?
    If someone can help me with similar kind of implementation,it will be of great help to me.
    Thanks in advance

    OSB support this pattern out of the box . You can implement the MessageID pattern as specified in this link:
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/interopjms/MsgIDPatternforJMS.html
    When you configure the business service to use MessageID as the correlation pattern, the following happens under the hood:
    1. Business service sends request to the MQ request queue. The MQ JMS provider sets the message ID on the message and this is returned to the bs. The business service also sets the reply queue details in the JMSReplyTo Header in the request.
    2. The business service then waits for a response message which has a correlationID equal to the messageID in the request message.
    3. The system which processes the request from the MQ should set the correlation ID of the response to the same value as the Message ID in the request.
    4. The business service process the reply if it is received before the timeout interval. No need to purge the queues for message arriving out after timeout since OSB does this automatically for you.
    A point to note here is that if you deploy this in a cluster , you need to create 'N' local MQ queues for reply, where N is same as the number of managed servers in the cluster. Else you could lose replies in a scenario where the reply for a request sent by man server 'X" is processed by man server "Y". The request-response correlation tables are maintained internally on man server memory. Since Y had no clue of the requests sent in X it would just discard the reply received.
    So create dedicate queues for each man server and specify them in the business service definition.
    Another key thing for this to work would be to get right the MQ setup between the queue manager in OSB domain and the remote system which process the MQ requests. A simple setup would be for you to create all reply queues as local queues under your OSB queue manager and create only a transmission queue with the same name as your OSB queue manager in the remote system. You need to ask the remote system to do the MQOpen with the ReplyToQueue and ReplyToQM names for queue and queue manager names. This will put the replies to the transmission queue to your QM and through it can reach the right reply queue.
    Edited by: atheek1 on Mar 29, 2010 7:50 AM

  • Archive synchronous messages

    Hello Experts,
    As successfully processed synchronous messages cannot be archived in PI and I have gone through the various documents and threads(mentioned below) in SDN which  also confirm  this point.
    XI: synchronous messages can be archived?
    Can synchronous messages (EO) be archived in XI?
    But if the requirement is to archive the successfully processed synchronous messages,what can be the other possible ways and what are the points needs to be considered for performance.Kindly suggest me the best and easy way of doing this.
    Also ,as we can persist synchronous error and without error messages awaiting deletion for some time by specifying RETENTION PERIOD using SXMB_ADM but what should be the appropriate values for this retention period keeping performance in view and how can we decide these values.My scenario is RFC-SOAP.
    Kind Regards,
    Kubra.

    Hi Kubra,
    Actually sync messages can't be archived. According to the note #872388, there's no archiving parameters for SYNC messages. See:
    "Per default only asynchronous messages (EO and EOIO) will be persisted on the ABAP and Java side. Synchronous messages (Best Effort) will only be persisted if an error occurs during processing or if the parameter LOGGING_SYNC (ABAP only) is set. Setting LOGGING_SYNC is not recommended to reduce processing overhead. Note: Also on applications systems
    connected to XI via ABAP proxies the messages will get persisted and archiving/deletion has to be configured. Performance data on the other hand are persisted for both, synchronous and asynchronous, messages (tables SXMSPFRAWH)."
    Also for your reference on this question:
    "Archiving Sync Interfaces
    "Can synchronous messages (EO) be archived in XI? (you mentioned this already too)
    Hope that answers your queries
    Regards,
    Caio Cagnani

  • My husband and I did the most recent update. Now when we send messages to each other we also receive a duplicate of the message to ourself, what did we do wrong?

    My husband and I did the most recent update. Now when we send messages to each other we also receive a duplicate of the message to ourself, what did we do wrong?

    Check to see if you are both using the same Apple ID for iMessage.  If you are, one of you should go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign back in with a different ID.  (You can continue to share the same ID for other services such as iTunes.)

  • "You are not connected to the internet" message

    Until this morning, Safari worked pretty much ok. Now, when I launch it, I get the "you are not connected to the internet" page. Firefox and email work fine and network diagnostics verifies a proper connection. I can't even get to "software update."

    I have the same problem; if I leave the computer on long enough (usually asleep overnight), when I wake it up, Safari will present the "You are not connected to the Internet" message for any page, and Mail will display the exclamation-point-in-a-triangle for all accounts that says it's offline. Yes, Software Update also complains of a "network problem."
    Meanwhile, Firefox or SSH sessions via Terminal will work fine, and both network diagnostics and System Preferences claim that the machine is, indeed, connected just fine with an IP lease and everything. This is over a wired Ethernet connection, and, yes, I've tried swapping the cable between the Mac Pro's two jacks.
    I'm a long-time Mac user. I've fixed disk permissions; I've flushed Safari's cache; I've done everything described here. Rebooting always fixes the problem -- but it then recurs when the machine has sat or slept for long enough.
    Since Safari and Mail are both affected, while Firefox and shell connections are not, it seems fairly clear it must be a bug in some part of the OS relating to both those Internet products. It doesn't cripple the machine, but it's definitely inconvenient, which is not what I expect from Apple products.

  • Switcher found "You are not connected to the Internet" message confusing

    While demonstrating to my brother - a long-time Windows user - that an iMac solved all the problems with Windows XP that he is constantly complaining about to me, he saw Safari's "You are not connected to the Internet" message when the web server for the page didn't respond very quickly. (There wasn't any network problem, or anything wrong with Safari. MacOS or the iMac.) Clicking the 'Reload current page' button brought the web page up. He was angry, saying that the iMac was clearly connected to the Internet as he'd seen me plug in the network cable! He's using this as one of his reasons that "PCs are superior to Macs"!
    While I think this is probably a bit of "I don't want to admit that I've been wrong" coming from him (his Windows system has been riddled with malware several times, despite him having kept up to date with Windows updates, using the Windows firewall, a broadband router with firewall, and having tried several anti-virus suites!), I must admit that he has a (limited!) point.
    Couldn't the developers cause Safari to display the message "The web page you have requested is not immediately available, still trying - please wait." instead and then, if the web page cannot be displayed after (say) three minutes, and some kind of autromatic diagnostics show that the system still has a network connection, the message "That web page is apparently not available." Only if behind-the-scenes diagnostics show that the Mac has lost its network connection should one ever see the "You are not connected to the Internet" message, in my opinion.
    MacBook 1 etc   Mac OS X (10.4.8)  

    I have the same problem; if I leave the computer on long enough (usually asleep overnight), when I wake it up, Safari will present the "You are not connected to the Internet" message for any page, and Mail will display the exclamation-point-in-a-triangle for all accounts that says it's offline. Yes, Software Update also complains of a "network problem."
    Meanwhile, Firefox or SSH sessions via Terminal will work fine, and both network diagnostics and System Preferences claim that the machine is, indeed, connected just fine with an IP lease and everything. This is over a wired Ethernet connection, and, yes, I've tried swapping the cable between the Mac Pro's two jacks.
    I'm a long-time Mac user. I've fixed disk permissions; I've flushed Safari's cache; I've done everything described here. Rebooting always fixes the problem -- but it then recurs when the machine has sat or slept for long enough.
    Since Safari and Mail are both affected, while Firefox and shell connections are not, it seems fairly clear it must be a bug in some part of the OS relating to both those Internet products. It doesn't cripple the machine, but it's definitely inconvenient, which is not what I expect from Apple products.

  • Persistence of synchronous messages in adapter framework

    Hello experts,
    When i go to RWB -> message monitoring -> adapter engine -> Database, the synchronous messages are persisted for only one hour. Is there a way to customize it?
    Cheers,
    Thiago Delou
    Basis Team

    Community.
    The Adapter Engine doesn`t persist synchronous messages in PI 71. It is not a matter of configuration.
    It keeps in memory the last 1000 (configurable) messages.
    http://help.sap.com/saphelp_nwpi71/helpdata/en/92/25ee41c334c717e10000000a155106/frameset.htm
    Cheers,
    Thiago Delou
    Basis Team

  • Logging a synchronous message using diagnostic header (WITHOUT LOGGING_SYNC

    This [link|http://help.sap.com/saphelp_nw70/helpdata/EN/d6/49543b1e49bc1fe10000000a114084/frameset.htm] indicates that a synchronous message can be logged by using:
    <SAP:Logging>1</SAP:Logging>
    within the message header even if LOGGING_SYNC is deactivated at the server configuration. 
    I'm using HTTP client tool to submit a message and trying to figure out how to pass this tag.  Any ideas?
    Regards,
    Shahab

    If  LOGGING_SYNC  is deactivated in IE Configuration, then you cannot see th req. and resp. message in MONI.
    Synch. messages are not persistence by default. To acheive it, we need to set the logging.
    Thanks
    Farooq.

  • Selective Deletion of Synchronous Messages Possible ?

    I want to delete  messages for  few synchronous interfaces only.I do not want to archive these
    messages and also I understand that archiving of synchronos messages is possible.
    I scheduled the job  SAP_BC_XMB_DELETE_<client> to delete the messages but this job deletes all messages(all asynchrouns and synchromous) based on the retetnion period even though I added the required few  interfaces only in SXMB_ADM in Define Interfaces for archiving.
    The job  SAP_BC_XMB_DELETE_<client> should not delete all messages falling in the retention period but only the messages  for the interfaces which I added in SXMB_ADM.
    I have gone thru many threads and SAP notes but could not find a solution to my requirement.
    Is there any way to delete  synchronous messages selectively ?
    Your suggestion is highly appreciated.

    Sorry,I made a mistake in my question .
    Please read "lso I understand that archiving of synchronos messages is possible." as
    "lso I understand that archiving of synchronos messages is NOT possible."

Maybe you are looking for

  • Ipod Touch not recognized by USB port on my new radio! PLEASE help?!?!?

    Ok, so I just bought a new radio for my car so I can listen to my ipod touch 2nd gen (with the latest 3.0 software) through my speakers. Ok, that's all great, but the problem is that when I connect my ipod touch through the USB port on my new radio,

  • How do you troubleshoot a scheduled snapshot

    Hello, I have a ton of reports that have a snapshot taken on the 2nd day of the month. Has worked fine until this past weekend when the snapshots did not happen. There is nothing I see in SSRS that explains it. The schedule is still there. Is there a

  • Field for 'Delivered Quantity'

    Hi experts, I need to create a report with Quantities for Requested Delivery Qty, Goods Issued Qty and Delivered Qty. I am looking for the appropriate datasource, please advice. The report also needs to mention Sales doc # (and Purchase Order # if po

  • System Error cming while filtering the value

    Hi Bw Expert, I am facing one problem while doing the filter on a characterisitc in report.I am getting short dump on that. Wheras when i am doing drill down on the characteristic then i am able to do the filter. OPls help me.

  • I want to delete the version I am running and then upgrade

    I am using a MacBook pro and having some issues with the touch pad (background info). I want to delete the current version of Firefox and up grade to FF 4.0.1 I can only find FF listed under 'Drives' in finder and am unable to delete it. I have downl