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

Similar Messages

  • XI: synchronous messages can be archived?

    Hello,
    in XI-PI can we archive synchronous messages (BE)?
    Regards,
    Olivier Fillatreau

    Hello,
    And how can I do the archiving because in the retention period screen, there are only indications for asynchronous messages for archiving:
    Retention Period for Async Messages in the DB:
    XML Messages Without Errors Awaiting Deletion
    XML Messages Without Errors Awaiting Archiving
    Retention Period for Sync Messages in the DB:
    XML Messages with Errors Awaiting Deletion
    XML Messages Without Errors Awaiting Deletion
    Thanks in advance

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

  • Continuous CCMS alerts on failed synchronous messages

    Hello,
    We have failed synchronous messages in our PI system and get a CCMS u201CMessage age alertsu201D every hour. I canu2019t make it stop without disabling monitoring which I donu2019t want to do. The messages can not be deleted or canceled so I get this alert every hour. When I try to cancel the message in SXMB_MONI I get this message:
    You cannot cancel XML message 001E0BC80F681EE09FB5DB3E37C38A21 with this status/type
    Message no. XMS_ADM108
    Diagnosis
    You tried to exit an XML message.
    System Response
    However, you can only exit XML messages that were closed incorrectly.
    What can I do to get rid of these old messages? Note: I am a Basis guy so donu2019t have deep XI knowledge and our XI guy is busy with production issues right now. Any help is greatly appreciated.
    David

    I think I found it. I needed to schedule the delete job SAP_BC_XMB_DELETE_100 in SXMB_ADMIN. This deleted the old failed messages which should clear things up.

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

  • Archiving SMS messages offline with PC Suite 6.7

    First of all, I'm not a computer expert so I really hope someone can help me! I downloaded PC Suite 6.7 and would like to archive my sms messages (received messages and sent messages) offline on my PC. But it seems that I can only see my messages when my phone is connected to the PC, once I disconnect, the messages are no longer available. This means that I cannot archive my messages. I used to have an old version of Nokia Phone Editor 4.5 with my old cellular which allowed me to do this.
    Basically, what I want to do is this:
    - Archive my messages on a regular basis so that I can delete them from my phone and free up its memory
    - Access these messages even when my phone is not attached to the PC
    It seems that I cannot view my Contacts either unless my phone is connected. Why is this? I did not have this problem with Phone Editor 4.5. Should I install an older version of PC Suite?
    I am running Windows XP and using a cable connection.
    PLEASE HELP ME!!!! I'M GOING CRAZY!!!
    Thanks, Michelle

    Hi, I don't have a solution either. I have tried copying the files while the phone is connected into a separate folder. The files will copy and they are accesible, but the dates are all messed up. Rather than the date the message was sent, it notes the date the file was created which is the date I copied them. So, messages sent over the course of a week all have the same date and almost the same time.
    I have also tried the export message option which makes each message a single cell readable in Excel but that single cell includes everything, the message, date, time, sender...certainly not a convenient way to archive messages.
    One main reason I decided to invest in a more expensive Nokia was the belief that there would be a good solution for archiving messages. I am sadly disappointed.

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

  • 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

  • Archiving error message - order linked to old investiment program

    During CO-Order object archiving, error message saying that order is linked to investment program. Check it is an 2001 old investment program. Tried, but could not settle balance/order. Is there any CO flag to allow access to 2001 investment program?
    Thanks.

    During CO-Order object archiving, error message saying that order is linked to investment program. Check it is an 2001 old investment program. Tried, but could not settle balance/order. Is there any CO flag to allow access to 2001 investment program?
    Thanks.

  • Problems with synchronous message in XI

    Hi
       I have the following scenario involving XI 3.0 ( SP 12 )
    XI has exposed a webservice ( WS provider ) and this webservice is being called from a web application. On receiving the webservice call, XI synchronously calls a RFC on the SAP backend and the response is mapped back as a webservice soap response to the calling web application.
    Now, I see sometimes ( not always ) - the incoming message from the web application has a status in SXMB_MONI -
    <b>Message scheduled (commit follows)</b>
    with a green flag and this message is never processed - i.e The message comes into XI from the webservice call - but beyond this - there is no call to the RFC receiver adapter ( the receiver adapter- comm channel  is ok as seen in the adapter monitoring )
    Since synchronous messaging does not involve any queues ( I hope my understanding is right ), I am not sure why this occurs and what to do to push the message forward in this synchronous messaging scenario ??
    Thank you in advance for your time .

    Hm we have a slightly different version of that problem.
    The message is wirtten into a queue, gets the green flag and the message is processed.
    But the flag as well as the status stay...
    Has anyone soem background information about how the queuing and scheduling and execution planning is done?
    I have quite an idea about queue filters and how to set-up queues. But I have no idea how the synchronous stuff fits in and what this "Message scheduled (commit follows)" exactly means.
    Cheers,
    helge

  • Alerts for Receiver Adapter and Synchronous Messaging

    Hi experts,
    I am working on XI 3.0 SP 17. I am doing alert configuration in XI . In below 2 cases we didn't receive alerts for errors.
    1) In case of errors in   receiver adapters.
    2) If an error  occurs in synchronous message processing.
    What would be the Problem?
    Please help me out its very urgent.
    Regards,
    Hari

    Hi Hari
    For raising the alert related to Adapter specific you need to create alert rule in RWB and select the adapter option and then select the adapter for which u want to raise an alert.
    To configure your alerts, proceed as follows:
    &#9679; Create the alert categories that you want to use in your alert rules.
    &#9679; Create the alert rules in which you want to use your alert categories.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    check this links.
    https://www.sdn.sap.com/irj/sdn/forums
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    Trouble shooting Alert configuration:
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Alert Inbox
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    Alert Notification Step-by-Step
    http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm
    Defining Alert Classifications
    http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm
    Triggering Alerts
    http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm
    Setting up alerts
    Setting up alerts in RZ20
    Alert Management
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e04141e8-0f11-2a10-adaa-9d97b062c2df
    Alert Notification
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90f449a8-a6db-2910-a386-d2b5999f5751
    Custom Alerts in CIC Win Client for CRM 5.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/601db2b2-2839-2a10-0381-8807979f6ff8
    Understanding u'r SAP EarlyWatch Alert Report
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4b88cb90-0201-0010-5bb1-a65272a329bf
    regards
    Sandeep Sharma
    If helpful kindly reward points

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

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

  • 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

  • Getting synchron message data from advanced adapter engine

    Hi,
    we have to get all synchron messages from the advanced adapter engine. Normally all messages with errors must be persisted on data-base. How this will be done? We try to with
    /people/kenny.scott/blog/2009/03/08/pi-71-af-messaging-system-audit-log-persistence).
    But this don´t work :-(.
    What´s about correct messages? How this can be persisted?
    Is there a API or we must implement a Adapter Module?
    Thanks in advance,
    Frank

    Hi,
    if you just want to see the msg and not its audit log, then in PI by transaction SXMB_ADM - integration engine configurtion - configuration data, add a entry for RUNTIME category LOGGING_SYNC parameter and set it to 1...........then you can see your synch msgs in SXMB_MONI transaction in your PI system.
    Regards,
    Rajeev Gupta

Maybe you are looking for

  • Credit Memo via MIRO applying cash discounts.

    All, We have shared services applying credit memo's in A/P against a vendor/purchase order via MIRO.  If the personnel does not select that the payment terms be net 0, due immediately, then the vendor/po default is used which will ultimately apply th

  • How to show PowerPoint presentation using laptop as 2nd screen

    I bought my Playbook to use as a second screen for my laptop.  Apparently I can't do that.  Now I want to use my Playbook to control the PowerPoint on my laptop so that I can show it to clients.  My laptop doesn't appear to have an HDMI port.  Any so

  • That big, wide guitar sound

    Hey folks- Bare with me - I'm looking for the best way to get that big, wide guitar sound out of Logic. Here's an example of what I'm trying to achieve: http://www.bedrock-studios.com/smashing.mp3 I'm curious if anyone can point out any useful techni

  • Error in Standby

    Hi, RAC Database - 11.2 , Standby - 11.2 There was not much space in the archive destination of the primary database, so moved few archive logs to a diff destination within the same server. Few archivelogs were backed by RMAN after the sequence 37635

  • Why does a CD open in Windows and not in my Mac, when in Parallels?

    I might not have the correct forum here but you may be able to help. Every time I put an audio CD into my computer when I have windows open in Parallels, the CD only opens in the virtual windows. Why can't I access the CD in Finder and can I change t