ICM_HTTP_TIMEOUT error

*Hi Experts,*
found the following error in the integration engine for the message.  using File adapter(FTP) and we are using BPM for this scenario.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  Call Adapter
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIAdapter</SAP:Category>
  <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>
  <SAP:P1>402</SAP:P1>
  <SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>HTTP client. Code 402 reason ICM_HTTP_TIMEOUT</SAP:Stack>
  <SAP:Retry>N</SAP:Retry>
  </SAP:Error>
how to rectify this Error.
Thank you,
MK

Hi Jag,
The Below ICM parameters are maitained in SMICM
Services
icm/server_port_0     = PROT=HTTP,PORT=8011
icm/server_port_1     = PROT=SMTP,PORT=2111
icm/server_port_2     = PROT=HTTPS,PORT=41101
Timeout handling
icm/keep_alive_timeout (sec.)  = 2700
icm/conn_timeout (msec.)       = 5000
icm/max_timeout_net (msec.)    = 2000
icm/min_timeout_mpi (msec.)    = 5000
do i have to create the Parameter HTTP_TIMEOUT, beacuse as you said above  about icm/server_port_n exsistence.
Thank you,
MK

Similar Messages

  • ICM_HTTP_TIMEOUT error in HTTP Receiver adapter

    Hi
    I am doing HTTP Receiver adapter and File Sender adapter for my scenario.
    I am getting the following error in SXMB_MONI.
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>
      <SAP:P1>402</SAP:P1>
      <SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP client. Code 402 reason ICM_HTTP_TIMEOUT</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error
    Help needed,

    Hi Ganesh,
    Check this weblog...
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    Check this thread with similar issue...
    ICM_HTTP_TIMEOUT
    Regards,
    Sridhar

  • XI to RFC Scenario: Runtime error during RFC Call

    Hi,
    I am testing a XI-to-RFC scenario involving BPM. The RFC works perfectly from SE37; but I get 'ICM_HTTP_TIMEOUT, Error code 402' when I invoke it from XI. On digging through the problem, it appeared that the calling program produced a short dump at the ABAP end. The code is as follows:
    <b>module %_rfcdia_start output.
        "Do not display screen !
        call 'DY_INVISIBLE_SCREEN'.
        perform remote_function_diastart.
    endmodule.
    module %_rfcdia_call output.
        "Do not display screen !
        call 'DY_INVISIBLE_SCREEN'.
        perform remote_function_diacall.
    endmodule.
    module %_cpic_start.
      if sy-xprog(4) = '%RFC'.
        perform remote_function_call using rfctype_external_cpic.
      else.
        call 'APPC_HD' id 'HEADER' field header id 'CONVID' field convid.
        perform cpic_call using convid.
      endif.
    endmodule.
    form cpic_call using convid type c.
      communication send id convid buffer header.
      if sy-subrc eq 0.
        perform (sy-xform) in program (sy-xprog).
      else.
        message a800.
      endif.
    endform.
    form remote_function_call using value(type).
      data rc type i value 0.
      do.
    ********This is the line where error occurs************
        <i>call 'RfcImport' id 'Type' field type.</i>
        if sy-xprog = 'JAVA'.
          system-call plugin
                      id 'JAVA' value 'FORW_JAVA'
                      id 'RC'   value rc.
      if there is no rollout on the JAVA side which
      rolls both, JAVA and ABAP, we return to the
      C-Stack and reach this point
      in case there was an rollout, the ABAP-C stack is lost
      and we jump direkt to this point
      here we trigger the rollout on this Abap side with
      the following statement
          system-call plugin
                      id 'JAVA' value 'ROLL_OUT'
                      id 'RC'   value rc.
        else.
          perform (sy-xform) in program (sy-xprog).
          rsyn >scont sysc 00011111 0.
        endif.</b>
    Anybody has any idea why it is happening? Is it a network issue? The dump in ST22 says that 'The program "SAPMSYS1" was terminated manually'. How it is possible to manually abort an automatic call?
    Awaiting reply.
    Regards.

    Hi,
    Probably because of timeout, it is unable to execute the request ..so it is aborted.
    btw, is it a synchronous call ? what is the message size ? the given data to RFC is correct and valid structure ? check the mapping .for this use the data from SXMB_MONI and test it
    Check this blog for timeout errors-
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    Regards,
    moorthy

  • Time out errors

    We have upgraded to 3.0.9.8.2 on HP, we get the content fetcher time out errors in jserv.log file and this hangs the whole system.
    Any input on solving this problem is appreciated.
    thanks
    Sunil.

    Hi Nitesh,
    Have a look at::
    SAP Notes:--710735
    For Error::-PL_TIMEOUT
    SAP Note :-- 816778, 715400
    For Error::-HTTP_TIMEOUT
    SAP Notes:--730841
    ICM_HTTP_TIMEOUT error
    There are two ways of changing this timeout:
    a) check out note: 824554 and try to change it in the instance profile
    b) TCODE SXMB_ADM -> Configure Integration server -> change specific identifiers
    Set Runtime parameter: HTTP_TIMEOUT
    Rember to restart XI after the change
    You Can also have alook at
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    Hope it will help.
    regards
    Piyush
    Pl: reward points if found helpful

  • StuckThreadMaxTime Timeout error

    Hi,
    We ran into some issues with implementing some calls from our webapp to the bpel server.
    And we are running into timeout issues when the container tries to commit the transaction at the end of the EJB method.
    Is there any JTA setting etc required to do in our weblogic server .
    Any documentation will help.
    Detail:
    Here is the flow of what we have
    We are using SOA latest Build downloaded last week from OTN
    JPA Peristence Context..
    EJBMethod() {
    Use JPA to read info from our app db.
    Use the info to build up data to be passed to BPEL(payload)
    Start off our BPEL process (which is deployed on to a different weblogic server) using service.post()..
    Return
    Error: after the return, we go into the container transaction mgmt code and then we hang:
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    java.lang.Object.wait(Native Method)
    weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:2130)
    weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:266)
    weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:233)
    weblogic.ejb.container.internal.BaseRemoteObject.postInvoke1(BaseRemoteObject.java:621)
    weblogic.ejb.container.internal.StatelessRemoteObject.postInvoke1(StatelessRemoteObject.java:60)
    weblogic.ejb.container.internal.BaseRemoteObject.postInvokeTxRetry(BaseRemoteObject.java:441)
    oracle.epm.forecaster.model.services.workflow.workflow_v6ncef_IWorkflowServiceImpl.createHumanTaskForAction(workflow_v6ncef_IWorkflowServiceImpl.java:234)
    sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    Thanks
    Naga

    hi,
    Have a look at::
    SAP Notes:--710735
    For Error::-PL_TIMEOUT
    SAP Note :-- 816778, 715400
    For Error::-HTTP_TIMEOUT
    SAP Notes:--730841
    ICM_HTTP_TIMEOUT error
    There are two ways of changing this timeout:
    a) check out note: 824554 and try to change it in the instance profile
    b) TCODE SXMB_ADM -> Configure Integration server -> change specific identifiers
    Set Runtime parameter: HTTP_TIMEOUT
    Rember to restart XI after the change
    You Can also have alook at
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    Hope it will help.
    thanks,
    vijaya

  • XI Scenarios list

    Hi Expets,
    I am new to XI. I want to learn XI through webblogs. I saw a blog related to BPM its very nice.. Shall I get list of blogs in XI so that i can spend my time to read these documents.
    I required blogs for
    1. For BPM list of blogs.
    2. For different kind of Scenario's
    3. For Certification
    4. For FAQ's
    5. For Configuration settings.
    Thanks in advance

    HI
    basic scenarios.
    Introduction to IDoc-XI-File scenario and complete walk through for starters. - IDoc to File
    ABAP Proxies in XI(Client Proxy) - ABAP Proxy to File
    FILE to JDBC Adapter using SAP XI 3.0 - File to JDBC
    File to R/3 via ABAP Proxy - File to ABAP Proxy
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1) - File to File Part 1
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2) - File to File Part 2
    Convert any flat file to any Idoc-Java Mapping - Any flat file to any Idoc
    RFC Scenario using BPM --Starter Kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail
    Dynamic File Name using XI 3.0 SP12 Part - I - Dynamic File Name Part 1
    Dynamic file name(XSLT Mapping with Java Enhancement) using XI 3.0 SP12 Part -II - Dynamic File Name Part 2
    The specified item was not found. - Dynamic Mail Address
    Understanding message flow in XI - Message Flow in XI
    Walkthrough with BPM - Walk through BPM
    Schedule Your BPM - Schedule BPM
    Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi - Use of Synch - Asynch bridge in
    ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in
    ccBPM
    The specified item was not found. - Maintain RFC destination centrally
    Triggering e-Mails to Shared folders of SAP IS-U - Triggering Email from folder
    Outbound Idoc's - Work around using "Party"? - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    The specified item was not found. - Testing of integration process
    The specified item was not found. - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm -
    Authorization in XI
    The specified item was not found. - Alert Configuration
    The specified item was not found. - Trouble shoot alert config
    Executing Unix shell script using Operating System Command in XI - Call UNIX Shell Script
    Overview of Transition from Dev to QA in XI - Transport in XI
    Using ABAP XSLT Extensions for XI Mapping - Using ABAP XSLT Extensions for XI
    Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    IDOCs (Multiple Types) Collection in BPM - Collection of IDoc to Single File
    XI : Controlling access to Sensitive Interfaces - Controlling access to Sensitive
    Interfaces
    The specified item was not found. - The same filename from a sender to a
    receiver file adapter -
    SP14
    Payload Based Message Search in XI30 using Trex Engine - Payload Based Message Search in
    XI30 using Trex Engine
    XI : Configuring CCMS Monitoring for XI- Part I - XI : Configuring CCMS Monitoring
    for XI- Part I
    The specified item was not found. - XI: HTML e-mails from the receiver
    mail adapter
    XI : FAQ's Provided by SAP (Updated) - XI : FAQ's Provided by SAP
    Aspirant to learn SAP XI...You won the Jackpot if you read this!-Part I
    Aspirant to learn SAP XI...You won the Jackpot if you read this!-Part II
    Aspirant to learn SAP XI...You won the Jackpot if you read this!-Part III
    http://help.sap.com/saphelp_nw04/helpdata/en/80/8e3841e26cef23e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/developerareas/xi?rid=/webcontent/uuid/a680445e-0501-0010-1c94-
    a8c4a60619f8
    BPM:
    Regd. Blogs-check the bpmPattern available in the SAP BASIS Software component.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    To start with BPM-
    Walkthrough with BPM
    Also refer these-
    IDOCs (Multiple Types) Collection in BPM
    refer to the link....
    BPM monitoring
    http://help.sap.com/saphelp_nwpi71/helpdata/en/96/0a2441509fa831e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ab3f538e-0d01-0010-07b7-802c90b67eec
    Transformation Error and still stuck ?
    Transformation Error and still stuck ?
    Walkthrough with BPM
    Walkthrough with BPM
    Reconciliation of Messages in BPM
    Reconciliation of Messages in BPM
    Reconciliation of Messages in BPM Contd. - Restart Workflow
    Reconciliation of Messages in BPM Contd. - Restart Workflow
    XI: How to... retrieve MESSAGE_ID from a BPM
    The specified item was not found.
    https://websmp206.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071155&_SCENARIO=01100035870000000202 ->How To Monitor Integration Processes (ccBPM)
    FAQs:
    FAQs on XI:
    Integration Engine
    1. How can I retrieve MESSAGE_ID from a BPM?
    2. I cannot see some of my messages in SXMB_MONI
    3. I have an error: "Unable to convert the sender service to an ALE logical system"
    4. Can I use alert with variables from the messages payload?
    5. How can I implement dynamic mail address with XI mail adapter?
    6. ICM_HTTP_TIMEOUT error
    7. I got "message waiting in queue" status of my messages
    8. I have a problem with the cache on XI
    9. There's something wrong with my Integration Process - it has code other then 0 and it's not working
    10. I've changed my service user password - but now I see it's not changed completely - what should I do?
    11. Unable to check flight availability - status code 500 error
    12. I have a problem with namespaces in XI - Is there a way to remove them?
    13. The Link "alert configuration" from RWB is not working
    14. My ABAP proxy from Application system is not working
    15. I have a null pointer exception in XI
    16. My alerts don't work - what should I check?
    17. I cannot update my CPA cache - which authorizations do I need to do it?
    18. How can I unlock a locked object in the Integration Builder?
    19. How can I access the lite version Message monitoring tool?
    20. How can I monitor the CPA cache?
    21. I cannot logon to the Visual Administrator
    22. My PMI doesn't work
    23. How should I use Message Packages?
    24. How can I use correlation in a BPM?
    25. How do I start and stop the XI correctly?
    26. How can I get message statistics from the ABAP engine?
    27. I see an error "Unable to connect to the Integration Builder" while trying to create ABAP Proxies - what can I do?
    28. My EOIO messages are stuck what can I do?
    29. Is there any way I can upload and test an xml message from file?
    30. Is there any way I can do a tag search of an XI message without using a TREX?
    31. How to use the enhanced receiver determination?
    32. I have a timeout error in my scenario what can I do?
    33. How can I transport objects created on older XI's SP level?
    34. I have an HTTP error - what should I check?
    35. How can I do a stress test in the XI? (NEW 27.10.2006)
    36. How can I work with XI and DMZ? (NEW 27.10.2006)
    Mappings
    1. I have a problem with mapping - are there any guides on this subject?
    2. How can I use GlobalContainer - in graphical mapping?
    3. How can access technical context object?
    4. How should I test my mappings ?
    5. Where can I find aii_map_api.jar to create my Java mapping?
    6. How can I transform XML into a string?
    7. How can I use XSLT with ABAP engine?
    8. Are there any how to documents describing standard mapping functions?
    9. How can I test user advanced functions in NWDS?
    10. I have problems with testing large idocs in the message mapping test tool.
    11. Can I use multimappings without the BPM?
    12. How can I throw exceptions in message mappings?
    13. How to analyze mapping problems?
    14. How to analyze problems with value mappings?
    15. Are there any RFC API examples?
    16. Which mapping type should I use?
    17. How can I use my jar files in all software components?
    18. How can I do a unit test of my mappings?(NEW 27.10.2006)
    19. How to test my java mappings?(NEW 27.10.2006)
    Adapters
    1. I have a problem with sending RFC from R/3 to XI
    2. How do I use 'Apply Control Record Values from Payload' parameter with the IDOC adapter?
    3. I can't see my adapters in the adater monitoring after the import of a new SP
    4. Where can I find J2SE plain Adapter
    5. How can I access filename from File/FTP Sender Adapter
    6. Where can I find FAQ on adapters?
    7. Where can I find examples on Adapter module development?
    8. Where can I find http adapter test tool?
    9. How can I access adapter monitor?
    10. I'd like to develop my own adapter - how can I test the sample adapter?
    11. How can I dynamically set some parameters in the adapter configuration?
    12. Which value should I fill in the RFC sender adapter for Program ID parameter?
    13. What is the SOAP action value in the SOAP receiver adapter?
    14. Where can I find JAR files for creating java proxies?
    15. How can I debug my abap proxy?
    16. Adapter Engine returns HTTP 401 under high load what can I do? (NEW 27.10.2006)
    17. How can I work with profile other then LS with IDOC Adapter?(NEW 27.10.2006)
    Software Landscape Directory - SLD
    1. I got error message "SLDAccess set to true, but not available".
    2. I want to change the number of System Landscape Direcotries
    3. How do I define dependencies?
    4. How can I access SDL logs?
    Documents
    1. Where can I find document templates for XI?
    2. Are there some problem guides for XI scenarios?
    3. Where can I find BPM related weblogs?
    4. Where can I find IDOCs related weblogs?
    5. Where can I find JDBC related weblogs?
    6. Where can I find XI "How to..." documents on service.sap.com?
    7. Where can I find XI "Admin Check"?
    8. How does software logistics look like in XI?
    9. How to use acknowledgments with Java Proxies?
    10. How to use ABAP proxies with attachments?
    11. Which Transaction codes can I use with the XI?
    12. How to start working with Conversion Agent from Itemfield?
    13. Where can I find XI best practices? (UPDATED 27.10.2006)
    14. I would like to use EDI with XI how can I do it?
    Books
    1. Are there any books about the XI/PI? (NEW 27.10.2006)
    Integration Engine
    1. How can I retrieve MESSAGE_ID from a BPM?
    Take a look at this weblog:
    XI: How to... retrieve MESSAGE_ID from a BPM
    2. I cannot see some of my messages in SXMB_MONI
    Take a look at this weblog:
    XI: I cannot see some of my messages in the SXMB_MONI
    3. I have an error: "Unable to convert the sender service to an ALE logical system"
    Take a look at this weblog:
    XI Error - Unable to convert the sender service to an ALE logical system
    4. Can I use alert with variables from the messages payload?
    Take a look at this weblog:
    Alerts with variables from the messages payload (XI) - UPDATED
    5. How can I implement dynamic mail address with XI mail adapter?
    Take a look at this weblog:
    Mail Adapter (XI) - how to implement dynamic mail address
    6. ICM_HTTP_TIMEOUT error
    There are two ways of changing this timeout:
    a) check out note: 824554 and try to change it in the instance profile
    b) TCODE SXMB_ADM -> Configure Integration server -> change specific identifiers
    Set Runtime parameter: HTTP_TIMEOUT
    Rember to restart XI after the change
    7. I got "message waiting in queue" status of my messages
    You need to register the Queues
    TCODE SXMB_ADM -> Manage Queues -> Register the Queues.
    Or run program: RSXMB_REGISTER_QUEUES
    8. I have a problem with the cache on XI
    Check this "how to" document from sapNET - login required:
    How To handle Caches in SAP XI 3.0
    Take a look at this weblog:
    Cache Refresh Errors u2013 New Phenomena
    9. There's something wrong with my Integration Process - it has code other then 0 and it's not working
    a) check if you have all entries green in TCODE - SWF_XI_CUSTOMIZING
    b) you may try to repeat the activation of the integration process in TCODE - SXI_CACHE.
    10. I've changed my service user password - but now I see it's not changed completely - what should I do?
    Take a look at note: 721548
    XI 3.0: Changing the passwords of the XI service users
    11. Unable to check flight availability - status code 500 error
    Check if all clients except Integration server are set as application servers:
    a) TCODE - SXMB_ADM
    b) Integration Server configuration
    c) set the "Role of Business System" as LOC "Application system"
    12. I have a problem with namespaces in XI - Is there a way to remove them?
    The message namespace has a default value taken from the Software Component Version namespace.
    If you want to delete it:
    a) go to the Message type that you're using in your scenario
    b) remove XML namespace
    13. The Link "alert configuration" from RWB is not working
    a) on your XI box go to TCODE - SE38 and run program - RSXMB_ACTIVATE_ICF_SERVICES
    b) check SAP note: 750287 (XI 3.0 Runtime Workbench: Alert configuration does not start) and change values in your ExchangeProfile
    c) check if you can accept cookies
    14. My ABAP proxy from Application system is not working
    Take a look at "XI Configuration guide" section:
    "Connecting Business Systems with an Integration Engine to the Central Integration Server"
    and maintain the "dest://<HTTPDESTINATION>" in TCODE: SXMB_ADM for the application system
    15. I have a null pointer exception in XI
    Take a look at these notes:
    859465 - NullPointerException in DTR/XI running on AIX
    817049 - XI 3.0 SP10 Mail Adapter (Receiver/Outbound) authentication
    801868 - Java(TM) Web Start in XI 3.0: FAQ/Troubleshooting
    16. My alerts don't work - what should I check ?
    Take a look at those weblogs:
    XI: Alerts - Troubleshooting guide
    XI: Alerts - Step by step
    17. I cannot update my CPA cache - what authorizations do I need to do it?
    Take a look at this note:
    741214 - Troublesh. during cache update of the J2EE CPACache service
    18. How can I unloack a locked object in the Integration Builder?
    Directory:
    http://server:port/dir/support/public/LockAdminService
    Repository:
    http://server:port/rep/support/public/LockAdminService
    19. How can I access the like version Message monitoring tool?
    Lite MDT:
    http://server:port/MessagingSystem/monitor/monitor.jsp
    20. How can I monitor the CPA cache?
    Display:
    http://server:port/CPACache/monitor.jsp
    History:
    http://server:port/CPACache/history.jsp
    21. I cannot logon to the Visual Administrator
    Take a look at this PAG:
    Visual Administrator: Logon Failure
    22. My PMI doesn't work
    Take a look at this PAG:
    No Data From PMI Java Agents
    23. How should I use Message Packages?
    Take a look at this weblog:
    XI:Idoc Message Packages
    24. How can I use correlation in a BPM?
    Take a look at this weblog:
    Do you like to understand u201Ccorrelationu201D in XI?
    25. How Should I start and stop the XI correctly?
    Take a look at this note:
    870864 - Starting and Stopping an XI 3.0 System
    26. How can I get message statistics from the ABAP engine?
    Take a look at a report attached to this note:
    746088 - Statistics on XI messages for Remote Services
    27.I see an error "Unable to connect to the Integration Builder" while trying to create ABAP Proxies - what can I do?
    Take a look at this weblog:
    How do you activate ABAP Proxies?
    28. My EOIO messages are stuck what can I do?
    Take a look at this weblog:
    How to deal with stuck EOIO messages in the XI 3.0 Adapter Framework
    29. Is there any way I can upload and test an xml message from file?
    Take a look at this weblog:
    Simulating XI Messages-Proto
    30. Is there any way I can do a tag search of an XI message without using TREX?
    Take a look at these weblogs:
    ABAP based Trex in XI: Proto
    Super Message Monitor for SAP XI
    31. How to use enhanced receiver determination?
    Take a look at this weblog:
    Illustration of Enhanced Receiver Determination - SP16
    32. I have a timeout error in my scenario what can I do?
    Take a look at this weblog:
    XI: Timeouts, timeouts, timeouts....
    33. How can I transport objects created on older XI's SP level?
    Take a look at this SAP note:
    735306 - Transporting XI repository objects to the SWCV level
    34. I have an HTTP error - what should I check?
    Take a look at this weblog:
    Http* Errors in XI
    35. How can I do a stress test in the XI?
    Take a look at this weblog:
    XI : Simulating Extreme Concurrent Message Volume
    36. How can I work with XI and DMZ?
    Take a look at this page:
    XI Network zones
    Mappings
    1. I have a problem with mapping - are there any guides on this subject?
    take a look at those presentations from SAP:
    Exchange Infrastructure - Graphical Advanced Mapping
    2. How can I use GlobalContainer - in graphical mapping?
    Take a look at this weblog:
    GlobalContainer - in graphical mapping (XI)
    3. How can access technical context object?
    Take a look at this weblog:
    Simple java code in graphical mapping - XI
    4. How should I test my mappings ?
    Take a look at this weblog:
    XI: How to test your mapping (in real life scenarios)
    5. Where can I find aii_map_api.jar to create my Java mapping?
    Go to your XI server folders and use this path:
    j2eeclusterserver0appssap.comcom.sap.xi.services
    Inside com.sap.xi.services folder you'll find the jar file.
    6. How can I transform XML into a string?
    Take a look at this weblog:
    XI: XML node into a string with graphical mapping
    7. How can I use XSLT with ABAP engine?
    Take a look at this weblog:
    Using ABAP XSLT Extensions for XI Mapping
    8. Are there any how to documents describing standard mapping functions?
    Take a look at those weblogs:
    The Use of "suppress" in the XI 3.0 Graphical Mapping Tool
    New functions in the Graphical Mapping Tool SP13
    Message Mapping Simplified - Part I
    Message Mapping Simplified - Part II
    9. How can I test user advanced functions in NWDS?
    Take a look at this weblog:
    Testing User defined Functions for the XI Graphical Mapping Tool
    10. I have problems with testing large idocs in the message mapping test tool.
    Consider using reduced IDOCs
    Take a look at this note:
    709400 - Performance problems with large IDocs in mapping tool
    11. Can I use multimappings without the BPM?
    If you have SP14 then this is possible
    Take a look at this weblog:
    Multi-Mapping without BPM - Yes, it's possible!
    12. How can I throw exceptions in message mappings?
    Take a look at this weblog:
    Throwing Smart Exceptions in XI Graphical Mapping
    13. How to analyze mapping problems?
    Take a look at this note:
    801951 - XI30: Analyzing mapping problems
    14. How to analyze problems with value mappings?
    Take a look at this note:
    858766 - XI30: Analysis of value mapping problems
    15. Are there any RFC API examples?
    Take a look at this weblog:
    SAP XI Lookup API: the Killer
    16. Which mapping type should I use?
    Take a look at this weblog:
    Comparing Performance of Mapping Programs
    17. How can I use my jar files in all software components?
    Create one base software component in which you import
    your JAR files and then create dependencies to
    all other software components in which you want to use those JAR files
    18. How can I do a unit test of my mappings?
    Take a look at this weblog:
    Detroubulator version 1.0 is out
    19. How to test my java mappings?
    Take a look at this weblog:
    Testing and Debugging Java Mapping
    Adapters
    1. I have a problem with sending RFC from R/3 to XI
    Take a look at this weblog:
    Configuring the Sender RFC Adapter - step by step
    2. How do I use 'Apply Control Record Values from Payload' parameter with the IDOC adapter?
    See notes:
    a) 728792 - how the fields in the control record get set.
    b) 792333 for an overview of how to convert partners in the IDoc adapter.
    Also check:
    Fields of the IDoc Control Record
    XI: IDOC Adapter - EDI_DC40 - demystified
    3. I can't see my adapters in the adater monitoring after the import of a new SP
    a) try reimporting "SAP Basis software component"
    b) take a look at the XI installation guide on how to do it: "Importing the XI Content for Software Component Version SAP Basis 6.40"
    4. Where can I find J2SE plain Adapter
    https://websmp106.sap-ag.de/swdc
    Then this path:
    u2022     Support Packages and Patches
    u2022     - SAP NetWeaver
    u2022     - - SAP NETWEAVER
    u2022     - - - SAP NETWEAVER 04
    u2022     - - - Entry by Component
    u2022     - - - - XI Adapter Engine J2SE
    u2022     - - - - - XI CONNECTIVITY SE 3.0
    u2022     - - - - - - OS independent
    5. How can I access filename from File/FTP Sender Adapter
    Take a look at this weblog:
    XI: The same filename from a sender to a receiver file adapter - SP14
    Develop a module for file adapter and use the code from this SAP note:
    819761 - XI 3.0 File Sender: Accessing source file name from a module
    Copy a file with same filename using XI
    6. Where can I find FAQ on adapters?
    Take a look at this note:
    821268 - XI 3.0 Adapter Framework: Overview of available FAQ notes
    inside you'll find all available FAQ SAP notes.
    7. Where can I find examples on Adapter module development?
    Copy a file with same filename using XI
    Read Excel instead of XML through FileAdapter
    8. Where can I find http adapter test tool?
    Client_httpAdapter.html code
    9. How can I access adapter monitor?
    Try this link:
    http://xiserver:j2eeport/mdt/amtServlet
    10. I'd like to develop my own adapter - how can I test the sample adapter?
    Take a look at this weblog:
    Testing Sample Adapter
    11. How can I dynamically set some parameters in the adapter configuration?
    Take a look at this weblog:
    Dynamic Configuration of Some Communication Channel Parameters using Message Mapping
    12. Which value should I fill in the RFC sender adapter for Program ID parameter?
    Take a look at this weblog:
    Troubleshooting - RFC and SOAP scenarios
    13. What is the SOAP action value in the SOAP receiver adapter?
    Take a look at this weblog:
    Troubleshooting - RFC and SOAP scenarios
    14. Where can I find JAR files for creating java proxies?
    you can find them on your XI/PI server in folders:
    aii_proxy_xirt.jar
    j2eeclusterserver0 inextcom.sap.aii.proxy.xiruntime
    aii_msg_runtime.jar
    j2eeclusterserver0 inextcom.sap.aii.messaging.runtime
    aii_utilxi_misc.jar
    j2eeclusterserver0 inextcom.sap.xi.util.misc
    guidgenerator.jar
    j2eeclusterserver0 inextcom.sap.guid
    15. How can I debug my abap proxy?
    Take a look at this weblog:
    XI: Debug your inbound ABAP Proxy implementation
    16. Adapter Engine returns HTTP 401 under high load what can I do?
    Take a look at this sap note:
    821026 - AdapterEngine messaging URL returns HTTP 401 under high load
    17. How can I work with a profile other then LS with IDOC Adapter?
    Take a look at this weblog:
    Wanna Party ?
    Software Landscape Directory - SLD
    1. I got error message "SLDAccess set to true, but not available".
    Go to SLD:
    http://server:port/sld/ListServlet?bsview=true
    Business systems and check if your XI business system has correct "Pipeline URL" parameter defined:
    http://server:httpport/sap/xi/engine?type=entry
    also check TCODE -> SLDCHECK - if you don't have any errors over there
    2. I want to change the number of System Landscape Direcotries
    Check this "how to" document from sapNET - login required:
    HowTo handle SLD and XI
    also check this SAP note:
    720717 - Reduce the number of System Landscape Direcotries (SLD)
    3. How do I define dependencies?
    XI: Are you Independent...from your dependencies?
    4. How can I access SDL logs?
    Use this link:
    http://server:port/sld/admin/log.jsp
    Documents
    1. Where can I find document templates for XI?
    Take a look at this weblog:
    XI - SAP's document templates
    2. Are there some problem guides for XI scenarios?
    Take a look at this weblog:
    XI - Problem Analysis Guide - Have you seen this?
    3. Where can I find BPM related weblogs?
    Walkthrough with BPM
    RFC Scenario using BPM --Starter Kit
    XI: How to... retrieve MESSAGE_ID from a BPM
    4. Where can I find IDOCs related weblogs?
    Introduction to IDoc-XI-File scenario and complete walk through for starters
    Configuration steps required for posting idoc's(XI)
    Convert any flat file to any Idoc-Java Mapping
    File to Multiple IDocs (XSLT Mapping)
    5. Where can I find JDBC related weblogs?
    FILE to JDBC Adapter using SAP XI 3.0
    JDBC Stored Procedures
    RDBMS system integration using XI 3.0 JDBC Sender/Receiver adapter
    6. Where can I find XI "How to..." documents on the service.sap.com?
    XI How to... documents
    7. Where can I find XI "Admin Check"?
    XI Admin Check
    8. How does software logistics look like in XI?
    XI Software Logistics 1: SLD Preparation
    XI Software Logistics II: Overview
    9. How to use acknowledgments with java proxies?
    Using Acknowledgments with XI 3.0 Java Proxies
    10. How to use ABAP proxies with attachments?
    XI: RFC or ABAP Proxy ? ....ABAP Proxies with attachments
    11. Which transactions can I use with the XI?
    Getting started with XI, part 1: XI 3.0 cheat sheet
    12. How to use ABAP proxies with attachments?
    How to get started using Conversion Agent from Itemfield
    13. Where can I find XI best practices?
    SAP Exchange Infrastructure best practices
    The D-XIE Soap part 1: basic principles with XI in the middle
    The D-XIE Soap part 2: XI design decisions for synchronous or asynchronous messaging
    D-XIE Soap part 3: Determine Software Component Version of standard SAP IDocs and RFMs
    D-XIE Soap part 4: XI Software Component Architecture for Point-to-Point Scenarios
    Structuring Integration Repository Content - Part 1: Software Component Versions
    14. I would like to use EDI with XI how can I do it?
    Thoughts on EDI in an SAP XI Environment - Article
    If you want to process EDI you with XI
    you need to use some third party tool
    like: SAP conversion Agent, or Seeburger's EDI adapter, etc.
    Books
    1. Are there any books about the XI/PI?
    Mastering IDoc Business Scenarios with the SAP by Michal Krawczyk @ Michal Kowalczewski
    SAP Exchange Infrastructure by Jens Stumpe and Dr. Joachim Orb
    Mastering SAP XI Administration by Marcus Banner and Heinzpeter Klein.
    FAQs on XI:Interview FAQs:
    XI : FAQ's Provided by SAP (Updated)---->SAP NOTES
    INTERVIEW QUESTIONS:
    The specified item was not found.
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://sap.ittoolbox.com/documents/document.asp?i=3240
    http://www.techinterviews.com/?p=198.
    http://www.fundoosite.com/interview-questions/type.asp?iType=72
    http://www.sapassist.com/documents/document.asp?i=3240
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm.
    http://www.sap-img.com/business/sap-bw-interview-questions.htm
    http://www.sap-img.com/business/sap-bw-interview-questions-2.htm
    http://www.techinterviews.com/?p=184
    http://rapidshare.de/files/3829216/Bw_Interview_Questions.pdf.html
    XI : FAQ's Provided by SAP (Updated) - XI : FAQ's Provided by SAP.
    CERTIFICATION:SAP XI CERTIFICATION BLOGS:
    Refer the below thread:
    SAP XI Certification
    Apart fro that refer the below information:
    XI Certification info:
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cE41BF735AA1862BF88AE1830FD06B8FCD2D8AECBF5109A3E
    refer the below thread and the certification details:
    Re: XI Certifications
    Certification passing mark:
    Re: XI/PI certification
    cheers

  • Error in SAP XI 3.0 - ICM_HTTP_TIMEOUT

    Hi Experts,
    currently I am on SAP XI 3.0
    I am getting System Error messages for Synchronous BE messages from Sender RFC to JMS receiver.
    I am getting following error.
    <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
    <SAP:P1>402</SAP:P1>
    <SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>
    I have tried all option given in this document "How To... Investigate Timeouts In Synchronous XI/PI Scenarios"
    This problem is coming when there are large number of messages are flowing for one interface.
    1) Please suggest the solution.
    2) Also suggest me the way to delete the sys error message
    Currently I am doing restart of the ABAP and JAVA Stack and the error is getting resolved , Please sugggest how to avoid the restart.
    Thanks,

    Hi,
    Have you increased the Timeout Parameter?
    If not increase and test it.
    Refer:
    The specified item was not found.
    Regards
    Ramesh

  • XI - Call Adapter Error - HTTP client. Code 402 reason ICM_HTTP_TIMEOUT

    I am using HTTP adapter to post XML PO to vendor's site. We are having this problem with one of our vendor when PO's has more than 15 line items. XI server is getting error-"Call Adapter Error - HTTP client. Code 402 reason ICM_HTTP_TIMEOUT". Actually PO is posted good for the first time on vendor's site but XI is getting above error message and it keeps posting it again. Is there anyway to stop it otherthan manually stopping the XI message? Is there anyway to increase the wait time of the XI server to get the message.
    Thanks in advance.
    Mrudula Patel

    I'm getting the same issue "500 TIMEOUT error" in runtime work bench-->IE--->Test Message. When i manually trigger the file.
    The issue is basically from 01-01-2015 02:00 pm to 02-01-2015 01:am , File is picked from source ftp folder and places in archive but xml messages are not reflecting in SXMB_MONI.
    Today suddenly after 01:00 am messages are successfully processing.
    Please help on this issue. Many Thanks.

  • Timeout error in ECC "INTERNAL.CLIENT_RECEIVE_FAILED Error while receiving by HTTP (error code: 402 , error text: ICM_HTTP_TIMEOUT)"

    Dear Experts,
    I am very critical situation due to this timeout error in ECC, please help me as much as you can. Go-live date is very near, but I am not getting any clue why this error is occurring. our ECC system is EHP 4, and PI is dual stack 7.4
    My scenario is synchronous ABAP proxy to HTTP_AAE. request is triggering from ECC via proxy and reaching to third party (bank) through PI, I am reviving the response back in PI from bank. But from PI to ECC the response is not reaching. So in ECC after the defined Timeout limit its getting timed out.
    I have tried everything by increasing the timeout in ECC more than 15 minutes in HTTP_TIMEOUT under SXMB_adm in ECC, but nothing worked, even if I am increasing for half an hour then also its getting timeout after half an hour.
    response from bank to PI is coming within 30 to 40 seconds, but PI is not sending the response back to ECC.
    This is classical scenario, and I have checked the trace via SXMB_Moni in PI as well as in ECC, in ECC its showing the timeout error, but in PI i did not see any trace for this error.
    I have read many thread on SCN for the same error, and everywhere it has been suggested to increase the timeout, and I have tired that, it didn't help me.
    All ABAP proxy configuration has been done as follows.
    RFC destinations in ECC
    LCRSAPRFC(TCP/IP)
    SAPSLDAPI ((TCP/IP))
    G type destination to path "/sap/xi/engine?type=entry"
    G type destination SAP_PROXY_ESR to path "/rep"
    All the destination connection test is working fine.
    but i have a doubt on G type destination(AAE_XDJ) to path  "/sap/xi/engine?type=entry" which is returns the status code 500 with message "Empty HTTP request received", is it ok with 500 ?
    Configuration in ECC Integration Engine configuration is as follows
    Questions
    How the message gets pushed to ECC from PI, once the message received in PI, I believe by G type RFC destination on path  "/sap/xi/engine?type=entry" , please clarify.
    How to trace this, if message is not getting pushed to ECC, I mean I have checked the trace in PI XSMB_MONI, but didn't get anything for this error. In ECC SXMB_moni only I am able to the timeout error.
    Please expert help me as soon as you can, this error really effecting me badly in front of management
    Thanks,
    Farhan

    Hi Hareesh,
    I configured the scenario based on ICO, and again I received the same timeout error in ECC.
    I am really sick with this error, and I have raised the OSS message to SAP. Meanwhile I just want to double check my entire configuration with you. Please see the below configuration (for classical) for ABAP proxy to HTTP_AAE, and let me know if anything is wrong.
    Request structure (ECC->PI->Bank)
    <?xml version='1.0' ?>
    <PaymentInfoMessage>
    <PaymentInfoRequest>
    <CompanyCode>Partner01</CompanyCode>
    <BankCode>BSFRSARI</BankCode>
    <StartDate>2006-07-09T00:00:00</StartDate>
    <EndDate>2006-07-09T00:00:00</EndDate>
    <TransactionType>940</TransactionType>
    </PaymentInfoRequest>
    </PaymentInfoMessage>
    Response Structure (Bank->PI->ECC)
    <?xml version="1.0"?>
    <PaymentInfoMessageResponse>
    <PaymentInfoResponse>
        <TransactionType>940</TransactionType>
        <SequenceNum>1</SequenceNum>
        <ReceiptTime>2002-01-02T18:01:00</ReceiptTime>
        <ProcessStatus>1</ProcessStatus>
        <Comment>No Comment</Comment>
        <TransactionData>:20:MT940-1007200601
    :25:3210000079901
    :28C:190/0001
    </TransactionData>
        <CompanyCode>PARTNER01</CompanyCode>
    </PaymentInfoResponse>
    <StatusCode>OK</StatusCode>
    <StatusDetail>OK</StatusDetail>
    <ResponseItemCount>2</ResponseItemCount>
    </PaymentInfoMessageResponse>
    ESR Configuration
    Please see the below screenshot for ESR config. I have created 4 data types, 4 message types, 2 Service interface (synchronous), 2 mapping and one operation mapping.
    I just want to clarify about selecting the Request and response message type in inbound and outbound service interface.
    <?xml version='1.0' ?>
    <PaymentInfoMessage>
    <PaymentInfoRequest>
    <CompanyCode>Partner01</CompanyCode>
    <BankCode>BSFRSARI</BankCode>
    <StartDate>2006-07-09T00:00:00</StartDate>
    <EndDate>2006-07-09T00:00:00</EndDate>
    <TransactionType>940</TransactionType>
    </PaymentInfoRequest>
    </PaymentInfoMessage>
    Response Structure (Bank->PI->ECC)
    <?xml version="1.0"?>
    <PaymentInfoMessageResponse>
    <PaymentInfoResponse>
        <TransactionType>940</TransactionType>
        <SequenceNum>1</SequenceNum>
        <ReceiptTime>2002-01-02T18:01:00</ReceiptTime>
        <ProcessStatus>1</ProcessStatus>
        <Comment>No Comment</Comment>
        <TransactionData>:20:MT940-1007200601
    :25:3210000079901
    :28C:190/0001
    </TransactionData>
        <CompanyCode>PARTNER01</CompanyCode>
    </PaymentInfoResponse>
    <StatusCode>OK</StatusCode>
    <StatusDetail>OK</StatusDetail>
    <ResponseItemCount>2</ResponseItemCount>
    </PaymentInfoMessageResponse>
    ESR Configuration
    I have simply created 2 data types for requests(ECC->PI->Bank) and did one to one mapping. Similarly for response(Bank->PI->ECC) 2 data types, one to one mapping for this as well.
    But I just want to clarify about selecting the Request and response message type in inbound and outbound service interface. please explain me this for synchronous interface.
    Please see the below structure from ESR and inbound and Outbound service and let me know if the selection of Request and response message types is correct or not.
    OutBound service interface
    Inbound service interface
    Thanks,
    Farhan

  • SOAP-XI-ABAP Proxy scenario suddenly not working... with some error.

    Hi,
    My interface is WS-XI-ABAPproxy.
    It was working fine. And I was able to test end-to-end using XML spy.
    After 5 days when I tested it again it is not working.
    I didn’t make any changes.
    Today when I run, it is giving error in XI box.
    Please find trace from XI box.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Technical Routing
      -->
    - <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">
      <Trace level="1" type="T">Party normalization: sender</Trace>
      <Trace level="1" type="T">Sender scheme external = XIParty</Trace>
      <Trace level="1" type="T">Sender agency external = http://sap.com/xi/XI</Trace>
      <Trace level="1" type="T">Sender party external =</Trace>
      <Trace level="1" type="T">Sender party normalized =</Trace>
      <Trace level="1" type="B" name="CL_XMS_HTTP_HANDLER-HANDLE_REQUEST" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">XMB was called with URL /sap/xi/engine?type=entry</Trace>
      <Trace level="2" type="T">Request Line = POST /sap/xi/engine?type=entry HTTP/1.1</Trace>
      <Trace level="2" type="T">Host = sapxidev.sw.schwans.net:8080</Trace>
      <Trace level="2" type="T">Server protocol = HTTP/1.1</Trace>
      <Trace level="2" type="T">Remote address = 10.1.5.143</Trace>
      <Trace level="1" type="T">COMMIT is done by XMB !</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-ENTER_XMS" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_XMS_MAIN-SET_START_PIPELINE" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">XMB was called with external pipeline PID = ENTRY</Trace>
      <Trace level="3" type="T">Getting type of XMB...</Trace>
      <Trace level="1" type="B" name="SXMBCONF-SXMB_GET_XMB_USE" />
      <Trace level="2" type="T">XMB kind = CENTRAL</Trace>
      <Trace level="3" type="T">Start pipeline found</Trace>
      <Trace level="2" type="T">Switch to external start pipeline PID = CENTRAL</Trace>
    - <Trace level="1" type="B" name="CL_XMS_TROUBLESHOOT-ENTER_PLSRV">
      <Trace level="3" type="T">No triggers found. OK.</Trace>
      </Trace>
      <Trace level="1" type="T">****************************************************</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">XMB entry processing</Trace>
      <Trace level="3" type="T">system-ID = XI1</Trace>
      <Trace level="3" type="T">client = 100</Trace>
      <Trace level="3" type="T">language = E</Trace>
      <Trace level="3" type="T">user = XIAFUSR_XI1</Trace>
      <Trace level="1" type="Timestamp">2007-12-27T23:10:34Z CET</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">* *</Trace>
      <Trace level="1" type="T">****************************************************</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_UC_EXECUTE" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Message-GUID = ED93DCC0B4D011DCCE59001438BE3377</Trace>
      <Trace level="1" type="T">PLNAME = CENTRAL</Trace>
      <Trace level="1" type="T">QOS = EO</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_ASYNC" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">QOS = EO</Trace>
      <Trace level="3" type="T">Message-GUID = ED93DCC0B4D011DCCE59001438BE3377</Trace>
      <Trace level="1" type="T">Get definition of external pipeline = CENTRAL</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID">
      <Trace level="3" type="T">External PLID = CENTRAL</Trace>
      <Trace level="3" type="T">Internal PLID = SAP_CENTRAL</Trace>
      </Trace>
      <Trace level="1" type="T">Get definition of internal pipeline = SAP_CENTRAL</Trace>
      <Trace level="3" type="T">Generate prefixed queue name</Trace>
      <Trace level="1" type="T">Queue name : XBTI0008</Trace>
      <Trace level="1" type="T">Generated prefixed queue name = XBTI0008</Trace>
      <Trace level="1" type="T">Schedule message in qRFC environment</Trace>
      <Trace level="3" type="T">Setup qRFC Scheduler</Trace>
      <Trace level="1" type="T">Setup qRFC Scheduler OK!</Trace>
      <Trace level="3" type="T">Call qRFC .... MsgGuid = ED93DCC0B4D011DCCE59001438BE3377</Trace>
      <Trace level="3" type="T">Call qRFC .... Version = 000</Trace>
      <Trace level="3" type="T">Call qRFC .... Pipeline = CENTRAL</Trace>
      <Trace level="3" type="T">OK.</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Going to persist message</Trace>
      <Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>
      <Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>
      <Trace level="1" type="T">- Exit CALL_PIPELINE_ASYNC</Trace>
      <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="3" type="T">Version number = 000</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Persisting message Status = 001</Trace>
      <Trace level="3" type="T">Message version 000</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
    - <Trace level="1" type="B" name="interface activity determination">
      <Trace level="1" type="T">Version 000</Trace>
      <Trace level="1" type="T">Message status 000</Trace>
      <Trace level="1" type="T">Interface action INIT</Trace>
      <Trace level="1" type="T">(must be INIT for a new determination)</Trace>
      <Trace level="1" type="T">start CHECK_INTERFACE</Trace>
      <Trace level="1" type="T">--start sender interface action determination</Trace>
      <Trace level="1" type="T">select interface SqlSender_MI*</Trace>
      <Trace level="1" type="T">select interface namespace http://tsfco:I_CRM_SQL_COM_SC:XX:BpFromSqlToCrm</Trace>
      <Trace level="1" type="T">no interface found</Trace>
      <Trace level="1" type="T">end CHECK_INTERFACE</Trace>
      <Trace level="1" type="T">Set interface action INIT into *MAST*</Trace>
      </Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-PERSIST_READ_MESSAGE">
      <Trace level="3" type="T">Trace object available again now. OK.</Trace>
      <Trace level="3" type="T">Message was read from persist layer. OK.</Trace>
      <Trace level="3" type="T">Message properties in XMB object were setup. OK.</Trace>
      <Trace level="3" type="ToDo">Make sure we catch exceptions in persist read</Trace>
      <Trace level="3" type="ToDo">Tracing obj. not avail. before return of CL_XMS_MAIN-PERSIST_READ_MESSAGE</Trace>
      </Trace>
      <Trace level="1" type="T">Note: the following trace entry is written delayed (after read from persist)</Trace>
      <Trace level="1" type="B" name="SXMS_ASYNC_EXEC" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">message version successfully read from persist version= 000</Trace>
      <Trace level="2" type="T">Increment log sequence to 001</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Starting async processing with pipeline CENTRAL</Trace>
      <Trace level="3" type="T">system-ID = XI1</Trace>
      <Trace level="3" type="T">client = 100</Trace>
      <Trace level="3" type="T">language = E</Trace>
      <Trace level="3" type="T">user = XIAFUSR_XI1</Trace>
      <Trace level="1" type="Timestamp">2007-12-27T23:10:34Z CET</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_SYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline CENTRAL</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID">
      <Trace level="3" type="T">External PLID = CENTRAL</Trace>
      <Trace level="3" type="T">Internal PLID = SAP_CENTRAL</Trace>
      </Trace>
      <Trace level="1" type="T">Corresponding internal pipeline SAP_CENTRAL</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline attributes</Trace>
      <Trace level="3" type="T">PID = SAP_CENTRAL</Trace>
      <Trace level="3" type="T">ENABLE = 1</Trace>
      <Trace level="3" type="T">TRACELEVEL = 0</Trace>
      <Trace level="3" type="T">EXEMODE = A</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline elements</Trace>
      <Trace level="3" type="T">ELEMPOS = 0001</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_RECEIVER_DETERMINATION</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0002</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_INTERFACE_DETERMINATION</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0003</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_RECEIVER_MESSAGE_SPLIT</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0004</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_MAPPING_REQUEST</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0007</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_OUTBOUND_BINDING</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0008</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_CALL_ADAPTER</Trace>
      <Trace level="3" type="T">PLSRVTYPE = =SWITCH=</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0009</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_MAPPING_RESPONSE</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T" />
      <Trace level="1" type="Timestamp">2007-12-27T23:10:34Z CET Begin of pipeline processing PLSRVID = CENTRAL</Trace>
    - <Trace level="1" type="B" name="PLSRV_RECEIVER_DETERMINATION">
      <Trace level="1" type="Timestamp">2007-12-27T23:10:34Z CET Start of pipeline service processing PLSRVID= PLSRV_RECEIVER_DETERMINATION</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
      <Trace level="3" type="T">Calling pipeline service: PLSRV_RECEIVER_DETERMINATION</Trace>
      <Trace level="3" type="T">Reading Pipeline-Service specification...</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_RECEIVER_DETERMINATION</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">ADRESSMOD = LOCAL</Trace>
      <Trace level="3" type="T">P_CLASS = CL_RD_PLSRV</Trace>
      <Trace level="3" type="T">P_IFNAME = IF_XMS_PLSRV</Trace>
      <Trace level="3" type="T">P_METHOD = ENTER_PLSRV</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_RD_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">R E C E I V E R - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      <Trace level="2" type="T">Start without given receiver</Trace>
      <Trace level="2" type="T">Classic Receiver Determination via Rules.</Trace>
      <Trace level="2" type="T">Check conditions for rule line no. 1</Trace>
      <Trace level="2" type="T">...valid Receiver w/o Condition: - Sys_CR1_120</Trace>
      <Trace level="2" type="T">No Receiver found behaviour: 0</Trace>
      <Trace level="2" type="T">Number of Receivers:1</Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="Timestamp">2007-12-27T23:10:34Z CET End of pipeline service processing PLSRVID= PLSRV_RECEIVER_DETERMINATION</Trace>
      </Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST">
      <Trace level="3" type="T">Persisting message after plsrv call</Trace>
      <Trace level="3" type="T">Message-Version = 001</Trace>
      <Trace level="3" type="T">Message version 001</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
    - <Trace level="1" type="B" name="interface activity determination">
      <Trace level="1" type="T">Version 001</Trace>
      <Trace level="1" type="T">Message status 001</Trace>
      <Trace level="1" type="T">Interface action INIT</Trace>
      <Trace level="1" type="T">(must be INIT for a new determination)</Trace>
      <Trace level="1" type="T">start CHECK_INTERFACE</Trace>
      <Trace level="1" type="T">--start sender interface action determination</Trace>
      <Trace level="1" type="T">select interface SqlSender_MI*</Trace>
      <Trace level="1" type="T">select interface namespace http://tsfco:I_CRM_SQL_COM_SC:XX:BpFromSqlToCrm</Trace>
      <Trace level="1" type="T">no interface found</Trace>
      <Trace level="1" type="T">--start receiver interface action determination</Trace>
      <Trace level="1" type="T">Loop 0000000001</Trace>
      <Trace level="1" type="T">select interface *</Trace>
      <Trace level="1" type="T">select interface namespace</Trace>
      <Trace level="1" type="T">no interface found</Trace>
      <Trace level="1" type="T">--no sender or receiver interface definition found</Trace>
      <Trace level="1" type="T">Hence set action to DEL</Trace>
      <Trace level="1" type="T">end CHECK_INTERFACE</Trace>
      <Trace level="1" type="T">Set interface action DEL into *MAST*</Trace>
      </Trace>
      </Trace>
    - <Trace level="1" type="B" name="PLSRV_INTERFACE_DETERMINATION">
      <Trace level="1" type="Timestamp">2007-12-27T23:10:34Z CET Start of pipeline service processing PLSRVID= PLSRV_INTERFACE_DETERMINATION</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
      <Trace level="3" type="T">Calling pipeline service: PLSRV_INTERFACE_DETERMINATION</Trace>
      <Trace level="3" type="T">Reading Pipeline-Service specification...</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_INTERFACE_DETERMINATION</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">ADRESSMOD = LOCAL</Trace>
      <Trace level="3" type="T">P_CLASS = CL_ID_PLSRV</Trace>
      <Trace level="3" type="T">P_IFNAME = IF_XMS_PLSRV</Trace>
      <Trace level="3" type="T">P_METHOD = ENTER_PLSRV</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_ID_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">I N T E R F A C E - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) Sys_CR1_120 CrmReceiver_MI</Trace>
      <Trace level="2" type="T">...valid InbIf without Condition: CrmReceiver_MI</Trace>
      <Trace level="2" type="T">Number of receiving Interfaces:1</Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="Timestamp">2007-12-27T23:10:34Z CET End of pipeline service processing PLSRVID= PLSRV_INTERFACE_DETERMINATION</Trace>
      </Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST">
      <Trace level="3" type="T">Persisting message after plsrv call</Trace>
      <Trace level="3" type="T">Message-Version = 002</Trace>
      <Trace level="3" type="T">Message version 002</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
    - <Trace level="1" type="B" name="interface activity determination">
      <Trace level="1" type="T">Version 002</Trace>
      <Trace level="1" type="T">Message status 001</Trace>
      <Trace level="1" type="T">Interface action DEL</Trace>
      <Trace level="1" type="T">(must be INIT for a new determination)</Trace>
      <Trace level="1" type="T">Set interface action DEL into *MAST*</Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="PLSRV_RECEIVER_MESSAGE_SPLIT" />
    - <!--  ************************************
      -->
      <Trace level="1" type="Timestamp">2007-12-27T23:10:34Z CET Start of pipeline service processing PLSRVID= PLSRV_RECEIVER_MESSAGE_SPLIT</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
      <Trace level="3" type="T">Calling pipeline service: PLSRV_RECEIVER_MESSAGE_SPLIT</Trace>
      <Trace level="3" type="T">Reading Pipeline-Service specification...</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_RECEIVER_MESSAGE_SPLIT</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">ADRESSMOD = LOCAL</Trace>
      <Trace level="3" type="T">P_CLASS = CL_XMS_PLSRV_RECEIVER_SPLIT</Trace>
      <Trace level="3" type="T">P_IFNAME = IF_XMS_PLSRV</Trace>
      <Trace level="3" type="T">P_METHOD = ENTER_PLSRV</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
      <Trace level="1" type="B" name="CL_XMS_PLSRV_RECEIVER_SPLIT-ENTER_PLSRV" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Case handling for different plsrv_ids PLSRV_RECEIVER_MESSAGE_SPLIT</Trace>
      <Trace level="2" type="T">got property produced by receiver determination</Trace>
      <Trace level="1" type="T">number of receivers: 1</Trace>
      <Trace level="1" type="T">Single-receiver split case</Trace>
      <Trace level="1" type="T">Post-split internal queue name = XBTOI___0000</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Persisting single message for post-split handling</Trace>
      <Trace level="1" type="T" />
      <Trace level="1" type="T">Going to persist message + call qRFC now...</Trace>
      <Trace level="1" type="T">NOTE: The following trace entries are always lacking</Trace>
      <Trace level="1" type="T">- Exit WRITE_MESSAGE_TO_PERSIST</Trace>
      <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Persisting message Status = 012</Trace>
      <Trace level="3" type="T">Message version 003</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
    - <Trace level="1" type="B" name="interface activity determination">
      <Trace level="1" type="T">Version 003</Trace>
      <Trace level="1" type="T">Message status 001</Trace>
      <Trace level="1" type="T">Interface action DEL</Trace>
      <Trace level="1" type="T">(must be INIT for a new determination)</Trace>
      <Trace level="1" type="T">Set interface action DEL into *MAST*</Trace>
      </Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-PERSIST_READ_MESSAGE">
      <Trace level="3" type="T">Trace object available again now. OK.</Trace>
      <Trace level="3" type="T">Message was read from persist layer. OK.</Trace>
      <Trace level="3" type="T">Message properties in XMB object were setup. OK.</Trace>
      <Trace level="3" type="ToDo">Make sure we catch exceptions in persist read</Trace>
      <Trace level="3" type="ToDo">Tracing obj. not avail. before return of CL_XMS_MAIN-PERSIST_READ_MESSAGE</Trace>
      </Trace>
      <Trace level="1" type="T">Note: the following trace entry is written delayed (after read from persist)</Trace>
      <Trace level="1" type="B" name="SXMS_ASYNC_EXEC" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">message version successfully read from persist version= 004</Trace>
      <Trace level="2" type="T">Increment log sequence to 005</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="T">Starting async processing with pipeline CENTRAL</Trace>
      <Trace level="3" type="T">system-ID = XI1</Trace>
      <Trace level="3" type="T">client = 100</Trace>
      <Trace level="3" type="T">language = E</Trace>
      <Trace level="3" type="T">user = XIAFUSR_XI1</Trace>
      <Trace level="1" type="Timestamp">2007-12-27T23:25:53Z CET</Trace>
      <Trace level="1" type="T">----
    </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PIPELINE_SYNC" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Get definition of external pipeline CENTRAL</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID">
      <Trace level="3" type="T">External PLID = CENTRAL</Trace>
      <Trace level="3" type="T">Internal PLID = SAP_CENTRAL</Trace>
      </Trace>
      <Trace level="1" type="T">Corresponding internal pipeline SAP_CENTRAL</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline attributes</Trace>
      <Trace level="3" type="T">PID = SAP_CENTRAL</Trace>
      <Trace level="3" type="T">ENABLE = 1</Trace>
      <Trace level="3" type="T">TRACELEVEL = 0</Trace>
      <Trace level="3" type="T">EXEMODE = A</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline elements</Trace>
      <Trace level="3" type="T">ELEMPOS = 0001</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_RECEIVER_DETERMINATION</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0002</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_INTERFACE_DETERMINATION</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0003</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_RECEIVER_MESSAGE_SPLIT</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0004</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_MAPPING_REQUEST</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0007</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_OUTBOUND_BINDING</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0008</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_CALL_ADAPTER</Trace>
      <Trace level="3" type="T">PLSRVTYPE = =SWITCH=</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">ELEMPOS = 0009</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_MAPPING_RESPONSE</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">FL_DUMMY =</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T" />
      <Trace level="1" type="Timestamp">2007-12-27T23:25:53Z CET Begin of pipeline processing PLSRVID = CENTRAL</Trace>
      <Trace level="1" type="T">Start with pipeline element PLEL= 5EC3C53B4BB7B62DE10000000A1148F5</Trace>
    - <Trace level="1" type="B" name="PLSRV_MAPPING_REQUEST">
      <Trace level="1" type="Timestamp">2007-12-27T23:25:53Z CET Start of pipeline service processing PLSRVID= PLSRV_MAPPING_REQUEST</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
      <Trace level="3" type="T">Calling pipeline service: PLSRV_MAPPING_REQUEST</Trace>
      <Trace level="3" type="T">Reading Pipeline-Service specification...</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_MAPPING_REQUEST</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">ADRESSMOD = LOCAL</Trace>
      <Trace level="3" type="T">P_CLASS = CL_MAPPING_XMS_PLSRV3</Trace>
      <Trace level="3" type="T">P_IFNAME = IF_XMS_PLSRV</Trace>
      <Trace level="3" type="T">P_METHOD = ENTER_PLSRV</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV">
      <Trace level="2" type="T">......attachment XI_Context not found</Trace>
      <Trace level="3" type="T">Mapping is already determined in the interface determination</Trace>
      <Trace level="3" type="T">Object ID of Interface Mapping 4C27809CF7983547B356B100F7AED5D2</Trace>
      <Trace level="3" type="T">Version ID of Interface Mapping 038CECC0946411DCBCA5E2130A0104F7</Trace>
      <Trace level="1" type="T">Interface Mapping http://tsfco:I_CRM_SQL_COM_SC:XX:BpFromSqlToCrm SqlToCrmFsCB_IM</Trace>
      <Trace level="3" type="T">Mapping Steps 1 JAVA com/sap/xi/tf/_SqlToCrmFsCB_MM_</Trace>
      <Trace level="3" type="T">Dynamic configuration is empty</Trace>
      <Trace level="2" type="T">Mode 0</Trace>
      <Trace level="3" type="T">Creating Java mapping com/sap/xi/tf/_SqlToCrmFsCB_MM_.</Trace>
      <Trace level="2" type="T">Call method execute of the application Java mapping com.sap.xi.tf._SqlToCrmFsCB_MM_</Trace>
      <Trace level="2" type="T">Java mapping com/sap/xi/tf/_SqlToCrmFsCB_MM_ completed. (executeStep() of com.sap.xi.tf._SqlToCrmFsCB_MM_</Trace>
      <Trace level="3" type="T">Dynamic configuration is empty</Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="Timestamp">2007-12-27T23:25:53Z CET End of pipeline service processing PLSRVID= PLSRV_MAPPING_REQUEST</Trace>
      </Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST">
      <Trace level="3" type="T">Persisting message after plsrv call</Trace>
      <Trace level="3" type="T">Message-Version = 005</Trace>
      <Trace level="3" type="T">Message version 005</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
    - <Trace level="1" type="B" name="interface activity determination">
      <Trace level="1" type="T">Version 005</Trace>
      <Trace level="1" type="T">Message status 009</Trace>
      <Trace level="1" type="T">Interface action DEL</Trace>
      <Trace level="1" type="T">(must be INIT for a new determination)</Trace>
      <Trace level="1" type="T">Set interface action DEL into *MAST*</Trace>
      </Trace>
      </Trace>
    - <Trace level="1" type="B" name="PLSRV_OUTBOUND_BINDING">
      <Trace level="1" type="Timestamp">2007-12-27T23:25:53Z CET Start of pipeline service processing PLSRVID= PLSRV_OUTBOUND_BINDING</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Calling pipeline service: PLSRV_OUTBOUND_BINDING</Trace>
      <Trace level="3" type="T">Reading Pipeline-Service specification...</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_OUTBOUND_BINDING</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">ADRESSMOD = LOCAL</Trace>
      <Trace level="3" type="T">P_CLASS = CL_XMS_PLSRV_OUTBINDING</Trace>
      <Trace level="3" type="T">P_IFNAME = IF_XMS_PLSRV</Trace>
      <Trace level="3" type="T">P_METHOD = ENTER_PLSRV</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />
    - <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_OUTBINDING-ENTER_PLSRV">
      <Trace level="2" type="T">O U T B O U N D - B I N D I N G</Trace>
      <Trace level="2" type="T">Cache Content is up to date</Trace>
      <Trace level="2" type="T">determine OUTBOUND BINDING for:</Trace>
      <Trace level="2" type="T">-Mrs2sqlq02_BSer</Trace>
      <Trace level="2" type="T">-Sys_CR1_120</Trace>
      <Trace level="2" type="T">http://tsfco:I_CRM_SQL_COM_SC:XX:BpFromSqlToCrm.CrmReceiver_MI</Trace>
      <Trace level="2" type="T">Channel found: - Sys_CR1_120 - Rcv_Sys_CR1_XI</Trace>
      <Trace level="2" type="T">no header mapping defined</Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="Timestamp">2007-12-27T23:25:53Z CET End of pipeline service processing PLSRVID= PLSRV_OUTBOUND_BINDING</Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Persisting message after plsrv call</Trace>
      <Trace level="3" type="T">Message-Version = 006</Trace>
      <Trace level="3" type="T">Message version 006</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
    - <Trace level="1" type="B" name="interface activity determination">
      <Trace level="1" type="T">Version 006</Trace>
      <Trace level="1" type="T">Message status 009</Trace>
      <Trace level="1" type="T">Interface action DEL</Trace>
      <Trace level="1" type="T">(must be INIT for a new determination)</Trace>
      <Trace level="1" type="T">Set interface action DEL into MAST</Trace>
      </Trace>
      </SAP:Trace>

    Hi VJ,
    After a  couple of times it is getting 402 error.
    The error node says:
    Error when receiving by HTTP (error code: 402, error text: ICM_HTTP_TIMEOUT)
    <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>402</SAP:P1>
      <SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>
      <SAP:P3 />
    Edited by: ashok sri on Dec 28, 2007 8:44 PM

  • Error in Remote-Communikation | caught TrexNet exception

    Hello BIA experts,
    we got this error 4 times and don´t know what´s the reason(from RSPC):
    12.01.2009     15:33:57     Loading data to index BWP_BI0:SMAT_PLANT (records '0000318655', job '0' )
    12.01.2009     15:44:16     Characteristic 0MAT_PLANT: 0 data records in version M deleted from table /BI0/QMAT_PLANT
    12.01.2009     15:44:16     Index for table '/BI0/SMAT_PLANT' is being processed
    12.01.2009     15:44:16     Index '/BI0/SMAT_PLANT' for BIA index deleted
    12.01.2009     15:44:16     Index 'BWP_BI0:SMAT_PLANT' for BIA index created
    12.01.2009     15:44:16     Execute rollback
    12.01.2009     15:44:16     Rollback for index 'BWP_BI0:SMAT_PLANT' executed
    12.01.2009     15:44:16     Runtime (ms): RFC server:58, BIA client:58, BIA Kernel: 0, ABAP RFC: 60
    12.01.2009     15:44:16     Error in Remote-Communikation with partner http://[blade02]:30003/indexCellTable
    12.01.2009     15:44:16     Job cancelled after system exception ERROR_MESSAGE
    In the rfc alert trace there is no relevant error at this time. This error is independent from the blades because i moved the affected index to another blade. The result was the same.
    I only can see an error in the IndexServerAlert trace:
    2009-01-12 15:34:42.475 e SERVER_TRACE TRexApiIndexDocuments.cpp(09363) : start rollback bwp_bi0:smat_plant user=[user]
    2009-01-12 15:34:42.489 e Trex_SE      FuzzyOptimizer.cpp(04135) : start rollbackOptimize for index bwp_bi0:smat_planten
    2009-01-12 15:34:42.508 e Trex_SE      FuzzyOptimizer.cpp(04229) : rollbackOptimize for index bwp_bi0:smat_planten finished rc=0
    2009-01-12 15:34:42.518 e SERVER_TRACE TRexApiIndexDocuments.cpp(09397) : finished rollback bwp_bi0:smat_plant rc=0
    2009-01-12 15:34:53.213 e Service      TrexService.cpp(01283) : caught TrexNet exception in method : Protocol//request begin identifier is invalid
    In the syslog on BI I can see this error:
    15:44:14 BWP82 BTC  007 010 BWBATCH                    TR  1 TREX_ICM-Receive_Error; return code = 402, return text = ICM_HTTP_TIMEOUT
    I don´t know why I get here an ICM error, the BIA is so configured that it just uses the RFC connection to the backend system. There is also no error in the ICM traces in SMICM.
    I only found a note(1092151) but this note doesn´t match to us because we already have SP15 in the backend system.
    Thanks in advance!
    Best Regards,
    Jens
    Edited by: Jens Gleichmann on Jan 13, 2009 8:15 AM
    Edited by: Jens Gleichmann on Jan 13, 2009 11:52 AM

    Hi Marc,
    thanks for your reply.
    Yes, I already found this note, but I can´t found a problem in the configuration of the ICM. It´s very strange if we rerun the process chain than it works. It´s not only one index which has the error, there are now 3 indizes which have the error.
    This process chain also run in the year 2008 and from my team didn´t change anything on BIA or ICM.
    In SMICM I can´t find any log about this errors. Is this actually logged by the ICM? Does it help if I set the trace level higher?
    The error can be reproduced at all 4 blades.
    Here an other error:
       Prozess 'Initiales Aktivieren und Füllen von BIA-Indizes ',
       Variante 'BIA-Index aktivieren und initial füllen für MM_I_I' hat
       Stat us 'fehlerhaft beendet ' (Instanz
       'BIBIA4CI394JSTM6Q9TLJG99P5PNHC ')
    in English:
    process 'initial activate and fill of bia-indizes'
    variant 'BIA-index activate and fill for MM_I_I' have
    status 'finished with error' (Instance
       'BIBIA4CI394JSTM6Q9TLJG99P5PNHC ')
    Best Regards,
    Jens
    Edited by: Jens Gleichmann on Jan 15, 2009 7:47 AM

  • SOAP Adapter XI 3.0 Response HTTP 402 ICM_HTTP_TIMEOUT

    When i sent a soap request to a ext. Server all is fine.
    But at the moment to get the response following error come up.
    Error when receiving by HTTP (error code: 402, error text: ICM_HTTP_TIMEOUT).
    What is wrong?
    IP-address of the client: 169.254.25.129 (SOAP)
                         Date: 20:22:30.674, 10.10.2004
                         User: EXAMPLE, Profile: DEFAULT, ID:
                         CPU time in ms: 450, Reply time in ms: 450
                         Statistics: 1; 0 (0); 0; 0 (0 / 0 / 0)
                         2 result(s) found
                         Request string: <InputAddress InputAddress="D10785BerlinTiergartenBrüder-Grimm-Str.~1"/>

    Hi Bill
    1. synchronous out / in
    2. yes
    3. working fine
    following the way out to the elocateserver system is working fine.
    The soap is working and the responce from the elocteserver is fine . But when the message is pick put the Timeout show up.
    below is the Responce from elocateserver to xi
    Hope this will help you
    thanks olaf
    Help
    !http://sapnt09:50200/sap/public/icman/img/theme.jpg|alt=SAP|width=122 height=61 border=0 |src=http://sapnt09:50200/sap/public/icman/img/theme.jpg!
    500 Connection timed out
    Connection timed out (-5)
    Error:
    -5
    Version:
    6040
    Component:
    ICM
    Date/Time:
    Sat Oct 16 06:13:25 2004
    Module:
    icxxthr.c
    Line:
    2556
    Server:
    sapnt09_M64_02
    Detail:
    Connection to partner timed out
    © 2001-2003, SAP AG

  • Error While Processing FIle adaptor

    Folks,
    I am getting this error in SXMB_MONI while processing file-to-file scenario. Actually Queues are choking up and when they are reprocessed automatically I get this following error.
    <b><?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProtocol</SAP:Category>
      <SAP:Code area="MESSAGE">DUPLICATE_DETECTED</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DuplicateMessageException: Message ID d0137100-ec77-11db-8fb4-001143eeb19b(INBOUND) already exists in database: com.sap.sql.DuplicateKeyException: ORA-00001: unique constraint (SAPRXIDB.SYS_C00114754) violated</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error></b>
    Thanks,
    Manish

    Folks,
    I am getting this error before reprocessing the message
    <b>xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>402</SAP:P1>
      <SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText><html><head><title>SAP Web Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://rapsapxi:50000/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><a href="http://help.sap.com/">Help </font></td><td width=5% nowrap></font></td> </tr></table> </td><td rowspan=2 width=122 height=61 valign=top><img src= "http://rapsapxi:50000/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://rapsapxi:50000/sap/public/icman/img/graybar_tile.jpg" height="31">  </td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2>500 Connection timed out</H2><br>Connection timed out (-5) <br><hr> <table border="0"> <tr><td>Error:</td><td>-5</td></tr> <tr><td>Version:</td><td>6040</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Mon Apr 16 19:06:59 2007 </td></tr> <tr><td>Module:</td><td>icxxthr.c</td></tr> <tr><td>Line:</td><td>2551</td></tr> <tr><td>Server:</td><td>rapsapxi_RXI_00</td></tr> <tr><td>Detail:</td><td>Connection to partner timed out after 60s</td></tr> </table> <p></p> </td></tr></table> <table><tr><td width=50 nowrap></td> <td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">&copy; 2001-2005, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when receiving by HTTP (error code: 402, error text: ICM_HTTP_TIMEOUT)</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error></b>
    Thanks,
    Manish

  • Proxy to file scenario - strange error

    Hi,
    we r finding a strange error occurring in our prd system. we have many scenarios of proxy to file and they all are running fine. the problem which is arising from the last few days is that - for some outbound interfaces at random, the message is generated in ECC, sent to XI and its file generated in local system of XI - this is fine - but what is happening as strange is the message is again getting processed in SMQ2 queue of ECC - this is the duplicate msg of the original msg - we can say this is duplicate msg becoz the msg id of the original msg in ECC, is available in XI with the same msg id and this erroring msg in SMQ2 is having the same msg id again - suggesting that somehow ECC is trying to process the same msg again.
    has anyone seen this type of error before. pls suggest how to rectify this error.

    hi,
    no upgrade happened recently.
    in ECC in SMQ2 queue the msg is erroring with error XI server CLIENT_RECEIVE_FAILED. INTERNAL Queue stopped. In SXMB_MONI in ECC the msg is erroring with :
    <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>402</SAP:P1>
      <SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>
    Error while receiving by HTTP (error code: 402, error text: ICM_HTTP_TIMEOUT)
    the scenario is async outbound proxy to file scenario. it is happening randomly for any interface and only a few times eg 1 msg out of 300 msg in a day is having this duplicate msg error.
    Please suggest.

  • HTTP client code 402 reason ICM_HTTP_TIMEOUT

    Hi Experts,
    My Scenario is RFC-XI-HTTP syncronous and was working fine for some period.
    after that when am sending request to XI it is processinig successfully till technical touting and in call adapter step under response am finding error as <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>
                 <SAP:P1>402</SAP:P1>
                 <SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>
                 <SAP:Stack>HTTP client code 402 reason ICM_HTTP_TIMEOUT</SAP:Stack>
                 <SAP:Retry>N</SAP:Retry>
    and i gone through relevent SAP notes and configured the parameters in ICM monotor and Visual admin for the same.
    and still am getting the same  error as mentioned in above.
    Could you please any one help me out in this regard ?
    Many thanks,
    Siva

    Hi Raj,
    Thanks for your reply,
    I already gone through the mentioned link nd followed the steps.
    still am facing the same problem for this scenario. and some other scenarios of same type RFC XIHTTP  are working fine.
    and could you please let me know is it throughs the error that i mentioned  in case when the Target system  wont give response to XI ?
    why because am finding the Time out error that mentioned under Response message.
    Kindly help in this regard.
    thanks
    siva

Maybe you are looking for

  • How to Export data from a Table to Excel using PL/SQL Code

    Hi, I need to export data from a table to the excel sheet using PL/SQL script. could you pls provide with custom codes or sample procedures. Bobby

  • HP Laser Jet printing problems

    We have a HP Laserjet 2430 dtn  - Networked .   If we have more than 2 machines sending prints to the machine it doesn't pringt and waits for manual intervention i.e. asks which tray you want to print from ? - any suggestions?  I have gone to each ma

  • Customer + Bank Details !

    Hello Friends, I am basically a J2EE developer, and very new to SAP. I need to display the information of certain customers information of AI->Account->debtor (using BAPI's). Therefore I need to create the customers,(things work till here). Now after

  • Junk mail in Yosemite.

    Since installing Yosemite (10.10) on my iMac my Mail app (8.0 1990.1) has become unusable.  The majority of my good mail gets delivered into my Junk folder. Having read many forums on similar issues, I have reset the Junk mail filters in Preferences

  • Opening edited files on Epson P-2000

    Had something unusual happen. Am using Elements 4.0 and CS2 as my "external" editor. Edited some pictures like usual....Elements renamed them to "....-edited... etc. like usual and put it in a version set with the original. Copied some of these edite