SAP BC -- XI thru. BC Adapter

Hi all,
I'm planning to receive IDOC orders from a BC server with XI. My scenario like this:
R/3 -(RFC)-> BC -(XML)-> XI -(IDOC)-> R/3
But BC cannot send the IDOC to XI and getting the following error in defaultTrace.trc
Could not prepare to receive message due to com.sap.aii.af.service.cpa.CPAException: Couldn't retrieve inbound binding for the given P/S/A values: FP=TESTBC;TP=;FS=DEV_200;TS=;AN=ORDERS.ORDERS05;ANS=urn:sap-com:document:sap:idoc:messages;
I've setup the Business system and corresponding sender / receiver channel. Also the party for alternative identifiers for both Business system ... Any idea ?
Thanks.
Regards,
Maine

Here's update.
I get another error message after I've created a Sender Agreement with "Party" = TESTBC, "Service" = DEV_200, "Interface" = ORDERS.ORDERS05.
Could not prepare to receive message due to com.sap.aii.af.ra.ms.api.ConfigException: Configured MessageProtocol is 'RFC-XML' but message payload has ContentType 'application/x-sap.idoc'. Only ContentType 'application/x-sap.rfc' is possible.
As I'm trying to receive IDOC from a SAP BC 4.7, I've setup the SenderChannel as below.
Adapter Type: BC
Transport Protocol: HTTP
Message Protocol: RFC XML with Envelope
Adapter Engine: Integration Engine
Any idea ?
Regards,
Mainen

