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.

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

  • 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

  • Down loading Microsoft Office update get error message to close applications microsoft database daemon and sync services agent

    when downloading microsoft office update get message to close microsoft database daemon and sync services agent. Shouldn't these be closed automatically? I try to close them, but the message still says they need to be closed.  Help!

    Are you using Outlook 2011 or Outlook 2015? I don't seem to have any relevant sync settings under Preferences -> Other in Outlook 2015.

  • Clustering MSG 7.0 u3 + Indexing and Search Service

    Messaging Server 7 Update 3
    Indexing and Search Service 1
    Indexing and Search service requires IMQ broker configured.
    In clustered msg srv deployments with ISS enabled, what is the correct way to deploy IMQ:
    - as a clustered service with affinity configured between msg and imq
    or
    - imq instance running on each node of the cluster
    Thanks,
    D.

    JMQ should be installed on each cluster node with something like this:
    Grab mq4_1-installer-SunOS.zip (SPARC) or mq4_1-installer-SunOS_X86.zip (x86)
    Slap JMQ installer somewhere like /usr/local/src and unzip it
    mq4_1-installer/installer or mq4_1-installer/installer -nodisplay
    Hammer through the install and you should be ready to go
    Now the actual setup of JMQ:
    vi /etc/imq/imqborkerd.conf
    Change {color:#0000ff}*AUTOSTART=NO*{color} to {color:#0000ff}*AUTOSTART=YES*{color}
    If your host has Sun Java Application Server (SJAS) or GlassFish on it (or will) set {color:#0000ff}*ARGS=port 7777*{color}
    Note: SJAS 9.x and GlassFish come with their own install of JMQ and if you are mixing Messaging Server with SJAS/GlassFish you will want the Messaging Server JMQ to have its own port
    Start JMQ -*{color:#0000ff} /etc/init.d/imq start{color}*
    Reset the admin password:*{color:#0000ff} imqusermgr update -u{color}* {color:#0000ff}*admin*{color} *{color:#0000ff}-p{color}* *{color:#ff0000}<password>{color}*
    Disable the guest account: *{color:#0000ff}imqusermgr update -u guest -a false{color}*
    Setup a user account (jesuser in this example) to use for Messaging Server integration: {color:#0000ff}*imqusermgr add -u*{color} *{color:#ff0000}jesuser{color}{color:#0000ff}{color:#ff0000} {color}-g user -p* {color:#ff0000}*jesuser*
    {color:#000000}cd /opt/sun/coms/messaging/sbin (or messaging64 if rolling 64-bit Messaging Server)
    ./configutil -o local.store.notifyplugin.jmqnotify.NewMsg.enable -v 1
    ./configutil -o local.store.notifyplugin.jmqnotify.UpdateMsg.enable -v 1
    ./configutil -o local.store.notifyplugin.jmqnotify.DeleteMsg.enable -v 1
    ./configutil -o local.store.notifyplugin.jmqnotify.maxHeaderSize -v 1024
    ./configutil -o local.store.notifyplugin.jmqnotify.jmqHost -v *"*127.0.0.1*"*{color}
    {color}{color:#000000} (this could also be the IP address of your cluster node, not the service address but the actual IP address of the node)
    ./configutil -o local.store.notifyplugin.jmqnotify.jmqPort -v "7777"{color:#ff0000} {color}(if you have changed from the default port of 7676 enter it here)
    {color}./configutil -o local.store.notifyplugin.jmqnotify.jmqUser -v
    "jesuser" (substitute the JMQ user that you created earlier)
    {color:#000000}./configutil -o local.store.notifyplugin.jmqnotify.jmqPwd -v "jesuser" (substitute the password for the JMQ user that you specified earlier)
    ./configutil -o local.store.notifyplugin.jmqnotify.DestinationType -v "queue"
    ./configutil -o local.store.notifyplugin.jmqnotify.jmqQueue -v "jesms"
    ./configutil -o local.store.notifyplugin.jmqnotify.Priority -v 3
    ./configutil -o local.store.notifyplugin.jmqnotify.ttl -v 1000
    ./configutil -o local.store.notifyplugin.jmqnotify.Persistent -v 1
    ./configutil -o local.store.notifyplugin.jmqnotify -v '/opt/sun/comms/messaging/lib/libjmqnotify$jmqnotify'{color}
    Repeat on each node that will master HA Messaging Server.
    Edited by: nate_keegan on Feb 17, 2010 1:42 PM - the rich text editor is acting strangely, reverting to text for configutil section

  • 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

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

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

  • 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

  • Message flow between advanced adapter engine and messaging system for ICO scenarios

    Dear all,
    I'm working on a PI 7.31 AEX box and created an ICO object for one interface with HTTP_AAE2IDoc scenario. The interface works quite well. When I looked in to message log of messages for this interface in PI monitor, I noticed that the internal XI message are put totally 5 times into the send queue and retrieved from send queue. In some steps I only see after retrieving a message from send queue and immediately put it back into send queue. Can someone please kindly explain the message flow between advanced adapter engine and messaging system and what exactly happens after each retrieving a message from send queue?
    Below is an example of message log for one message:
    12/08/2014 09:26:06.472    Information    MP: processing local module localejbs/CallSapAdapter
    12/08/2014 09:26:06.472    Information    Application attempting to send an XI message asynchronously using connection HTTP_AAE_http://sap.com/xi/XI/System
    12/08/2014 09:26:06.478    Information    Trying to put the message into the send queue
    12/08/2014 09:26:06.499    Information    Message successfully put into the queue
    12/08/2014 09:26:06.499    Information    The message was successfully retrieved from the send queue
    12/08/2014 09:26:06.499    Information    The application sent the message asynchronously using connection HTTP_AAE_http://sap.com/xi/XI/System. Returning to application
    12/08/2014 09:26:06.500    Information    HTTP adapter successfully processed interface PlantResponse_Out
    12/08/2014 09:26:06.501    Information    Trying to put the message into the send queue
    12/08/2014 09:26:06.501    Information    Message status set to DLNG
    12/08/2014 09:26:06.513    Information    Message successfully put into the queue
    12/08/2014 09:26:06.513    Information    The message was successfully retrieved from the send queue
    12/08/2014 09:26:06.515    Information    Message status set to DLNG
    12/08/2014 09:26:06.533    Information    Trying to put the message into the send queue
    12/08/2014 09:26:06.548    Information    Message successfully put into the queue
    12/08/2014 09:26:06.548    Information    The message was successfully retrieved from the send queue
    12/08/2014 09:26:06.550    Information    Message status set to DLNG
    12/08/2014 09:26:06.551    Information    Executing Request Mapping "http://styrolution.com/pi/Integration/PlantMaintenance/PlantResponse/PlantResponse_to_Zcol_Basf_Inotif02_Inotif01_Zeupm_Inotif01_Ludwigshafen" (SWCV 085d2320fb3b11e2cc0bf4d50aea8c33)
    12/08/2014 09:26:06.563    Information    Trying to put the message into the send queue
    12/08/2014 09:26:06.571    Information    Message successfully put into the queue
    12/08/2014 09:26:06.571    Information    The message was successfully retrieved from the send queue
    12/08/2014 09:26:06.573    Information    Trying to put the message into the send queue
    12/08/2014 09:26:06.573    Information    Message status set to DLNG
    12/08/2014 09:26:06.580    Information    Message successfully put into the queue
    12/08/2014 09:26:06.580    Information    The message was successfully retrieved from the send queue
    12/08/2014 09:26:06.582    Information    Message status set to DLNG
    12/08/2014 09:26:06.583    Information    Delivering to channel: IDOC_R
    12/08/2014 09:26:06.583    Information    MP: processing local module localejbs/IDocOutboundModuleBean
    12/08/2014 09:26:06.583    Information    XI message received for processing
    12/08/2014 09:26:06.587    Information    Sender Party: Sender Service:SXX Receiver Party: Receiver Service:RXXCLNT200 Communication Channel:IDOC_R
    12/08/2014 09:26:06.588    Information    IDOC metadata repository is RXX
    12/08/2014 09:26:06.589    Information    Control record is not mandatory - control record will be added if not available
    12/08/2014 09:26:06.590    Information    XML Payload parsed to idoc document list with number of idocs: 1
    12/08/2014 09:26:06.595    Information    Sending idoc message to receiver R/3 system with TID XIh{lsRI824UITC0009OalmW
    12/08/2014 09:26:06.813    Information    IDOC message sent to receiver R/3 system
    12/08/2014 09:26:06.817    Information    TID XIh{lsRI824UITC0009OalmW confirmed
    12/08/2014 09:26:06.819    Information    Message was successfully transmitted to endpoint <local> using connection HTTP_AAE_http://sap.com/xi/XI/System
    12/08/2014 09:26:06.821    Information    Message status set to DLVD
    Thanks & regards
    Dingjun

    Hello All,
    Thanks for the prompt responses and with best information, But apart from this,I need how an adapter(File/JDBC) works along
    with AAE in PI 7.1. When does the job of File/JDBC adapter is completed and resumed in a synchronous case. That is,
    File Location --> file adapter -
    > XI(AAE) --> JDBC adapter --> database.
    In file sender, lets suppose we have synchronous settings(Best Effort). Now when File adapter's job is finished and when it
    gets back the response back from XI. Please explain step by step from starting(file adapter polling the location) to getting the response coming back to XI.
    Regards,
    Achari.

  • 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

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

  • 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

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

  • Restarting synchronous messages from sxmb_moni

    Hi,
    Please could anyone confirm if it is possible to restart synchronous messages from sxmb_moni.If in case the synchronous message is in error in moni,can it be restarted.
    Thanks and Regards,
    Induja

    hi,
    check these links:
    /people/michal.krawczyk2/blog/2005/11/09/xi-restarting-successfully-processed-messages,
    Is Payload of SXMB_MONI stored in Some table?
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    Thanks,

Maybe you are looking for

  • Is this a bug in Swing in JDK1.6/JDK1.7 but not in JDK1.5?

    I have an application for which GUI was developed in Java Swing JDK1.5.I am planning to upgrade the JDK to JDK1.6 but doing so produces problem for me. Problem Statement : If I open few dialogs(say 10) and dispose them and than call method 'getOwnedW

  • Problem loading image icons from jar

    I have created an Applet , that works as an application too.I created the certificate the jar, with the images and the classes, i signed it... The html page is working fine as the exe i have made from the jar, but ONLY if the folder with the images i

  • Time Machine deleting too many old back-ups

    I connect Time Machine (external drive) and start the back-up. TM takes a while to clean old back-ups to create space. Fair enough, as I have not been backing up since a month ago. This takes too long though, I get suspicious and I check Console and

  • Desktop not showing when switching between vc ?

    Hi.  I open the desktop in vc1 ( using startx ) then when I go to vc2 ( using ctrl + alt + f2 command) and come back to vc1 ( ctrl+alt+f1) , the desktop is not showing. No error but just not showing (terminal) , I have to terminate it and startx agai

  • Bootcamp limited wifi

    I'm getting limited wifi connection using bootcamp on windows 8.1 on bootcamp. I tried methods like reinstalling the wireless drivers, but I'm still getting the same errors. I'm not sure if I'm getting the same problem as other people on this, since