File-XI-File:one sender channel, multiple receiver channels on same BS

Hi !
We need to send some files from one server to another. On the source, the filenames have a fixed prefix and a timestamp. On the target, the files should have a fixed name (time stamp trimmed). We would like to use one sender channel with the advanced file selection option and for example 3 receiver channels, each channel for each fixed filename. All destination channels are for the same business service. And because we do not need mapping, and want to improve performance, we don't use the repository.
Is this possible? or because this only a 3 files scenario, we should make it as 3 different scenarios, each with its own sender and receiver channels?
Thanks,
Matias

Hey
>>But Ahmad, as mentioned in the blog, XI scenario without IR can be used only if it's non xml mesage. Is that right?
can you please tell me where it says this:)
is it this line which is confusing you <b>"Contrary to popular believe, the message or document sent thru XI does NOT have to be in XML format"</b> ?
well it just means that you can send any data(.jpeg,.pdf xml .xls or anything) by doin the bypass scenario.
IDOC's are something which can give u problems if you dont do IR steps(specially mapping)coz a lot of values need to be hard coded.but suppose ur doing a async File to RFC,then i guess you can do that by using the bypass scenario.
i won't count on bypass scenarios for all of my requirements,but yeah if both source and target have exactly same data type i will give it a shot,irrespective of the interface i m integrating.
Thanx
Ahmad
Message was edited by:
        Ahmad

