HTTP Adapter Receiver -- Message not arrive

Hello,
i send an IDoc from an SAP System to the PI and then with the HTTP Adapter
to a non SAP System.
The Message didn't arrive.
The Message Monitor says 'Call Adapter'.
Any Ideas?
Regards
Patrick

Patrick
A similar issue has been discussed here:
XI_J2EE_ADAPTER_XI_HANDLER - GENERAL_ERROR
Unfortuantely it is a gnereic error.
Try extending the trace file in the log configurator in Visual Admin to see if you can get a better indication of what is triggering the error.
Try running RSXMB_ACTIVATE_ICF_SERVICES in SE38 to see if this kicks off the Integration Engine services.
Also, check page 29 from this guide:
https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF

Similar Messages

  • Bought av adapter to watch iPad on tv.  Plugged it in iPad and received message not compatible.  Both are apple products.  Unable to view movies on tv from iPad.  I also used hdmi cable

    Bought av adapter to watch iPad on tv.  Plugged it in iPad and received message not compatible.  Both are apple products.  Unable to view movies on tv from iPad.  I also used hdmi cable

    Every consider an AppleTV for same? no cables, no fuss, LOTS of free content, very handy.

  • HT201364 I do not about startup disk?some times i received message not enough memory.

    some times i received message not enough memory in your startup disk.Why?

    See here  >  what-to-do-when-your-hard-drive-is-full.html

  • Error using XI HTTP adapter specific message attribute URL parameters

    Hi XI gurus, in our XI 7.0 SPS11,
    we have problem using URL parameters of plain HTTP receiver adapter.
    If I set Adapter specific message Properties in communication channel and activate switch for Apply URL parameters (using Parameter 1 to 5) filling them using message mapping, we have no effect; instead we have error "Dynamic Header - Missing Message Attributes: Fields/Parameters".
    We carried out this test:
    1. not using adapter specific message attribute and setting
    a static URL target with fixed parameters it runs correctly.
    2. using adapter specific message attribute for target
    URL and URL parameters both doesn't runs correctly.
    3. using adapter specific message attribute only for target
    URL doesn't run correctly.
    These attribute key used for URL parameters:
    URLParamOne
    URLParamTwo
    URLParamThree
    URLParamFour
    URLParamFive
    Namespace: http://sap.com/xi/XI/System/HTTP
    Can you solve this issue? Are there oss notes, corrections, ...
    Thanks in advance.
    Marco Tricase

    Some other test done with TCP gateway.
    Activated adapter specific message properties for
    *URL
    *HTTP Header fields (one header field named "lisca")
    *URL Parameters (one param named "objectType")
    The HTTP message catched by TCP Gateway
    POST /csl/cslinker HTTP/1.0
    content-type: text/xml; charset=UTF-8
    content-length: 318
    connection: close
    accept: /
    user-agent: SAP Web Application Server (1.0;700)
    host: 10.10.43.94:54000
    accept-encoding: gzip
    <?xml version="1.0" encoding="UTF-8"?>
    seems nothing has been generated, and obviusly URL and params have been set in message mapping.
    Hope some guru has been solved the issue ...
    Pasquale Rossiello

  • HTTP Adapter and Message confirm

    Hi Experts,
    I don't understand an aspect of communication with SAP PI.
    I have a External System that comunicates with SAP ECC via SAP PI HTTP Adapter.
    When SAP ECC sends an MATMAS message to External System like payload of HTTP message, How Does External System confirm MATMAS is recived?
    In R/3 System there are methods to commit, roll back transaction, there's a similar mechanism with HTTP Adapter?
    thanks.
    Marco Genova

    hi,
    >>How Does External System confirm MATMAS is recived?
    it does not - http adapter does no support acknowledgments
    the only way would be to receive a message back from http to PI
    with some status info and for example on the basis of that
    change the status of the outbound matmas idoc to - received successfully
    but there is no confirmation with HTTP adapter that the message was received
    Regards,
    Michal Krawczyk

  • HTTP Adapter Receiver Parameters

    hi,
    I have a .jsp page which has a textarea and has the name of the textarea as "test".
    Now how could i configure my http adapter to this .jsp page and the page is submitted , in such a way that the output from XI is equal to the value of the textarea's "test" value.
    Thanks in advance.
    Tirumal

    Hi,
    Not sure exactly what you want to do.  Are you trying to use XI to fill in the textarea named "test" on the .jsp, then submit it?  If so, I don't think this can be done.
    What can be done is that the .jsp page will receive and process a post.  The post will have a query string of "test" with values.  In this case the following configuration can be used for the HTTP receiver:
    Addressing type:  URL address
    Target host:  your web server address
    Service number:  the web server port number
    Path:  the URL of the .jsp (e.g. /myjsp.jsp)
    In XI Payload Manipulation section:
    XML code:  UTF-8
    Prolog:  test=
    Regards,
    Bill

  • XI Http adapter receiver issue, how to change the target payload format

    Dear all,
    In my project, I need to call a servlet program using Http/xml.
    The message format accepted by the server program is like this:
    request:
    <?xml version="1.0" encoding="GBK"?>
    <PACKET type="REQUEST" version="1.0" >
    <HEAD>
      <REQUEST_TYPE>01</REQUEST_TYPE>
    </HEAD>
    <BODY>
      <BASE_PART>
        <QUERY_SEQUENCE_NO></QUERY_SEQUENCE_NO>
      </BASE_PART>
    </BODY>
    </PACKET>
    response:
    <?xml version="1.0" encoding="GB2312"?>
    <PACKET type="RESPONSE" version="1.0" >
    <HEAD>
      <REQUEST_TYPE>01</REQUEST_TYPE>
      <RESPONSE_CODE>1</RESPONSE_CODE>
      <ERROR_CODE>0000</ERROR_CODE>
      <ERROR_MESSAGE>xxx</ERROR_MESSAGE>
    </HEAD>
    <BODY>
      <BASE_PART>
        <QUERY_SEQUENCE_NO>01PICC057106001156421487812453</QUERY_SEQUENCE_NO>
      </BASE_PART.
    </BODY>
    <PACKET>
    My first question is if I can use the servie by SAP PI http adapter?
    If yes, and how to design the data type? The <HEAD> <BODY> are on the same level...
    Commonly, I only can set the data type like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <MT_HTTP_IN>
       <HEAD>
          <REQUEST_TYPE>1</REQUEST_TYPE>
       </HEAD>
       <BODY>
          <BASE_PART>
             <QUERY_SEQUENCE_NO>123</QUERY_SEQUENCE_NO>
          </BASE_PART>
       </BODY>
    </MT_HTTP_IN>
    The problem is how to remove the <MT_HTTP_IN> then insert the tab <PACKET  type="REQUEST" version="1.0" >? I wonder if I need use JAVA mapping? and could u give me a related samples?
    Thanks a lot!

    Dear Xun Liu,
       If you need <PACKET type="REQUEST" version="1.0" >, then you need to create attributes 'type' and 'version' under node <PACKET>. At mapping level you can pass constant values for those attibutes.
    Regards,
    JP.

  • HTTP Adapter error description not showing in alert

    I have created a alert thru alertcatdef & created a rule in administartion, when we have a issue with http adapter, I get the alert as follows
    Subject: HTTP Adapter Error
    Importance: High
    Alert ID: ##06488##
    HTTP Adapter Error - Possible Tracs Interface issues
    Please Review details here below:
    Time: 10/23/2008 - 13:56:58  - DPI -HP-UX DPI  700
    Messages_ID:
    Rulename:
    Error Category:
    Error Code:
    Sender Info:
    Service:   Interface: Namespace:
    Receiver Info:
    Service:  Interface:   Namespace:
    Adapter Type:
    Adapter Error:
    there is no error description when this alert generated, is there anything I missing on the alert, can some throw some suggestions
    thanks
    ramesh nallapu

    In the slg1, I see
    Alert was generated in logical system DPICLNT010
    Alert is generated on the Central Alert Server
    Alert category: HTTP_ADAPTER
    Expiry time: 20081024 135658
    Recipient from alert category: XIDEV
    Recipient from alert category: XISUPPORT
    Delivery by e-mail to XIDEV
    Delivery by e-mail to XISUPPORT
    External ID of alert: 06488
    Delivery                                                 1 completed
    Alert created. ID: 49008E897C8C5D01E1000000C085E11E
    thanks

  • Messages not arriving

    I've checked elsewhere on here but my problem seems a little different.... during an email exchange with a friend, my emails stopped arriving in his inbox - I know this as I telephoned to check. It seems unlikely that it's his spam filter, and there's no question of a wrong address as I simply pressed reply. I am now wondering if other mails haven't arrived, which would be infuriating as they included important information. Also, it was plain text, no attachments etc.

    Keep in mind that many mail providers are offering new SPAM filter services, but the user does not always understand them. Take the last message that did not arrive, open it in the Sent mailbox, click on Message in the menubar and choose Send Again. But before sending from the resulting Compose window, click on Format in the menubar and choose Make Plain Text. Send and check to see he gets this version.
    Ernie

  • HTTP Adapter receiver.customizer_class

    I'm trying to do something with the reply from a HTTPS-message from a website.
    The HTTPCustomizedSender works fine, I tested:
    import oracle.oai.agent.adapter.technology.HTTPSenderCustomizer;
    import oracle.oai.agent.adapter.sdk.Agent;
    import oracle.oai.agent.adapter.transport.TransportMessage;
    import oracle.oai.agent.adapter.sdk.MessageObject;
    import oracle.oai.agent.adapter.sdk.AttributeObject;
    public class CustomizedSenderResponse implements HTTPSenderCustomizer {
    public void customizeTransportMessage (Agent agent, TransportMessage transportMessage,
    MessageObject mobj, AttributeObject aobj)
    agent.logTraceMessage ("Sent message sender xml:" + transportMessage.getBodyAsString(),
    null,null,null);
    Now I want to catch the reply from the website (I can see the reply when I set the tracelevel to 2 in the adapter.ini), so accordingly to the documentation I should implement the CustomerReceiver class:
    import oracle.oai.agent.adapter.technology.ReceiverCustomizer;
    import oracle.oai.agent.adapter.sdk.Agent;
    import oracle.oai.agent.adapter.transport.TransportMessage;
    public class CustomizedReceiverResponse implements ReceiverCustomizer {
    public void customizeTransportMessage (Agent agent, int receiverType,
    TransportMessage transportMessage)
    public String createReplyMessage(Agent agent, int status, TransportMessage transportMessage)
    agent.logTraceMessage ("Return message receiver :" + transportMessage.getBodyAsString(),
    null,null,null);
    agent.logTraceMessage ("Return message receiver:" + transportMessage.getResponse(),
    null,null,null);
    return "Successfull";
    But it's not working, it even seems the parameter http.receiver.customizer_class=CustomizedReceiverResponse
    is not recognized by the adapter
    We are using version 9.0.2.0.2 of Interconnect

    Patrick
    A similar issue has been discussed here:
    XI_J2EE_ADAPTER_XI_HANDLER - GENERAL_ERROR
    Unfortuantely it is a gnereic error.
    Try extending the trace file in the log configurator in Visual Admin to see if you can get a better indication of what is triggering the error.
    Try running RSXMB_ACTIVATE_ICF_SERVICES in SE38 to see if this kicks off the Integration Engine services.
    Also, check page 29 from this guide:
    https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF

  • HTTP Adapter-Specific Message Attributes

    Hello,
    can someone help me to configure an url-parameter in HTTP Sender Adapter (adapter specific attributes).
    I need the paramter customer_number for the call BAPI_SALESORDER_GETLIST.
    My Question:
    How can I configure the parameter and after that how can I use this paramter in the url?
    thanks for help
    regards
    alex

    Alexander,
    Dont think this is possible.
    From note : 839803
    <i>Are HTTP header fields supported in the inbound?
    The HTTP client may use HTTP header fields, however, they are not analyzed and are not available in the XI processing.</i>
    Regards
    Bhavesh

  • Receiving message "not authorized to play songs on this computer"

    Attempting to sync IPOD and receive the message that the purchased songs will not sync to my IPOD, although it recognizes my IPOD on the left hand side, indicating unauthorized to play them on my computer. Any ideas?

    Choose Authorize Computer from the Store menu in iTunes and sync the iPod again.
    (39471)

  • Reply to message sends me to position below received message, not above. how can this be changed?

    my question says it all

    Firefox has no built-in email features, if you are using Firefox to access your email it will be a web based email service and email features will be part of the email service. You will need to check with the support for the email service for how to do this.
    If this questions is about Thunderbird, for Thunderbird support you can ask in one of these forums:
    * http://forums.mozillazine.org/viewforum.php?f=39
    * http://getsatisfaction.com/mozilla_messaging

  • How to configure message header in receiver http adapter?

    Hi all
    I need the outgoing message payload from receiver http adapter to backend system with below form.
    POST http://222.222.33.22 /HTTP1.0
    content-type:application/x-www-form-urlencoded
    USERID=xxxxxx&PASSWORD=xxxx&SRCID=10&CDDATE=20070601...........................................................................
    ×POST http://222.222.33.22 /HTTP1.0
    ○content-type:application/x-www-form-urlencoded
    ○USERID=xxxxxx&PASSWORD=xxxx&SRCID=10&CDDATE=20070601...........................................................................
    Is there a parameter to enable POST method as a part of message header outputing?
    thanks in advance.

    The parameters available in HTTP adapter for message header are:
    HeaderFieldFive     http://sap.com/xi/XI/System/HTTP
    HeaderFieldFour     http://sap.com/xi/XI/System/HTTP
    HeaderFieldOne     http://sap.com/xi/XI/System/HTTP
    HeaderFieldSix     http://sap.com/xi/XI/System/HTTP
    HeaderFieldThree     http://sap.com/xi/XI/System/HTTP
    HeaderFieldTwo     http://sap.com/xi/XI/System/HTTP
    HTTPDest     http://sap.com/xi/XI/System/HTTP
    TargetURL     http://sap.com/xi/XI/System/HTTP
    URLParamFive     http://sap.com/xi/XI/System/HTTP
    URLParamFour     http://sap.com/xi/XI/System/HTTP
    URLParamOne     http://sap.com/xi/XI/System/HTTP
    URLParamSix     http://sap.com/xi/XI/System/HTTP
    URLParamThree     http://sap.com/xi/XI/System/HTTP
    URLParamTwo     http://sap.com/xi/XI/System/HTTP

  • Convert XML payload to HTML form data in Receiver HTTP Adapter

    Hi,
    I want to make a HTTP request ( Receiver HTTP Adapter ) to a servlet where I need to send the payload in HTML form format ( name=value ). As per the help document:
    A typical HTML form comprises named fields. When transferring a completed form to the server or a CGI program, the data must be transferred in such a way that the CGI script can recognize the fields that make up the form, and which data was entered in which field.
    The plain HTTP adapter constructs this format using a prolog and an epilog
    Has anyone done this before? I looked through all help documents and forums but in vain. I can resort to Java Mapping to do this but I do not want to re-invent the wheel if I can do it easily using HTTP Adapter Configuration. Please help.

    The parameters available in HTTP adapter for message header are:
    HeaderFieldFive     http://sap.com/xi/XI/System/HTTP
    HeaderFieldFour     http://sap.com/xi/XI/System/HTTP
    HeaderFieldOne     http://sap.com/xi/XI/System/HTTP
    HeaderFieldSix     http://sap.com/xi/XI/System/HTTP
    HeaderFieldThree     http://sap.com/xi/XI/System/HTTP
    HeaderFieldTwo     http://sap.com/xi/XI/System/HTTP
    HTTPDest     http://sap.com/xi/XI/System/HTTP
    TargetURL     http://sap.com/xi/XI/System/HTTP
    URLParamFive     http://sap.com/xi/XI/System/HTTP
    URLParamFour     http://sap.com/xi/XI/System/HTTP
    URLParamOne     http://sap.com/xi/XI/System/HTTP
    URLParamSix     http://sap.com/xi/XI/System/HTTP
    URLParamThree     http://sap.com/xi/XI/System/HTTP
    URLParamTwo     http://sap.com/xi/XI/System/HTTP

Maybe you are looking for

  • Small doubt

    hi friends, how can i update in a flat file like ( abc.txt). i would like to search a string in file and replace something in the row and update in the same position. how to do that. with regards.

  • CAD is not supporting in windows 8

    CAD is not supporting in windows 8. Has there no any solution to install CAD in windows 8?

  • Payment advice mailing

    hi to all, help me in this issue, how to use this bte SAMPLE_PROCESS_00002040 for sending mails to vendors how to activate this bte and change the code. thanks in advance kiran reddy Message was edited by:         kiran reddy

  • Flash CS5 + DatagramSocket class error

    As you all know, Flash CS5 is now released. It is confusing me as AIR2.0 is still in beta. I tried to use DatagramSocket class but failed import flash.net.DatagramSocket Up to this point, evrythings ok var ds:DatagramSocket = new Datagramsocket()    

  • Dingbat fonts not displaying in Leopard 10.5.2

    I just spent the day troubleshooting a problem where Zapf Dingbats wouldn't display in Quark 6.52 on an Intel iMac running 10.5.2. Thinking the problem was a naming conflict, I decided to remove all PostScript fonts, replacing them with OTF versions