EO_INBOUND_TO_OUTBOUND

Hi
Pipeline services are carried out in inbound queues (value 0) and in both inbound and outbound queues (value 1). How do we decide which value should be entered in the Integration Engine configuration ? Are there any specific reasons that we should opt for a particular value, like if the message size is large or if the number of messages is more ?
Radhika

Hi,
  In EO_INBOUND_TO_OUTBOUND, you can specify the TUNING category so that a message is not placed in the outbound queue as usual; instead the message is processed and sent entirely in the inbound queue.
Refer the configuration parameter for it
http://help.sap.com/saphelp_nw04/helpdata/en/28/68073c8e56f658e10000000a114084/frameset.htm
Set EO_INBOUND_TO_OUTBOUND=1 if
- outbound calls take too long (as this blocks processing queues)
- receiver is not fast enough (also prevents receiver overload)
- expensive CBR (content based routing) is used (reason: if an error occurs the whole pipeline must be re-processed)
Set EO_INBOUND_TO_OUTBOUND=0 if
- only IDoc/Rfc outbound adapters are used (as tRfc layer is fast and can handle quotas)
- receiver is fast and can’t get overloaded
- no expensive CBR (content based routing) is used
Chk the blog..
/people/sunil.ojha5/blog/2008/02/20/rfc-quota-part-3
Regds,
Pinangshuk.

Similar Messages

  • Where to set parameter EO_INBOUND_TO_OUTBOUND in PI?

    I cannot find EO_INBOUND_TO_OUTBOUND in the instance profile or exchange profile.
    Could you tell me where to display/change this paramter?  Thanks a lot!

    Hi Ashley,
    Please see krishnas reply in  this thread for exact steps:
    Change the parameter in XI
    Regards,
    ---Satish

  • Max Size for a message thru SAP PI 7.0 SPS13

    Hi,
         I have a problem with a very large message. The scenario is a JDBC -> SAP PI -> ABAP Proxy. I'm getting this error:
    ErrorTransmitting the message to endpoint http://<server>:8000/sap/xi/engine?type=entry
    using connection JDBC_http://sap.com/xi/XI/System failed, due to:
    com.sap.aii.af.ra.ms.api.RecoverableException: java.io.IOException: Error writing to server.
         We try to solves it changing the EO_MSG_SIZE_LIMIT parameter in SXMB_ADM but it doesn't help us at all.
         How can we set the max size for a message that going thru SAP PI.
         We have SAP PI 7.0 SPS 13.

    HI Luis
    Whats the message size and whats the value you have given in EO_MSG_SIZE_LIMIT. After saving this parameter did you verified at RWB ->RWB->Component Monitoring->Integration Engine->
    Settings->Tuning
    Add one more EO_INBOUND_TO_OUTBOUND this will allow data not to be placed on Outbound queue and bring to inbound queue. This is having advantage that to process high volume message you will get better performance but disadvantage is when there is no receiver inbound queue is blocked.
    It can be a issue related to connection. Please check with the RFC you have for proxy and IE RFC's
    Thanks
    Gaurav
    Edited by: Gaurav Bhargava on Nov 22, 2008 11:44 PM

  • What is the default value of EO_INBOUND_PARALLEL

    Hi Gurus,
    We are on PI 7.0 EHP 1. We have not set the parameter EO_INBOUND_PARALLEL. Does this mean there is only one inbound queue registered by default if the default value is 1? However, I seem to recall that when we had issues with messages stuck in queues, I have seen more than one XBTI8 queues.
    Please help me with my doubt. thanks!

    Hi,
    Thanks for the replies.
    How about the parameter EO_INBOUND_TO_OUTBOUND and EO_OUTBOUND_PARALLEL?
    I assume by default EO_INBOUND_TO_OUTBOUND is set to 1?
    Then what is the default value for EO_OUTBOUND_PARALLEL? Plus to set this parameter you need to specify the receiver, in this case, is it true that EO_OUTBOUND_PARALLEL is not set at all so only one outbound queue? this does not make sense. Or maybe by default EO_INBOUND_TO_OUTBOUND is set to 0 so EO_OUTBOUND_PARALLEL is not used at all?
    Thanks.

  • Need help to check the settings in Production system?

    Hello All,
    I need to check the  followings task has been done in the production system, i know its the basis task....but i need to check is this task basis has done in the produciton system. Please let me know your inputs how to check below task in PI system.
    1)Tuning Parameters 2)Performance Statistics Parameters 3) Failed Message and Queue Restart Parameters.
    Thanks in advance.
    Regards,
    Chinna

    HI
    Checking Tuning Parameters
    Transcation  SXMB_ADM -> Integration Engine Configuration -> Configuration
    EO_INBOUND_PARALLEL
    EO_INBOUND_PARALLEL_SENDER
    EO_INBOUND_TO_OUTBOUND
    IS_RETRY_LIMIT
    Performance Statistics Parameters
    DAYS_TO_KEEP_DATA  AGGREGATION_ITEMS
    DAYS_TO_KEEP_DATA MEASUREMENT_ITEMS
    MEASUREMENT_LEVEL
    MEASUREMENT_PERSIST
    http://<XI host>:<port>/rwb
    ST03N,ST06
    Failed Message and Queue Restart Parameters.
    SXMB_MONI
    Failed Message and Queue Restart Parameters.
    from se38 run the reports
    RSXMB_CUST_RESTART_MESSAGE
    RSXMB_RESTART_MESSAGES

  • XI Tuning Perameter

    Hi,
    Any one could you explaine me more about XI Tuning Perameter
    EO_INBOUND_PARALLEL
    EO_INBOUND_PARALLEL_SENDER
    EO_OUTBOUND_PARALLEL
    EO_INBOUND_TO_OUTBOUND
    Regards,
    Jayson

    Hi Check out the links for tuning XI.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ada5ef-0201-0010-1f8b-c935e444b0ad
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0111fef-d311-2a10-c0b9-f33a49c1f2e5
    Rakesh

  • Tuning Parameter : BALANCING

    Hi,
    We have been using the below 2 paramters to increase the Parallel Processing of Queues.
    TUNING    EO_INBOUND_PARALLEL
    TUNING    EO_OUTBOUND_PARALLEL
    Now we are interested to Evenly distribute the Messages in the increased no of Queues with the below 2 Parameters.
    TUNING  B_EO_IN_PARALLEL
    TUNING  B_EO_OUT_PARALLEL
    Parameter  BALANCING
    The parameter BALANCING activates the entries for the parameters B_EO_IN_PARALLEL_SENDER, B_EO_OUT_PARALLEL, and B_EO_IN_PARALLEL. If the queues are redistributed,  it is automatically deactivated so that the messages can be processed 'normally' again.  To prevent locking conflicts, therefore, exit the editing mode for configuration maintenance once you have set the parameter.
    Possible Values
    0 (deactivated), 1 (activated)
    we have to created BALANCING Parameter with value "1". It immeditely turns into "0". It never turns back to "1" although Queues are not balanced.
    Is BALANCING automatic process of Balancing (or) We have to Manually turn on Balancing to "1" whenever we see a particualr Queue Overloaded.
    Thanks,
    Tanuj
    Edited by: Tanuj Kumar Bolisetty on Jan 2, 2008 4:12 PM

    Hi,
    In EO_INBOUND_TO_OUTBOUND, you can specify the TUNING category so that a message is not placed in the outbound queue as usual; instead the message is processed and sent entirely in the inbound queue.
    Refer the configuration parameter for it
    http://help.sap.com/saphelp_nw04/helpdata/en/28/68073c8e56f658e10000000a114084/frameset.htm
    How to check message got processed in the inbound queue,,?
    You can refer SMQ1 SMQ2 and ragister in SMQR
    I think you could monitor it in SXMB_MONI provided you have set the Trace level properly i.e. 1 in SXMB_ADM --> Integration Engine ---> Specific configuration --> Trace and Log have to set current value as 1.
    Set EO_INBOUND_TO_OUTBOUND=1 if
    - outbound calls take too long (as this blocks processing queues)
    - receiver is not fast enough (also prevents receiver overload)
    - expensive CBR (content based routing) is used (reason: if an error occurs the whole pipeline must be re-processed)
    Set EO_INBOUND_TO_OUTBOUND=0 if
    - only IDoc/Rfc outbound adapters are used (as tRfc layer is fast and can handle quotas)
    - receiver is fast and can’t get overloaded
    - no expensive CBR (content based routing) is used
    Thanks
    Swarup
    Edited by: Swarup Sawant on Feb 26, 2008 6:33 AM

  • How do u set the parallel message queu

    Hi All,
    i have small doubt regarding Parallel message queus ,
    how do we set this parameter EO_INBOUND_PARALLEL and
    EO_INBOUND_TO_OUTBOUND
    can u help any body,
    reg,
    kumar

    Suresh,
    follow a said below to configure value is the nofoparalle processing
    goto SXMB_ADM, IntergationEgnineConfiguration->specific configuratin->
    Catogory:Tunning Parameter:EO_INBOUND_PARALLEL value:2 
    Catogory:Tunning Parameter:EO_INBOUND_TO_OUTBOUND value:1
    regards
    Sreeram.G.Reddy

  • Max Message Size

    I´d like to configure the prohibition of processing messages grater than 100 MB... Is that possible? In which tx?
    Thanks a lot

    Hi,
    You have give this value to the parameter EO_MSG_SIZE_LIMIT in the transaction SXMB_ADM --> Integration Engine Configuration and selecting TUNING as the category. You can even check the documentation for this parameter on the same page there. After saving this parameter verify at RWB ->RWB->Component Monitoring->Integration Engine->
    Settings->Tuning.
    Add one more EO_INBOUND_TO_OUTBOUND this will allow data not to be placed on Outbound queue and bring to inbound queue. This is having advantage that to process high volume message you will get better performance but disadvantage is when there is no receiver inbound queue is blocked.
    But remember, if the message sieze is too big, it will effect performance.
    Regards,
    Shitij

