How to configure a scenario which posts same file to different directories

How to configure a scenario which posts same file to different directories of a receiving system?
Consider an Idoc to file scenario where I have to post same file to two different directories but logical receiver system has to be same.

Hi,
You can try out like this: Using multiple receiver interfaces you can send it to multiple directories with the help of enhanced interface determination/conditions and with the help of multiple receiver communication channels.
Another option is to copy the file from one target directory into another directory  with the help of Unix script by executing the same from the OS command level.
One more option is to create a Java Server Proxy and inside the proxy, you can write java code to FTP into different locations.
Hope this helps,
Regards,
Moorthy

Similar Messages

  • How can i share photos on the same mac but different users?

    how can i share photos on the same mac but different users? we have different iphoto acounts and just want to be able to look under users in the finder and view another users iphoto.

    You may try moving ur librarie to the folder /Users/shared if and link it to iphoto from there
    You may locate and link libraries from arkiv-->change library in iphoto

  • How to include header files from different directories?

    Hi,
    Sorry for the newb question, but I can't figure this out. I'm trying to compile a simple piece of code (C++) that uses header files in a directory different from the Project directory; header files are in /opt/csw/postgresql/include/pqxx. I've tried a few different things, adding that directory to the include directives under Resource Files, add existing files from a folder, etc etc. Whenever I try to build, dmake bails with status -1. I can't seem to get this working, can someone explain how to use header files from different directories?
    Thanks,
    SlowToady

    Header files are usually specified relative to a base directory. If the base directory is not a system directory -- /usr/include or the compiler installation directory -- add a command-line directive
    -I path/to/base/dirfor each such directory.
    The path can be absolute, such as
    -i /opt/csw/postgresql/includeor relative, such as
    -I ../../my/includeIn your source code, specify the header file relative to the base directory, and be sure to use quotes, not angle brackets. Example:
    #include "header.h"  // right
    #include <header.h>  // wrongThe angle brackets are used for system headers, like <iostream> or <stdlib.h>.
    The rules above are common to all compilers on Unix and Linux, and generally to all C and C++ compilers.
    For more details, read about the -I option in the C++ Users Guide. You can find the guide by pointing your browser to the "docs" directory in the compiler installation, or go here:
    http://docs.sun.com/app/docs/doc/819-5267
    All command-line options are described in Appendix A.

  • How to read the files in different directories

    how to read the files in different directories here directory names will change dynamically under root node.
    let me say
    rootnode---->subnode1
    >subnode2
    >subnode3
    >subnode n
    how to specify these in file adapter.

    Hi
    look at this thread your problem is solved here
    File Adapter
    Regards
    Abhishek
    Edited by: Abhishek Agrahari on Dec 16, 2008 11:37 AM

  • How to configure ESOA Scenario is PI 7.1

    Hi All,
    I am new to PI 7.1 and working on the ESOA concept in PI 7.1, I am not sure to post this question in this blog or not, please help me on this urgent issue. I have developed a service interface in ESR, created a proxy in ECC 6.0, make it as a webservice and published it in service registry. Please help me how to proceed further from here and provide me the possible ways to configure this scenario in PI 7.1. Kindly provide me the information what adapter should I configure at sender side and what adapter at receiver side? Is there any other possibility to configure without receiver side adapter? The requirement is urgent kindly provide me the information. I appreciate your quick response.
    Thanks and Regards,
    Swaminathan.

    Hi,
    Please fallow that link: http://en.wikipedia.org/wiki/RTFM
    /wg

  • How to configure multiple clusters on the same machine.

    I am attempting to configure multiple clusters on the same set of machines. I have set the cluster name and multicase IP addresses to be different for each cluster. However I am still getting and error that states:
    "This indicates that there are multiple clusters on this network attempting to use overlapping network configurations."
    Is this not possible? If it is possible, is there some further way i need to tell the VMs they are part of different clusters?
    Thanks,
    Jacob

    FYI: I'm using the wrong multicast IP above. 224.0.0.1 is reserved and something else should be used. See:
    Re: UDP flood hosed my LAN?

  • I have a file it has a Hold - There are a number of holds in the hold list how do i find out which one this file has

    Hi
    I have a file which has a Hold.
    However, It could be one of a number of Holds as defined by the Holds list. How do I (ideally in PowerShell) find out which hold is being used to hold the file and how can I remove that Hold from the file so I can change it and re-apply the hold ?
    Thanks
    Nigel
    Nigel Price NJPEnterprises

    Hi,
    According to your post, my understanding is that you want to remove Hold from the file.
    If an item has been added to more than one hold, you can view the list of holds that pertain to that by using the Compliance Details command.
    Open the list or library that contains the item for which you want to view the hold information.
    Point to the item that you want, click the arrow that appears, and then click Compliance Details.
    On the Compliance Details dialog, click Add/Remove from hold.
    On the Hold Status page, click the arrow under the Remove from hold option to view a list of holds the item is associated with.
    You can use the Compliance Details command to remove an individual item from a hold.
    Open the list or library that contains the item that you want to remove from a hold.
    Point to the item that you want, click the arrow that appears, and then click Compliance Details.
    In the Hold Status section, click Add/Remove from a hold.
    On the Item Hold Status page, select the Remove from hold option and then select the hold from which you want to release the item.
    Click Save.
    For more information, you can refer to:
    Create a hold to suspend documents or items
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • BPM scenario to send same file data two RFC function modules

    Hi,
    Scenario:same file  need to send the data to two different RFC functions.
    so in this case i need to use two receive steps or only one receive step? beause file should be places in the archive after second rfc triggered.
    but this scenario client need to go with BPM only .I am new to BPM.please suggest the steps and process need to follow for this scenario.

    Hi,
    You will have one async receive step to start the BPM from your file interface, 2 synchronous send steps for each RFC, and an async receive step to archive.
    Don't use the transformation steps in BPM, as it decreases performance. You can use the same abstract interface for your file format in the send steps, but specify different Send Contexts for the receive steps. In Configuration, use a condition on Context object ProcessStep = Send Context from your BPM, and route to the correct RFC interface, using a mapping from your file to the RFC.
    Hope this helps !
    kr,
    Peter Glas

  • APM how to create APM application group for same application but different application paths

    Hi all,
    We have few applications which are of same name but different application path.
    Please check the screenshot. When we create different application groups using APM wizard, we still get errors mentioning the conflict. How to resolve this issue.
    Thanks
    Manish
    Manish

    I cannot see any screenshot here, what do you mean same application name but different path?

  • How to create a link which will redirect to a different iView?

    Hello,
    I have a certain iView, let's call it "myiView" which sits inside a certain Role, let's call it "myRole".
    At the Homepage of the users I have KM navigation iView which shows a certain folder. I would like to create inside this folder a link to "myiView", this way when users will click on this link at the Homepage they will be redirected automaticly to "myiView". I remember reading once something regarding internal links perhaps this is solution but I'm not sure. Can anyone please show me how to create such link which redirects to another iView at the portal.
    10X
    Roy

    Hey Prakash,
    I am creating a KM link to this target, where at this link I can write javascript? As far as I know it is only possible at the iView level no? And where do I take the PCD URL from?
    Hey Ashutosh,
    I think that your method will open a whole new browser since it is an external link, I woulk like to keep the current navgation at the same page, simply navigate the user to a different place at the portal...
    Roy

  • How to generate single move order for same components amongs different job using component pick release

    Hi all,
           I am new in manufacturing and we want to implement functionality of generating single move order for same component among different job using component pick release. Can any one help in this.
    we are using oracle R 12.1.3 version.
          For example. We create finish good XYZ which is build in WIP item. We create discrete jobs for XYZ suppose JOB1,JOB2,JOB3 multiple job we can create for XYZ item. in these JOB suppose component abc is similar with 5 quantity. so our goal is to generate 1 move order for all three JOBS with 15 quantity of abc component.
    please help me to achieve this goal. Immediate  Reply will be appreciated.
    Thanks & Regards
    user11152750

    PranitSaha
            Thanks For your reply. Can you please tell me in detail how can I group as I am new. How using MRP we can group same component from different job in single move order for delivering that component to shop floor.
    Thank you..

  • How to configure the jdeveloper 11 with .dbc files?

    hi, all
    i am a new bie here. 4 jdeveloper 10, i can configure the .dbc files at project setting, while 4 jdeveloper 11, it's totally different. i can't find any place to configure it. How to configure the .dbc in jdeveloper 11?
    Regards,
    Chelsea

    You cant use jdev 11g for OAF development..
    You need to download the jdeveloper patch from metalink to develope OAF objects.
    Refer this metalink note to find the correct version of jdeveloper that you need to download https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416708.1
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can I import a project from laptop which has same file names as existing

    Im about to import a project from Aperture on my on-road laptop to my main Aperture library on my studio Mac when i realised that the new camera i purchased for the road trip has named the files exactly the same as some files (but different pictures) which already exist in my studio Mac. Even though they exist in different projects, what will happen if i import the new project into my main Aperture Library?

    Hi Sunspeaks;
    I just had a similar problem. Since I had my MBP on the trip, we were downloading our photos to Aperture there in projects. When I returned home I discovered we had with photos with the same names but different project names. I was able to import everything into Aperture without any trouble. For my own sanity I did a batch rename to change the photo names in Aperture after the import.
    Allan

  • Same file name - Different extension - Viewing problem

    I know this has been written about quite a bit and I have searched through the posts but I cannot find a solution to my problem. I shoot RAW, import then into Lightroom, make changes, import into CS3 & make more changes, save as a .psd file; no problem so far. I use Neat Image on some files that need the noise reduction so in CS3 I save the .psd as a .tif, run it through Neat Image and save it to the same directory where the RAW and .psd files are. Go back to Lightroom and no .tif file. If you "find" the file in Lightroom it shows up but shows as the .psd file. I have tried unstacking and everything else I can think of but I cannot make the .tif file display. I can go back to CS3 and locate the file through it but if in a few months or however long it takes me to forget that the .tif is there, the .tif will be lost in never never land. Bottom line, how do I get Lightroom to show ALL files, no matter name, extension, etc?
    I am using Version 1.3.1 on Windows XP, 2Gigs ram, 3.4 Gig P4 processor

    This issue was argued down to skeletal remains in beta and after. Adobe finally rlented somewhat and allowed the importation of files with same name and the RAW and jpeg extensions, because for one good reason some cameras produce both and some shooters utilize both for differring purposes.
    Jao,
    I will disagree with your reading of what is standard. That MS's stupid explorer or anything else won't show extensions is immaterial. First, anyone wanting to work at any speed and efficiency will be using something like Total Commander instead of Explorer, and it and virtually every other app I own shows extensions and treats files with the same name but differing extensions as unique files unto themselves--as it should be.
    After all it is digital data in the file that is unique. The extension is a tag to tell you and the computor how to deal with that data. The content is not identical, and therefore it ought not be treated as if it were by any application.
    Anyone with an interest in wasting several hours can trace the arduous wailing at the LR team to treat the extension as part of a unique name. As I said bdefore, they did make some concessions. Hopefully, they will go the whole distance soon.

  • Get Info sees different "Open With" for the same file on different computer

    I've got a laptop (17") and a desktop, both with OSX 10.4.3. I had a disk problem with the laptop, but was able to get everything off the disk, reformat it, and put it all back. Everything's been working fine until today, when I tried to use the Equation Editor in Office. It wouldn't work. As I tried to chase down the problem, including reinstalling Office, I realized that my laptop was seeing certain Office files using GetInfo as "Open With" Netscape. I compared this with the settings on the desktop, and they were different. Different applications, different icons, even.
    Then I noticed that when I have the CD in the laptop and do GetInfo on a file there, or even look at the icon, it's different from what appears when I look at the same file on the desktop. So it appears to be an OSX issue, not a Microsoft issue.
    I've rebuilt permissions several times. I changed the OpenWith settings, but that didn't solve the problem. But I think it's because other Office files are being misread by the OS, too.
    If anyone has a diagnosis (and hopefully, a cure), I'd really appreciate it.

    Hi, Jim.
    You wrote: " I realized that my laptop was seeing certain Office files using GetInfo as "Open With" Netscape."If you are seeing more than just Office documents displaying the incorrect default application, this could indicate a corrupted Launch Services cache or preferences on the affected Mac.
    In associating documents with applications, Finder employs Launch Services. Launch Services employs several files to associate documents with applications and vice versa. When these files become corrupted, this can result in problems including:
    - The wrong applications being launched when double-clicking a file.
    - Multiple copies of a single application appearing in the Open With menu for a given document.
    - Incorrect icons appearing on files, folders, or other objects.
    The following steps will remove all of the files used by Launch Services. Be sure to read these instructions entirely, including the Notes, before proceeding.
    1. Quit all running applications.
    2. Trash the following two files in the Computer > Macintosh HD > Library > Caches folder:
    - com.apple.LaunchServices-0140.csstore
    - com.apple.LaunchServices-014xxx.csstore
    where xxx is the uid number for the affected account in the NetInfo database. Type your Admin password when prompted to authenticate the deletion of the first file. See Notes [1] and [2].
    3. Trash the com.apple.LaunchServices.plist file in your Home > Library > Preferences folder. See Note [3].
    4. Restart your Mac.
    5. Log in to your account.
    6. Empty the Trash.
    Do not empty the Trash until after you have restarted your Mac.
    Notes:
    [1] Step 2 will result in you being prompted to approve the launch of the application associated with a document the first time you double-click a document. These alerts are a result of the security feature in Mac OS X. The list of applications which you have previously approved are saved in the caches deleted in step 2.
    [2] The first user account defined on your Mac is generally uid 501, the second uid 502, and so forth. For example, the second file ID for the first account would becom.apple.LaunchServices-014501.csstoreYou can find the uid number for any account as follows:1. Launch NetInfo Manager, which is in the Computer > Macintosh HD > Applications > Utilities folder.
    2. Select users in the middle column of the NetInfo Manager window.
    3. Select the desired user account in the right column of NetInfo Manager.
    4. The data for the selected user, including uid, is displayed in the lower pane of the NetInfo Manager window.[3] Step 3 will reset to default values all associations you have created between specific file types and applications. For example, if you set PDFs to open in Adobe Acrobat instead of Preview, they would now open in Preview again until the association of PDFs with Acrobat is reset. You may want to skip step 3 to see if the other steps resolve the problem. However, if skipping step 3 does not resolve the problem, running steps 1-6 again, including step 3, should resolve the problem.
    Note that some of the information above is from the "Applications" chapter of my book, Troubleshooting Mac® OS X, Tiger Edition.
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

Maybe you are looking for