Loading metadata using ODI

Hello

I am trying to load new employees using ODI. Our employees are in alphabetical order. Is there a way I can load new employees in alphabetical order.

Please suggest,

Thank you

Good reading- order ODI by statement
It goes through the way in which you can customize planning KM with ORDER BY

See you soon

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

Tags: Business Intelligence

Similar Questions

  • Can load metadata using ODI in classisc applcn and upgraded to epma

    Hi John,.

    As it is not compatible with EPMA, cane we load metadata in classic using ODI and then move the applcns to EPMA ODI?

    This method is suggestible? What are the maps for planning to connect epma will come out. any idea?

    Hello

    It is perfectly acceptable to build a classic application, fill it with ODI and then convert the EPMA, if after that you will not be able to use ODI with the planning application.
    I'm not sure when the EPMA adapters comes out for ODI.

    See you soon

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

  • Loading dimension using ODI

    Hi John,.

    When we load dimensions in an application of planning with ODI, dimension how can screenplay we set the properties.

    Take care of the dimension Scenario using ODI in the first place or only account and entity

    Hello

    Currently, you are unable to load the of member properties for dimensions, script, Version, year, period.
    In a planning application these usually don't change that often, so it shouldn't be too much a problem.

    See you soon

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

  • Loading files using ODI

    Friends,

    Just a query related to the loading of data from several files in Oracle DB.

    If I run the ODI scenario to load data from flat files 5 (fixed format) and it process the file 1 and 2, now the file number 3 has errors and would be rejected by ODI. is it possible to continue with 4 file and folder 5 ODI?

    Concerning
    KS

    Hi shenoyk,

    Its possible in ODI, a single interface to used to load multiple interface. It must be done by the iterative method.

    Please use the variable as the name of the data store in the model file. While she will identify several dynamilcall files by updating the variable.

    I guess that next steps will help you

    (1) all in now listing the names of files to treat in the temporary table.
    (2) get temp table with variable count and verify this count > 0 means take the next step 3
    (3) use a refresh V1 variable to get the name of min of leadership (how to get the unique name)
    (4) use V1 under the name of the database file must be downloaded.
    (5) Ko option allows the command of ODI, move the wrong file to another directory. and return to step 6
    (6) use ok option procedure ODI (write code to delete the file in the temporary table name)
    7) go to step 2
    (8) in step 2, when the count is equal to 0 (doesn't mean that no file available in this folder to deal with) then the process will be completed.

    It makes sense.

    Thank you
    Madha

  • SOS! -Error to load data from Oracle 11 g to Essbase using ODI

    Hi all.

    I want to load data from oracle database to essbase using ODI.
    I have set up correctly the Hyperion essbase physical and logical topology manager and got the structure ESSBASE BASIC app DEMO.
    The problem is.
    1. when I try see data right click on the table of essbase.
    va.sql.SQLException: driver must be specified
    at com.sunopsis.sql.SnpsConnection.a (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection (SnpsConnection.java)
    at com.sunopsis.graphical.frame.b.jc.bE (jc.java)
    at com.sunopsis.graphical.frame.bo.bA (bo.java)
    at com.sunopsis.graphical.frame.b.ja.dl (ja.java)
    to com.sunopsis.graphical.frame.b.ja. < init > (ja.java)
    to com.sunopsis.graphical.frame.b.jc. < init > (jc.java)
    I got the answer of partisan Oracle it's ok, just omit it. The second problem will appear.
    2 create an interface between the oracle and essbase database, click on the option ' staging of deffirent from the area of the "(ce qui signifie que la mise en scène est créé à la base de données oracle) target, and using IKM SQL for Hyperion Essbase (metadata), run this interface".

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    "< String >" file, line 61, in there?
    com.hyperion.odi.essbase.ODIEssbaseException: invalid value specified [RULES_FILE] for the load option [null]

    at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.validateLoadOptions (unknown Source)

    at com.hyperion.odi.essbase.AbstractEssbaseWriter.beginLoad (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.python.core.PyReflectedFunction.__call__ (PyReflectedFunction.java)

    at org.python.core.PyMethod.__call__ (PyMethod.java)

    at org.python.core.PyObject.__call__ (PyObject.java)

    at org.python.core.PyInstance.invoke (PyInstance.java)

    to org.python.pycode._pyx1.f$ 0 (< string >: 61)

    to org.python.pycode._pyx1.call_function (< string >)

    at org.python.core.PyTableCode.call (PyTableCode.java)

    at org.python.core.PyCode.call (PyCode.java)

    at org.python.core.Py.runCode (Py.java)

    at org.python.core.Py.exec (Py.java)



    I am very confused by it. Someone give me a solution or other docs.

    Ethan.

    Hello

    You say that you are loading, but you chose the KM for the loading of metadata?
    If you load metadata then you must provide a rules file, if you are loading and then choose the KM - IKM SQL for Hyperion Essbase (DATA)

    Ok?

    See you soon

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

  • account hierarchy load using ODI

    Hello

    I need to load the account with the help of ODI hierarchy. The process would be to transform a flat table in query hierarchical (parent, child) by using a query similar to the one given below.

    CREATE TABLE hierarchy_flat)
    id_01 INTEGER,
    name_01 VARCHAR (40),
    id_02 INTEGER,
    name_02 VARCHAR (40),
    id_03 INTEGER,
    name_03 VARCHAR (40),
    id_04 INTEGER,
    name_04 VARCHAR (40),
    id_05 INTEGER,
    name_05 VARCHAR (40),
    id_06 INTEGER,
    name_06 VARCHAR (40),
    id_07 INTEGER,
    name_07 VARCHAR (40),
    id_08 INTEGER,
    name_08 VARCHAR (40),
    id_09 INTEGER,
    name_09 VARCHAR (40),
    ID_10 INTEGER,
    name_19 VARCHAR (40)
    );



    SELECT DISTINCT id_01 node_id, NULL, parent_id, node_name name_01
    OF hierarchy_flat
    UNION
    SELECT DISTINCT id_02 node_id, parent_id, node_name name_02 id_01
    OF hierarchy_flat, WHERE id_02 IS NOT NULL
    UNION
    SELECT DISTINCT id_03 node_id, parent_id, node_name name_03 id_02
    OF hierarchy_flat, WHERE id_03 IS NOT NULL
    UNION
    SELECT DISTINCT id_04 node_id, parent_id, node_name name_04 id_03
    OF hierarchy_flat, WHERE id_04 IS NOT NULL
    UNION
    SELECT DISTINCT id_05 node_id, parent_id, node_name name_05 id_04
    OF hierarchy_flat, WHERE id_05 IS NOT NULL
    UNION
    SELECT DISTINCT id_06 node_id, parent_id, node_name name_06 id_05
    OF hierarchy_flat, WHERE id_06 IS NOT NULL
    UNION
    SELECT DISTINCT id_07 node_id, parent_id, node_name name_07 id_06
    OF hierarchy_flat, WHERE id_07 IS NOT NULL
    UNION
    SELECT DISTINCT id_08 node_id, parent_id, node_name name_08 id_07
    OF hierarchy_flat, WHERE id_08 IS NOT NULL
    UNION
    SELECT DISTINCT id_09 node_id, parent_id, node_name name_09 id_08
    OF hierarchy_flat, WHERE id_09 IS NOT NULL
    UNION
    SELECT DISTINCT id_10 node_id, parent_id, node_name name_10 id_09
    OF hierarchy_flat, WHERE id_10 IS NOT NULL
    ORDER BY 1

    Now my question is can do something like this in ODI? If yes how?
    It would be more convenient to do this outside ODI? If Yes, then how can I automate creating the table and load using ODI...

    The pointers will be appreciated.

    Thanks in advance!

    1) depends on the version of ODI. In ODI 11 g, that it could be done by using several datasets and UNION operator. Look at this link http://odiexperts.com/11g-oracle-data-integrator-part-611g-union-minus-intersect/
    In ODI 10 g there are 2 ways to it - using multiple interfaces running one by one, or by implementing view in the UNION of database and 'hide' in this perspective.

    (2) step ODI procedure to execute some SQL code, then you might add this step with the relevant code in your package

  • Cannot load data into Essbase using ODI

    Hi guys,.

    Help help. I have problem loading data into essbase using ODI. The error message is
    java.sql.SQLException: unexpected token: ACCOUNT in the statement [select C1_ACCOUNT "" account]

    I have a very simple flat file that are similar to the below:

    Account, resources, time, data
    Active, Na_Resource, Jan, 10
    Active, Na_Resource, 12, February

    With the same flat files, I am able to load data to load rules.


    I use 9.3.1.0 and ODI 10.1.3.4.0 essbase. I use the ODI to load members and data in the planning without any problem.


    Thank you

    Hello

    It seems to generate an extra set of quotation marks around the SQL, in my interface it generates.

    SQL = "" "select C1_ACCOUNT 'Account', C2_PERIOD 'Period', C3_RESOURCE 'Resource', C4_DATA 'Data' of the" C$ _0TestApp_testData "where (1 = 1) «»

    Note the single quotes around the account.

    If you go to the topology Manager, on the tab of the physical architecture, right-click 'Hyperion Planning' > 'change '.
    Select the "Langugage" tab for the "JYTHON" line, make sure that the "Object Delimiter" field has no quotes, if it's remove and apply and save.

    See you soon

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

  • Loading metadata for Essbase to planning.

    Hello

    I want to know what are the methods to load the metadata in the planning of the essbase cube. I tried edge Extractor to create a csv file, then I used ODI to reverse the file and create a data source. Then I reversed the application of planning, developed the interface and charted the dimensions. I have more dimensions in the target that the data source file, and when I run the interface I always have some planning problems.

    I need to create a table sql from the csv file then reversed and map it to plan? Is there an easy way, I can load the members without the use of ODI?

    Thanks in advance,
    -Hussain

    Check the operator and look at the statistics in the report it should tell you how many records have been loaded, if it is zero and there is no file error (assuming that you have two types of logging enabled), you must back up why he tries to load no record, break down into sections extracted e.g. planning of sql or a flat file then file/sql for essbase.

    See you soon

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

  • SQL for Essbase (Metadata) with ODI

    Hi all...

    I'm trying to load the metadata in Essbase by using a rules file... When I load the metadata using the rule file in Essbase, it shows me all the size and fields well... I like... But when I try to do the same thing using ODI... Laughing out loud!!! It creates only the dimension and the fields appear as the way in which it has been entered in the table sql... ie a field consists of a line of the table created for the file of rules...!

    Can you help me to know where I am going wrong?

    Please let me know if you need more information to help me...

    Any suggestion would be marked quite useful...

    Thank you...
    Susan

    Hello

    When loading SQL, you will need to have defined delimiter as the decimal point in both the rule file and in ODI, I wrote another [blog | http://john-goodwin.blogspot.com/2008/11/odi-series-loading-sql-metadata-and-its.html] on this subject goes into why it is no longer possible to use commas.

    Ok?

    See you soon

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

  • New Member charge tables sources to target Essbase using ODI.

    Hello Experts!

    There is a daily load of data from oracle to HP (Essbase cube) 11.1.2 table. Sometimes, they add a new Member in the table to load data that is not existing in Essbase cube.

    We want to add or map this new Member-to-Member Essbase called members unmapped itself to load data and load data? using ODI. ?

    Can you please suggest any options for this?


    Thanks in advance!
    Alex keny

    If you keep a list of essbase members in an array then compare that list with the table data loading and load the Member in essbase.

    See you soon

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

  • Extraction of members in text using ODI files

    Hello

    We can use Outline Extractor to extract the Member Essbase or planning.

    Similarly, can we use ODI to extract members in Essbase or planning in a text file.

    E.M.P. version 111.1.2.0

    Thank you
    Sourabh.

    Hello

    Yes.

    Refer

    Extract data from Hyperion Planning
    ODI - adapter SUN: loading of the text data in the planning your application

    Thank you
    Fati

  • Loading, planning another ODI dimension hierarchies

    Anyone know how to load another hierarchy of attribute dimension interface ODI? I guess they allow replacing hierarchies in the dimensions of the attribute?

    Edited by: jayfin on 28 March 2011 17:59

    If you're talking about created a hierarchy of shared so no it is not possible that you should not be able to do in planning.
    If it's just another hierarchy in the dimension of your attribute then you should be able to charge members of parent/child to build using ODI.

    See you soon

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

  • Unwanted characters when loading files at ODI table

    Hi all

    I get some unwanted characters when loading data from a file .txt or .csv using ODI.
    The presence of it's random, i.e. it varies from a field in each race.

    The data appear correct directly in the output of the query, but if you copy paste data into the window of developer or on Notepad etc it appears as:
    *"*
    *"*

    for example. If the result of the query is AMIT, if I have the same copy into Notepad, it appears as:
    * "AMIT *"
    *"*

    Can we make a few adjustments in ODI to overcome this problem?

    Thanks in advance.

    Concerning
    Amit

    Published by: user12195264 on March 21, 2011 23:46

    Published by: user12195264 on March 21, 2011 23:46

    See if the unwanted tank occurs in various field then you can not do something in odi. You should change the data file or if you know the right column you can you can update with the following query:

    Update table_name set col = substring (col, 1, length (col)-1);

  • Load metadata ERPI

    Hi all

    To the best of my knowledge and belief, ERPI load metadata first in the HFM Application (classic or EPMA, as the case may be) before loading the metadata in HFM (via FDM or directly in HFM as appropriate).

    It is possible to prevent the loading of metadata in HFM ERPI or to load data, and to have a drill through to the level of transactions, it is necessary to load the metadata ERPI using? The reason why I ask this question is that we have a scenario, where the customer has a single entity in EBS, which does not follow the COST group and by FDM, the client wants to convert the HFM (Group) COA COA of moral said.

    But to the best of my knowledge, both for 11.1.1.3 and ERPI 11.1.2 version requires to load metadata in HFM. So, this will fill undesirable COST so in HFM. Is there a way to stop it? In other words, I can by pass load metadata ERPI and jump directly to the stage of loading data? The option ignore in the mapping of metadata exactly work as expected and will stop loading the metadata ERPI in HFM?

    Thanks in advance!

    Kind regards
    Carla Shah

    Hello Anne,.

    I still don't think you have a knowledge of the ERPi.
    What struck you talk now + 'Mapping' + has nothing to do with the rules of metadata... they are two different things.

    Thank you

  • Data extracted from planning to DWH classic planning license using ODI

    We can extract data from the data warehouse planning with Classic planning application license using ODI?

    We currently use ODI to load data into the planning.


    Thanks in advance

    You will need to check with your Oracle account manager to see which adapters that you are approved for the.
    If you have a license for the essbase adapter which I believe you should be, then, you will be able to extract data

    See you soon

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

Maybe you are looking for