Similar Messages

  • One sender n multiple receiver for BPM

    Hi,
    In BPM ( one sender to Multpli receivers ( file to IDOC ) i need to split the incoming message as per message content to multiple receivers,can we achive such scenario without using BPM?if yes how? if not why?
    Thanks in advance.

    Ginger 
    Without using BPM, it is also possible:
    There are two type of splitting scenario:
    1. One type of source message split to multiple messages of same type:
    In this scenario, it is very easy to handle multiple receivers, you just need to add additional receivers (without conditions) in your receiver determination
    2. One type of source message split to messages of different types:
    In this scenario, there are two sub scenarios: the first sub-scenario just have one receiver, and second sub-scenario have multiple receivers. In your case, it seems that you have second sub-scenario:
    You can also have just one receiver determination, you can add mutiple receivers in your receiver list,based on XPATH conditions, to judge one unique node for each type of message, e.g. /MT_MyMsg/Root/Resource using operator "EX", it means exists.
    Hope this give you some idea.
    Liang

  • One sender and two receiver

    Hi All,
    I have a scenario in which there is only one outbound Message interface and 2 inbound message interfaces ( one sender and two receiver). In XI, how can i configure the interface determination for this? Shall i need to put * for receiver and add 2 inbound message interfaces and interface mappings.
    Thanks
    Michael

    Use xpath in your interface determination in case you have some conditions, else u can *** multiple interfaces in your int. det.. also ref:
    /people/suraj.sr/blog/2006/01/05/multiple-inbound-interfaces-within-a-service

  • Integrtion Scenario using BPM with two sender and multiple receiver

    integrtion Scenario using BPM with two sender and multiple receiver
    How many Application Components are required?

    Hi Vinod,
    1) In integration repository you can have one or many software components it depends on your landscape orchestration
    2) In integration direcory you need at least one service for bpm and one or many for each system in your bpm
    also each connection between systems and bpm must have receiver determination and so on.
    Advice: Please treat BPM as a separate system.
    best,
    Wojciech

  • 2 file to file scenarios and one sender channel

    hello there,
    i am implementing 2 file to file scenarios. referring to the below link i have 'by-pass' integration repository in order to perform my file to file transfer since both the input and output files have the same structure, hence no mapping is required.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417500%29ID0036662950DB01052533299951691312End?blog=/pub/wlg/4383 --> How to send any data (even binary) through XI, without using the Integration Repository
    as seen in the link provided above, it is mentioned to provide a 'dummy' interface and namespace as no such things were created in the IR.
    Now i have a second development which perform the same task(file 2 file) however the naming and source/target directory for the second one differs fromt eh first.
    that is for the first one the source directory is srcroot/folder1/ and for the secon one is  srcroot/folder2
    the  target for the first scenario is  trtroot/folder1 and second is trtroot/folder2.
    i wanted to use the same sender channel, making use of the advanced features to pick the files from the different directories, however the scenario always put my files, even those from srcroot/folder2, in the first target folder that is in trtroot/folder1 instead of trtroot/folder2.
    one easy way of doing this, is to create channels for each scenario, but if possible i want to use one sender channels for both, is that possible for my scenarios?
    can anyone please advise me?
    if there is a better way, you are welcome to share it with me.
    thank in advance.

    Hi,
    You can pick the data using same sender channel.
    But there are two ways of putting the files to their corresponding destinatios:
    1)Using 'Adapter Specific Message Attribute' in communication channel.
    But for this to work you have write UDF in your mapping, but as you are not using IR part, this approach can't be used.
    2) Another way is, you can use variable substitution method, where the values of the target directory is populated by payload of the incoming file.
    If this is not possible, then there is no way but to define 2 diffrent communication channels for receiver.
    -Supriya.

  • Multiple Receiver Dtermination from Same Business Sender Service to RecvStp

    Hi,
    I was trying to implement FORK STEP in ccBPM. Scenario I'm trying to implement is, using fork bundle PO with same items together.
    Can anybody help me to create multiple receiver dterminations for three receiver steps in three branches of fork step, where a common business sender service and same Integration process is used for receiving messages into SAP XI.
    Please advice soon,
    Thank You,

    Hi Murali,
    If it's always the same message, only one receiver determination is necessary. I'd also rather tend to do the capturing within a loop which is executed three times.
    Best regards
    Joachim

  • Displaying sender payload in receiver channel in pi single stack

    Hi Experts,
    I have configured XPI properties by looking into
    Message Staging and Logging Options in Advanced Adapter Engine of PI 7.3x
    But whenever I tried to open the receiver payload from the receiver channel, it's showing me the  sender's payload
    I have configured the stagging and logger values to ms=3 and am=3
    how can i respolve it?

    Hi Nunu,
    You need to open the message in message monitor then you can able to see the different versions.
    Regards,
    Praveen.

  • BPEL - multiple receive elements for same partner/operation

    Is it possible to have more Receive elements for same operation in one BP? I need to create a business process for approving requests in a number of steps. The process looks like this:
    RECEIVE (createRequest)= INVOKE (...)
    < REPLY (createRequest)
    RECEIVE (approveRequest)= INVOKE (...)
    < REPLY (approveRequest)
    RECEIVE (approveRequest)= INVOKE (...)
    < REPLY (approveRequest)
    (...)The creation and first recieve element for "approveRequest" is ok, but the others are never executed. I believe the correlation sets are set correctly. I also can't use a While element since every step could be a bit different. If I substitute the other recieves for different operations, the whole process executes correctly.
    Can someone please advice me on what i am doing wrong? If it's somehow not possible to have more then one Recieve for a particular message in one BP, what is the best way to do it differently?

    Thank you for your answer. I tried to change the Receive elements to Pick + OnMessage, but it's not working either. It goes past the first one but it never reaches the second one. That's what i had in the first place - two Pick elements after each other, each with an 'approve' and 'dispprove' branch, but it didn't work so I simplified it to an easier process with just receive elements.
    If it's working for you, do you do something special in the process? Which version of OpenESB are you using? Would it be possible for you to send the BPEL file? Here is a part of mine I've just made to test this solution.
    <bpws:pick name="Pick1">
        <bpws:onMessage partnerLink="Client" operation="approveOrderItem" portType="ns1:OrderManagementClientPortType" variable="ApproveOrderItemIn5">
            <bpws:correlations>
                <bpws:correlation set="orderItemId" initiate="no"/>
            </bpws:correlations>
            <bpws:sequence name="Sequence2">
                <bpws:assign name="Assign7">
                    <bpws:copy>
                        <bpws:from>true()</bpws:from>
                        <bpws:to part="return" variable="ApproveOrderItemOut4"/>
                    </bpws:copy>
                </bpws:assign>
                <bpws:reply name="Reply3" partnerLink="Client" operation="approveOrderItem" portType="ns1:OrderManagementClientPortType" variable="ApproveOrderItemOut4"/>
            </bpws:sequence>
        </bpws:onMessage>
    </bpws:pick>
    <bpws:pick name="Pick2">
        <bpws:onMessage partnerLink="Client" operation="approveOrderItem" portType="ns1:OrderManagementClientPortType" variable="ApproveOrderItemIn6">
            <bpws:correlations>
                <bpws:correlation set="orderItemId" initiate="no"/>
            </bpws:correlations>
            <bpws:sequence name="Sequence1">
                <bpws:assign name="Assign6">
                    <bpws:copy>
                        <bpws:from>true()</bpws:from>
                        <bpws:to part="return" variable="ApproveOrderItemOut3"/>
                    </bpws:copy>
                </bpws:assign>
                <bpws:reply name="Reply2" partnerLink="Client" operation="approveOrderItem" portType="ns1:OrderManagementClientPortType" variable="ApproveOrderItemOut3"/>
            </bpws:sequence>
        </bpws:onMessage>
    </bpws:pick>

  • How can I install one app on multiple iPads at the same time?

    We have a volume purchasing account, but when purchasing an app we get multiple serial numbers that all seem to need to be entered individually. The iPhone config Utility will not sync multiple iPads at the same time. Am I missing something? This cannot be the method for mass deployment, it seem too complicated.

    You can do a  backup of you iPad then restore the backup to many devices.
    How to use multiple iPods, iPads, or iPhones with one computer
    http://support.apple.com/kb/HT1495
    Mobile Device Management Solutions for iOS
    http://www.apple.com/iphone/business/integration/mdm/
    http://www.apple.com/ipad/business/resources/
    "iOS mobile device management (MDM)
    With an unmatched breadth of features, a Self Service console forover-the-air (OTA) distribution of in-house and app store apps, and integration with Apple's Volume Purchase Plan (VPP), the Casper Suiteallows administrators to easily achieve the four major tenets of iOSmobile device management: Inventory, Configuration, Security Management, and App Distribution."
    http://jamfsoftware.com/products/casper-suite/

  • Files made from one template don't all render the same

    I have made a template using a table layout, and created all the site pages from the template.   When viewed in a browser, some (not all) of the pages jump slightly to the side.  Compare these 2 pages, or click through the navbar menu and you will see what I mean.
    http://bioengineeringdunedin.otago.ac.nz
    http://bioengineeringdunedin.otago.ac.nz/staff.html
    Can anyone tell me why this would be, and how to fix it?
    Many thanks
    K
    PS.  I don't need another lecture on the benefits of CSS layouts, but thanks anyway. I am a web dinosaur.

    I just made 3 test pages from the template, which all rendered exactly until I added content.  The pages with a lot of content are the 'jumpers'.  The width of the table seems to remain at 900px in all of them - at least the banner still completely fills the top row, with no white space showing.
    http://bioengineeringdunedin.otago.ac.nz/1.html
    http://bioengineeringdunedin.otago.ac.nz/2.html
    http://bioengineeringdunedin.otago.ac.nz/3.html

  • Are sending box and receiving box IDOC same?

    my sending client is Box1, receiving client is Box2, every month, we send GL balance from box1 to box2 thrugh IDOC
    I compare WE82, WE30, SM59, WE20, all setting are same in BOX1 and Box2. I doubt this, in SM59, we only maintain RFC connection to Box2 in both Box1 and Box2.
    Are the above correct? under what circustance, we should maintain different configuration in box1 and box2 for GL balance transmission?

    Hi anand,
    in we 19 when you send the idoc, the sender port refers to the port used by R3 to send the idoc and the reciver port is the port used by XI to recive the idocs.
    If you are going to use the same sender and receiver port, then where is your idoc being sent from r3 back to r3??
    Regards,
    Bhavesh

  • BPM synchronous file - soap - file

    Hi Friends,
    I am working on scenario in which I am going pick up XML file from my system using File adapter and send to partner using SOAP adapter and in response I am going to receive an XML file that I have to store in some folder in my system.
    Without doing any configuration in IR , and configuring only ID I was able to get response that I can see in SXMB_MONI but I am not able to save it.
    1) Is there any way I can save that response without configuring any thing in IR?
    2) I got some details from SDN that it can be done by using BPM in IR. If so please let me knw general approach that I should take to achieve above requirement.
    Thanks.....

    may be we can achieve this by using the FILE sync flow as mentioned in this doc:
    https://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29
    You will have to include the response message in the FILE_OB_SYNC MI appropriately.....and as described you will be using two file channels...one sender and other receiver....so the receiver will paste the file to the desired location.....you can avoid BPM then....
    IF your SP is not compatible then you need to use BPM:
    Receive(FILE) ->Transformation(IfNeeded)>SyncSend(SOAP)>Transformation(IfNeeded)-->SendAsync(FILE)
    Regards,
    Abhishek.

  • Doubt on file to file

    Hi Friends iam very new to this tool,
    So i need u guys help a lot give me the brief details
    about file to file transformation & also explain me that
    how the data gets transformed.
    Iam expecting immediate reply.
    Thank You,
    Girish.

    hi girish
        The file to file scenario is the simplest.. and helps u understand the basic working of XI..
    i assume that u know the creation of s/w components , technical landscapes n business landscapes in the SLD n how to get it into the Integration Repository..
    Once this is done do the following
    1 create the source n the target data types in ur IR Object the data types could me information like name, address , emp no etc..
    2. Create the message type for each data Type.
    3 Create the message Interface..In this case you'll      need  2 intefaces 1 out bound from the source file to XI
    and the other to the target file.
    4. now create ur mapping objects.
      -> message mapping-use the message type which u created earlier
      -> interface mapping- use the message type n message mapping here
    5.once done with the above go to the Integeration Directory.
    6.Create a new configuration scenario n add ur business system to this.
    7. Craete ur communication channels here.2 communication channels are required
      one sender the other receiver both using the file adapter.Specify ur source n destination files n location.
    in the sender communication channel set the File Mode to delete so that u will be aware abt the file being picked up.
    8.Craete ur receiver detremination
    9. Make a sender agreement and a receiver agreement
    10 Once ur done with this activate all the objects u have created.
    11. Trace ur output in the SXMB_Moni in the SAP logon..
    Post ur doubts n points
    Regards
    Christina Dove

  • Multiple reciver channels in advanced adapter configuration

    Hi,
    I have a proxy to file scenario wherein I have 1 sender and 3 receiver channels. All 3 receiver channels are in the same business component and for the same I am suppose to create an integrated configuration.
    Had the communication channels been in different business components the configuration would have been simple but I am unable to find out a way to solve this issue where i have all the communication channels in the same business component.
    Please help.
    Regards

    Hi Sharma,
    if you are not sedning data to taget based on conditions then solution is create 3 bussiness components and 3 receiver communication channels, this will solve your problem..
    elase if you want to do condition based routing then AAE will not support.
    Regards,
    Raj

  • One Sender system and two receivers system scenario. Pls help

    Hello,
    I have One Sender system and two receivers system scenario.
    My sender is RFC (sync) in nature.
    My one receiver is RFC (sync) in nature.
    My second receiver is RFC (sync) in nature.
    Pls tell me and send me links/docs for this scenario.
    Regards

    Hi Rick,
    For two receivers you require 2 interface determination, receivers determinations etc.
    Go through these threads for one sender and multiple receivers:
    one sender and two receiver
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    Then configure your RFC communication channel in XI system + activate it and after that using all same parameters make an TCP/IP RFC destinatioon on R3 side.
    Rewrads if found helpful.
    BR,
    Alok

