Open batch FDMEE order

Hello

I use FDMEE 11.1.2.4 in the docs it reads...

page 283

13 step files data source based on files by copying them on inbox\batches\openbatch using a

of the following methods:

l rule data loading preset - use a predefined data rule that loads the data in function

Specific categories, let the data field create an Auto empty rule on the definition of lot

the screen and create loading data (see 'Definition data load rules to Extract Data' on the rule)

(page 161).

Next, create the file name to open in the following format batch:

FileID_RuleName_Period_LoadMethod. The file id is a free-form field that you can

to control the load order. The batch files load in alphabetical order by file name.

I created 2 load files

I've set up the batch

One might expect that the file a ~ TestToBIFHM ~ real ~ Jan 15 ~ RR.txt must run first... right?

Well... No...

2015-12-14 17:40:20, 655 [AIF] INFO: Jython Version: 2.5.1 (Release_2_5_1:6813, September 26 2009, 13:47:54)

[JRockit (R) Oracle (Oracle Corporation)]

2015-12-14 17:40:20, 655 INFO [AIF]: Java platform: java1.6.0_37

2015-12-14 17:40:20, 656 [AIF] INFO: log the file encoding: UTF-8

2015-12-14 17:40:20, 806 INFO [AIF]: a valid token has been recovered.

2015-12-14 17:40:25, 682 INFO [AIF]: beginning of the process, package ID: 88

2015-12-14 17:40:25, 683 INFO [AIF]: package name: BIHFM_OpenBatch

2015-12-14 17:40:25, 685 [AIF] INFO: open lot of execution: BIHFM_OpenBatch

2015-12-14 17:40:25, 687 [AIF] INFO: copy of Src Dir: \\Irc-gold124\fdmee/inbox/batches/openbatch/, Tgt Dir: \\Irc-gold124\fdmee/inbox/batches/openbatch/88

2015-12-14 17:40:25, 716 [AIF] INFO: open lot of performance for file: b ~ BIHFM ~ real ~ Jan 15 ~ RR.txt

2015-12-14 17:40:25, 717 INFO [AIF]: rule BIHFM_Actual of data already exists in the system. In using this.

2015-12-14 17:40:25, 774 INFO [AIF]: data rule name: BIHFM_Actual

2015-12-14 17:40:25, 774 INFO [AIF]: name of the start-up period: Jan-15

2015-12-14 17:40:25, 774 INFO [AIF]: name of the period of the end: Jan-15

2015-12-14 17:40:25, 775 INFO [AIF]: Import Mode: R

2015-12-14 17:40:25, 775 INFO [AIF]: Import Mode: REPLACE

2015-12-14 17:40:25, 778 INFO [AIF]: export Mode: R

2015-12-14 17:40:25, 778 INFO [AIF]: Export Mode: replace

2015-12-14 17:40:45, 828 [AIF] INFO: execution were made for file: b ~ BIHFM ~ real ~ Jan 15 ~ RR.txt

2015-12-14 17:40:45, 829 [AIF] INFO: open lot of performance for file: a ~ TestToBIFHM ~ real ~ Jan 15 ~ RR.txt

2015-12-14 17:40:45, 830 [AIF] INFO: rule TestToBIFHM_Actual of data already exists in the system. In using this.

2015-12-14 17:40:45, 887 NEWS [AIF]: data rule name: TestToBIFHM_Actual

2015-12-14 17:40:45, 888 INFO [AIF]: name of the start-up period: Jan-15

2015-12-14 17:40:45, 888 INFO [AIF]: name of the period of the end: Jan-15

2015-12-14 17:40:45, 889 INFO [AIF]: Import Mode: R

2015-12-14 17:40:45, 889 INFO [AIF]: Import Mode: REPLACE

2015-12-14 17:40:45, 890 INFO [AIF]: export Mode: R

2015-12-14 17:40:45, 891 INFO [AIF]: Export Mode: replace

2015-12-14 17:41:04, 998 [AIF] INFO: performance have been made to file: a ~ TestToBIFHM ~ real ~ Jan 15 ~ RR.txt

2015-12-14 17:41:05, 017 [AIF] INFO: mannequin

2015-12-14 17:41:05, 134 INFO [AIF]: end process FDMEE, process ID: 88

Has anyone else seen elsewhere?  Am I missing something?

Thank you

Wayne

In response to the SR, we raised...

Tags: Business Intelligence

