File To File with merging and two sources one receiver.

Hi Experts,
My scenario is File to File
In this I need to pick Files from two different Directories on different systems: Sys1 and Sys2
In Sys1 i have 7 Files File1 to File7
In sys2 i have 8 Files File 8 to File14 and File_EOPM
Now <B>I need to merge File1 to File5 in one File say File_new and transform my file File6 into say File_new2</b>
Condition is when File_EOPM is uploaded in my Sys2 Directory then the Files should be transferred to Receiver file Directory RCVR
In RCVR i shud have the following Files
File _new
File_new2
File8 to File14
File_EOPM.
Hope I made my requirements clear
Please advice me whether this can be done w/o BPM?
Also help me in developing dis scenario
Thanks & Regards,
Rookie.

Well here is the design which i can think of
You can have a total of 3 scenarios
Scenario 1:will have a OS script executing before message processing,this script will keep on looking for file File_EOPM,if this file exist,it will activate the sender file communication channel to transfer the file File_EOPM to RCVR directory(Simple file to file scenario),the script will also activate the sender file communication channels for scenario 2 and scenario 3.
Scenario 2:this will collect files File 1 to File 6 via BPM,its sender file communication channel will remain in inactive state,this will only be activated externally by the script of Scenario 1.
Scenario 3:This will send rest of the files to RCVR directory,even this sender file communication channel will remain in inactive state,this will only be activated externally by the script of Scenario 1.
You dont have to create separate scenarios for all the above though,just create all of them within one scenario,i have split them in 3 separate scenario for ease of understanding
Check the below blog to control adapters externally
/people/william.li/blog/2007/05/04/control-communication-channels-externally-without-using-rwb
Thanx
Aamir

