Configuring a local adapter engine?

Hi,
    I want to configure a local adapter engine and use it in my scenarios. Can anyone tell me how to go about it i.e. where can i find the installables for it, which files to download,service pack,etc. The XI server which i want to connect to has WAS 7.0 and ECC 6.00

Hi Pragati,
The local adapter engine is installed on any system that will run on WAS and while creating the Adapter in the Integration Directory select the adapter engine from your central or local adapter engine. 
Regards.
Praveen

Similar Messages

  • XI 3.0 -- Local Adapter Engine

    Hi all,
    I can sent the file of my local PC to the XI 3.0 by using the local adapter engine of XI 2.0.  But I can't do it by using the File Adapter Communication Channel in XI 3.0.
    In my XI 2.0 local adapter engine, I startup the RUN_ADAPTER.BAT in my local adapter engine folder. And create the file_inbound adapter: File_2_M47 as:
    <b>## file adapter java class
    classname=com.sap.aii.messaging.adapter.ModuleFile2XMB
    mode=FILE2XMB
    Integration Engine address and document settings (example, see docu)
    XMB.TargetURL=http://10.37.217.65:8000/sap/xi/engine?type=entry
    XMB.User=xiuser
    XMB.Password=xipass
    XMB.SenderBusinessSystem=FILE_SYSTEM
    XMB.SenderInterfaceNamespace=http://trevorecc5.com/xi/file
    XMB.SenderInterfaceName=ZMI_SO_IDOC
    XMB.ContentKind=B
    #XMB.ContentKind=T
    XMB.ContentType=application/xml
    #XMB.ContentType=text/xml
    #XMB.ContentType=text/plain
    XMB.QualityOfService=EO
    ##File Adapter specific parameters (example, see docu)
    file.sourceDir=C:/filetoidoc
    file.sourceFilename=.
    file.processingMode=setAttribute
    #file.processingMode=delete
    #file.processingMode=archive
    #file.archiveDir=c:/temp_archive
    file.pollInterval=20
    ##xml conversion properties if mode FILE2XMBWITHROWCONVERSION specified (example, see docu)
    #xml.fieldFixedLengths=15,25
    xml.processFieldNames=notAvailable
    xml.fieldSeparator=;</b>
    Note: The IP address (10.37.217.65 ) is my XI 3.0 server.
    I can send the file of my folder - C:/filetoidoc.
    I have configured the Comunication Channel in XI 3.0.
    And the related parameters like as:
    <b>Comunication Channel: CC_FILE_IDOC
    Service                : FILE_SYSTEM
    Adapter type           : File
                           : Sender
    Transport Protocol     : File System(NFS)
    Message   Protocol     : File
    Adapter   Engine       : Integration Server
    Source    Directory    : C:/filetoidoc
    File      Name         : .
    Quality   Service      : Exactly Once
    Poll      Interval     : 20
    Processing Mode        : Set to Read-Only
    Empty-File Handling    : Do Not Create Message
    Process   Sequence     : By Name
    File Type              : Binary
    Status                 : Active
    The sender comunication channel CC_FILE_IDOC has been assigned to the sender aggreement /File_System/ZMI_SO_IDOC/ of namespaces: http://trevorecc5.com/xi/file</b>
    But it can't work! 
    I don't know how to configure the file adapter Comunication Channel for my sending in XI 3.0.
    Any help is appreciated.
    Regards,
    Trevor
    Message was edited by:
            Trevor Zhang

    Hi,
    ><i>I think the XI 2.0 local adapter engine is more useful than the XI 3.0 comunication channel.</i>
    I ve never had the opportunity to work on XI 2.0 but the difference lies in the entire architecture of the Adapter Engine in XI 2.0 and XI 3.0
    While XI 2.0 had the adapter Engine as a J2SE  based engine, XI 3.0 is based on the J2EE framework and thereby allows more features including modules , and also supports different types of adapters and custom developed adapters as well.
    There is no real difficulty in configuring an adapter in XI 3.0 but ofcourse one should take in mind that the network level details should be beyong an XI developers job role.
    You need to look at the fact that the problem you are facing is not because XI 3.0 adapter has some problem, but rather because you seem to have network restrictions!!
    Regards,
    Bhavesh

  • Why my Local Adapter Engine not showed in SLD and Integration Directory?

    Hi guru,
    I have installed one Local Adatper Engine on Host B, then an XI is installed on Host A, but After I installed the local adapter engine and follow the standard configration step mentioned in this document:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/307deae3-604e-2a10-feae-f016fb9cadd4.
    After the configuration is done, I restart the local adatper engine, but this local adapter engine is not showed in integration directory.
    what is the problem?

    The post-installation configuration steps are not complex, I exactly followed.
    what other reason could it be? have any guru configured local adapter engine before?

  • Decentral Adapter engine or Local adapter engine requires separate databse?

    I'm installing De-central/Local adapter engine in my landscape. Does it requires a separate databse??
    My OS is AIX and Database is Oracle. Can someone give me the installation document for Decentral adapter engine.
    Thanks
    Sagar

    Thanks for the information.
    I've one more question, in de-central adapter engine post installation configuration.
    document says I need goto visual admin and do some settings, do I need start Visual admin in XI ?
    or De-central adapter engine will have its own Visual administrator and there only we need to do this post installation steps??
    -Sagar

  • J2SE Local Adapter Engine

    Hi,
    We are using the local adapter engine to send and receive files from a FTP server. However, the outbound/receiver adapter is throwing this ugly Java/FTP exception:
    Feb 28, 2006 1:02:58 PM  ...sap.aii.messaging.adapter.ftp.FTPCtrl [Thread-20] Info: ftp server returns reply '220 Service ready'
    Feb 28, 2006 1:02:58 PM  ...sap.aii.messaging.adapter.ftp.FTPCtrl [Thread-20] Info: ftp server returns reply '230 User logged in'
    Feb 28, 2006 1:02:58 PM  ...i.messaging.adapter.XMB2FileProcessor [Thread-20] Error: java.lang.Exception: ftp client test failed with 'com.sap.aii.messaging.adapter.ftp.FTPEx: User logged in'
    As you can see the FTP server returns a nice 220 (Service ready for new user.) and 230 (User logged in, proceed.) response.
    So how come the adapter throws an exception like this here? Can someone try to explain?
    Tnx,
    Roberto

    Hi,
      Actually, your message is truncated so i can't view the complete message,
    But i may suggest,
    1. In the FTP server did you mention the read,write,append authorization to the userid you are refering in the sender file adapter? Typically i use guildftp as a ftp server and that has options for all these authorization.
    2. Do you have any firewall or proxy installed locally,
    3. Can you write the sender adapter settings and paste the error again as its truncated from the right side.
    Regards,
    Anirban.

  • Decentralized Adapter Engine or Local Adapter Engine

    Hi Experts,
    I hv a doubt like what exactly we are achieving by installing a local Adapter engine?  Is this something to handle the firewall protocols? In one of the SAP material, it has been mentioned that aditional adapter engines may need to be installed "Close" (in a network sense) to the Business System? What does it mean?  What are the advantages over a centralized adapter engine?
    regards

    Vijaya Lakshmi,
    Every XI installation will install a default adapter engine and these are called as the Central / Local Adapter Engines. Most of the times this one Adapter Engine is more than sufficient.
    At times, when the load on your server is going to be high , you can install a Decentral Adapter Engines and these are nothing but seprate instances of your Adapter Engine that can pick data and send it to your Integration Engine.
    The need for a decentral Adapter Engine also arises when you have security restrictions, DMZ , etc in the landscape where one adapter engie is used for one particluar DMZ and another acts as the local adapter engine etc.
    Regards
    Bhavesh

  • Local Adapter Engine

    Hi All,
    Here we installed Local AE on both Sender and Receiver Systems but stuckup with configuring these Adapters.
    Step1:How to configure the SLD part if am working with Local AE's?
    Step2:How can XI recognize these Local AE's?
    Step3:In the Communication channels while defining the File Adapters,At the Adapter Engines option i have to choose Local AE instead of Integration Server.To get(display) this option (Local adapters) what all the connections are configurations need to be done at XI and Sender/Receiver?
    Any suggestions??
    Thanks,
    Kalyan.

    HI Kalyan,
    The Plain J2SE Adapter Engine is one of the PI messaging components responsible for message processing and protocol handling. This type of adapter engine was already available with XI 2.0 and merely requires a Java Virtual Machine to run. It can be used as a non-central adapter engine, but it hosts only a subset of the adapter functions and does not support standard security features such as security logs or integrated user management
    The Plain J2SE Adapter Engine does not access the exchange profile, because the connection data is kept locally. It does, however, register itself in the System Landscape Directory (SLD).
    for
    Technical Communication
    http://help.sap.com/saphelp_nw04s/helpdata/en/5e/f85141196ff423e10000000a155106/frameset.htm
    Adapters Running in the Plain J2SE Adapter Engine
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/a745d8823017b5e10000000a1553f6/frameset.htm
    <removed by moderator>
    regards
    kummari
    Edited by: Mike Pokraka on Jul 24, 2008 1:00 PM

  • System requirement for Local adapter engine installation

    Hi Guys,
    I have a requirement here where we are planning to install local plain J2SE adapter engine on various third party systems to pass the data from those systems to the PI system through http. Please can you let me know what are the requirements on the system to install local plain J2SE adapter on it in terms of memory, disc space, etc.
    thanks.

    Hmm.  100 MB disk space is required for the J2SE adapter engine installation.
    Memory depends on your scenario requirement. But in general a 1 GB RAM is sufficient.

  • Change decentral to local adapter engine

    How can I change the adapter engine from decentral to local?
    Thanks
    Mikie

    In any communication channel, u ll find an option called "Adapter Engine".
    There u ll see options like Integration Server, Ur decentral adapter engine name
    Regards,
    Prateek

  • Guide for J2EE Adapter Engine on WAS 6.40 with XI 3.0

    Hi all,
    we are currently struggling with our AE. We are going to migrate from Xi 2.0 to  XI 3.0, we run into problems while configuring our old J2SE AE (for which I have found a good PDF document on the SAP Service Marketplace).
    Now we would like to test/configure the J2EE AE on XI 3.0.
    But I cant find any guide for this on the SAP Service Marketplace. Does anyone know where to find this?
    Thanks
    Nesimi Buelbuel

    Hi Nesimi,
    There is a webinar replay of "Troubleshooting the J2EE Adapter Engine" at
    https://www.sdn.sap.com/sdn/webinar.sdn?res=/irj/servlet/prt/portal/prtroot/com.sap.sdn.wcm.compound.docs//library/uuid/47a9a361-0301-0010-d39a-dd40d34b2e9d
    Also make sure you check these links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars/configuring a local adapter engine.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/configuration guide - sap xi 3.0.pdf
    Regards,
    Sridhar

  • Configuring Process Integration Scenarios for Advanced Adapter Engine

    Hello @all,
    i've an asynchronous SOAP scenario and would like to configure an integrated configuration for Advanced Adapter Engine using a process integration scenario. In the documentation (Link below) it is described, that you can select local communication using AAE in the model configurator, but I couldn't find any hint. Any idea?
    Documentation:
    http://help.sap.com/saphelp_nw73/helpdata/en/48/ce987b18d3424be10000000a421937/content.htm
    Thanks and kind regards
    Andreas

    Hi,
    Use thse links:
    Advanced Adapter Engine Configuration in PI 7.1
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87cfa?QuickLink=index&overridelayout=true&47047071760975
    Sreeni.

  • Local Adapter Configuration

    Hi
    I Am able to configure a local adapter to a XI integration Engine ,Also i an see this in the technical LAndscape that my Adpater has been configured succesfuley ,
    But when i trying creating a communcation channel, in the Integration directory i am not able to see my Adapter engine ,Is there any more configuration i need to do

    Hi Vinod
    I have created a Local j2se based adapter in my M/c ,The adapter Engine is seperate and not within the Integrtaion server not its a decentaralized Adapter Engine .
    I could register my adapter engine with a Integration server on the Network ,
    Now I try creating a Communication channel for a file Adapter using thos adapter engine , but when filling in the Details in the communication channel for File Adapter
    the selection for Adapter Engine drop down does not show
    up my Local j2se Adapter Engine , have you tried any time
    Are there any more configuration steps whch i need to do ?
    regards
    rajesh kr

  • Error in Local J2EE Adapter Engine

    Hi All,
    We configured the J2ee Adapter engine and did the design and Configuration part also.but while testing the scenario it's giving error in SXMB_MONI as
    *<?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>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values: FP=;TP=;FS=BS_LAE;TS=BS_LAE;AN=MI_PPS_IB;ANS=urn:pps.com;</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can anyone suggest me?
    Thanks,
    Kalyan.

    Hi kalyan,
    If the error still says that, "Failed to determine a receiver agreement for the given message" - could you please compare the Sender/Receiver party/service determined in the XI message header and that in the Receiver Agreement in ID? Also please check the same for the Receiver Interface and Namespace. receiver agreement not found means any of these values doesn't match. If these look fine.............can you provide us with few more extra information...........like at which pipeline step in MONI you getting the error - the message hasn't yet reach Adapter Engine. So I don't think it's a problem in AE.
    Regards,
    Suddha

  • Unable to contact non-central adapter engine

    Hi All
    I install the local J2EE Adapter Engine, and configure the connection in exchange profile and set the SLD Data Supplier in Visual Admin
    and i could see my local adapter engine in adapter configuration.
    But in Runtime work bench ->component monitor->non-central adapter engine-> error:
    Ping Status:        status_image        HTTP request failed. Error code: "401". Error message: "Unauthorized [http://host:port/AdapterFramework/rtc]"
    how could i solve this?
    thanks in advance

    Hi , Lawrence
    There was a solution to this problem?
    Thanks
    Leôncio

  • Installation of J2ee Adapter engine

    Hi All,
    As per my understanding in order to install J2ee Adapter engine, First we need to install Java System and later we install J2ee Adapter Engine.
    Please correct me if am wrong.
    Thanks,
    Kalyan.

    Hi Prateek,
    Thanks for ur reply,
    We ahve a J2ee engine in EP server. If i want to configure a Local J2ee engine in that.Do i need to install a separate J2ee adapter engine on already existed J2EE (EP)server. Or can i do directly Configuration in Visual Admin of the existed J2EE server to connect my PI system.
    My doubt is J2ee adapter engine already exists in J2ee engine of the WAS or is that a separate installation i need to do even i have tha J2EE engine.
    Please clarify my doubt.
    Thanks,
    Kalyan.

Maybe you are looking for

  • Where are the user images located in finder?

    hi i am looking for the location on disk of the images that can be associated with your user image (System Preferences/Users & Groups). the images are the apple supplied user images like the baseball, snowflake, etc. where are these images found on d

  • Custom Order Status

    Hi, Is it possible to create custom order status ? What are the steps involved ? Also what api could be used for updating an order status to the custom order status ? Thanks

  • Is that right to install like this

    I create a core-zone here and I will install Sun Java enterprise system on this location ? export/home/zones/core-zone/root is that right?

  • Spotlight not working after fresh install of Mac OS X

    Hi, I have erased and installed the Mac OS X on my powerbook and spotlight is not working. I have tried almost all the solutions provided on the forum. I have tried adding the root drive to the privacy section of the spotlight preferences but it does

  • Project Professional trial version

    I downloaded the trial version of Project Professional a few days ago but when I go to open it it asks for a key which I did not write down. Is there any way to get that key again?