Want to Change Adapter Engine URL!

Hi Experts,
Currenly my Adapter Engine URL: http://<server>:8001/MessagingSystem/receive/AFW/XI
I wan to change the Adapter Engine URL to: http://<server>:50100/MessagingSystem/receive/AFW/XI
How can it be changed?
Thanks,
karthik

Hi Nisar,
Thanks for response.
I executed a file to file scenario. There I got HTTP error with 404. When I tried to solve it, I found this difference in SXI_CACHE.
In SXI_CACHE-> Goto-> Adapter Engine, an entire is present but with the URL having port 8001.
I belive it has to be changed to 50100.
Kindly help!

Similar Messages

  • Adapter Engine URL missing in RWB

    Hi All,
    In my newly configured PI 7.0 system, the Adapter Engine URL is missing at the fol. location:
    RWB -> Component Monitoring -> Adapter Engine -> Test Message.
    But when I open SXI_CACHE -> AE Cache, I am able to see the url http://pidev:50000/MessagingSystem/receive/AFW/XI     
    I think that this means that my ABAP stack is configured properly, but JAVA stack has some problem for Adaptr engine.
    Please confirm if I am right and how to resolve this.
    regards,
    Piyush

    Hi,
    Are you using the FQHN?
    Check also note #764176 if you have components missing on SLD.
    Last, you may want to configure your system in order to check each of the steps.
    Use this link -> Wizard-Based Basic Configuration:
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/40084136b5f423e10000000a155106/frameset.htm
    Regards,
    Caio Cagnani

  • Adapter engine URL different between CACHE and RWB adapter engine URL?

    Hi there,
    If I go to SXI_CACHE and go to the adapter engine runtime cache I get a URL of:
    https://<server>/MessagingSystem/receive/AFW/XI
    NOTE: The above URL is HTTPS.....and there is no port in the above....
    However, if I go to the runtime workbench and click on the adapter engine and click on "test message", I get the following URL:
    http://<server>:<port>/MessagingSystem/receive/AFW/XI
    NOTE: The above url is HTTP and there is a port.
    How can I get these URL's back in sync?
    I want them both to be HTTP.
    Any ideas?
    Thanks

    Hello
    1) Check the value of the Exchange Profile parameter 'com.sap.aii.connect.secure_connections'. If you don't wish to use HTTPS this should not have any value set.
    2) Delete the Adapter Engine cache in trx sxi_cache -> Goto -> Adapter Engine Cache -> Delete Cache Contents (trash can icon).
    The AE cache will be populated the next time a message is sent through the system. Check the value after this is done.
    Regards
    Mark

  • How can I change adapter engine from Non central to central

    My adapter engine is assigned as non central. However I want to have the adapter engine as part of the integration server.
    If I look in the RWB, the adapter engine listed under the non central adpater engine. However I would like to move it under the Integration server Engine.
    Can this be done or do I have to reinstall XI to get the adapter engine grouped with the IS.
    Currenty componenets under the domain I have:
    1) Integration which has Integration Engine, busines  process engine and Mapping runtime.
    2) Integration engine are blank, nothing underneath
    3) non central adapter engine
       my adapter engine here
    4) j2se adpater nothing underneath
    4) Tools
    So what I want to do is move the Non central adapter engine to be underneath the Integration Server.
    Any ideas how to do this....withoout a reinstall?
    Thanks
    Mikie

    HI,
    Have a look into Configuration Guide-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ac6de690-0201-0010-54ac-8923089dcc97
    Regards,
    Moorthy

  • Multiple adapter engine URL's found

    Hello,
    In the integration directory, when we tried to add a communication channel or change a currently existing communication channel we get an error " Attempt to determine which Adapter Engines are affected by data changes failed". We did a cache refresh and in AE runtime cache we find the AE name changed to "CA" with a new adapter engine name. The default was "AE" with the adpater name blank. Also in the cache notification of ID there is an "Unknown error" in red and in the cache instance we find 2 adapter engine instances.
    Where can we find the actual adapter engine set up for the integration server ?? and How can we revert back to the original settings??
    Any help is appreciated.
    -krishnan

    Hi Murugadass,
    This link provides all details pertaining to adapter engines, expand them further to get information
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/frameset.htm
    Also have a look at this thread:
    No adapter engine when Adapter type as File
    Hope these help and do not forget to assign points for helpful answers!
    Cheers,
    Chandra

  • TWO Adapter Engine (CA + IS) - How to delete one?

    Hi,
    In PI prod, I have an issue when PI has to send back an acknowledgment to ECC (when ECC send an idoc) (*). By looking queue log and reading SXMB_MONI trace, I identified that my problem is certainly with the link "IE -> Adapter Engine" and here's what we have:
    In PI prod:
      - in SXMB_ADM, category=RUNTIME + Parameter=IS_URL, I have: http://<host>/sap/xi/engine?type=entry   " no <port> !
      - in SXI_cache, I have TWO entries for Adapter cache:
         1. AE name = af.pip.pip-mssql
            AE type = CA
            AE URL  = http://<host>:<port>/MessagingSystem/receive/AFW/XI
         2. AE name = is.50.pip-sap
            AE type = IS
            AE URL  = http://<host>/sap/xi/engine?type=entry             " no <port> !
    And when PI has to send back the ack, it uses the 2 line of SXI_CACHE (e.g "IS"), and it's here that we have error (e.g HTTP_COMMUNICATION_FAILURE), whereas in PI quality, I have:
       - in SXMB_ADM, category=RUNTIME + Parameter=IS_URL, I have: http://<host>:<j2eeport>/sap/xi/engine?type=entry
       - in SXI_cache, I have one entry:
            AE name = af.piq.piq
            AE type = CA
            AE URL  = http://<host>:<j2eeport>/MessagingSystem/receive/AFW/XI
    To solve issue, my first idea is to provide <port> in "IS" url, and check the result... but why to keep two AE?
    The 2nd idea is to delete the 2nd entry (e.g "IS") in SXI_CACHE and/or update the appropriate "aii" properties.
    I have three questions:
    1. what's the best approach?
    2. where the 2nd entry of SXI_CACHE (e.g "IS") is maintained? which aii properties?
    3. do I have to stop/start PI server? if update IS_URL in SXMB_MONI, and/or if update the "aii" properties.
    As error appears in prod (only), please answer only if you are sure , because myself I have a doubt....
    And if you could refers to a help sap, snd, pdf links, I will appreciate.
    Thanks.
    Mickael
    PI 7.1 EhP1
    (*) I know that a quick solution should be to use prog IDX_NOALE in order to not send Ack... but I don't want that.

    option 2 should be a clean approach.
    ref: Re: Adapter engine URL different between CACHE and RWB adapter engine URL?

  • Changing Exchange OWA URL, and MX record

    Hi all,
    We are planning to change our Exchange OWA URL from "https://webmail.saigon.com" to "https://webmail.city.saigon.com"
    My question is Do I need to do anything to the MX record?  The Exchange server name and IP remain the same.  Only the URL get changed for the internal, and external.
    Thanks

    Hi Brichardi,
    Thank you for your question.
    If we want to change Exchange OWA URL from https://webmail.saigon.com into https://webmail.city.saigon.com  for internal and external, we must modify the following items:
    1. MX record
    We could ask to our ISP for help.
    2. Exchange certificates
    We could remove the old exchange certificate and resign a new certificate for Exchange server.
    3. Re-configure virtual directory URL (OWA,OAB,ECP.EWS,ActiveSync,Autodiscover)
    We could refer to the following link:
    https://technet.microsoft.com/en-us/library/ff629372(v=exchg.141).aspx 
    If there are any questions regarding this issue, please be free to let me know.
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

  • Want to change the alias for guest user

    Hi All,
               I am creating one application in portal where i am displaying the guest user as default but for displaying guest user i have to hit the https://portal-dev.freescale.net/irj/portal/anonymou URL.
               Is there any way to load the guest user by hiting the  https://portal-dev.freescale.net/irj/portal url and then on click of Sign In link i want to load the default login page ?.
    Thanks in Advance
    Regards,
    Rahul

    Hi Rahul,
    I thought that they explain that at the very end of that document? You want users to be able to use the /irj/portal url right?
    Maybe I am not understanding you correctly.
    BRgds,
    Simon
    p.s. if you want to change the portal url, this [wiki entry|https://wiki.sdn.sap.com/wiki/display/EP/Change%2BPortal%2BURL] is useful.

  • Adapter Engine Entry in SXI_CACHE

    Hi All
    How to get an entry in the adapter engine cache with user name in the sxi_cache ,Menu:GOTO--AdapterEngine Cache?
    Thank u
    Full Points will be Awarded.
    Regards
    uday

    Hi prateek
    I have executed an end to end scenario in the trace again it is throwing HTTP 401 error ,in TRACE it is giving
    after retreiving the URL in the FM SAI_AE_DETAILS_GET
    it is giving the blank user and thowing the error HTTP 401 unauthorized.
                     <Trace level="3" type="T">User =</Trace>
    This i believe is due to unavailablility of user in SXI_CACHE :GOTO-->ADAPTER ENGINE CACHE
    Help me in maintaining the adapter engine url with user in sxi_cache
    Thanks
    UDAY

  • Adapter engine messaging URL returns HTTP 403

    Hi all,
    I currently have a problem with the following scenario: SOAP Adapter -> XI -> JDBC Adapter. I have configured the scenario and everything seems to be running correctly (in the component monitoring the adapters and the integration engine are green). However when I send a request to the SOAP Adapter I get the following response:
    <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
                             <context>XIAdapter</context>
                             <code>DeliveryException</code>
                             <text><![CDATA[
    com.sap.aii.af.mp.module.ModuleException
         at
    Caused by: com.sap.aii.messaging.srt.BubbleException: failed to call the adapter engine [null "null"]; nested exception caused by: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 403.
    </text>
    </s:SystemError>
    In the Message Display tool of the runtime workbench I get the following trace:
    2005-06-05 11:03:08 Success SOAP: request message leaving the adapter (call)
    2005-06-05 11:03:08 Success Application attempting to send an XI message synchronously using connection AFW.
    2005-06-05 11:03:08 Success Trying to put the message into the call queue.
    2005-06-05 11:03:08 Success The message was successfully retrieved from the call queue.
    2005-06-05 11:03:08 Success The message status set to DLNG.
    2005-06-05 11:03:08 Success Message successfully put into the queue.
    2005-06-05 11:03:08 Error Returning synchronous error notification to calling application: Received HTTP response code 403..
    2005-06-05 11:03:08 Error Transmitting the message using connection http://<host>:8000/sap/xi/engine?type=entry failed, due to: Received HTTP response code 403..
    2005-06-05 11:03:08 Error The message status set to FAIL.
    2005-06-05 11:03:08 Error Returning to application. Exception: Received HTTP response code 403.
    So it seem that somehow the adapter framework is not allowed to send a message to the integration engine via the messaging URL.
    Any ideas how to resolve this problem?
    Thanks for you help,
    Christian

    Hi,
    If you've changed the passwords for XI service users
    then you may also want to check this note: 721548
    XI 3.0: Changing the passwords of the XI service users
    Regards,
    michal

  • Convert URL from integration engine to adapter engine with https

    I'm still relatively new at PI, trying to learn as I go, so I apologize if I do not phrase this correctly. 
    Our trading partners currently post xml files via http to a url directed to our Integration Engine, for example: 
    http://<host>:<port>/sap/xi/adapter_plain?namespace=urn%3Aball.com%3Aavailabilityfeed&interface=MIOA_AvailabilityFeed&service=SRV_Supplier&party=P_EDI&agency=&scheme=&QOS=EO&queueid=httpclient&sap-user=****&sap-password=***&sap-client=**&sap-language=EN
    We would now like them to post to a different URL using https so that 1) files are routed through the adapter engine, and 2) user and password information would not need to be included in the url currently being used.
    For a separate process, which has been configured differently, it was simply a matter of changing from http://<host>:<port> to https://<host2>...., but this has not been working for me with the above URL.
    Can anyone please help out or point me in the right direction?  I've spent half the day searching the forums without much success.
    Thank you.

    check security guide:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/f7/c2953fc405330ee10000000a114084/frameset.htm
    When you want to post data to adapter engine, you have to use SOAP adapter, as HTTP adapter is not part of AE
    In security guide you find HTTPS enabling for HTTP and SOAP adapter.

  • URL for Central Adapter Engine

    Hi,
    It seems like our XI Server is unable to locate the Central adapter engine for doing an outbound RFC call. I am trying to call an RFC using the RFC adapter, and getting the following error:
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.nw4.netweaver</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.nw4.netweaver</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.nw4.netweaver</SAP:Stack>
    Where do we maintain the URL of the adapter engine ?
    thanks,
    Manish

    I have the same problem since we changed the name of the database server - the server name reported in the error is the old name.  I've checked all the properties in this thread, plus follwed through OSS note 764176 with no luck.  All the properties reflect the new name, but testing the proxy (SPROXY) still fails with the error:
    <CODE>INTERNAL.AE_DETAILS_GET_ERROR</CODE>
      <ERRORTEXT>Error when reading the access data (URL, user, password) for the Adapter Engine af.xix.sapsbxcrmdb2</ERRORTEXT>
    sapsbxcrmdb2 is the old database server name.
    I found one location where this is displayed - in transaction SXI_CACHE (in the client of th integration server), Menu option GOTO -> Adapter Engine Cache.  The column 'Adapter Engine Name' reflects the incorrect name.  Where is this property stored?
    I cleared this entry manually by selecting the row and clicking on the trash can icon.  Later it was refreshed properly.
    -Mike
    Update:  I found that the SOAP Reciever channel in my Integration Scenario had a hard-coded entry pointing to the old integration server name in the property 'Adapter Engine'.  I changed this by selecting the 'Integration Server' in the drop down.  This changed the error behavior (still doesn't work, but the above errors went away).
    -Mike
    Message was edited by: Mike Hatch
    Message was edited by: Mike Hatch
    Message was edited by: Mike Hatch

  • No_messaging_url_found: Unable to find URL for Adapter Engine

    Hi,
    I am facing the same problem. I have configured a RFC-File scenario.
    I get the error"no_messaging_url_found: Unable to find URL for Adapter Engine af.<SID>.<server>"
    and <INTERNAL.AE_DETAILS_GET_ERROR>
    I get the error "no_messaging_url_found: Unable to find URL for Adapter Engine" when I execute the Function Module SAI_AE_DETAILS_GET.
    This error occured in the line 235( sap_xi_adapter_services = sld_accessor->associators( iref = sap_xi_adapter_framework assocclass = 'SAP_HostedXIAdapterServi) of the FM.
    The value is not filled and i get the error mentioned.
    I have gone through thread and verified all the points mentioned.
    I have checked SXI_CAHCE,there are no locked users in RSUSR200,
    SXI_CACHE, Goto->AdapterEngine Cache, I have an entry af.<sid>.<server>
    In SLD,Technical Landscape,Exchange Infrastructure I have the entry <SID>.<Server> against the Adapter Engine
    But as was mentioned in the thread the line 241 of the Fucntion Module has 'adapterType' and not 'Adaptertype' as in the exchange profile.I did not try changing 'a' to 'A'.
    Could you please let me know how to solve the problem.
    Thanks in advance.

    Hi Vani,
    Check the pipeline URL in the SLD
    Business System->URL
    It should be
    http://host:HTTPport/sap/xi/engine?type=entry
    Just check this thread- may be useful-
    File Adapter - Sender Problem
    RFC adapter - AE_DETAILS_GET_ERROR - no adapter engine
    https://websmp103.sap-ag.de/~sapdownload/011000358700002757652005E/HowtoMintorAF.pdf
    Hope this helps,
    Regards,
    Moorthy

  • Dynamic change of Adapter Engine during transport

    Hello All,
    I am trying to understand the following, can some one explain me how and what changes are done to get this working.
    so if you check both the images, in the Dev box (first image), we use central adapter engine and  after transport to Quality box the adapter engine is automatically changed to af.qpp.qppdb1.
    I want to understand how and what config changes are done in order to get the new adapter engine name changed automatically. I tried to search some forums but all in vain.
    Answers will be rewarded for sure.
    Thanks in anticipation

    hi karim,
    As liad said ...
    <b><i>In fact the adapter engine linked to the integration engine in our configuration is wrong.
    Whetever we are trying to do through sxmb_adm it remain the same.</i></b>
    If you are going to vhange the IE configuration ...It will not remain the same....
    Execute the TCode SXMB_ADM  goto Integration Engine Configuration
    you can modify your Configuration as per Requirement..
    regards,
    vasanth.

  • Unable to find URL for Adapter Engine

    Hi,
    We have installed the XI 7.0 and I have realized a simple scenario "File > XI > File" in order to validate the installation... and on has a dump around Adapter Framework.
    Inside SXMB_MONI, on has the following error:
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.xid.bcnssap006</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.xid.bcnssap006</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine af.xid.bcnssap006</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    It's probably a problem with aii but which one ?

    Hi Mickael,
    The problem that you are facing looks like it is unable to connect to the adapter engine itself, please check the following:-
    The userid being used must have the authorizations of group SAP_XI_APPL_SERV_USER on the Integration Server.
    *During the configuration of the adapter (From Help documentation):-
    <i>Specifications for the Integration Engine
    Enter the complete address (URL) of the Integration Engine that you want to send the message to:
    XI.TargetURL=http://IntegrationEngineHost:port/pipeline-arguments
    This specification is mandatory.</i>
    One suggestion:- Please try the following and see if you are still facing the problem, this might help you in decreasing the number of places to verifyconfigurations!
    Again, from help:-
    <i>The Integration Engine address can also be accessed dynamically from the SAP System Landscape Directory (SLD). The following entry is added to the configuration for this purpose:
    XI.SLDConfiguration=SLDaccessor
    In this case the URL of the corresponding Integration Server for the system specified with XI.SenderService is read from the SLD and used instead of the value specified under XI.TargetURL. Therefore, specify the following:
    XI.TargetURL=<fromSLD>
    To be able to access the SLD, the SLDaccessor service must be configured correspondingly and the respective entries must be maintained in the SLD.</i>
    Hope this helps!
    -Sushumna

Maybe you are looking for