Synchronous HTTP - RFC Scenario: Timeout

Hello together,
I have just implemented a synchronous HTTP --> RFC scenario. When I test the implementation using the HTTP testing tool within the Runtime Workbench everything works fine.
However when I use an external HTTP Client I get a timeout exception. This is also raised in the XI Message Monitoring: "Timeout condition of pipeline reached"
Do you know any reason for this?
Thank you very much.

Hello,
this problem is solved now. It was a problem with the HTTP Client, obviously because a wrong queueID was automatically inserted in the URL.

Similar Messages

  • Problem with Http RFC Scenario

    hi all.........
         Am doing an HTTP RFC scenario. The scenario is working fine with all messages in IS, IE and AE being successful. But the problem is the RFC response am getting is not what is expected. When i run the RFC directly with the same input value I get the correct response. Can anybody figure out what is the problem. In the channel (adapter monitoring) what comes is :
    "RFC_HISTORY
    - Error: 2007-01-16 09:47:52 IST: Message processed for interface ZBAPI_NETWORK_CONF_ADD: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: failed to parse BAPI response due to: com.sap.aii.af.rfc.util.bapi.BapiException: Parameter with name RETURN not found.
    - Error: 2007-01-15 19:57:21 IST: Message processed for interface ZBAPI_NETWORK_CONF_ADD: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: failed to parse BAPI response due to: com.sap.aii.af.rfc.util.bapi.BapiException: Parameter with name RETURN not found.
    - OK: 2007-01-15 19:28:31 IST: Message processed for interface ZBAPI_NETWORK_CONF_ADD "
    thanks in advannce

    Hi,
    ><i>I ve used RFC itself as message type for http by importing it into external definition. So since both structures are same i omitted both MM and IM</i>
    Should work fine. Can you look into SXMB_MONI and check what the response is? Make sure that the request message is also as expected.
    Regards
    Bhavesh

  • HTTP---RFC Scenario

    Hi All,
    I have Done HTTP--RFC Scenario and i got the Bellow Error in Receiver RFC CC
    Receiver channel 'CC_POS_CashJournal_IB' for party '', service 'Sub_ssd_subdev'
    Error can not instantiate RfcPool caused by:
    com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed
    Connect_PM TYPE=A ASHOST=10.1.1.203 SYSNR=00 GWHOST=10.1.1.203 GWSERV=sapgw00 PCS=1
    LOCATION CPIC (TCP/IP) on local host with Unicode
    ERROR partner '10.1.1.203:sapgw00' not reached
    TIME Fri May 2 18:55:26 2008
    RELEASE 700
    COMPONENT NI (network interface)
    VERSION 38
    RC -10
    MODULE nibuf.cpp
    LINE 4601
    DETAIL NiBufIConnect: connection pending after 60000ms
    SYSTEM CALL connect
    ERRNO 150
    ERRNO TEXT Operation now in progress
    COUNTER 2
       Line 1 / 1
    Regards
    Suman

    Hi,
    Do we need to check and use RFC Meta data Repository in RFC CC???
    Here I used the Business System for RFC Receiver that is configured for IDOC Scenario.
    Is this is Fine and Ok???
    Regards
    Suman

  • Mapping Issue(UDF) in HTTP-RFC scenario with URL parameters - Urgent

    Hi All,
    I am working out an HTTP-RFC scenarion wherein there is no xml data to be pushed.
    The data will be coming in the url parameters.
    Also we'll exposing our url(created by SAP PI) to 3rd party system to push data in terms of url parameters.
    So how do I do mapping? Also what UDF code will contain?
    Since I'm working on this kind of scenario for the first time, I need every help from you guys.
    Thanks & Regards,
    Amit Patil

    Hi All,
    I have worked on RFC to HTTP scenario wherein URL have to be passed. I used UDF in d same.
    But now the case is reverse, how shall I move ahead with what source message type(in the mapping) and how to do mapping.
    What kind of UDF will be useful here?
    I am completely blank in this kind of scenario where 3rd party system is going to pass four parameters on URL link craeted by us since its an HTTP to RFC scenario.
    Please guys help me! Give me some inputs.
    Thanks,
    Amit Patil

  • HTTP RFC scenario doubt

    I have created http to RFC scenario in XI
    Previously this interface was using Business Connector and following  XML message was used.
    <? xml version="1.0"?>
    <TAC>
         u2026.
         u2026.
         u2026.
         u2026.
    </TAC>
    Based on it I have created  data type and message type in XI and created interface and following is my incoming XML message.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_TAC xmlns:ns0="urn://Website/CreateServiceOrder">
       <TAC>
         u2026.
         u2026.
         u2026.
         u2026.
       </TAC>
    </ns0:MT_TAC>
    So u201C<ns0:MT_TAC xmlns:ns0="urn://Website/CreateServiceOrder">   </ns0:MT_TAC> are  the extra tags
    Is it required to send these additional tags in the incoming XML Message?
    I hope you have got the question.
    Thanks,
    Vishal

    >
    Kai Lerch-Baier wrote:
    > Hi,
    >
    > the tags <ns0:MT_TAC xmlns:ns0="urn://Website/CreateServiceOrder"> </ns0:MT_TAC> are not basically required. This depends on your message definition. check your XSD / DTD you used to define the message structure in IR. Also you can use a XSLT mapping to remove the tags if not needed.
    >
    > Reagrds,
    > Kai
    i think these are the start and end tags of the MT in IR.....so if i remove them wont i get an error??....how will the incoming payload go into the MT if the structure is different??
    What can be done is create the DT/MT with TAC as name and not MT_TAC.....make a note that it is not according to the naming convention....

  • Synchronous HTTP-IDOC Scenario

    Hi,
    We have a scenario where our vendor sends us the cXML invoices which we are receiing using a HTTP adapter and creating a IDOC in R/3 using a IDOC adapter. But our vendor is expecting a cXML response back which contains the status code 200.
    To do this do I have to use a sync Http adapter and Sync/Async bridge. How should I get the response back to the HTTP sender adapter. Do I need to get the ALEAUD(Acknowlegement of the actual IDOC)  IDOC to XI and map it to the response cXML.
    Is there any simple way to send back a response the cXML invoice reaches the XI, instead of getting the response back from R/3.
    Please suggest
    Appreciate all your help.
    Thanks,
    Maulik.

    Hi ,
    Please refer following blogs for use of sync async bridge
    /people/sriram.vasudevan3/blog/2005/01/11/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] [original link is broken]
    For idoc acknowledgement . You can use send step with ack type as application or system .  for more info refer following blogs
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    Thanks ,
    Suvarna
    Award pts if it helps

  • Synchronous JMS RFC  scenario

    I have requirement as below.
    Scenario :  WebsphereMQ --> (JMS)SAP XI(RFC) --> SAP ERP &&&
    SAP ERP RFC Ack --> (IDOC)SAP XI(JMS) --> WebsphereMQ
    interface is working for WebsphereMQ --> (JMS)SAP XI(RFC) --> SAP ERP.
    but how can move for response , need steps to complete the requirement.

    Hi Ranj,
    As far as I know the JMS adapter is only for asynchronous communication. You would need to do a async/sync bridge to do your scenario without ccPM. In these wikis you have a File - RFC - File scenario you can see the configuration in the ID to do a similar configuration for JMS - RFC - JMS:
    File-RFC-File(Without BPM) - Process Integration - SCN Wiki
    Sync-Async without ccBPM - Process Integration - SCN Wiki
    For more detailed information check this link: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f96dbf-adca-3010-ffb5-daf2d1f0e276?QuickLink=index&…
    Regards.

  • SOAP to RFC Scenario Timeout in Sender Application ...

    Hi All,
    We have SOAP sender webservice (.Net app) To RFC receiver on SAP side through PI 7.1.The problem we are facing is the RFC from SAP side is taking more time to send response back and by the time PI sends the response back to calling webservice application ,they timeout on their side.Can PI by anymeans tell the calling application to wait until we get a respose back from SAP.
    Any thoughts and recommendations greatly appreciated.
    Thanks
    C

    Do we need to check the timeout of xiadapter.inbound.timeout.default in Pi and set the same in the sender application.
    We don't have timeouts in PI so I don't think we have to increase timeout in PI.
    Is there a way we can hold sender application to wait until PI sending the response back without ind=creasing their timeout ?
    C

  • Performance Tuning in HTTP - RFC Interface

    Hi,
    I'm currently working on a HTTP --> RFC scenario and facing slow performance issues. When I test this interface with a transaction having 1 line item, the response from RFC is instantaneous. However, when there are about 400 line items, the average response time from RFC is about 8-9 seconds. When this interface goes live, there will be transactions with > 1000 line items. I'm really worried about the performance going down, as performance is a major criteria for deploying this interface.
    Could you suggest any steps to improve the performance/reduce the response time?
    Thanks,
    Guru

    Guru,
    Disable all the Fields in the RFC which you are not using / populating.
    One of my colleagues faced a similar problem and when they disabled the fields which were not being used when triggering the RFC call, the perfromance improved drastically.
    Also, turn off logging of Synch Messages as this also can cause perfromance issues.
    SXMB_ADM --> Integration Engine Configuration --> LOGGING_SYNC should be set to 0
    Regards
    Bhavesh

  • Handling special char in the HTTP-RFC ?

    Hi Guys,
    I have configured a HTTP-RFC and the interface is failing whenevr we have special char from the source xml. we have especially "&" sign, is there any way we handle special char in XI for the HTTP-RFC scenario.
    any help would be appreciated
    Thanks,
    srini

    Hi Hemant,
    source i have a 3rd party system from where we are doing HTTP-post and it is generating xmls. we have names like Robert&Robert then we are having problems.
    when we remove this & it is going through fine. I want to know how can we handle this in XI or do we need to remove that one from the third party system itself
    Thanks,
    srini

  • Error in RFC Scenario since long back.......Please help me

    Hi All,
    I have Done HTTP--RFC Scenario and i got the Bellow Error in Receiver RFC CC
    Receiver channel 'CC_RFC_Receiver_IB' for party '', service 'Sub_ssd_subdev'
    Error can not instantiate RfcPool caused by:
    com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed
    Connect_PM TYPE=A ASHOST=10.1.1.203 SYSNR=00 GWHOST=10.1.1.203 GWSERV=sapgw00 PCS=1
    LOCATION CPIC (TCP/IP) on local host with Unicode
    ERROR partner '10.1.1.203:sapgw00' not reached
    Regards
    Suman

    Hi
    Please check
    /thread/348833 [original link is broken]
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION
    Cheers if helpful.

  • Public URL for Synchronous SOAP to RFC scenario

    Hello  Everyone,
    I have synchronous SOAP to RFC scenario.
    i have created the http URL for testing environment through sender agreement.
    However, now the user wants a public URL and that too secured one ... means (  https  ) in production.
    i tried this blog, but Service registry is not configured in our landscape.
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/23725
    is there any other way ..?
    Regards,
    Ravi

    The process of creating the wsdl will remain same. The url in your case will start with HTTPS instead of HTTP. Note that the port at which HTTPS data would be received will be different than HTTP port and thererfore you need to change that as well. You don't have to set any client authentication unless there is a business requirement. You may simply use certificates for SSL.
    In some cases, if PI always receives data through web-dipatcher (ask your network team), then the data hostname and port of web-dispatcher should be used.
    Regards,
    Prateek Raj Srivastava

  • HTTP-RFC(BPM)-FILE Scenario

    I have a problem on using the 'http-RFC(BPM)-File scenario'. When i enter values using the  Client http adapter, it displays message telling that "BPE_ADDAPTER.SYNCHONOUS_MESSAGE"
    The error msg is displayed below:
    Result:  
    <SAP:Error>
    <SAP:Category>XIAdapter</SAP:Category>
    <SAP:Code>BPE_ADAPTER.SYNCHONOUS_MESSAGE</SAP:Code>
    <SAP:Stack>The process does not support the given synchronous interface or does not support synchronous messages</SAP:Stack>
    </SAP:Error>
    Also in SAP XI monitor, the sender services along with the corresponding sender interfaces.
    Expecting this prob will be off soon.
    thanks
    vinod v

    Hi Vinod,
    your process is asynchronous (no sync async bridge). But you send "Quality of Service = Best Effort" (Url paramater qos=BE). You should send "Exactly Once" (EO).
    Regards,
    Udo

  • Unable to view payload in HTTP to RFC Scenario

    Hi,
    I have done HTTP to RFC Scenario. It's working fine. I know that for synchronous message the payload will be deleted (for save memory) after execution. But i want to see the payload of  request and response messages. I am unable to. Please suggest any way to see payload.
    For helpful answer i will rewards points too.
    Regards
    Bhupal Reddy

    Hi,
    Refer this blog by michal.
    /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni
    Regards,
    sudheer.

  • Can anyone plz send HTTP to RFC scenario

    Hi everyone,
              can u guys send me the HTTP to RFC scenario? plz send the detail scenario for HTTP-XI-RFC.
    thank u in advance
           xilearner

    1.Created data types for mapping with HTTP request and response.
    2. Created messsage types and assigned corresponding data types to the message types.
    3. Created one Message Interface (Outbound/Synchronous) for HTTP type and no need to create interface for RFC. You ca use the one which you have imported from R/3.
    4. Create request and response message mapping and one Inteface mapping (with request tab and response tab) properly assigned.
    Defined the following in ID:
    1. Created HTTP business system (no communication channel)
    2. Created communication channel for receiving system (SAP).
    3. Created receiving determination and interface determination, receiver agreement, no sender agreement.
    Check this link on how to configure RFC channel.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm
    Send XML message  from HTTP client and you will see the response in the same.
    Regards,
    Sudheer.