Maybe you are looking for

  • Can I use my old 2009 app install disc to put iWeb on new Mac?

    Hi All, I dropped my 09 13"MBP and killed it :-( luckily all data was backed up and my insurance has payed out to replace the Mac :-) I have my eye on a 15" model and really need to continue using iWeb. I'm aware the new MBPs no longer ship with it a

  • Synchronous File- Soap scenario with fault message

    Hi! I have a File to Soap synchronous scenario. All is right when no exception is returned by the web service. I want to use fault messages to catch thoses exceptions, so I have added fault message in message interfaces and in the mapping program in

  • Why is the ipod screen on all the time when plugged in

    and conversely, why does the screen only show the time when you are actually walking around playing music? Is there any way to change that? I want to see what song is playing, not what time it is or whatever that number on the screen means. thanks Bo

  • How can I set delay time to POST on tcp/ip

    I tried to convert to Labview from PHP below source. but I couldn't check EOF on Labview as php source. function http_post($host, $path, $data) $http_response = ''; $content_length = strlen($data); $fp = fsockopen($host, 80); fputs($fp, "POST $path H

  • ORACLE 9i DATABASE software

    Hi, Iam doing POC for upgrade from 9i to 11gr2. iam not able to get 9i database software for linux and hp os . Please share me the link to get 9i database software. HP-details: i3hp130e:/ >getconf KERNEL_BITS 64 i3hp130e:/ >file /stand/vmunix /stand/