Similar Messages

  • How to copy the photo with file name at window 7 and search specific one in iphone 4s?

    How to copy the photo with file name at window 7 and search specific one in iphone 4s?

    Clendenen02 wrote:
    2) It would be equally helpful if there was something that would take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste 
    and do this for all 700 files
    This Bash script will do it.
    Edit "PicDir" and "MovDir" to the location of your Folders
    (Note: The comment is written to the m4v file using xattr, so the Spotlight comment field appears blank in Finder, but the comment metadata is still indexed by Spotlight (If you add a Spotlight comment from Finder, it is stored both as an extended attribute and in a .DS_Store file)
    #!/bin/bash
    PicDir=$HOME/Desktop/Pictures
    MovDir=$HOME/Desktop/Movies
    for f in $PicDir/*
    do
         if [ ! -d "$f" -a "${f##*.}" == "jpeg" ]; then
              comment=$(mdls -raw -name kMDItemFinderComment "$f")
              if [[ $comment != "(null)" ]]; then
                   picname=${f##*/}
                   movname=${picname%.*}.m4v
                   if [ -e "$MovDir"/$movname ]; then
                         xattr -w com.apple.metadata:kMDItemFinderComment "\"$comment\"" "$MovDir"/$movname
                   fi
              fi
         fi
    done

  • I'm sorry, I have to convert the mov file. for use with fce and / or imovie11, better ProRes422 or intermediate codec?

    I'm sorry, I have to convert the mov file. for use with fce and / or imovie11, better ProRes422 or intermediate codec?

    FCE only used AIC for HD.
    Al

  • Why Apple doesn't provide .jpg-files for photos with date and our like Blackberry and Samsung?

    why Apple doesn't provide .jpg-files for photos with date and our like Blackberry and Samsung?
    I have to save photos (for medical use) on my pc and this suffix would be useful to identify them quicker.
    Thanks

    http://www.learn.usa.canon.com/resources/blogs/2014/20140708_winston_filenames_b log.shtml

  • Printing from web pages is excruciatingly slow with most recent upgrades of Firefox .Use an iMac and an HP officejet printer. Printer works fine with Safari and woodprocessed files, but not with Firefox and web pages.

    Printing from web pages is excruciatingly slow since downloading most recent upgrades of Firefox Mozilla. I have a desktop iMac, OS 10.6.8, and an HP officejet printer 4500 G510n. The printer works fine with the Safari Browser and with woodprocessed files, but not with Firefox and web pages. Help please! It used to print fast with earlier versions of Firefox.

    Hello and welcome to the Apple Discussions Forum.
    I have hardly any experience with HP printers but since your posting has not been replied to yet I thought I'd offer some assistance.
    With the printer status and ink levels working, it shows that you have a connection to the printer. So I would look at the issue being with the protocol being used for the print queue on the Mac.
    Since you have XP and Vista working, I would check the printer queue configuration on either box. In XP, go to the Properties and select Ports. Click the Configure Port tab to view the connection. If you are using RAW, then this is known as HP Jetdirect-Socket on OS X. So if you are not sure what protocol was used before I would create another printer queue, this time selecting IP > HP Jetdirect-Socket. Then enter your IP address and select the K5400dn from the Print Using menu.
    If this still fails to print then please reply. There may be limitations with adding the HP driver this way that I am not aware of. There may also be other driver options you can look at, such as HPIJS. If Greg Sahli reads this posting he has expert knowledge on this matter and will be able to offer some guidance.
    PaHu

  • How to Create a Table with Merge and partitions in HANA

    Hi,
    What is the best way to create a Table with MERGE and PARTITION and UNLOAD PRIORITIES.
    Any body can you please give me some examples.
    Regards,
    Deva

    Ok,
    1) the UNLOAD PRIORITY has nothing to do with the order of data loads in your ETL process
    2) Unloading of columns will happen automatically. Don't specify anything specific for the tables, then SAP HANA will take care about it
    3) Not sure where you get your ideas from, but there is no need to manually "flush" tables or anything like that. SAP HANA will take care of memory housekeeping.
    4) Partitioning and how to specify it for tables has been largely documented. Just read up on it.
    5) Delta Merge will happen automatically, as long as you don't prevent it (e.g. by trying to outsmart the mergedog rules)
    Seriously, I get the impressions that this list of requirements is based on some hear-say and lack of actual information and experience with SAP HANA. There are a couple of extensive discussions on data loading optimization available here in SCN and on SAPHANA.COM. Please read those first.
    All this had been discussed broadly a couple of times.
    - Lars

  • Collect BPM - Start process and correlation in one Receiver

    I'm using collect pattern based on timeout. Somehow in my infinite loop, in the receive step, I cannot combine "start process" with creating correlation and using it. All in the same receiver. When I try to activate my BPM, in the processing log I get, "start process" trigger removed.
    Can someone throw any light on this....I've being trying this for over few hours now. I cannot get start process and correlation in one receiver. I must be doing something wrong.
    Even the copied BPMCollectPattern removes the start process from the receiver.
    thank you,
    Pam
    Additional info:
    The first message received starts the process within an infinite loop and activates the correlation "Correlation" by using IDoc message tyoe. Each subsequent message uses this correlation. The messages are received in the container element CollectMessage.In the loop the received messages are attached to the multiline container element CollectMessageList.

    Hi,
    We are also in SP12. So start process is not a problem, because you are getting an Information saying that "start trigger removed" right? It is not an error.
    Are you getting this eror "expression must not return multiline value" after your complete Integration Process desgin ? If So...
    I think you are getting this error in Transformation Step where you are doing N:1 mapping. In this step you are mentioning Interface mapping right? Once you mention Interface Mapping in Transformation step you need to give Source Message Structure as well as Target Message Structure. According to my understanding you are getting error here. You can check these errors, while design time itself. If your entries are showing with Red Border then it is understood that there is an error.
    So if error is here then I think you need to check your N:1 Mapping. In this mapping your Source side Messages should be 0...unbounded. Similarly in Interface Mapping also. Just check for Source Message Occurences...
    I think it will solve your problem.
    Thanks,
    Moorthy

  • How to delete in iTunes for Mac some PDF files, previously synched with iPhone and then deleted from it?

    A while ago I synced some PDF files from my iTunes to my iPhone.  I've deleted those PDF files from my iPhone recently but now i'm trying to delete them from iTunes but can't.  How can this be done?
    P.S. Tried to select/highlight them (OK) and then to delete with cmd+Backspace - doesn't work 

    I am sure the URLConnection.defaultUseCaches is set before it is connected otherwise I should catch an IllegalStateException on conn.setUseCaches(false).
            try
                URL url = new URL("jar:file:/C:\\a.jar!/a.gif");           
             URLConnection conn = url.openConnection();
               conn.setDefaultUseCaches(false);
             conn.setUseCaches(false);
                Icon icon = new ImageIcon(url);
                System.out.println("icon size ? " + icon.getIconHeight());
                url.openConnection().getInputStream().close();
                System.gc();
             System.runFinalization();
                File file = new File("c:\\a.jar");
                while (file.exists())
                    file.delete();
                    try
                        Thread.sleep(10);
                    catch (InterruptedException ignored)
                System.out.println("file deleted.");
            catch (Throwable t)
                t.printStackTrace();

  • Name of the file (in utl_file) with date and time

    Instead of the below:
    vHandle1 := utl_file.fopen('/home/oracle/testdir', 'test.csv', 'W');
    I want something like this:
    vHandle1 := utl_file.fopen('/home/oracle/testdir', 'test19dec200611.35.csv', 'W');
    i.e the name of the file should have the date and time too so that every time the original is not overwritten.
    Is this possible?

    OR maybe we can use this:
    utl_file.frename('/home/oracle/testdir','test.csv,'/home/oracle/testdir','test'||to_char(sysdate,'DDMONYYYYHH24:MI')||'.csv',TRUE);
    Will it work?
    Can we download this file and open it through oracle (and not any front end like ASP etc.)

  • HT204150 After upgrading to Windows 8, in my Outlook 2007 Contacts I now have "Contacts in iCloud" and "Contacts from iCloud".   How can I merge the two into one Contacts list.

    After upgrading to Windows, in my Outlook 2007 Contacts I now have "Contacts in iCloud"  plus "Contacts from iCloud".  How can I merge the two to avoid duplication.

    Hi Ingo 2711,
    Thank you for your suggestion.  I backup on itunes. I went to itunes, deleted syncing my contacts, then re-synced them. But the Facetime capability option continues to be there on most (not all, for some curious reason) of my contacts. I am not sure I posed my question correctly.  I want to be able to FT with my family, so don't want to delete the FT capability totally from my iphone and ipad. But I don't want all these other iphone calls from various contacts to ring on my ipad as FT calls.  I want a way to select with whom I have FT capabilities. Any further suggestions? Thanks much, trekpal

  • Filter Data with Merged and non merged columns in one

    Hi there,
    I have an excel spreadsheet that has got merged and non merged columns. What I want to be able to do is, filter a row that has got merged column and non merged columns. But when I filter it only takes the first line, rather than the merged and non merged
    columns.
    With this data I have one merged column which spans 6 rows, and then in the same row I have 6 rows with different points in, and what I want to do is filter my list, but be able to see the merged coloum aswell as the 6 points.
    Any ideas are much appriciated.
    Cheers
    SAN

    You cannot filter across a row - so I have assumed that what you mean is that some cells in columns are merged to serve as the headers, and the data is in the came columns but in the row(s) below the header. If this is incorrect, ignore this post.
    For this example, I have assumed E to J are the column of data and merged cells, column K is free, and the first merged header is in row 1:
    In K1, enter
    =E1
    in K2, enter
    =IF(COUNTA(E2:J2)=1,E2,K1)
    and copy down. Then filter based on column K, and it will show the headers and the data for the selected header value.
    HTH, Bernie

  • Grid filtering with textInput and TWO comboboxes...

    I am trying to combine some code based on Ben Forta's example
    and another I found on cflex.net. The idea is to have a text
    "as-you-type" search on a Grid, and also be filtered by not one,
    but two comboboxes, each pertaining to different columns of the
    grid. The code below works, but it is only 1 combobox and a
    textInput. How can I add the second combobox?
    Each piece of code works find on its own, but I'm just having
    trouble putting them all together. The second combobox's code is in
    block comment below.
    The rest of the application is like this: the grid is
    dgObjectList with dataProvider objectList. (ArrayCollection) It has
    objName, typeName, and courseName for columns. It is filtered via
    an inputText (for objName), and two comboBoxes cbTypeList and
    cbCourseList (for typeName and courseName). All three have
    change="objectList.refresh();"
    The resultHandler for the grid's data has:
    objectList.filterFunction=processFilter;
    And finally, here's the filter I have so far...any thoughts
    on getting the second combobox in there? The problem is once an if
    statement passes, the rest of the function doesn't run.
    quote:
    private function processFilter(item:Object):Boolean {
    var result:Boolean=false;
    dgObjectList.selectedIndex = -1;
    checkForDisplay();
    if(item.objName.length == 0 ||
    item.objName.toUpperCase().indexOf(searchText.text.toUpperCase())
    >= 0) {
    if(cbTypeList.selectedItem.typeName != "Show All") {
    return item.typeName == cbTypeList.selectedItem.typeName;
    } else if(cbTypeList.selectedItem.typeName == "Show All") {
    return true;
    /* Second ComboBox:
    if(cbCourseList.selectedItem.courseName != "Show All") {
    return item.courseName ==
    cbCourseListselectedItem.courseName;
    } else if(cbCourseList.selectedItem.courseName == "Show
    All") {
    return true;
    return result;

    Here is a complete working example.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
    xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute"
    creationComplete="creationCompleteHandler(event);">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import mx.events.FlexEvent
    [Bindable]
    public var theRegion: Array = [ {label:"State",
    data:1},{label:"North", data:"N"}, {label:"South", data:"S"} ];
    [Bindable]
    public var newPremise: Array = [ {label:"Premise",
    data:1},{label:"On", data:"ON"}, {label:"Off", data:"OF"},
    {label:"Military", data:"MI"} ];
    private var tmp_objectList:Array =
    {Premise: "On",Region: "North",objName: "Intro", typeName:
    "ColdFusion", courseName :"Intro To ColdFusion"},
    {Premise: "Off",Region: "South",objName: "Programming",
    typeName: "Flex", courseName:"Flex Programming"},
    {Premise: "Military",Region: "South",objName: "Development",
    typeName: "Apollo", courseName:"Apollo Development"}
    [Bindable]
    private var ObjectList:ArrayCollection;
    private function
    creationCompleteHandler(event:FlexEvent):void
    ObjectList = new ArrayCollection (tmp_objectList);
    ObjectList.filterFunction=processObjectListFilter;
    public function processObjectListFilter(item:Object):Boolean
    var result:Boolean=false;
    if (
    (txtFilter.text == '' || (item.objName != null &&
    String(item.objName).toUpperCase().indexOf(txtFilter.text.toUpperCase())
    >= 0)) &&
    (aRegion.selectedLabel == 'State' ||(item.Region != null
    item.Region.toUpperCase().indexOf(aRegion.selectedLabel.toUpperCase())
    >= 0)) &&
    (premisefilter.selectedLabel == 'Premise' ||(item.Premise !=
    null &&
    item.Premise.toUpperCase().indexOf(premisefilter.selectedLabel.toUpperCase())
    >= 0))
    result=true;
    return result;
    ]]>
    </mx:Script>
    <mx:ComboBox id="aRegion" dataProvider="{theRegion}"
    width="70" change="ObjectList.refresh();"/>
    <mx:ComboBox id="premisefilter"
    dataProvider="{newPremise}" width="85"
    change="ObjectList.refresh();" x="78"/>
    <mx:TextInput x="34" y="249" id="txtFilter"
    change="ObjectList.refresh();"/>
    <mx:DataGrid dataProvider="{ObjectList}" x="34" y="279"
    width="596">
    <mx:columns>
    <mx:DataGridColumn headerText="Region"
    dataField="Region"/>
    <mx:DataGridColumn headerText="Premise"
    dataField="Premise"/>
    <mx:DataGridColumn headerText="objName"
    dataField="objName"/>
    <mx:DataGridColumn headerText="typeName"
    dataField="typeName"/>
    <mx:DataGridColumn headerText="courseName"
    dataField="courseName"/>
    </mx:columns>
    </mx:DataGrid>
    <mx:Text x="34" y="223" text="Type As You Go Filters
    objName" color="#ffffff"/>
    </mx:Application>

  • File Sizes Surge with Merger of Aperture an iPhoto Libraries

    I merged an Aperture library and an iPhoto library. All went well. However, the resulting file sizes on BOTH new libraries have increased significantly. The iPhoto file size went from ~ 50 gigs to ~144 gigs and the Aperture library went from ~90 gigs to ~ 102 gigs.
    I thought I would be able to delete one of the libraries (iPhoto) after the merger, but now that it is so big...I;m not sure what to do.
    I can understand the post merger Aperture library getting larger, but why the iPhoto library?
    Also, I read that the iPhoto library may contain "originals" and that only versions merged over into the new Aperture (post merger) library. Is that true? If so, what can be done to move over the originals to whicheveer library survives?
    Thanks!

    How exactly did you merge? And what are your Aperture and iPhoto versions?
    Why are there two new libraries after merging an Aperture library and an iPhoto library? Merging two libraries should create one merged library, or am I missing something?
    WIth Aperture 3.3 or later and iPhoto 9.3 or later:  If you want to merge an iPhoto library into an Aperture library, you would open the Aperture library and then use "File > Import > Library" and select the iPhoto Library to merge the iPhoto Library into your Aperture library.
    The Aperture library should increase in size to accomodate your iPhoto images, but the size of the imported iPhoto library should stay the same.
    Also, I read that the iPhoto library may contain "originals" and that only versions merged over into the new Aperture (post merger) library. Is that true? If so, what can be done to move over the originals to whicheveer library survives?
    That will depend on the iPhoto and Aperture versions you are using. With any Aperture version later than Aperture 3.3. both the originals and edited versions will be imported into Aperture, when you import an iPhoto library as library to merge it into the Aperture library. Only if your iPhoto library is referenced (the original image files not included in the iPhoto library), then Aperture will also reference these original files and not import them into the Aperture library.  YOu can consolidate the originals later in aperture.
    But we need to know, how exactly you merged your libraries to be able to understand, how both libraries increased in size.  Did you not use "File > Import > Library"?
    -- Léonie

  • File sharing issue with Leopard and Windows XP

    I had no problem with file sharing (see the Windows machine on Leopard) before I reinstall the XP and update to SP3.
    Now I cannot get the XP shared disk displayed on Leopard Finder. I looked through some guides and check these:
    Both the two laptops are in the same workgroup called "WORKGROUP";
    XP firewall disabled;
    XP Guest Account enabled.
    But I just cannot get the Windows icon back to the left column of my Finder. Have I missed something? Any body with any ideas? Thanks in advance.

    Same problem but almost the reverse. 10.5.2 server, windows clients file browsing, opening and saving speed is great, but our 4 iMac clients (Leopard also) really, really slow to generate thumbnail views of files and open them. Happens across several shares, seems to be a problem with AFP, although now after disabling AFP on some of the shares, it is happening on SMB as well. I have read several other discussions on this forum that attempt to deal with AFP performance issues, but none provide a real solution. Now that it is also happening with the SMB protocol as well I am getting a bit concerned.
    Any advice or even a link to more info would be greatly appreciated.

  • Combine supported files is not automatically opening and closing source applications?

    On my Vista 64 machine, suddenly, the "Combine supported files in Acrobat" has begun malfunctioning. Instead of automatically opening and closing the source application (such as MS Word), Acrobat opens the application and then asks to save a new PDF file for each source file and stalls out the conversion. This problem is not happening on my Win XP machine. I have used the 'Repair Acrobat Installation' function but the problem is not corrected.
    Thanks for any suggestions.

    Just to close out this thread, the bug was fixed with the latest version of Acrobat Pro Extended (9.3.3).

Maybe you are looking for

  • Displaying Byte Array images in coldfusion

    This has been driving me crazy for a couple of days now.I have a Java class that returns pictures stored in a DB as a Byte Array. I am able to display the image but that is all i am able to do - I want to display the image name, description etc in a

  • Can you deploy Final Cut Express with ARD?

    Hi Folks, I have recently purchased ARD to help administer a suit of iMAC and 6 MAC Book Pros. I have an issue with Final Cut Express 4, in that it requires the licence information on application start up. I originally created an image with all of th

  • Sony TG5V vs Sanyo Xacti HD1010: A QUESTION ABOUT IMAGE STABILIZATION

    i have decided to return my new Sony TG5V handycam since discovering that it does not have an external mic jack for interviews that I plan on doing. The return will not be a problem, but my new question is this: I did some preliminary research last n

  • WM : Confirmation of loading operator

    Dear  All Please can you tell me how I can establish who loaded a pallet on SAP. I can see who packed it but it does not show me who scanned it for loading. I really need to know how to do this for a disciplinary matter. What I would like is to be ab

  • Mac Pro - Final Cut Studio 2 - Adobe Production Premium - NO FLASH PLAYING!

    I recently purchased a Mac Pro with Leopard, Final Cut Studio 2, and Adobe Production Premium suite. I got everything setup yesterday, and I exported a Quicktime reference file from Final Cut, and brought it into Flash CS3 Media Encoder. The file see