Maybe you are looking for

  • Oracle Application Server 10.1.3.5 and SSL

    Hi, We want to use SSL in combination with Oracle Application Server 10.1.3.5. I installed Oracle Application Server 10.1.3.5 on Windows 2008R2 64 bit. After that I installed 64 bit java(jdk-6-26-windows-x64.exe) to run jvm in 64bit. I'm facing the f

  • How can I set up PayPal Sandbox as a Payment Gateway?

    I've been having trouble setting up my PayPal Sandbox account as a Payment Gateway in BC.  I thought I was filling in all the required fields correctly, but when I go to check out with an item, PayPal says it has a problem with the merchant's email a

  • Remote presenter mouse for Captivate 4

    Are there any remote presenters / mice that will work with Captivate 4? I have searched the internet but when I enter a search which includes 'presenter' all I get is the Adobe Presenter references, not a remote presenter and mouse or mice does not f

  • Dubbing problem

    I have some source material on Hi8 tape. I have a Sony TR101 Handycam. I am dubbing this material onto miniDV tape on a Canon Elura Digital Video Camcorder. I then transfer video from the Elura onto my PowerMac G5 via firewire. The problem is that th

  • User-Exit at Save for KL01

    Hi, Is there any user-exit at save for transaction KL01. Here is my requirement. Where ever am employee is hired in HR ( transaction PA40; Action = Hire) i have to automatically create an Activity Type ( t.code : KL01 ). I am doing this in user-exit