File to File USing integrated configuration AAE

Hi experts,
We have configured simple file to file scenario (File Tunneling) using ICO feature for Advance Adapter Engine.
While testing the interface we are getting following error in sender communication channel.
Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Receiver Determination failed for message 10e9a7f7-36f6-49df-3690-d88314d156ac(OUTBOUND)
It is not able to determine the Receiver system.
Please advise...
Regards,
Deepak

The issue has been resolved now.
Solution:
There is a slight configuration which is required for the ICO to work with file tunneling with Dummy ESR objects.
In case, the incoming message is not resembling the Data/Message type please check the radio button as u201CNon Operation Specificu201D in Receiver tab of the ICO objec and ICO will work.
Thanks for inputs.

Similar Messages

  • Idoc to flat file using Integration process does not show up at all

    Hello All,
    I created a scenario IDOC to Flat File using Integration Process and one without IntegrationProcess. I am able to execute the one without Integration Process easily.
    However when I send the IDOC from SAP then the Integration Process scenario just does not work.
    I Checked SXMB_MONI  There is no entry for the Integration Process.I can see entry for other without Integration Process.
    SXI_CACHE : I can see my Integration Process active
    SWEQADM :  I have activated the Event Queue and Background job
    SWF_XI_ADM_BPE :  ALL BPE is showing green status.
    All syntax check on IP are fine.
    There is no Basis Help for me so  there could be some additional basis steps which need to be configured.  Has anyone faced such an issue with Integration Process?
    Regards
    Prashanta

    Hope this might help you. when u configure an IDoc as Sender with BPM this is how you proceed.
    <b>1<b>. let us split the scenario into two</b>.</b>
    a. <b>Sender to BPM</b> ( Integration Process).
    b. <b>BPM to Receiver</b>.
    <b>2. First let us configure the first Sender to BPM.</b>
    a. Sender Agreement( <b>Not required</b> ).
    b. Receiver Agreement( <b>NOT Required</b>).
    c. Receiver Determination( Sender Service, Outbound Interface, Receiver Service(<b>Integration Process</b>).
    d. Interface Determination( Inbound Interface(Sender Abstract Interface), Message Mapping(NOT Required if your using transformation stepin Integration Process)).
    <b>3. Now let us configure the Second BPM to Receiver.</b>
    a. Sender Agreement( <b>NOT Required</b>)
    b. Receiver Agreement( Sender Service(<b>Integration process</b>), Receiver Abstarct Interface,Receiver service, Inbound Interface).
    c. Receiver Determination( Sender Service(Integration Process), Receiver Abstarct Interface,Receiver Service).
    d. Interface Determination( Inbound Interface, Message Mapping(<b>NOT Required</b>)).
    So Finally we have <b>One Receiver Agreement</b>, <b>Two Receiver Determinations</b>, <b>Two Interface Determinations</b>.
    Please let me know if you have any more queries.
    Regards
    Gopi

  • Integrated Configuration - AAE - Monitoring

    Hello All
    I am trying to understand how Integrated Configuration works in the runtime and things look rather neat to me with my scenario working.
    But monitoring this in the RWB,  few questions cropped up, which I hope someone can help answer:
    1. Inbound and Outbound Payload Monitoring
    When message get processed within the Integration Engine, we can see the input payload and also the output of the mapping. In the case of the Integrated Configuration, is this not possible? I don't see any new special window open and hence how is the monitoring of the various steps specifically input and output done?
    2. Mapping Trace not accessible
    To further analyze what is new, we put a few standard XI trace steps into the mapping to see where these traces are displayed in the runtime. We thought it would be a part of the Audit Log, but it is not. Has anyone experience with how trace (custom mapping trace using the AbstractTrace object ) can be used with Integrated Configuration or is that another limitation with PI 7.1 and the Integrated Configuration?
    To me these two are major requirements as a application developer to do my development and support and hence am wondering whether to gain performance have these options been eliminated or is there some set up needed on the server which we have missed.
    Thoughts , ideas welcome.
    Regards
    Bhavesh
    PS : You know what my questions to the Subject Matter Experts at the Bangalore teched are going to be

    Hello Rodrigo,
    Regarding monitoring of different versions of the message processed by means of AAE, this is unfortunately not possible in PI 7.1x - message is persisted only once in such scenarios (after receiver/interface determination). Multiple persistence of the processed message in Java stack is only available in 7.3x - there you have options for configurable staging (property xiadapter.stage.conf of J2EE service XPI Adapter: XI) and logging (property xiadapter.logger.conf of J2EE service XPI Adapter: XI) of the message so that several versions of the message (e.g. before mapping and after mapping) can be observed (incl. these versions' payloads). Technically, it is possible to setup staging/logging for different processing steps (namely stages - analogue of pipeline services in classical Integration Engine processing) - but, as I said, in 7.3x and not in 7.1x.
    Speaking about creation of custom audit log entries, did you check SAP standard AuditMessageKey and AuditAccess for this? (http://help.sap.com/saphelp_nwpi711/helpdata/en/3b/6fe540b1278631e10000000a1550b0/frameset.htm)
    Regards,
    Vadim

  • ABAP Proxy sender possible in integrated configuration AAE with PI 7.11

    Hi guys,
    we are running PI 7.11.
    We have serveral scenarios where the senderis an ABAP proxy and the receiver is reached by a jave adapter.
    With Ehp1 the SOAP adapter offers the possibilty to chose XI 3.0 as message protocol.
    We use this feature already in scenarios where ABAP proxy is receiver.
    But is it also possible to use it at sender side?
    Kind regards
    Jochen

    Hi Volker,
    thanks for your help.
    You could also use ABAP proxy at sender side during integrated configuration.
    Prerequisite is to implement SAP note  1349125 and use following url for acessing the PI from SAP backends.
    http://<host>:<port>/XISOAPAdapter/MessageServlet?ximessage=true
    With this URL you could ABAP proxies in normal scenarios where integration server is involved as well as  in integrated configurations.
    Kind regards
    Jochen

  • Proxy to file using dynamic configuration

    Hi Frnds,
    I  have a scenario ABAP_Proxy-XI-File, here in the proxy I am getting a pdf file with xml as attachment now I need to save the pdf file to the target folder with the name availble in one of the fields of attached xml file.
    I have used Adapter specific attributes option for filename substitution but getting the follwoing error:
    Attempt to process file failed with com.sap.aii.adapter.file.configuration.DynamicConfigurationException: The Adapter Message Property 'FileName' was configured as mandatory element, but there is no 'DynamicConfiguration' element in the XI Message header
    Please anyone can help me in overcoming this issue.
    Regards
    shiva

    U have a limitation here. At XI u can read only 1 file (pdf or xml). Bcoz receiver file adapter will not support attachment. pdf is required bcoz u need to transfer it to receiver. Xml is also required bcoz the directory name is inside that xml
    The workaround could be creating an adpater module that passes the directory name as well. U should send pdf file with xml as attachment.
    If u have the dir name, then the dynamic configuration code should be like this
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","Directory");
    conf.put(key,MappedDirectoryName);
    This MappedDirectoryName should be the name passed through payload. The receiver file communiation channel must have dummy dir name
    Regards,
    Prateek

  • Integrated configuration with parameterized mapping

    Dear All,
    My scenario is using integrated configuration AAE. I am trying parameterized mapping with Integrated configuratiion but it throws an error saying that AAE doesnt support parameterized mapping.
    I am uisng PI 7.1 I wanted to know doest PI 7.3 support this or which service pack on PI 7.1 support Parametrized mapping with AEE.
    Any thoughs on this.
    chirag

    Hi Chirag,
    Integrated Configuration Scenario with Parameterized mapping is not supported in PI 7.1, 7.1 EHP1 or even in 7.3
    This is a limitation with AAE based scenarios. However, you can still use Parameterized mapping in Classical Scenarios(ID,RD,SA,RA). This is well supported in PI 7.1 and higher versions.
    Please take a look for the CAUTION statement in the following link:
    http://help.sap.com/saphelp_nw73/helpdata/en/94/75de6590d64673b1e94ac072842ee3/content.htm
    I hope this helps.
    Regards,
    Gaurav.

  • CAE - Integrated Configuration Trace file location?

    Hi,
    I am tracing some debug information inside an User Defined Function in a graphical mapping.
    This mapping is used in an Integrated Configuration, so running only in the adapter engine. I usually see my debug trace in SXMB_MONI.
    Can you tell how to enable debug on my mapping and/or where I can see the trace informations?
    In the 'Audit' tab, in the message monitoring, I only see level 'Information' trace.
    Thanks,
    Martin

    Found this post: Re: Integrated Configuration - AAE - Monitoring
    Looks like not being able to log is a feature to improve process speed.

  • Distribute a webloc file with apple configurator ?

    Hi,
    Does anyone know if its possible to distribute a web shortcut (webloc file) using Apple Configurator ?

    Found a solution:
    This script allows for processing .webloc files in folders: http://www.macosxhints.com/comment.php?mode=view&cid=106220
    Authored by: ghaskins on Feb 03, '09 07:09:34AM
    Thank you, Greg Haskins!

  • Parameter setting for RFC Lookup in Integrated Configuration

    hi Experts,
    I am using AAE feature of PI 7.1 to create a file to file scenario with mapping.
    I have to perform RFC_LOOKUP in mapping.
    I have Created a parameters in Message Mapping and Operation Mapping and performed required binding between them.
    Details of parameter are:
       Name:         RFC_Lookup
       Category:    Adapter
       Type:          RFC
       Parameter:  Import
    I am using Integrated Configuration in ID.
    Please tell me where do I assign values to parameter in ID when using Integrated Configuration.
    Thanks.
    Girish

    Hi guys,
    I have the same issue.
    I want to use an parameterzied mapping during an integrated configuration.
    But I don´t find any place to specify the value for the parameter.
    Are parameterized mappings not possible with integrated configuration?
    If I create an normal configuration using interface determination, I could specify the parameter value
    Kind regards
    Jochen

  • Dynamic Configuration not working with Integrated Configuration

    Hi All,
    Dynamic Configuration works fine in PI 7.3 when Classical Configuration is used. However the same does not work using Integrated Configuration.
    Scenario :
    SOAP -->SOAP Synchronous scenario in PI 7.3 (Dual Stack).
    Trying to save a value from Request mapping using dynamic configuration and use the same in response mapping.
    UDF Code :
    Request Mapping :
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey Variable = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP", "Variable1");
    conf.put(Variable, a);
    Response Mapping :
    DynamicConfigurationKey Variable = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP", "Variable1" );
    string1 = conf.get(Variant);
    Note : Using Integrated Config(AAE Processing) - Response header does not have DynamicConfiguration header node , but Classical Configuration has that.
    Regards,
    Parimala
    Edited by: ParimalaE on Mar 1, 2012 1:33 PM

    For us this is what we had:
    This didn't work (getInputParameters is the newer stuff that doesn't work):
    DynamicConfiguration dc = (DynamicConfiguration)container.getInputParameters().getValue(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey dck = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","TServerLocation");
    dc.put(dck,"https://xyz.api-salesforce.com/services/Soap/c/26.0/0DFa00000008jis");
    return "";
    This works for us(we had to remove getInputParameters):
    DynamicConfiguration dc =  (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey dck = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","TServerLocation");
    dc.put(dck,"https://xyz.api-salesforce.com/services/Soap/c/26.0/00D3000000001X0");
    return "";

  • Multiple Receiver Interface in integrated config(AAE)

    Hello Experts,
    We have a SOAP to RFC synchronous interface.There is a requirement where we have a Single Sender interface(Single Sender System) and based on the value in Payload we have to select either of two different Receiver RFC interface(Single receiver System). I am not sure whether we can select either of two different  RFC interface for the same Receiver system in an Integrated Configuration(AAE).
    Appreciate your help!!!
    Thanks.

    Hi,
    Alternatively, you can opt to use multi-mapping, with the occurrences of each message set to 0..1. The interface is triggered via conditions. In ID, you would be declaring an Enhanced Interface Determination.
    Hope this helps,

  • Question about Integrated Configuration (Advanced Adapter Engine in PI 7.1)

    Hello,
    When you use Advanced Adapter Engine in PI 7.1 with Integrated Configuration scenario, it bypasses ABAP stack therefore you can't monitor processed message in SXMB_MONI.  Instead this message shows up only in RWB Adapter Engine message monitoring.  When you select the message from there, you can view the BEFORE mapping payload in Message Content tab.  My question is how do you view the AFTER mapping payload when using Integrated Configuration.
    Thanks,
    Jay

    > My question is how do you view the AFTER mapping payload when using Integrated Configuration.
    You can't.
    So first you have to configure a standard scenario and test the stuff. When everything is fine, remove the standard scenario and create an Integrated Configuration.

  • Integrated configuration (PI 7.1) throws error when do 'Test Configuration'

    I am doing Proxy to Web Service (SOAP) sync scenario. We are using Integrated Configuration. After created integrated configuration and test this from (Tools --> Test Configuration) it throws the following error at the receiver agreement step.
    Sender Agreement - Green
    Receiver Determination - Green
    Interface Determination - Green
    Operation Mapping - Green
    Receiver Agreement - Red.
    Problem occurred in receiver agreement for sender -DR4400_D to receiver -ESRI,urn:AssetManagement.AddressManagementSearchCapabilitiesFromECC_Out: No standard agreement found for , DR4400_D, , ESRI, urn::AssetManagement, AddressManagementSearchCapabilitiesFromECC_Out

    Test Configuration cannot be used to test Integrated Configuration Scenario.....refer my reply here:
    Re: Integrated Configuration in PI7.1
    Regards,
    Abhishek.

  • Integrated Configurations com.sap.engine.interfaces.messaging.api.exception

    Hi guys,
    we are using PI 7.11.
    With this release local processing on the advanced adapter engine is possible, when using integrated configurations.
    This works fine.
    Lately I faced an error situation in an RFC to JDBC scenario, when one field doesn´t meet the conditions of the database.
    I tried to dig deeper to identify the incorrect value by switch on the trace in the receiver JDBC channel, as I did several times before.
    Afterwards I treied to restart the message.
    Following error occurs.
    com.sap.engine.interfaces.messaging.api.exception.ConfigException: Unable to retrieve interface determination with object ID ab1bf720bf2711dea7d2020000000030 from CPA cache.
    I made some test with integrated configurations (FTP to FTP) and come to the result that errors, which require changes on the communication channel e.g. wrong password etc. result in an new object in the CPA cache
    trying restart the failed message ends up in the error specified aboce.
    Anyone faced the same issue already?
    Kind regards
    Jochen

    HI Jochen,
    I feel that you should once go for a CPA Cache refresh from Adapter Engine and try executing your failed messages once again in the adapter engine.
    To do a CPA Cache Refresh from the Adapter Engine:
    To trigger a cache refresh from the individual Adapter Framework, open a browser window and enter the following URL:
    http://<host>:<port>/CPACache/refresh?mode=delta|full
    The Monitoring url is like this:
    http://<host>:<port>/CPACache
    Check this How-to Guide on Cache, it will be useful:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01be34&overridelayout=true
    Thanks
    Dhwani

  • How to retreive the dynamic file name in the AAE configuration?

    Hi Guys,
    I have configured File to File with the integrated configuration and in the mapping i need to retreive the file name dynamically and i am unable to retreive it from the run time in AAE configuration. I am able to retreive with the normal configuration where integration engine is the run time.
    I am using the code as below.  Is it possible to retreive the file name dynamically in the AAE configuration? any help or suggestions would be appreciated.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName;
    Thanks,
    Srini

    Hello Srinivas,
    Brief Solution:
    1. Using dynamic configuration, set the attribute value of payload dynamically to ASMA
    2. Using AF module, write the value of ASMA in a variable
    3. Using the variable substitution, set the receiver file name schema
    Plz go through the below link:
    http://wiki.sdn.sap.com/wiki/display/XI/CombiningthreedifferentaspectsofPIinoneshot
    Thanks,
    Satya Kumar

Maybe you are looking for