Outineload utility to load several UDAs

Y at - it an option for the load utility of outline that I can use to load mutiple UDA to a standard size.
For example, I called I want to attribute UDA A1 and B1 to Center and center dimension name. Whats happening is first it load A1, then after that it is remove A1 and B1 of loading. But I want to keep the existing UDA and add new ones to this dimension. Please let me know how to do that in planning using the sketch load utility.

The magical search button reveals that I have answered this question before :)
Re: OutlineLoad for HPlanning: How can I load several UDA?

This is the way to do
Parent, child, UDA
Account, closing of the exercise, "UDA1, UDA2".

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • OutlineLoad for HPlanning: How can I load several UDA?

    Hello
    I am currently loading dimension for a classic planning application.
    I use the OutlineLoad command.

    When I load only one type of UDA, he is fine: I use the header of the UDA.

    I don't know how to do this when I have to load several UDA.

    For example, I need to load the following table:

    Parent Dimension UDA1 UDA2
    Dimension e1 not 0.3
    Dimension e2 Yes 0.2

    First of all, is it possible with load contour?
    If this is the case, how should I label the headers?

    Kind regards
    Joseph

    Hello

    Have you tried to use quotes around the uda for example

    Parent, child, UDA
    Account, closing of the exercise, "UDA1, UDA2".

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Several UDA in Essbase

    Hello
    How can I load several UDA in Essbase using ODI.

    How my ODI interface should look like and how my Sun to generate the rule file should look like?

    -app

    Have a read of a blog that I wrote on how to load several udas in essbase:-http://john-goodwin.blogspot.com/2009/01/odi-series-few-extra-tips.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Load several binary files (.r32/.r64) with DataLoadSel or similar functions

    I want to automatically load several R32-records in the database, there is no DAT file that contains the structure, it must be created. Currently my script gets a list of files one then a loop produces a header for each file and the bed. The structures are beeing set correctly, the first file is read correctly, but after the data of channel of each following file are empty/filled with zeros nearby.

    If I read about each file, the data is correct. There is a new DataFileLoadSel function, but it cannot read the binary data files.

    I think indexing is correct. I have no idea why playback does not work, any suggestions?

    Code:

    While (numLoop > 0)

    Call HDDelAll()

    GHDChnNo = DynChannelNo

    GHDChnLength = ChannelLength

    GHDChnType = "EXPLICIT."

    GHDDispFormat = "digital."

    GHDChnFile = chnFile

    GHDSaveType = 'BLOCK '.

    GHDChnIdx = 1

    GHDChnMode = "REAL32".

    Call HDCreate()

    Call GroupNameChk ("EMB-BKV-Data-" & (numFile + 1)) '... GroupCreateName

    Call GroupCreate ("EMB-BKV-Data-" & (numFile + 1), + 1, 0 numFile) '...

    Call GroupDefaultSet (numFile + 1) '... TargetGroupIndex

    Call DataLoadSel(chnFile,"1-",0) '... Data file, ChnNoStr, IncludeHdLoad

    ...

    loop

    ...

    I found the error: ChannelLength is not equal for each file, it must be calculated first.

    ' get the length of the file

    retVal = filesize (chnFile)

    ChannelLength = round (retVal / (sizeOfFloat * DynChannelNo))

    If (ChannelLength * sizeOfFloat * DynChannelNo) <> retVal then ' error handling

  • I get an error code whenever I start my computer. I have loaded several packs of registry repair software but cannot get rid of the message. The message bed error loading c:\windows\system32\pofusido.dll the specified module is not found

    I get an error code whenever I start my computer. I have loaded several packs of registry repair software but cannot get rid of the message. The message bed error loading c:\windows\system32\pofusido.dll the specified module is not found

    Hello

    I googled this file pofusido.dll and it could be caused by a virus.

    I would suggest that you disable the restore mode as viruses use it to reinstall set apart them.

    Download and install the free http://www.malwarebytes.org/

    Restart the computer and keep pressing F8 to get into safe mode with network connection.

    Once you have updated Malwarebytes run and see if it can remove the virus.

    So delete all cookies in your internet Explorer.

    Please keep in mind that my answer is based on the information in your message. More the better I can answer, Slan go foill, Paul

  • Cannot start VM ware, Windows loads several times (W110: cannot set WSS, Error 1314)

    Hello

    I can't start my Vmware.Windows screen loads several times.

    I have attached the images (picture1 and icture2) of the Windows screen and vmware log. kindly help.

    Thank you

    Satya

    Hi Satya,

    VMware Workstation 8, would have been nice to mention that in the subject because it is several years that he has been released and people might think - wrongly - that it is the last workstation.

    According to your attached newspaper, your CPU in the host is unable to enter long mode.

    So either the CPU is not capable of running 64-bit or you need to enable VT in the BIOS and cold restart it.

    For more information, see: troubleshooting problems of Intel VT - x

    --

    Wil

  • How to load several HTML5 canvas on the same page (the right way)

    Hello

    I struggled to load several animations of canvas on the same page. At the beginning, I thought that export movies with different namespaces and reload the libraries in a sequential workflow might work, but it doesn't. It still load just the last loaded movie. More info here: coding challenge: what am I doing wrong?

    Here's a sample of what I'm doing:

    1: publish two flash animations with namespaces customized to "lib" defined in the "publication settings": "libFirst" and "libSecond".

    2nd: Edit the canvas tags in the HTML page. One called "firstCanvas" and another one called "secondCanvas".

    3rd: change the javascript like this:

            <script>
                // change the default namespace for the CreateJS libraries:
                var createjsFirst = createjsFirst||{};
                var createjs = createjsFirst;
            </script>
            <script src="//code.createjs.com/easeljs-0.7.1.min.js"></script>
            <script src="//code.createjs.com/tweenjs-0.5.1.min.js"></script>
            <script src="//code.createjs.com/movieclip-0.7.1.min.js"></script>
            <script src="{{assets}}/js/first.js"></script>
            <script>
                function initFirstAnimation() {
                    var canvas, stage, exportRoot;
    
                    canvas = document.getElementById("firstCanvas");
                    exportRoot = new libFirst.first();
    
                    stage = new createjsFirst.Stage(canvas);
                    stage.addChild(exportRoot);
                    stage.update();
    
                    createjsFirst.Ticker.setFPS(libFirst.properties.fps);
                    createjsFirst.Ticker.addEventListener("tick", stage);
                }
            </script>
            <script>
                // change the default namespace for the CreateJS libraries:
                var createjsSecond = createjsSecond||{};
                var createjs = createjsSecond;
            </script>
            <script src="//code.createjs.com/easeljs-0.7.1.min.js"></script>
            <script src="//code.createjs.com/tweenjs-0.5.1.min.js"></script>
            <script src="//code.createjs.com/movieclip-0.7.1.min.js"></script>
            <script src="{{assets}}/js/second.js"></script>
            <script>
                function initSecondAnimation() {
                    var canvas, stage, exportRoot;
    
                    canvas = document.getElementById("secondCanvas");
                    exportRoot = new libSecond.second();
    
                    stage = new createjsSecond.Stage(canvas);
                    stage.addChild(exportRoot);
                    stage.update();
    
                    createjsSecond.Ticker.setFPS(libSecond.properties.fps);
                    createjsSecond.Ticker.addEventListener("tick", stage);
                }
            </script>
    
    <body onload="initFirstAnimation(); initSecondAnimation();">
    
    
    
    

    Could someone please answer with best practices on how to do it? If possible, without the need to reload all libraries...

    If I only need to show a flash animation at the same time, it would be more efficient to cut/paste the canvas using jQuery tag in the DOM and reload a different lib on this subject?

    Thank you very much!

    #flash #reborn

    I was able to remedy. In the end, it was easier than I thought. Just publish using namespace different 'lib' for each film, load all the scripts at the end of theand add the following in the onload or ready events:

    $(document).ready(function () {
    
            var canvas, stage, exportRoot;
    
            // First movie
            canvas = document.getElementById("firstCanvas");
            exportRoot = new libFirst.first();
    
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
    
            createjs.Ticker.setFPS(libFirst.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);
    
            // Second movie
            canvas = document.getElementById("secondCanvas");
            exportRoot = new libSecond.second();
    
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
    
            createjs.Ticker.setFPS(libSecond.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);
    
            // Third movie
            canvas = dument.getElementById("thirdCanvas");
            exportRoot = new libThird.third();
    
            stage = new createjs.Stage(canvas);
            stage.addChild(exportRoot);
            stage.update();
    
            createjs.Ticker.setFPS(libThird.properties.fps);
            createjs.Ticker.addEventListener("tick", stage);
    });
    
  • Failed to load several files to Essbase using generics and MaxL characters

    I have several data files to load:


    Files:
    Filename.txt
    Filename_1.txt
    Filename_2.txt


    According to the following link, Essbase is able to load several files to the BSO via MaxL databases using wildcards:

    http://docs.Oracle.com/CD/E17236_01/EPM.1112/esb_tech_ref/frameset.htm?launch.html

    However, when I try to run the following, I get the following error:


    MaxL:
    import data from database MyApp.DB of data_file text Server "... /.. '. /MyApp/filename*.txt' using the rules_file server 'L_MyRule' error add to '\\Server\Folder\L_MyRule.err ';

    Error:
    ERROR - 1003027 - failed to open file [DB01/oracleEPM/user_projects/epmsystem2/EssbaseServer/essbaseserver1/app/MyApp/DB /... /.. / Filename*.txt].
    ERROR - 1241101 - Essbase unexpected error 1003027.


    I can run the following fine without any problems, but it deals only with the first of several files, and I'd rather not hardcode several files as the number may vary in the future:

    MaxL:
    import data from database MyApp.DB of data_file text Server "... /.. '. ' / MyApp/Filename.txt "using Server rules_file error ' L_MyRule' add to '\\Server\Folder\L_MyRule.err ';


    Any ideas? And what about ASO databases?

    Good point John, concatenate the files don't get you all that. Not sure about post of James it is fair after the wildcard for the usability or performance option.

  • Help to load several images through LoadVars

    Hello everyone.

    I need a hand load several images using the LoadVars with a text file. I can get it to upload 1 image but no more than that. I'm aware of other methods such as the use of components, but I'm looking for a method where I can access and modify all data of the 1 text file (there will be a text variable in the file aswell to, but I am more concerned about the images at the moment).

    In any case on the issue. I created a simple .fla file of many that describes my problem.

    The film contains 3 layers:

    -top layer contains ACE

    -middle layer contains a clip empty film with the name of the instance of mcImage1

    -lower layer contains a snippet of film empy with the name of the instance of mcImage2

    The AS level contains the following code:

    ImageData = new LoadVars()
    ImageData.Load ("Data.txt")
    imagedata.onLoad = {function (ok)}
    {if (OK)}
    mcImage1.loadMovie (this.) Image1)
    mcImage2.loadMovie (this.) Image2)
    } else trace ("loading issue")
    }


    In the same folder of my .swf file, I have a text file called data.txt that contains the following

    & Image1 = image1.gif
    & Image2 = image2.gif

    In the same folder of my .swf file, I also image2.gif and two image image1.gif.

    When I run the flash the image2.gif is correctly imported. Image1.gif does not appear.

    You can download my source files and all images here

    http://www.myrealpage.com/projects/var_test/var_test.zip

    Any help that can be made on this problem is highly appreciated.

    Thank you

    Matt

    Hi again Rothrock.

    I just wanted to say thank you for taking the time to help me. I have the file works as expected today.

    For those who are interested here is what I ended up doing

    In my data.txt file:

    & Image1 = image1.gif & Image2 = image2.gif

    All first framework covering the timeline with the video clips.

    var img1:String;
    var img2:String;
    var img3:String;
    var img4:String;
    var img5:String;
    ImageData = new LoadVars();
    imagedata.onLoad = {function (ok)}
    {if (OK)}
    img1 is this. Image1;
    img2 is this. Image2;
    img3 is this. Image3;
    img4 is this. Image4;
    img5 is this. Picture5;
    } else trace ("loading issue");
    }

    ImageData.Load ("Data.txt");

    And on each individual framework where I wanted my movieclips mcImage

    mcImage1.loadMovie (_root.img1); or mcImage2.loadMovie (_root.img2); and so on.

    Thanks again for your time. It was very appreciated.

    Matt

  • How can I load several languages?

    How can I load different languages for my application?

    can I load different languages for a single application, so I can share it with students of ESL?

    Thank you

    First Clip comes with several strings of languages already built in.

    Go to the preferences iOS app to change the language of the user here: settings/general / 'language & Region '.

    For example, when I updated the Japanese and then run first Clip, the entire application in Nihongo.

  • How to load several columns of data into Essbase

    Hello!

    I need to download a flat in Essbase data file, but this file contains data for each month in a separate column (Jan, Feb and March), it has several columns of data in the source file, while the DATA reversed Essbase data store is a fact with a column of the data table. So I'm stuck on the way in this case to map more than one column of data in the source file to column 1 of the target data.

    Thank you very much!

    When yo reversed your essbase data model in the RKM there will be an option called SEVERAL COLUMNS of DATA (no default value), this must be set to yes. Then, there are 2 other options that need to be addressed DATA_COLUMN_DIMENSION which is the name of the dimension that you load multiple values to in your case period. Then in the next option DATA_COLUMN_MEMBERS specify you a comma list of members separated... column data required i.e. Jan, Feb, Mar etc. Now when you reverse the model, you will have several column data members

  • How to load several books in planning using FDM ERPI?

    Hello

    I use FDM and ERPI 11.1.2 to load data from Oracle GL R12 to Hyperion Planning 11.1.2.

    In Oracle GL, I have several books: one for each accounting entities.

    In ERPI:
    -an import format is associated with a single entity accouting
    -a location is associated with an import format, then with a reporting entity
    -a rule of data loading is associated with a place, then with a reporting entity

    In FDM, when configuring the ERPI adapter, you must enter the data load rule name that you want to use.

    So: How to load data from several reporting entities (= books) in planning through FDM/ERPI?

    Thank you in advance for your help!

    Fanny

    Fanny,

    You have no need to fill the data rule option - load adapter. By the documentation, you can also fill the places metadata integration Option n ° 1 with load rule name. This lets you use an adapter in the application of FDM; but the pull of several great books.

    Of course, each book would be a separate location of the FDM.

    Thank you

  • How to load several SWF my main flash file?

    I use the following code

    In stock for 1 frame:

    ( var myrequest:URLRequest =new URLRequest ()'A.swf'();
    ( var myloader:Loader =new Loader()();
    myLoader. load () myrequest ();

    img1. addEventListener () MouseEvent. ( CLICK, button click();

    ( function button click ()event: MouseEvent ():void{ }
    Stadium. addChild () myloader ();
    }

    img1.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_5);

    function fl_ClickToGoToAndStopAtFrame_5(event:MouseEvent):void

    {

    gotoAndStop (13).

    }

    In action to frame 13: (img2 is another button)

    img2.addEventListener (MouseEvent.CLICK, unloadFunction);

    function unloadFunction(event:Event):void {}

    stage.removeChild (myloader);

    }

    This code works perfectly fine. My only problem is how to make several swf loaded. When I tried to copy and paste the same code for the another swf, but the following errors appear. I'm sure theres a way to have several sovereign wealth funds (btw the multiple SWFS will be bound to different frames).

    Scene 1, Layer 'PAGES!', frame 2, line 7 1021: duplicate function definition.

    Scene 1, Layer 'PAGES!', frame 2, line 2 1151: there is a conflict with the myloader definition in the internal namespace.

    Scene 1, Layer 'PAGES!', frame 2, line 1 1151: there is a conflict with myrequest definition in the internal namespace.

    Can anyone help me please with this. Thank you

    I have to get a new keyboard one day... it ignores things...  That sentence was supposed to have read "You can not set the same variable name or function more than once in a file" If you don't know not what that means, read it a few times because it's as simple as possible.

    In regards to the other code, try and see what you get... No need to wait for me to try something yourself and see.

  • How to load several files DBF table 1 target using only 1 interface?

    Hello, I am a beginner in ODI and I have a problem.

    I have several DBF / Foxpro files that is stored in a directory like this:
    2010_10/account.dbf
    2010_11/account.dbf

    All DBF files have the same structure, but stored in a different folder (the folder name is < year > _ < month >)

    I managed to create an interface to load a DBF unique for the target table and the source table is hardcoded in the interface. Ideally, the interface will take place once a month.

    How can I use the same interface to load other DBF files?

    I know, if the data source is a text file, you can link the resource name to a variable, and the variable can be set to a file name. But I can't do since I use a JDBC driver to connect to the DBF file.

    Any help will be appreciated

    Hello

    I have no idea on the DBF files, yet...

    What is create a variable to build the 'months' and then pass this variable to OdiFileCopy, move this file to a specific directory. Then run your interface to load this file into your database. Once the work is successful, you can delete the file using OdiFileDelete (optional)

    Thank you
    Fati

  • How to load several files column data into essbase using the rule of load.

    Hello

    I need to load a file of data into essbase, which includes data from several columns.

    Here is a sample file.


    Year, Department, account, Jan, Feb, Mar, Apr, may, June, July, August, Sept, Oct, Nov, Dec
    FY10, ministere1, account1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
    FY10, agencies2, account1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
    FY10, ministere3, account1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12


    Thank you
    Sirot

    But this isn't an error as such, that is to say that no data values have been changed so that they possible already exist in the database.
    If there is no release, they should be in a file of errors.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • Satellite A100-920 - blocked at startup

    HelloAfter a recent BIOS upgrade, reboot the laptop, I'm stuck at the start with F2 or F12 options page. But I can't go any further, the 'blue' bar showing that the reading of the boot is still in a third and stopped. I tried removing the battery and

  • Safe area of the Vibe P1

    I had spent in the security zone in order to implement but left. Now when I open the safe zone, it is asking password. But ibdid not give any password in the first place. Now how to recover the password or get the password

  • The computer upgrade laptop RAM

    Hi, I've had my HP Pavilion m6 1006tx for about 11 months now and I had success in the basic forms of games (minecraft and other training games not so much). Now, my computer has an Intel core i7-3612QM multi-core cpu clocked @ 2.1 ghz with intel boo

  • I can't run this update (KB978601___

    I can't install this update update security for Windows 7 for x 64-based systems (KB978601) Download size: 204 KB You may have to restart your computer for this update is taken into account. Update type: Important A security issue has been identified

  • HP Paviion DV9730NR CPU upgrade Witch one?

    Hello. EU 9730nr HP, I want to upgrade CPU, now I have Intel Cor 2 Duo T5450 1.67 Ghz. Can I put on my laptop this CPU T7700 (2.4 GHz, 4 MB L2 cache, 800 MHz FSB) or T8300 (2.40GHz/3MB/800MHz/) My motherboard is 461069-001