No_adapter_engine_found

Hi,
the issue after upgrade XI SP16,
I have been looking at all of contents from this site, but still having this problem.
here is my test. i can see all adapters on adapter monitoring.
1. JDBC2JDBC, call adapter(receiver) on payload of SXMB_MONI, error show me no_adapter_engine_found, sender jdbc was working as well.
2. reimport SAP_BASIS_640_16
3. in sld, class maintenence -> adapterType, it was correct value on property.
4. SAI_AE_DETAILS_GET in testing SE37,
   AE_NAME  af.xid.sapxi
   it was returned as well,
   but if i give af.xid.sapxi.mycorp.com, i got exception value as no_adapter_engine_found.
so i thought that SAI_AE_DETAILS_GET is pulling af.xid.sapxi.mycorp.com, it might be this problem,
where can i modify it?
also i checked default profile, dbhost is sapxi as below;
SAPDBHOST                                   SAPXI
rdisp/mshost                                SAPXI
j2ee/dbhost                                 SAPXI
i am using FQDN on my laptop in order to get into XI.
<?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>XIServer</SAP:Category>
  <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText>no_adapter_engine_found: Unable to find Adapter Engine</SAP:AdditionalText>
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
Thanks
Venjamin(YD)

Hi,
I redeployed XI SP15 from SP16.
it was working fine, but i deployed XI SP16 in using SDM,
i got error only inbound call adapter,
otherwise, sender adapters was working fine, but receiver all adapters has the following error at the end of pipeline.
i do not want to get back to SP15,
Does anyone has such experience?
<?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>XIServer</SAP:Category>
  <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText>no_adapter_engine_found: Unable to find Adapter Engine</SAP:AdditionalText>
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>

