Stetting up FTP and SFTP adapters for the same interface

Experts-
I have a situation in which client has a requirement to setup both FTP and SFTP adapters (from adapetive adapters) for the same interface. They want to have a copy of file locally and also want a file to be sent out securly using SFTP. In my interface which was previously developed they have used one business system and added FTP and SFTP to the same. If try to add new Receiver Agreement it will say that the object already exists as the Interface Mapping is same.
Please send me any suggestions which would resolve my problem

Hi Hari,
As you cannot create two Receiver agreement using only one receiver interface , please create a new receiver Interface, add that in interface determination step and then assing a different channel to new receiver agreement.
If your requirement is to store the file ,i would suggest write the file in your unix directory using NFS( /usr/sap...). then run a AFT job (if already set up in your landscape) to transfer file securly to target destination.Not sure if its feasible in your case otherwise you can use  SFTP for the secure transfer.
Best Regards
Srinivas

Similar Messages

  • Different LOVs in af:query and af:form for the same VO attribute

    Hi,
    We need to display different LOVs in af:query and af:form for the same attribute in VO.
    Is it possible to use LOV Switcher for this ?
    What condition can we use in LOV Switcher attribute to check if it is View Critearia row or VO row ?

    We have a VO attribute "User" which needs to be displayed as LOV in a Search Panel ( af:query component created using View Critearia ) and in a af:form.
    When this VO attribute is displayed in search panel, in LOV, we need to show all users.
    When this VO attribute "User" is displayed in a form for editing, in LOV, we need to show only active users.
    For this, we created two LOVs "ActiveUsersLOV" ( which shows only active users ) and "AllUsersLOV" ( which shows all users ) on VO attribute "User".
    LOVSwitcher attribute should return "ActiveUsersLOV" if the LOV is displayed in form and "AllUsersLOV" if the LOV is displayed in search panel.

  • I am subscribed to Photoshop only and I want to know if I can change my subscription to have your new offer of Lightroom and Photoshop together for the same price I am paying for Photoshop alone?

    I am subscribed to Photoshop only and I want to know if I can change my subscription to have your new offer of Lightroom and Photoshop together for the same price that I am paying for Photoshop alone?

    Contact sales support by web chat. They can cancel your current subscription and transfer you to the new one if you are within certain criteria. Otherwise you may need to wait until your subscription runs out and then sign up later.
    Mylenium

  • Multiple adapters for the same applications

    Hello.
    We are developing an integration scenario in which we have multiple instances of the same application (96 instances).
    We want to integrate them but deploying 96 adapters in Istudio is hard to maintain and useless because all the adapters do the same thing and the applications do the same too (they're all equal).
    Is there any way i can see only one or few adapters that represents all application instances?

    Hi Bjorn,
    Yes, during the "create instance" wizard you can select how many instances do you want to create for a particular solution (see screen-shot below).
    Best Regards,
    Adarsh

  • FTPS and SFTP adapters

    I am bit confused about all this B2B scenarios.
    Our setup:
    Existing
    PI Server  || firelwall || DMZ  || Firewall -
    > destination (abc company)
    Proposed
    PI Server  || firelwall || DMZ Adapter Engine  || Firewall -
    > destination (abc company)
    Flat file is in a folder - which has to be dropped to the destination. As we have port restriction in our firewall for PI for any ftp/ftps/sftp - we are planning to put Adapter engine in the DMZ.
    Will this work?
    Q1. To send a file on ftps  - will we configure File sender adapter with certificates. 
    I am trying to install certificates on java stack it is looking for password for the private key but on ABAP stack it didn't ask for any key.
    The abc company says it doesn't have any password. It could be a reason why https coud not drop files and now want to try ftps / sftp.
    It is really frustrating to use PI for B2B. I will not recommend it again to any one. Thanks in advance.

    Hi,
    Flat file is in a folder - which has to be dropped to the destination. As we have port restriction in our firewall for PI for any ftp/ftps/sftp - we are planning to put Adapter engine in the DMZ.
    Will this work?
    Yes, this should work.
    Q1. To send a file on ftps  - will we configure File sender adapter with certificates. 
    Sender File Adapter? If you using J2SE AE, then from IE to AE, you will need receiver XI adapter. Check the Certificate Management in AE.
    SFTP uses keys and not certificates. FTPS exchanges certificates.
    It is really frustrating to use PI for B2B. I will not recommend it again to any one.
    PI is a real robust tool for B2B integration. I guess, there are some flaws in the design, that's why you are feeling frustrated.
    Hope this helps.
    Regards,
    Neetesh
    Edited by: Neetesh Raj on Sep 16, 2009 8:46 AM

  • How can I differentiate between iPad and iPhone iMessages for the same contact?

    I have my sister in law's email and phone number all in the same contact. She iMessages me from both her iPad and her phone. They come up as two different iMessage conversations, but they both are under her name. When I go to text her I don't know if I'm sending it to her iPhone or iPad. Anyone know if there's anyway to differentiate? Sometimes looking at what was previously said in the conversation helps but I can't always remember (nor do I know which device he was messaging me from in the previous convo). Thanks all

    Try scrolling to the top of the conversation and tapping Contact.  You will then see the originating address highlighted in blue on the contact.  If the iPad and iPhone are creating two different conversations, chances are if the email address is highlighted it's coming from the iPad; if the phone number is highlighted it's coming from the iPhone (although not necessarily).  To know for sure you would have to ask her to check Settings>Messages>Send & Receive and tell you which is checked under "Start new conversations from" on both devices to know for sure.

  • Command to see host and static nat for the same object together

    I have researched this but cannot find an answer.  ASA running version 8.5.
    When you create the config using object NAT you enter the commands as follows
    object network <object name>
       host x.x.x.x
       nat (inside,outside) static y.y.y.y
    When the config is displayed it separates the host and nat commands in two different sections of the config as follows
    object network <object name>
       host x.x.x.x
    object network <object name>
       nat (inside,outside) static y.y.y.y
    Is there a command that will display it all together (like it was typed in)?  Show NAT is something like what I am after but without all of the extra info such as translate_hits, untranslate_hits etc. I need this information but cleaning up the output of a show nat is going to be tough.
    Any suggestions?  
    Thanks.

    Sorry, show nat detail is what I meant in the original post in place of show nat.   Show nat detail still has all of the extra info I was trying to avoid.  Guess I will be editing a text file.
    Thanks for the reply.

  • Can i have sync and async listeners for the same queue ?

    Hello,
    I am a novice in JMS. Wondering experts over here could throw in some light !
    Can I set both synchronous and asynchronous listeners for a perticular queue.
    eg: pseudo code.
    status; // default to start
    run()
    setListener(Q1); // listener sets status to stop
    while(1)
    waitForUserPrompt(value1);
    switch(value1)
    a: fun1();
    break;
    b: fun2();
    break;
    fun1()
    while(status != stop)
    stay in loop.
    fun2()
    // synchronously wait for "stop"
    receive(Q1);
    // wait and do following important code!
    }

    Hi,
    I don't know in Chrome, but in Safari (pc or mac) you can open icloud.com twice on two different tab or windows and open one with contact and the other in Mail without messing up.  What kind of mess to do you experience?
    There is no other options to do what you want to do.  You need to click on the little top cloud to switch from one to another.
    Beside, I don't understand why even 2 open tab would help more than having to switch via the cloud icon.  I may need to cut/paste some info from contact or calendar from time to time, but switch via the cloud icon is not really painfull.

  • Inconsistent behavior in TestStand and TestStand UI for the same sequence file

    Solved!
    Go to Solution.

    I tried both the TopLevelVI and testexec.exe; but both of them were giving the same error. I never tried any other UI than Labview. 
    Because the same sequence was working without any issue on some other system, I uninstalled and reinstalled TestStand 4.0 and same sequence is now working fine, in TestStand, testexec.exe, TopLevelVI – basically everywhere. I am not sure what was wrong with TestStand in my system, but definitely something wasn’t correct. 
    Thank you for all the responses.
    Vidula
    Message Edited by Vidula S. on 08-26-2009 10:28 AM

  • I pre-ordered and album, it took my money and now the date has come and is asking for the same amount but i dont have it because it already took it... what can i do? or am i just already screwed

    i have no clue what to do, i'm thinking i just totally got screwed over with these products again. but i waited so long for this album and not i cant get it. so i'm a little angry. i just would really like to know if i could do anything.. at all. and i physically have a song from the album i bought a long time ago but that doesnt even show in my purchase history...

    Check your purchase and bank/credit card history. I preordered the Rival Sons' Great Western Valkyrie a couple of months ago and was charged for three individual songs at £0.79 each as they were released one-by-one and then the balance of £5.62 when the album was finally published last week. You should not have been charged twice.
    tt2

  • PO issued for one vendor and GRPO another for the same

    Hai members,
                      I have a problem, is it possible , to select a different vendor for the PO reaised for different vendor,
    i.e.,
    Po raised  for 20 items against the Vendor   XYZ
    But goods received
    XYZ-   10
    ABC-   10

    Suda,
               At us the criteria  is
    One Vendor may have  several companies
    Once we produce order to him , he will dispatch the goods from either of the companies he had or from the both
    but the PO purchase order comes from only in one name of the vendor
    Suppose i had produced
    100 Pcs order for  Some  Vendor -
       XYZ
    But he may dispatch the same goods that we have ordered
    from either of the comapnies he had i.e., XYZ, 123, ABC
    but the PO is same
    I think you got it Suda, please help me........ Thanks in advance

  • Border and font setting for the same cell

    I have writen a label in an excel cell using a font that I created (called "wf" - see code below).
    I also want to put a left thick border to the same cell.
    How can I do that?
    ps: I call this function from "main":
    private static void writeDataSheet(WritableSheet s)
    WritableFont wf = new WritableFont(WritableFont.ARIAL, 10, WritableFont.BOLD);
    WritableCellFormat cf = new WritableCellFormat(wf);
    Label l = new Label(1,0,"Last Name",cf);
    s.addCell(l);
    What code should I add to the upper function in order to set a left thick border to my cell?

    this issue has been solved

  • Best back up software and hardware requirement for the same

    Good morning to all,
    I would like to know about back solutions. We are a small organization around 60 employees, currently we have windows server 2008 r2 and using symantec backup exc and we back up on external USB drives. Management not happy with Symantec 
    We plan to upgrade our servers , and moving to VMs  and plan to implement network storage.
    So we want a back up solution which could back up VMs ,Shared folder and other required data.
    What are the best practice and solutions for backups.

    Nopes :)
    It depends on you. I've been using Symantec from many years now ;)
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Developer and enterprise license for the same company?

    Can a company have a developer license and an entreprise license or is it either/or? I am making this query as we would like to distribute our apps within our company's app store as well as from google play and app store. Thank you for your feedback

    You can have both. You would need a separate Apple ID for each one.

  • Can I use both a credit card and gift card for the same purchase?

    I want to buy a movie, (14.99) but I only have 14.98 in my account. Can I pay the 14.98 with my account balance and then charge the .01 to a credit card?

    Can I pay the 14.98 with my account balance and then charge the .01 to a credit card?
    Yes. That happens automatically when a purchase is made that exceeds the account balance or can't be made with gift card money and a credit card is set up.
    (44860)

Maybe you are looking for