Integration Engine Load

1. Can someone explain how do we inprove the processing time in IE,
2, What are various steps to be taken to improve the speed,

HI,
The Integration Engine load depends upon various factors such as,
1. Valume of data to be transited across the Integration Engine
2. Memory Utilization
3. Usage of JRFC reduces J2EE memory overhead for maaping step
4.  Proper system and environment configuration
5. proper integration design.
6. need a stable foundation situation. Not only the PI database, operating system and network connections must be working fine. Any connected middleware or back-end system, supposed to receive or send
information, should comply with the required performance, stability, quality of services and service
level agreement.
7. Enhanced Transaction Handling: Allows design time optimization of transaction handling, avoiding starting and ending one transaction for each integration
process step.
XI is based on SAP WAS so you can use multiple was instances - load balancing for example
have a look at this document:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/sap%20exchange%20infrastructure%20tuning%20guide%20xi%203.0.pdf
most of the performance/memory is needed for the mapping in general
Thanks
Swarup
Edited by: Swarup Sawant on Apr 4, 2008 4:44 AM

Similar Messages

  • Performance of XI Integration Engine

    Hi,
    Scenario: RFC <=> PI <=> HTTP
    In our landscape, we have more number of RFC to HTTP interfaces(syn). I need to know about the effect in the performance of PI Integration Engine as messages per sec will be large. Specifically, how RFC Adapter will perform under high load conditons.
    Regards,
    Manikandan R

    Kindly have the a look at the following links....This will tell you the process to enable High volume of data transfer efficiently
    /people/william.li/blog/2008/03/07/step-by-step-guide-in-processing-high-volume-messages-using-pi-71s-message-packaging
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9056c89c-1a2e-2a10-8a99-eae154e74c4e
    http://help.sap.com/saphelp_nw04s/helpdata/en/42/e7bb8f7c9d3ee0e10000000a1553f6/frameset.htm
    This will Help you out..................................
    BR,
    Sainath

  • [Integration Engine Configuration Data] Error: No access to system landscap

    Hi all,
    When configuring Integration Engine Data (To go to 'Integration Engine Configuration Data' screen: Tcode: SXMB_ADM -> Choose: Integration Engine Configuration -> F8), we want to load Configuration from System Lanscape by choose F6, an error occur with message as below:
    No access to system landscap
    So that we can't load configuration from our System Landscape.
    We have correctly configured other below:
         - We use http port for corresponding Integration Server.
         - Business System with role 'Integration Server' created correctly in SLD.
         - T-code SLDCHECK is all OK.
         - T-code SXI_CACHE is all OK.
    Anyone can please help me correct this error ?
    Point will be reward for any valuable answer,
    Thanks a lot,
    Vinh Vo

    Please can you check if your RFC destination SAPSLDAPI and LCRSAPRFC are working both ABAP and Java stack.
    just check the reply from Udo and jai's reply
    R3 Connecte XI 3.0  Problem
    also check page no 18
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283

  • Auto Cancellation of Messages in the Integration Engine.

    Dear all,
    Issue: Auto Cancellation of Messages in the Integration Engine.
    Description: Actually Today, I'm facing Problem in message mapping and its showing error "JCO_SYSTEM_FAILURE". Finally the message is Auto Canceled and showing the status in the Message Monitoring as Canceled with Errors.
    I have doubt here how the messages are Auto Canceled with Error? Is there any system or ABAP program which cancelling these messages?
    Waiting for yours valuable reply on the above issueu2026
    Edited by: BhavinPatel on Oct 7, 2010 8:15 AM

    Hi Bhavin,
      Two report program are there to cancel error msgs automatically..
    1) RSQIWKEX
    2) RSXMB_CANCEL_MESSAGES
    Regds,
    Pinangshuk.

  • Error while testing message from Integration Engine.

    Hi,
    Trying to send message to Integration engine from RWB, using test mesage tab in Integration engine.
    I pasted the payload(IDOC payload) , entered sender service, interface name and namespace and also username and password. Selected quality of servie as Exactly once.
    While sending the message getting the following error - "Error while sending".
    What could be possible reasons for this error.
    Thanks.

    Hi,
       Please check the following possibilities:
    1. Make sure you have selected integration Engine oprtion and not the adapter engine.
    2. The USERID and password should be correct.
    Please let me know if you still face the problem.
    Regards,
    Shwetambari.

  • Java bean, works in Integration Engine but does not work in Adapter Engine.

    In connection to the following thread:
    PayloadZipBean - variable filename inside the archive
    I am trying to use the same bean.
    However I can see, that the bean is working correctly when I use Integration Engine.
    But if I am using ICo (AAE) and using the same bean in the receiver, I can see, that the bean gets called but does not work correctly.
    The audit log added to my bean shows, that the bean could read the filename correctly from the Dyanic Config in the message, but it cannot write the same into the message.
    Could you please help on this?

    Your above posted system details show multiple Java Console extensions.
    You can uninstall (remove) the Java Console extensions and disable the Java Quick Starter extension, you do not need them to run Java applets.
    See http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    See also http://www.java.com/en/download/help/quickstarter.xml - What is Java Quick Starter (JQS)? What is the benefit of running JQS? - 6.0
    Disable the Java Quick Starter extension: Tools -> Addons -> Extensions
    Control Panel -> Java -> Advanced tab -> Miscellaneous -> Java Quick Starter (disable)
    You can try a direct connection: <br />
    Control Panel > Java > General tab > "Network Settings...": "Direct Connection" (enable)

  • Bypassing integration engine in pi 7.0

    Hi
    Am supposed to work on bypassing the integration engine in case of file to Jdbc. Am working on version pi 7.0. How can I bypass integration engine ?

    hi,
    Am supposed to work on bypassing the integration engine in case of file to Jdbc. Am working on version pi 7.0. How can I bypass integration engine ?
    as per my knowledge(bypassing the integration engine in case of file to Jdbc) that is possiable from pi 7.1 by using ICO(AAE) concept only .
    thanks,

  • Problems with namespace XML Parsing of ABAP PI 7.0 Integration Engine

    Hi,
    I discovered the following problem.
    The customer sends a SOAP message with is forwarded through a SOAP Adapter in the integration engine.
    The structure of the message is very simple:
    <Envelope>
    <Body>
    <ORDERS05>...</ORDERS05>
    </Body>
    </Envelope>
    The customer adds the namespace information a special way:
    <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope">
    <Body>
    <orders05 xmlns="">...</orders05>
    </Body>
    <Envelope>
    Here the namespaces is declared in the first element. It should be inherited into all child elements. The 'orders05' should not have the namespace ' xmlns="http://schemas.xmlsoap.org/soap/envelope" ', therefore the namespace is overwritten with ' xmlns="" '. However I don't know if this is a correct xml statement, the SAP system did not understand this.
    The integration throws an error which is stated in the message in the adapter engine:
    2008-11-06 17:31:44 Fehler SOAPFault empfangen vom Integration Server. ErrorCode/Category: XIProtocol/ITEM_MISSING; Params: /@mustUnderstand, ST: ST_XMS_MSGHDR30_RM; AdditionalText: Attribut 'mustUnderstand' erwartet; ApplicationFaultMessage: ; ErrorStack: Das XML-Element /@mustUnderstand fehlt im SOAP-Message Header (SAP XI Extension) Attribut 'mustUnderstand' erwartet
    2008-11-06 17:31:44 Fehler Fehler beim Übertragen der Message zum Endpunkt http://kas052.hauni.koerber.de:8036/sap/xi/engine?type=entry über die Verbindung SOAP_http://sap.com/xi/XI/System. Grund: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Error during parsing of SOAP header
    If I changed the SOAP message to the common format, it is accepted by the integration engine.
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope">
    <SOAP:Body>
    <orders05>...</orders05>
    </SOAP:Body>
    </SOAP:Envelope>
    Here the namespace ' xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope" ' is defined with a prefix and assigned to the elements 'envelope' and 'body'. The 'orders05' element has no namespace.
    However due to the xml syntax both messages are the same, so why the integration engine handle the messages different?
    Best regards,
    Nils Kloth

    The valid SOAP format supported by XI is as follows
    <SOAP:Envelope
      xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SOAP:Body>
        <m:MessageTypeName xmlns:m="Some-URI">
          <Price>34.5</Price>
        </m:MessageTypeName>
      </SOAP:Body>
    </SOAP:Envelope>
    Ur sender system is not sending the data in correct Soap format and thats the cause of message rejection. The option you have to use the Soap adapter in "no soap" mode.
    Regards,
    Prateek

  • Error in integration Engine

    Hi All,
    In integration Engine im getting error as "Exception occurred during XSLT mapping of the application".
    when i tried to test the mapping its showing the warning as "javax.xml.transform.TransformerException: com.sap.engine.lib.xml.util.NestedException: Could not execute operation on Java Object. -> java.lang.reflect.InvocationTargetException at "
    Please help me reagrding this issue to proceed further!!!

    Hi,
    Can u please explain the problem little detail...
    Are u getting this error in SXMB_MONI??
    If yes then can u copy the source payload and check it in the Message Mapping once??
    If problem is coming from mapping... try to analyze.. else u can put now vtz exactly the prblm is..
    Babu

  • HTTP error 403 from Integration engine

    Hello,
    Problem a)
    While posing data from eSourcing to PI box by HTTP , we are getting HTTPerror 403.
    The error message states:
    ID: E-Sourcing was unable to publish PROP-00090--2010 to ERP. class java.io.IOException Server returned HTTP response code: 403 for URL:
    Problem b)
    In another observation the sender file adapter after polling the file is unable to send the message to Integration engine and gives a Connection Time out error. it gives the following error.
    Transmitting the message to endpoint http://<Host>:<Port>/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error transmitting the message over HTTP. Reason: java.net.ConnectException: Connection timed out: connect.
    I believe that both the errors are for common cause and possibly the Integration engine is not accepting HTTP request.
    It looks like these error due to security reason, it seems some authorization profile is missing or may be some other issue,kindly help us at that front.
    Thanks and Regards,
    Satish

    Hi Suraj,
         Thanks for the update.We had checked the URL before posting this message,it is picking up correct URL with namespoace, UID and PWD.Exact error that we are getting is as follows:
    ID: E-Sourcing was unable to publish PROP-00090--2010 to ERP. class java.io.IOException Server returned HTTP response code: 403 for URL: http://MB1ES1025:50200/sap/xi/adapter_plain?namespace=http://frictionless.esource.com/v2.0&interface=MI_ESI_AWARD_PO&service=FCI_TENANT&QOS=BE&sap-user=pisuper&sap-password=sap$29&sap-client=001&sap-language=EN. Please contact your system administrator.
    Here all information are correct.We have checked the SLD check, that is also working fine.Also it is not connectivity related issue, as we are able to transmit XML file to E-Sourcing.
       It looks like security issue, but what authorization needs tobe given exactly for HTTP call, we need to know or may be some other issue.
    Thanks and Regards,
    Satish

  • HTTP error 403 to Integration engine

    Hello,
    Problem a)
    While posing data from eSourcing to PI box by HTTP , we are getting HTTPerror 403.
    The error message states:
    ID: E-Sourcing was unable to publish PROP-00090--2010 to ERP. class java.io.IOException Server returned HTTP response code: 403 for URL:
    Problem b)
    In another observation the sender file adapter after polling the file is unable to send the message to Integration engine and gives a Connection Time out error. it gives the following error.
    Transmitting the message to endpoint http://<Host>:<Port>/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error transmitting the message over HTTP. Reason: java.net.ConnectException: Connection timed out: connect.
    I believe that both the errors are for common cause and possibly the Integration engine is not accepting HTTP request.
    Please help.
    Thanks and Regards,
    Himadri
    Edited by: Himadri Chakraborty on Feb 9, 2010 3:35 PM

    Time Out Error
    In order to get rid of it, Your basis person need to play around with follwing three parameters in order to find an appropriate values as per your hardware sizing and requirement......
    icm/conn_timeout
    icm/keep_alive_timeout
    icm/server_port_< n >
    How ever, in general SAP recommandation is as follow....
    icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=30,PROCTIMEOUT=600 to allow a maximum processing time of 10 minutes.
    Hope this helps !!!
    Regards,
    J Augastine

  • Mail-Adapter Integration Engine Error during parsing of SOAP header

    Hello,
    we use XI with the mail adapter. Most of the messages are processed correctly. But sometimes I get following errors in the J2EE-logviewer:
    Transmitting the message to endpoint http://<xi-host>:<http-port>/sap/xi/engine
    ?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.a
    pi.RecoverableException: Received HTTP response code 500 : Error during
    parsing of SOAP header.
    Failed to transmit message 4e913640-4cc5-11dc-8560-00e000c55366(OUTBOUND)
    due to com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP
    response code 500 : Error during parsing of SOAP header.
    Retries exceded, set message
    4e913640-4cc5-11dc-8560-00e000c55366(OUTBOUND) to status NON_DELIVERED.
    Has somebody else the same problem and solved it or any idea what the matter could be?
    Thanks for your help
    Christian

    Hi Reddy,
    We´ve got the following scenario:
    Exchange-Server (is always up)
    XI Mail-ReceiverAdapter
    I use IMAP4 to access the Outlook-Email-Box
    Everything works fine. But some Emails aren´t processed.
    I think it´s a problem between adapterframework and the integration engine?
    There is no difference between the emails?
    If you´ll need further informations ask me?
    Thanks

  • How to retrive the old messages in sxmb_moni (integration engine)

    Hi Expert,
    We were trying to call RFC and send some messages through XI. Due to some connection issue the message was failed in integration engine(MONI). As this messages had failed last week. We are not able to see the messages in MONI.
    Now we wanted to get the payload of the messages which had failed.
    Can you please suggest how can we see those messages and get the payload which is now not visible in MONI.
    Thanks in advance.
    Thanks,
    Nutan Champia.

    Hi All,
    Thanks for your response. I am able to see some messages in the mentioned table but I am not able to open those messages in MONI with the message id given in the table SXMSPMAST2 (SXMSPMAST) and SXMSPHIST to get the payload. (I have given date selection critaria as 1st of Nov 2011 till date). As this is very important for us would you please help us.
    Hi Venkata Ramesh,
    So if I have correctly understood you, then you mean to say that these messages which is not visible in moni we can not retrive the payload.
    Would you please help me to understand where can we see the settings to mention the number of days for which these messages should appear in MONI. (So that we can increase or can see the current settings for our project)
    Thanks
    Nutan

  • Error In Runtime Workbench (Integration Engine)

    Hi All,
    I have an issue with the PI Netweaver 7.0 SR3.We change the client from 001 to newclient by following SAP NOTE.
    Everything is happening fine except while i use Transaction SXMB_IFR and then Run Time Work Bench in component monitoring Integration Engine is not in Healthy State,Its showing Yellow Signal and a message is like this
    Is Web service security available?
    Description :Communication error Proxy calls are not permitted on sender or receiver side on the IS (client)
    Also Business Process Engine is also Showing Yellow Signal as
    Schedule Background Job for Missed Deadlines  
        Schedule Background Job for Work Items with Errors
        Schedule Background Job for Event Queue
        Schedule background job for clearing report 
        Schedule Background Job for Shared-Memory Update of Container Fa 
        Schedule Background Job for Deadline Monitoring
    So please suggest how to proceed to fix these issues.
    Thanks,
    Gagan Deep Kaushal

    Hi,
    for WS security please have a look at this page (last question)
    http://help.sap.com/saphelp_NW04/helpdata/en/a5/1b5342d8a7be30e10000000a155106/content.htm
    you can also try my answer from:
    Re: RWB Integration Engine status yellow
    BTW
    this cal stay yellow and it does not mean that XI/PI will not work
    Regards,
    Michal Krawczyk
    Edited by: Michal Krawczyk on Nov 29, 2008 1:11 PM

  • Generated Proxy Error: System not configured as XI Integration Engine

    Dear all,
    Using transaction SPROXY I generated a proxy on a Message Interface.
    This generated as well a method and the associated class.
    When I run it, trying to send data through all this, I get the following error:
    <b>System not configured as XI Integration Engine</b>
    Here is the model I got on another thread, in order to catch the error text:
    DATA: l_sys_exception    TYPE REF TO cx_ai_system_fault.
    *...proxy call
    catch CATCH CX_AI_SYSTEM_FAULT into l_sys_exception.
    write: l_sys_exception->errortext.
    Anyone has any idea where this error commes from?
    I am mostly wondering whether the problem comes from my outbound system or XI configuration?
    Thanks a lot, have a nice day!
    Isa.

    check this thread
    https://forums.sdn.sap.com/click.jspa?searchID=2727912&messageID=1877263

Maybe you are looking for

  • Washed out iPhone 5 screen

    This happens when I try and unlock my screen.Occasionally, the screen will be very faded looking. Not bright like an autobright overadjustment, just unsaturated and hazy. Washed out and cloudy, it often dissipates slowly over about 30 seconds to a mi

  • How to run Servlet in weblogic server ?

    Hi , I am new to J2ee Tech. how to run a simple servlet program in weblogic server? mainly i want know how to give the address in ID. Now i am using htt:\\localhost :7001\Sample\HelloServlet but it is not working Please give me the steps Thanks Merli

  • How do I transfer apps from iPhone and iPad to iMac

    How do I transfer my apps from my iPhone  and iPad to iMac when it was on a pc before, without losing the apps

  • IMovie (9.04) unexpectedly quits

    For several months, my iMovie has unexpectedly quit when I try to import videos from an HDSC card. I have used this card for a long time, so I don't think it's the card and I can still record on it just fine. And I can use the card with iPhoto, so it

  • May we have CC on two of my computers within one subscribtion ?

    I have full CC subscribtion and I have Creative CLoud application on two machines as I was instructed by Adobe agent it should be all right. Now it gives me error message and indicates that it is a third machine with my  id - while I have given away