Similar Messages

  • Error while invoking Create Applicant api thru apps adapter

    Hi All,
    We are trying to invoke Create Applicant API(hr_applicant_api.create_applicant) thru apps adapter but we are getting below error message - (we are using ebs 12.1.1 and soa 11.1.1.3)
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PFCCreateIRCApplicantEbizAPI' failed due to: Stored procedure invocation error. Error while trying to prepare and execute the APPS.XX_BPEL_PFCCREATEIRCAPPLICANTE.HR_APPLICANT_API$CREATE_APPLI API. An error occurred while preparing and executing the APPS.XX_BPEL_PFCCREATEIRCAPPLICANTE.HR_APPLICANT_API$CREATE_APPLI API. Cause: java.sql.SQLException: ORA-20001: PER_????_PER_INV_COR_LANG ORA-06512: at "APPS.HR_APPLICANT_API", line 867 ORA-06512: at "APPS.XX_BPEL_PFCCREATEIRCAPPLICANTE", line 136 ORA-06512: at line 1 ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>ORA-20001: PER_????_PER_INV_COR_LANG ORA-06512: at "APPS.HR_APPLICANT_API", line 867 ORA-06512: at "APPS.XX_BPEL_PFCCREATEIRCAPPLICANTE", line 136 ORA-06512: at line 1
    below is the input to api -
    <db:P_DATE_RECEIVED>
    2011-10-10T00:00:00.000+05:30
    </db:P_DATE_RECEIVED>
    <db:P_BUSINESS_GROUP_ID>
    1994
    </db:P_BUSINESS_GROUP_ID>
    <db:P_LAST_NAME>
    Alam
    </db:P_LAST_NAME>
    <db:P_PERSON_TYPE_ID>
    6252
    </db:P_PERSON_TYPE_ID>
    <db:P_PER_COMMENTS/>
    <db:P_DATE_OF_BIRTH>
    1981-01-01T00:00:00.000+05:30
    </db:P_DATE_OF_BIRTH>
    <db:P_EMAIL_ADDRESS>
    [email protected]
    </db:P_EMAIL_ADDRESS>
    <db:P_EXPENSE_CHECK_SEND_TO_ADDRES>
    </db:P_EXPENSE_CHECK_SEND_TO_ADDRES>
    <db:P_FIRST_NAME>
    Irfan
    </db:P_FIRST_NAME>
    <db:P_MARITAL_STATUS>
    S
    </db:P_MARITAL_STATUS>
    <db:P_MIDDLE_NAMES/>
    <db:P_NATIONAL_IDENTIFIER>
    </db:P_NATIONAL_IDENTIFIER>
    <db:P_PREVIOUS_LAST_NAME>
    </db:P_PREVIOUS_LAST_NAME>
    <db:P_SEX>
    M
    </db:P_SEX>
    <db:P_TITLE>
    Mr
    </db:P_TITLE>
    <db:P_WORK_TELEPHONE/>
    <db:P_PER_INFORMATION_CATEGORY>
    AE
    </db:P_PER_INFORMATION_CATEGORY>
    <db:P_PER_INFORMATION18>
    205
    </db:P_PER_INFORMATION18>
    <db:P_BACKGROUND_CHECK_STATUS>
    </db:P_BACKGROUND_CHECK_STATUS>
    <db:P_BACKGROUND_DATE_CHECK/>
    <db:P_CORRESPONDENCE_LANGUAGE>
    English
    </db:P_CORRESPONDENCE_LANGUAGE>
    <db:P_HOLD_APPLICANT_DATE_UNTIL/>
    <db:P_MAILSTOP>
    </db:P_MAILSTOP>
    <db:P_OFFICE_NUMBER/>
    <db:P_RESUME_EXISTS>
    Y
    </db:P_RESUME_EXISTS>
    <db:P_RESUME_LAST_UPDATED>
    0011-09-28T00:00:00.000+05:30
    </db:P_RESUME_LAST_UPDATED>
    <db:P_STUDENT_STATUS/>
    <db:P_WORK_SCHEDULE>
    </db:P_WORK_SCHEDULE>
    <db:P_TOWN_OF_BIRTH/>
    <db:P_REGION_OF_BIRTH>
    </db:P_REGION_OF_BIRTH>
    <db:P_COUNTRY_OF_BIRTH/>
    Thanks in Advance,
    Rakesh.

    > 2009-05-29 12:17:55 Error Adapter Framework caught exception: null
    > 2009-05-29 12:17:55 Error Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException.
    This is a generic error message which does not have any information about the error which has occurred.
    Do you see any error messages in the SOAP client?
    Regards
    Stefan

  • SAP PI 7.1 HTTP Adapter

    In my scenario, SAP PI 7.1. needs to talk to a 3rd party EDI system via web services. SAP PI is using HTTP adapter to exchange XML messages for both inbound and outbound with the EDI system. Questions:
    1. If SAPI PI sends for example 100 (different) messages to the EDI system every day, will PI make 100 web service calls to the EDI system to send each individual message?
    2. Please explain how PI will use the HTTP URL to send the messages to the EDI system. Any document/blogs to explain how HTTP adapter works for exchanging messages with third party systems (web service capable)? Did not find anything good one in SDN.
    3. Any disadvantage of using HTTP adapter, e.g. for high volume scenarios?

    > 1. If SAPI PI sends for example 100 (different) messages to the EDI system every day, will PI make 100 web service calls to the EDI system to send each individual message?
    Yes, it will use 100 cals to process 100 individual messages.
    >
    > 2. Please explain how PI will use the HTTP URL to send the messages to the EDI system. Any document/blogs to explain how HTTP adapter works for exchanging messages with third party systems (web service capable)? Did not find anything good one in SDN.
    >
    When you use HTTP adapter in receiver side, you will specify address of the target system in URL format, that means data will be send it to specific UIRL adress.
    > 3. Any disadvantage of using HTTP adapter, e.g. for high volume scenarios?
    i prefer using SOAP adapter for web service cals..HTTP adapter give good perfomance.
    Regards,
    Raj

  • Custom Concurrent not available thru Apps Adapter - Urgent

    All,
    Version : BPEL & JDev 10.1.3.4
    Summary of my project: Integration 3rd party appln with Oracle EBS 11i (11.5.10.2).
    We have a custom concurrent program defined in Purchasing module of Oracle EBS. From BPEL I need to invoke this concurrent. But on configuring the Apps adapter, I'm not able to see the custom concurrent but the standard concurrents are listing out!
    How should I make my concurrent configure thru Apps adapter? Can anybody plz help me out with this scenario?
    thanks,
    sen.
    Edited by: Sen2008 on Sep 1, 2009 5:21 AM

    I had raised an SR with Oracle recently on this issue SR Number 7643220.994 and got a satisfactory solution
    This is the meat of the discussion
    1. On 11.5.10 this is NOT supported out of the box => You cannot see your custom concurrent program in the iRep in Apps adapter. Some public documentation at http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10537/T430238T528906.htm
    2. For 11i the IRep data file is seeded and is located in the following
    jar file of Jdev installation
    <Jdev install directory>/jdev/extensions/oracle.bpm.modeler.10.1.3.jar
    File path within the jar is
    oracle/tip/tools/ide/pm/wizard/adapter/apps/data/IRep.xml
    So what I did is - unjar'ed this file, modified IRep.xml, and rejar'ed. Restarted JDeveloper. My custom cp was visible. I even tested it. It worked fine.
    hth
    Amit

  • Connecting SAP R3 & XI thru TCP/IP

    Hi,
    Below is the landscape details
    SAP R3  <==>  Middleware  <==> Java applications
    Communication between Sap & middleware happens thru TCP/IP.
    Now Middleware is replaced by XI,
    SAP R3 <==> XI <==> Java applications
    Will there be a any issue if TCP/IP RFC is used between SAP R3 & XI, instead of Abap RFC's,
    this is becoz we dont want to change the existing setup in R3 system, all changes should be done only in XI side.
    please advice...
    - Aakash.

    oops!!
    I confused and created a confusion to you also
    1. In case of Idoc communication from SAP R/3 to XI need RFC of type 3
    2. In case of RFC Communication from SAP R/3 to XI  need RFC of type T.
    Rajesh
    Edited by: Rajesh on Jan 21, 2009 4:07 PM

  • Is anyone having a problem connecting 400 firewire thru an adapter for the 800 firewire port on a Macbook Pro 2011? It does a kernel panic every time I connect it. Is there a "proper way" to connect it?

    Is anyone having a problem connecting 400 firewire thru an adapter for the 800 firewire port on a Macbook Pro 2011? It does a kernel panic every time I connect it. Is there a "proper way" to connect it? Just in case it makes a difference I am trying to hook up an Avid Mbox Pro for Pro tools.

    What is the part number and model of Firewire adapter?
    I have used them in the past without any problems whatsoever.
    Allan

  • Java CAPS SAP IDoc OTD thru IDOC descriptive file needs any sap jars and dd

    Hi All,
    I am doing PoC in Java CAPS using SAP IDoc Descriptive file. As I know for creating SAP IDoc OTD thru it will need certail jar filr and ddls. But creating SAP IDoc ITD thru IDoc descriptive file also we need certain jar files and DLL.
    Please let me know on this.
    Thanks in advance.

    Yes, you will need all of the required SAP JCo jars and DLLs even though you are using the IDoc description file. This link might be useful to you - [Creating a SAP ALE OTDs Wizard|http://docs.sun.com/app/docs/doc/820-4380/dsgn_sap-ale-otd_t?a=view]

  • Setting up a https connection between SAP CRM and genesys gplus adapter

    Hello All-
    We are integrating SAP CRM with genesys mysap gplus adapter. We are struck in setting up a https connection between sap and gplus adapter.
    Can anyone here help me out in this like how to get the SSL Protocol, keystore, keystore password,truststore and truststore password.
    Information abt Adapters server certificate. Do we need to configure the adapter for the proxy also?
    Any additional comment will help. Thanks in advance!

    Hello Vinod,
    Please refer the following OSS notes 564085.
    Please reward if helpful.
    regards,
    Muralidhar Prasad.C

  • Data transfer from SQLDB to SAP R/3 without JDBC adapter

    Hi Experts,
    Please suggest the possible methods of transferring data from SQLDB to SAP R/3 without using a JDBC adapter at sender side.
    Regards,
    Kalyan

    Hi KKC242 ,
    Please suggest the possible methods of transferring data from SQLDB to SAP R/3 without using a JDBC adapter at sender side.
    > Data links can work..but not recommended..and that too will be with out using PI.
    any way we hav eto connect to the database...even without adapter..by using a OLEDB/JDBC connector...in VB.. an dsend it across to PI
    Regards ,

  • Upload Sales order item from excel to SAP in VA01 thru frontend

    Hi,
    I am a front end user.
    SAP version 710.
    we enter sales order thru frontend in VA01 in SAP. The data is stored in excel.
    Currently the following is performed.
    Open VA01. In transaction entry screen ,
    Copy from Excel & Paste In SAP the following
    SAPID of the Customer
    PO No.
    PO Date
    Then copy and paste the line items from excel block by block i.e. depending on no. of line items seen in SAP per screen, copy that many lines from excel and Paste in SAP.
    Then select next block and
    SAVE the order.
    In excel there are many orders of different customers.
    I know litte bit of VBA.
    Can this be automated somehow.
    Pl. help.
    Thanks

    Hi Suhas,
    to automate the work in the SAP, it requires e.g. SAP GUI Scripting.
    1. Please check whether your client is allowed to SAP GUI Scripting. (ALT / F12 -> Options -> Scripting -> Enable Scripting)
    2. There should be only an indicator for Enable Scripting.
    3.The other two indicators by Notify When ... should be inactive.
    4.You would then be able to record a SAP GUI script. (ALT / F12 -> Script Recording and Playback... -> red dot)
    5.Please record all that to what you have to do it manually for first record in Excel.
    6.Stop recording (record and playback -> yellow dot)
    7.Please then present the results here in the forum for your script.
    8.Present us also your Excel sheet with some rows.
    Unfortunately I have no access to the VA01 transaction. But you can already read a lot in advance on the following link.:
    Re: Transferring data from Excel to SAP
    Regards,
    ScriptMan

  • Com.sap.sql.DuplicateKeyException in File Adapter

    Hi,
    In my Sender File Adapter, Randomly i'm getting the following error :
    Putting message into send queue failed, due to: Message ID 710eaff0-91f3-11db-c706-001125a68f32(OUTBOUND) already exists in database: com.sap.sql.DuplicateKeyException: DB2 SQL error: SQLCODE: -803, SQLSTATE: 23505, SQLERRMC: 1;SAPP08DB.XI_AF_MSG.
    My poll interval is 10 sec. the funny part here is if a message takes 30 mins to get processed, and mean while next file is placed on the same location, the second one gets overwritten by the first one. as a result, i'm loosing few files. Can any one please help me out in this regard.
    Need solution for both the points above.
    Any help wud b appreciated.
    Regards
    Nilesh.

    Hi Sandro,
    The Scenario is simple. File to File.
    Source Dir : Test\Source.
    File Size : 1 KB.
    Usage of Module processor : yes.
    Content Conversion : No
    Processing mode: Delete.
    File Name : orders.txt (always the same file name).
    Target Dir : Test\Target.
    The problem is that our XI server is facing some memory problems and sometimes it will be slowed down. if orders.txt takes 30 mins (12:00 to 12:30 ) and then second orders (after the deletion of the first orders.txt) starts processing at 12:30, the second message gets overwritten by the first one. as a result same orders.txt message is sent in both the cases there by loosing the second orders.txt file.
    The quality of service is EO.
    Any update on this y it is behaving in this way.
    Regards
    Nilesh

  • SAP PI 7.1 custom adapter deployment error

    Hi Experts,
    I have developed one custom SFTP adapter and i am trying to deploy it in PI server via JSPM.
    But in JSPM i am getting some error messages. what may be the cause of this error.
    ERROR log:
    sample_ra.sda<!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.7.1006]/>
    <!NAME[D:\usr\sap\P71\DVEBMGS88\j2ee\JSPM\log\log_2011_06_15_11_00_05\deploy_2011-06-15_11-55-05.log]/>
    <!PATTERN[deploy_2011-06-15_11-55-05.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%25d[%6s]:%m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jun 15, 2011 11:55:05 AM [Info  ]:DC API is trying to connect to 'p71:58804'
    Jun 15, 2011 11:55:06 AM [Info  ]:DC API has Connected to 'p71:58804'
    Jun 15, 2011 11:55:06 AM [Path  ]:+++++ Starting  V A L I D A T E action +++++[ deployerId=10 ]. timerId=51
    Jun 15, 2011 11:55:06 AM [Path  ]:Selected archives for validation. [ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda
    Jun 15, 2011 11:55:06 AM [Debug ]:Got full sdu path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Jun 15, 2011 11:55:06 AM [Path  ]:component version handling rule is UpdateAllVersions.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:deployment workflow strategy is normal deploy strategy.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:life cycle deploy strategy is disable LCM deploy strategy.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:Error strategies[ deployerId=10 ]:
    Jun 15, 2011 11:55:06 AM [Path  ]:error action 'DeploymentAction' is 'OnErrorStop'
    Jun 15, 2011 11:55:06 AM [Path  ]:error action 'PrerequisitesCheckAction' is 'OnErrorSkipDepending'
    Jun 15, 2011 11:55:06 AM [Debug ]:deployer initialized successfully:[id:#52, elapsed: 125 ms.].[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Debug ]:Total time:[#52: 0.125 sec].[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Info  ]:Start validating.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:Validating completed. Preparing the validation result.
    Jun 15, 2011 11:55:06 AM [Path  ]:
    Sorted Items -
    1. Client path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Sdu info :name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', software type ('J2EE', sub type ''), dependencies :[none]
      Deploy status is 'Admitted'
    Deployment Items -
    1. Client path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Sdu info :name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', software type ('J2EE', sub type ''), dependencies :[none]
      Deploy status is 'Admitted'
    Jun 15, 2011 11:55:06 AM [Info  ]:+++ Validation finished with status 'Success' +++[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:+++++ End  V A L I D A T E action +++++[ deployerId=10 ]. Total time:[#51: 0.25 sec]
    Jun 15, 2011 11:55:06 AM [Path  ]:+++++ Starting  D E P L O Y action +++++ [ deployerId=10 ] [ timerId=53]
    Jun 15, 2011 11:55:06 AM [Path  ]:Selected archives for deployment. [ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda
    Jun 15, 2011 11:55:06 AM [Debug ]:Got full sdu path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Jun 15, 2011 11:55:06 AM [Path  ]:component version handling rule is UpdateAllVersions.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:deployment workflow strategy is normal deploy strategy.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:life cycle deploy strategy is disable LCM deploy strategy.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:Error strategies[ deployerId=10 ]:
    Jun 15, 2011 11:55:06 AM [Path  ]:error action 'DeploymentAction' is 'OnErrorStop'
    Jun 15, 2011 11:55:06 AM [Path  ]:error action 'PrerequisitesCheckAction' is 'OnErrorStop'
    Jun 15, 2011 11:55:06 AM [Debug ]:deployer initialized successfully:[id:#55, elapsed: 125 ms.].[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Debug ]:Total time:[#55: 0.125 sec].[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:Starting deployment.[ deployerId=10 ]
    Jun 15, 2011 11:55:07 AM [Debug ]:deployment triggered : DeployItem[file=
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda
      ,deployItemStatus=Admitted
      ,versionStatus=NEW
      ,description=
      sdu=name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', softwareType ''J2EE', sub type '''
      clusterDescriptor=null
    Jun 15, 2011 11:55:09 AM [Debug ]:deployment performed : DeployItem[file=
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda
      ,deployItemStatus=Aborted
      ,versionStatus=NEW
      ,description=
      1. [ERROR CODE DPL.DS.5402] JLinEE reported following erros for sap.pi.adapter.sftp/SFTPAdapter_raEAR application.
    ERRORS:
    Connector Schema Validator: Versions of standard and additional xmls do not match., file: SFTP_Adapter_ra.rar#META-INF/connector-j2ee-engine.xml, column 0, line 0, severity: error
    Hint: 1) Given application file is not valid one.
      sdu=name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', softwareType ''J2EE', sub type '''
      clusterDescriptor=null
    Jun 15, 2011 11:55:17 AM [Error ]:Deployment Exception during deployment phase 'DeploymentException',cause=An error occurred while deploying the deployment item 'sap.pi.adapter.sftp_SFTPAdapter_raEAR'.; nested exception is:
    com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of sap.pi.adapter.sftp_SFTPAdapter_raEAR. Cannot deploy it.
    Jun 15, 2011 11:55:17 AM [Error ]:Deployment Items status: '
    Sorted Items -
    1. Client path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Sdu info :name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', software type ('J2EE', sub type ''), dependencies :[none]
      Deploy status is 'Aborted'
      Description:'1. [ERROR CODE DPL.DS.5402] JLinEE reported following erros for sap.pi.adapter.sftp/SFTPAdapter_raEAR application.
    ERRORS:
    Connector Schema Validator: Versions of standard and additional xmls do not match., file: SFTP_Adapter_ra.rar#META-INF/connector-j2ee-engine.xml, column 0, line 0, severity: error
    Hint: 1) Given application file is not valid one.'.
    Deployment Items -
    1. Client path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Sdu info :name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', software type ('J2EE', sub type ''), dependencies :[none]
      Deploy status is 'Aborted'
      Time statistics( ms ):
       1.validate : -1
        1.1.deployment : 2156
         1.1.1.Notify:Event triggered : 16
         1.1.2.Disable LCM deployment : 2140
          1.1.2.1.Perform delivery : 2140
           1.1.2.1.1.Application Deployer : 2140
      Description:'1. [ERROR CODE DPL.DS.5402] JLinEE reported following erros for sap.pi.adapter.sftp/SFTPAdapter_raEAR application.
    ERRORS:
    Connector Schema Validator: Versions of standard and additional xmls do not match., file: SFTP_Adapter_ra.rar#META-INF/connector-j2ee-engine.xml, column 0, line 0, severity: error
    Hint: 1) Given application file is not valid one.'.
    Jun 15, 2011 11:55:17 AM [Path  ]:+++++ End  D E P L O Y action +++++[ deployerId=10 ]. Total time:[#53: 10.779 sec]

    Hi Debashish,
    I have a similar requirement to develop a Custom module for SFTP adapter for SAP PI 7.1 version..
    Can you please advise how you build the adapter and please share the document if you have any...
    thanks

  • Populating SAP Database table using JDBC adapter

    Hi Folks,
        I have a requirement to populate a SAP database table say ZTABLE using XI. The Model is the table has to be populated through a file which will be processed by SAP XI. Basically this is a File to JDBC scenario. The database used is ORACLE. Kindly provide me some idea to go ahead.

    I tried to place the MS access table in the shared folder of the Application server system but still it seems the table is not being populated.
    did you check the log in your receiver channel? (/people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn)
    The requirement is to update the tables directly as those are the custom tables.
    i would still say that do not update SAP tables directly from XI/ PI.....this is not a standard architecture/ solution....

  • RFC calls with SAP JCO and IBM resource adapter for SAP - basic tuning

    Hi experts,
    we are working on a java portal connected to a backend system SAP by calling RFCs.
    On our first integration tests, it appears to be quite slow fetching data from SAP by calling the remote functions from the custom portal. We are using SAP JCo 3.0.6 and IBM resource adapter for SAP 7.0.0.3 to integrate SAP with our portal.
    Is there any basic tuning to achieve to improve performances or any hint of where to tune in SAP ?
    Any help would be greatly appreciated.
    Thanks a lot,
    Jamal

    Hi Jamal,
    I understand you have already checked performance issues in the SAP Server. We had some problems with certain RFC calls and it turned out to be a badly developed ABAP sentence.
    I'd recommend you to use httpwatch or another tool to check the response times from the browser, so you can point accurately where the is.
    Regards
    Francisco

  • IDoc Scenario SAP ERP - PI(Receiver IDoc Adapter) - IDoc to Third-Party system

    Dear All,
    I have created a scenario  to send IDocs via PI system (PI 7.1) to a third party system.
    There is no message mapping involved(Only ID part)
    I have imported Idoc Metadata from the source ERP system.
    Created an RFC destination(BC_ERP_SEA) in the PI system of type TCP/IP with registered Server Program to third party system.(Tested success)
    Created a port in IDX1 BC_ERP_SEA with above TCP/IP destination.
    Receiver communication channel of type IDoc is created with the following parameters:
             RFC Destination: BC_ERP_SEA
             Segment Version: 640
             Interface Version: SAP release 4.0 or Higher
             Port: BC_ERP_SEA
             SAP Release: 640
    Now when I execute the scenario, I get the following error in SM58 of PI system.
    Bena IDOC_INBOUND_ASYNCHRONOUS not found on host.
    Request your help for this issue.
    Thanks,
    Jishi

    Hi,
    Check below steps..it may resolve your issue
    1. It is mandatory to specify Ack Destination value in IDoc_AAE sender channel. The value should be an RFC destination name which is connecting to your SAP ECC system.
    2. In inboundRA resource adapter, the value for the property "local" should be set to "true".
    Regards,
    Tulasiram.

Maybe you are looking for