Maybe you are looking for

  • Error Input table in web dynpro java

    Hi expert I'm trying to create a service order via web dynpro java, but i can't use the input parameter of type table; With this implementation of the method init of the custom controller ,on the table i can insert only an element, because the table

  • Switching from PC to Mac / iTunes: Rating is Gone....

    Irecently switched to Mac and got back my old library using latest itune version but my Ratings is gone... Have more than 3.000 songs and lost all the ratings now... Is there a way to get it back from my old PC Files in iTunes??? Thanks

  • How to put sound player with selection to a flash site?

    hi to all flash fanatic, I want to put a sound player with selection in my flash site design. Anybody can teach me how or give me a sample code or file like I'm talking about. pls. Tutorial link also big help if u knw any link tutorials that deals to

  • System copy with NW 7.01 Ehp1 MaxDB hang

    Hi I'm performing a system copy with a NW 7.01 Ehp1 MaxDB from a Dev to QA. The source system copy was run successfully but in the target system copy, the sapinst keep running and running for days at IMPORT ABAP step (Phase 18 of 27). I don't know wh

  • Table for compounded characteristics

    Hi Whats the table that contains details about 'compounded' characteristics?  (I am creating an infoset that dispays the characteristic relationships in a cube, but in the source and target I am not seeing the compounded chracteristics.) thanks