Similar Messages

  • Error : no_adapter_engine_found: Unable to find Adapter Engine

    Hi All:
    I applied SP 20 in XI 3.0 (from SP9), but when I test the File to File scenario I am getting an Error : *no_adapter_engine_found: Unable to find Adapter Engine* in SXMB_MONI.
    Here it the complete Error log
    <?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>XIServer</SAP:Category>
    <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText>no_adapter_engine_found: Unable to find Adapter Engine</SAP:AdditionalText>
    <SAP:ApplicationFaultMessage namespace="" />
    <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Can any one help me, so I can resolve this ASAP?
    Thanks
    Farooq.

    Hi ,
    I got the same error in my scenario and i solved the same.Actually i ma not pretty surte this will solve your problem.
    In my case proxy generation settings was mis configured in the sender system. so its caused the problem
    I made an entry in the SPROXSET table and i did other activities like RFC and application system also.
    Then its worked for me. Its not matching with your case please do ignore this one
    Regards
    Vijay

  • Problem With Seeing Message in Adapter Engine

    Hello Everyone,
    We are facing a strange problem while running an <b>Integration Process</b>, <b>BPM</b> in PI. In the process, we are trying to read a .CSV File and convert it into a .XML File via FCC. The .CSV file is placed in the XI box itself, under a certain directory. We have configured the process such that whenever the .CSV file is read, its attributes are set to <b>'read only'</b>. After configuring the process, the required XML file did not show up. So we checked that whether the .CSV file was read and it showed up attributes of 'read only'.We cross checked
        -First by going to <b>SXMB_MONI</b>; here it said 'No messages available for selection'
        -Then by examining the 'channel monitoring' in AE; where we found both the sender and receiver channel are showing green. The sender channel first shows up that <b>'Processing started'</b> and then <b>'Processing Completed Successfully'.</b> The receiver channel does not show up any messages.
        -we checked for the XML messages that are in the Adapter in <b>IDX5</b>; it shows <b>'no messages selected'</b>.
        -We anticipated that it may be a cache problem and cleared all the caches; but when we tried to clear the Adapter Framework Cache, it popped up an authorization error and the problem persisted.
    We are using NW2004s with SP6 at the ABAP and BASIS stack and SP 9 at the Java Stack. Also, all the required connections made in SM59 are in order.
    Now, <b>What can be the problem? Is it the difference in SP level that is causing the problem? Or is it something else? What have we missed?</b> Guys, please help us solve this problem.
    Need Help. Pleae Reply. Points will be awarded.
    Thanking in anticipation.
    Amitabha

    Hi Shabarish,
    1.Document name <b>is indeed</b> the name of message type in our case.
    2. We did not use delete mode; but once the file was read- we manually changed its attributes from 'RA' to 'A'..and it became 'RA' again after 2 seconds; which is our polling interval.
    3. And we have discovered that the file is being read properly..because we can see the XML payload of it and it contains the correct data.But still it does neither show up in SXMB_MONI..nor in IDX5.
    <b>Can you please tell us what are the necessary roles for the User PIAFUSER?</b> We suspect that somewhere's an authorization error we are getting; because the AF cache refresh attempt shows "Forbidden" and we are getting an error in Tcode SXI_SHOW_MESSAGE as:
    <b>AE_DETAILS_GET_ERROR: no_adapter_engine_found: Unable to find Adapter Engine:</b>; Stack trace shows:<b>Error while reading access data (URL, user, password) for the Adapter Engine</b>

  • NO Adapter Engine found in SXMB_MONI

    Hello Experts,
    We have a scenario where we are sending contracts from ECC system to XI and XI send this information to the Seeburger System.
    We have all these systems in palce.
    But on trying to process a message i.e generate contarcts from ECC the message reaches XI and gives an error in SXMB_MONI.
    Following is the error:
    <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.jd2.alqsapjq2</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_adapter_engine_found: Unable to find Adapter Engine af.jd2.alqsapjq2</SAP:AdditionalText>
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine af.jd2.alqsapjq2</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Kindly advice on how to proceed further.
    Thanks in advance,
    Elizabeth.

    Hi pls go through the following links
    https://websmp103.sap-ag.de/~sapdownload/011000358700002757652005E/HowtoMintorAF.pdf
    sRFC-adapter  and file adapter with error: no adapter found
    Re: RFC adapter - AE_DETAILS_GET_ERROR - no adapter engine
    Regards
    Abhijit
    Edited by: Abhijit Bolakhe on Sep 2, 2009 5:49 PM

  • INTERNAL.AE ERROR

    Dear Collegues
    This is the error we could see 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="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_adapter_engine_found: Unable to find Adapter Engine</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    we are unsure what to do.
    Recently we have upgraded tp SP17,any problem with this??
    Regards
    chandra

    Hi,
    take a look at these threads and seen if they,
    RFC adapter - AE_DETAILS_GET_ERROR - no adapter engine
    Required BAPI for Change & Display Shipment Cost Document (VI02 & VI03)
    Regards,
    Bhavesh

  • Error : Unable to find URL for Adapter Engine

    Hi Experts,
    I have searched several forums , but i am not clear on how to resolve this error.
    I am using XI 3.0, my scenario is File->XI->File
    I am getting this error in SXMB_MONI.
    *Can any body suggest me a clear step-by-step procedure to solve it.*
       <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message canceled
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.xd2.host-dev</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.xd2.host-dev</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.xd2.hydrus-dev</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks
    sai

    Hi Debashish,
    Thanks for ur reply,
    I have executed
    --->Execute SAI_AE_DETAILS_GET from se37
    >Enter AE name:<host>.<systemid>
    After executing, i got these param
    Exception       NO_ADAPTER_ENGINE_FOUND
    Message ID:          SAI_GLOBAL                 Message number:           016
    Message:
    no_adapter_engine_found: Unable to find Adapter Engine host-DEV.XD2
    Exchange profile parameters are like this
    Calling function EXCHANGE_PROFILE_GET_PARAMETER
    Retrieving data from the XI Profile...
    Function call terminated sucessfully
    Retrieved value of
    section   = Connections
    parameter = com.sap.aii.ib.server.connect.webas.r3.ashost
    -> value  =
    and i dont have authorizations for SU01 fro lock/unlock.
    Any suggestions how to proceed.
    Thanks
    Sai

  • Error when reading the access data(URL,user, password) for Adapter Engine

    Hi,
    We are getting this error in production system 
    "SXMBSysErrorAlerts, Category INTERNAL, Error code: AE_DETAILS_GET_ERROR error text: Error when reading the access data (URL, user, password) for the Adapter Engine".
    Please tell what can be the cause of error. Where are the access data (URL, user, password) for the Adapter Engine read from?
    Its urgent.  We are in support project.
    regards,
    john

    Hi jhon,
              please check the following threads to resolve the problem.
    AE_DETAILS_GET_ERROR
    Error : no_adapter_engine_found: Unable to find Adapter Engine
    regards
    mahesh.

Maybe you are looking for

  • Can you help open video chat between Tiger 10.4.11 and Snow Leopard 10.6.2?

    We can get the text chat working but not the video chat. Also, her screen name shows up in my Buddy list grayed out even though she is logged into iChat.

  • Convert yyyymmdd date format to mm/dd/yyyy

    hi, I convert the date fomat in my program from yyyymmdd to dd/mm/yyyy format using this code: WRITE it_pos-bldat TO i_outpos-bldat MM/DD/YYYY. I declared the bldat field by: bldat(10) TYPE c so that the field will contain the '/' character. The outp

  • I am trying to download Picalo software.

    I am trying to download Picalo and I'm having trouble downloading the Python software to do so.  I'm not tech-savvy (yet!) but I've tried about four or five different downloads and the Picalo software keeps giving me an error message. Any ideas?  I'v

  • I want to swap my subscription from LightEffects to Flash. Can I do this or not?

    I am currently on the "Photography plan" that includes use of Photoshop and the Light Effects thing, I think. I don't use Light Effects or whatever it is called and was wondering if I could switch my "subscription" to it for one to Flash, as I really

  • IPhoto 11 doesn't open

    My iphoto application recently refused to open. When the application icon was clicked, it just bounced up and down for about a minute. The application was running - it just wasn't displaying - I had to use force quit to stop the app. I decided to try