Similar Questions

  • Text files do not open in the order specified by Batch file

    Hello

    I have the batch such as below:

    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00625\File1.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00626\File2.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00630\File3.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00635\File4.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00636\File5.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00640\File6.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00645\File7.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00650\File8.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00670\File9.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00680\File10.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00685\File11.999".
    Start "" "C:\Program Files\Notepad++\notepad++.exe" "C:\Temp\0331\S00695\File12.999".

    It opens 1 instance of NotePad ++ (similar like UltraEdit but FREE) and opens all the files above (I associated with the extension.999 NotePad ++) as tabs within the app but it opens them in any order (9,8,1,6,2,10,3, etc., etc.) and not in the order I specified above (File1.999, then File2.999, then File3.999, etc., etc.).

    What additional syntax is necessary for NotePad ++ to open them in the order (that I have loaded in commands) in 1 case?

    Thank you

    I never really came across a need to pack in batch files, but I think I found the answer.  StackOverflow.com has a discussion about it here:

    http://StackOverflow.com/questions/69068/long-commands-split-over-multiple-lines-in-Vista-DOS-batch-bat-file

    It seems that you just use a ^ mark to denote a continuation.  So, something like this:

    Notepad.exe "C:\Temp\File1.txt" "C:\Temp\File2.txt ^.

    «C:\Temp\File3.txt' C:\Temp\File4.txt"^ «»

    "C:\Temp\File5.txt" "C:\Temp\File6.txt".

    Just note that you must make sure that the spaces are included if need be, even if a winding is there.

  • When you select multiple files to open in Windows 7, they open out of order

    When I select multiple files in Windows 7, any type of file, they open in a random order and not in the order that they appear in Windows Explorer. If I close and reopen again, they open in a different random order. How can I fix it to be able to open them in the order that they appear in Windows Explorer without having to open each file individually?

    If the problem occurs during media playback, check that the shuffle is turned off.

  • How can I open a purchase order that has been closed for a reception


    have a couple IN. that tolerance was set to 100%, while they were closed for the reception following the approval.   How to open them again please.

    Thank you, Scott

    Hello

    Please follow the steps below:

    1. go to the purchase of Super User RESP > orders > purchase order summary

    2 ask the PO you want to open

    3. click on tools > control and choose "Open to receive.

    This will open all the lines if you wanty to open a specific line press the button lines and click Tools > control

    You can also open by shipping as well by pressing the Send button by clicking Tools > control

    Hope this helps,

    Please mark responds 'Proper' or 'Useful', as appropriate, to facilitate solutions to the other participants in the community

  • Illustrator CC 2014 open and place orders does not not after installing Yosemite

    How can I get orders open Illustrator and Place to work after installing Yosemite?

    d mar,

    I think that the good order/way is to update the operating system, and then reinstall the applications. Which was how you did it?

    Otherwise, it may be time to try a reinstall.
  • Right click 'Open with' missing order. Help please.

    A few days ago, I realized that the 'Open with' contextual right click menu command is missing. However its there at the top of the window on the "menu bar" or whatever.
    Not sure how it happened. Maybe when I installed MS .net Framework 3 SP1 or maybe when I cleaned the registry with CCleaner.
    I need to get it back please. Could U tell me how? Thank you.

    Hi, scurvy:

    By design, the open with menu option is not available when you click on executables (.cmd, .bat, .pif, .scf, .exe, .com or .scr), or shortcuts to executable files.

    If you have lost the menu option open with for all types of files, including non-executable files, follow these steps:

    1. click on Start, all programs, Accessories, Notepad.

    2. copy and paste this text:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\ * \shellex\ContextMenuHandlers\Open with]
    @= "{09799AFB-AD67-11d1-ABCD-00C04FC30936}".

    3. click on file, record under, name the file "OpenWith.reg" (WITH THE QUOTES) and click OK.

    4. double-click on OpenWith.reg, click continue, Yes, OKand see if the problem is resolved.

    PS: My personal opinion is not to use no matter WHAT registry cleaner on the system.

    Microsoft MVP Windows Desktop Experience

  • How can I reset the compressed files (zipped) for normal zipped folders of other programs that i'ved open with in order to extract the zipped files and download the zipped files? __

    I changed somhow setting folder zipped removable zipped files to adobe reader and internet explore and I think it's by using the open with option and I need to reset the zipped folder that looks like a folder with a zipper that can be extracted, so I can download and extract zipped files! But how?

    Hello

    1st 3 here should fix you up

    How to restore Vista built-in ZIP files Support
    http://www.Vistax64.com/tutorials/65254-zip-file-support-restore.html
    How to enable or disable the files compressed in Vista
    http://www.Vistax64.com/tutorials/93827-zip-file-compressed-folders.html
    Restore the Type Associations by default Vista file extensions
    http://www.Vistax64.com/tutorials/233243-default-file-type-associations-restore.html

    ---------------------------------

    How Unassociate a Type of Extension file in Vista - and a utility to help
    http://www.Vistax64.com/tutorials/91920-unassociate-file-extention-type.html
    Restore and return the file Association in Windows Vista if Original
    http://www.mydigitallife.info/2008/06/22/restore-and-reset-file-association-in-Windows-Vista-back-to-original-default/

    Reset and Fix Broken Windows Vista file Ext and Type Associations (include EXE, COM, SYS, ZIP, LNK,
    Folder, drive)
    http://www.mydigitallife.info/2008/06/22/reset-and-fix-broken-Windows-Vista-file-ext-and-type-associations-include-exe-com-sys-zip-lnk-folder-drive/

    For Windows Vista file association problems
    http://www.Winhelponline.com/articles/105/1/file-association-fixes-for-Windows-Vista.html

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • Photoshop uses JavaScript to load documents open in the order of the corresponding color

    Hello

    I am a production artist and I make use of the corresponding color command a lot in my work. I often 6-10 Photoshop documents open and one of them is designated as my master document. With this document, I run the command of the corresponding color. Inside of the dialogue of the corresponding color, I charge one of the other open documents in the Source dropdown under statistics of images. I click Ok, and then save the master document under a new name. I have to repeat this step for all open documents. Naturally, it becomes tedious.


    I started to write a script to automate this process, but I can't find the syntax for the corresponding color. I have the Adobe Photoshop Cs6 Javascript Scripting reference, but have been unable to locate in this PDF file. I tried to look online, but no luck. Does anyone know what syntax to use as well as associated properties / methods?

    Thanks for any help.

    Try this:

    //
    // MatchColor.jsx
    // The source image must be the active document at the time this
    // script is run.
    //
    function matchColor(fileName) {
      function cTID(s) { return app.charIDToTypeID(s); };
      function sTID(s) { return app.stringIDToTypeID(s); };
        var desc11 = new ActionDescriptor();
        desc11.putInteger( cTID('Lght'), 100 );
        desc11.putInteger( cTID('ClrR'), 100 );
        desc11.putInteger( cTID('Fade'), 0 );
        desc11.putBoolean( cTID('fsel'), true );
            var ref8 = new ActionReference();
            ref8.putProperty( cTID('Lyr '), cTID('Bckg') );
            ref8.putName( cTID('Dcmn'), fileName);
        desc11.putReference( cTID('Srce'), ref8 );
        executeAction( sTID('matchColor'), desc11, DialogModes.NO );
    };
    
    function main() {
      if (app.documents.length < 2) {
        alert("At least 2 images must be open for this script to run.");
        return;
      }
      var srcdoc = app.activeDocument;
      var srcname = srcdoc.name;
      var docs = app.documents;
      var len = docs.length;
      for (var i = 0; i < len; i++) {
        var doc = docs[i];
        if (doc.name == srcname) {
          continue;
        }
        app.activeDocument = doc;
        matchColor(srcname);
      }
      app.activeDocument = srcdoc;
    };
    main();
    
    "matchColor.jsx";
    //EOF
    
  • Load period multi using open in FDMEE Interface Adapter

    Hi all

    I have install the EID. I have two records in the aif_open_interface table. One for April 2013 and one for March 2013. When I run the rule of data loading, I chose mar13 apr13. The result is the sum of the two files. Is there something that I am missing in the setup?

    Thank you!


    Hello

    have you correctly configured source period mappings?

    If so, each period must be treated separately.

    you could also have a glance in the ODI log to see SQL query run on the table of the IO.

  • Results of change to the package in the lost library

    Make the pictures any titles I decided to change all my photos of the opening batch in order to change the file name for the title so both would be identical.

    However, after this opening cannot find pictures in the Finder - 'Show in Finder' is grey and my only option is to search for referenced files. When I go to locate the referenced files a pop up says: "the selection is not all referenced files."

    I have rebuilt the database but still can not 'Show in Finder' to work.

    How to get back my library in the viewfinder as it was before?

    Make the pictures any titles I decided to change all my photos of the opening batch in order to change the file name for the title so both would be identical.

    Your managed or referenced Aperture library?  If all of your original images are managed inside the Aperture library, it is not possible to use 'show in Finder '. The originals are stored in the folder of Masters inside the Aperture library, and Aperture does not reveal the original images for files managed in the Finder.

    If you want to move the originals outside the library, so you can reveal in Finder, select the images and use "file > move original" to move them to a folder outside the library.  Once the images are referenced outside the library, "file > show in Finder" should work.

    But it's confusing, 'Change of batch' should have original in the library. Have you used ' file > consolidate "at one point during the evolution of the lot?

  • Error: "Windows cannot access the specified device, path or file. May not permissions to access you the item"while trying to open the batch file.

    Original title: HELP! Cannot scroll open batch files and computer Frezes Mid
     
    Whenever I click on a .bat file, you'll see this message:
    "Windows cannot access the specified device, path or file.
    You can not have the appropriate permissions to access the item.
    I am the administrator of the computer and I use a Windows XP.
    And half the time when I scroll, it Frezes the window!
    This computer that I'm talking about is not connected to the Internet so I cannot use a "fix site.
    I already Ran my Virus Scanner, I have no viruses.
    Help, please!
    -The JavaScripter

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the technet Windows XP forums.

    http://social.technet.Microsoft.com/forums/en/category/windowsxpitpro

  • The batch running of a Java application

    Hello

    Based on a processing thread archived on the same question, I understand that is the main method of com.oracle.determinations.batch.CmdLine must be run, using an array of strings as a parameter.

    Brad Tuckett has provided the basis for the following syntax:

    public static void main(String[] args)

    args is an array of strings corresponding to the arguments of the command line described in the section of the Guide to the developer of the OPA "set up the Batch Processor".

    But I am still unable to find a working syntax (after trying many); I always get the error:

    FATAL main HAND - configuration option not supported: - config C:/OPA/technical integration demo/projects/ODS - batch Processor/batch/fraud_score_config.xml

    com.oracle.determinations.batch.exceptions.ConfigurationException: unsupported configuration option: - config C:/OPA/technical integration demo/projects/ODS - batch Processor/batch/fraud_score_config.xml

    at com.oracle.determinations.batch.config.CmdLineConfigurationParser.getConfigurationOptions(CmdLineConfigurationParser.java:38)

    at com.oracle.determinations.batch.CmdLine.main(CmdLine.java:70)

    at com.example.batchproject.MainClass.main(MainClass.java:8)

    The procedure to follow when you run the batch processing of the command line is the following:

    In Windows Explorer, place you in the folder containing the configuration xml file, open a command prompt (SHIFT + right click and select "Open the window order here"), writing and the launch:

    java-jar... /Engine/determinations-batch.jar--config fraud_score_config.xml

    ... What then should be the exact syntax to use in the Java application?

    The following does not work for example:

    public static void main(String[] args) {
      String[] argsBatch = new String[1];
      argsBatch[0] = "--config C:/OPA/technical integration/demo projects/ODS - Batch Processor/batch/fraud_score_config.xml";
      com.oracle.determinations.batch.CmdLine.main(argsBatch);
    }
    

    Thanks in advance.

    Sense of space is important in the command line.  That's what Java use to split the command line in the args array.

    public static void main(String[] args) {
      String[] argsBatch = new String[2];
      argsBatch[0] = "--config";
      argsBatch[1] = "C:/OPA/technical integration/demo projects/ODS - Batch Processor/batch/fraud_score_config.xml";
      com.oracle.determinations.batch.CmdLine.main(argsBatch);
    }
    
  • Why can't I open a tube point you on Firefox

    I've been sent 4 different video clips on email but can't open them in order to hear them. I was informed that the 'plugin '.
    is vulnerable. What is a plugin?

    Hmm, what types of files have been sent?

    Your "more details of the system" shows that you have a fairly old version of the Flash player in Firefox plug-in: Shockwave Flash 11.5 r502

    A plugin is a piece of computer code that another company, like Adobe, released to add features to Firefox. In this case, the Flash Player manages a variety of different types of media law within a Firefox tab inside require you to download media and play in a separate program.

    But to return to the vulnerable part, you can update Flash by downloading a fresh Adobe installer:

    Sometimes the new Flash Installer is not clean out the old plugin. To give him the best shot to do that, it is better to close Firefox after the download and run the installer of Flash with Firefox closed to avoid the old lock file. After installation, you can check the page Add-ons - see if there is an own substitution of the new Shockwave Flash for the old.

    To open the page modules, either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click on Plugins.

    Success?

  • How can I move the "Open a new tab" button on the left side to the right place

    How can I move the "Open a new tab" button on the left side to the right place

    You must customize it window opens first in order to move around the icons on the toolbar and on / off. Both told us that you can move the icon tab that sits on the tab bar and resembles a + to another bar toolbar or on the left side of the tab bar.

  • OPENING FOLDERS, SEARCH COMPANION OPENS EVERY TIME THAT I CLICK ON A FOLDER

    WHENEVER I CLICK ON A FOLDER TO VIEW ITS CONTENTS, MY SEARCH FOLDER OPENS INSTEAD OF THE FOLDER AND VIEW ITS CONTENTS. IT STARTED JUST RECENTLY TO ARRIVE.

    HOW SHOULD I DO? I WANT TO BE ABLE TO LEFT CLICK ON A FOLDER AND OPEN IT IN ORDER TO NOT GO INTO THE SEARCH FOLDER

    You must change a registry key, Microsoft says here http://support.microsoft.com/?kbid=321186

Maybe you are looking for