How to load the metadata directly into essbase 9.3?

Hi all
When I load the metadata directly in essbase with IKM SQL for Hyperion Essbase (METADATA).
My metadata is already on Microsoft SQL 2000. After run an interface that loads the metadata to essbase and check in the essbase outline, it seems that vector data can not retrieve correctly. And still have many rejected cases.

My question is:
Can I use the same rule file that used to load a metadata in the text file?
Because in this case, I use the same rule file that load the text file metadata.

Let me know if you need more information.

Thank you in advance.

Hello

You can use the same rules file, check in the options of IKM, you have the same delimiter rules as in your rules file.

You can also turn on error logging and logging in the options of the IKM, so you should get more information on why the metaload does not

See you soon

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

Tags: Business Intelligence

Similar Questions

  • How to load the metadata cloud SEEP of Fusion GL

    Hello

    Can someone let me know how to load the metadata pending SEEP cloud of merger GL through the management of data (FDMEE).

    I'm not able to see the metadata tab rule in FDMEE, as there was in previous versions.

    Y at - it another option to load the metadata into the clouds.

    Kind regards

    Srikanth

    You can not directly integrate metadata into FDMEE PBCS. The metadata option has been disabled.

  • How to load the text file into a table and retrieve data line by line?

    I'm looking to help understand how to open a text file, each line in a table of load.  The data will be called to change the content of the text layer.  Thanks for any help.

    I did not test this code, but something like

    var a = [];

    var f = new File (Folder.desktop + "/ TestFile.txt");

    If (f.open ('r')) {}

    While (! f.eof) {}

    a.push (f.Readln ());

    }

    f.Close ();

    }

    Alert ("I read" + a.length + "lines in the file.");

    for (var i = 0; i)< a.length;="" i++)="">

    DoSomethingWithThisLine (a [i]); //<-- you="" need="" to="" write="">

    }

  • How to load the image into the Blob field in Sql?

    Hello

    I want to know how to load the image into the Blob field in Sql

    Concerning


    Therese

    Re: How to load the image into the Long Raw column?

  • Can I use the file rule to load the metadata in the planning

    We are about to load data into the planning and was curious to know if we can create contour and loads the data in planning using Rulefiles (I know that we can in Essbase and want to make sure the planning)

    What could be the best option for creating contour and loading of metadata in the Planning.

    Thanks in advance

    No charge is just for essbase.
    You can use a rule to load to load directly into essbase for a planning application, but you can not for metadata.

    See you soon

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

  • How to save the metadata to RAW files (and not externally. XMP file)

    Hello

    I would like to record metadata (for example key words) in the RAW files and not externally. XMP file.

    How in Lightroom?

    Thank you

    Josh

    PS: XMP is a file format (=. The XMP files) or a metadata format that can be incorporated into one. XMP file or in the raw itself?

    You can not save the metadata directly in the raw file in Lightroom. You only can it save to a file, XMP - one text file with XMP as well as its file extension containing data that is written to the XMP format.

    To avoid the sidecar files, plan to convert your raw files to DNG. Metadata is written to these files in XMP format, but inside the DNG format.

    More clear?

  • FDM can be used to load the metadata in planning 9 and 11

    Hi John,.

    Can we use FDM to load the metadata in the planning of the 9 and 11 versions.

    Looking forward for your answer

    Thank you
    Sravan

    Not that I know, you can use it to load data into essbase database planning.
    You can read about FDM loading of metadata in version 11, but it's using the ERP Integrator which is located at the top of the ODI.

    See you soon

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

  • Load the XML file into Oracle external Table


    I load the data from the XML file into an intermediate table Oracle using external Tables.

    Let's say below, it is my XML file

    < header >
    < A_CNT > 10 < / A_CNT >
    < E_CNT > 10 < / E_CNT >
    < AF_CNT > 10 < / AF_CNT >
    < / header >
    < student >
    <>students-details
    < Student_info >
    < Single_Info >
    < ID > 18 / < ID >
    New York < City > < / City >
    < country > United States < / country >
    < Name_lst >
    < Student_name >
    Samuel < name > < / name >
    Paul < Last_name > < / Last_name >
    < DOB > 19871208 < / DOB >
    Aware of < RecordStatus > < / RecordStatus >
    < / Student_name >
    < Student_name >
    Samuel < name > < / name >
    Paul < Last_name > < / Last_name >
    < DOB > 19871208 < / DOB >

    < TerminationDt > 20050812 < / TerminationDt >
    History of < RecordStatus > < / RecordStatus >
    < / Student_name >
    < / Name_lst >
    < Personal_Info >
    <>men < / Type >
    < 27 > < / Age >
    < / Personal_Info >
    < / Single_Info >
    < / Student_info >

    < student - register >
    class < A >
    < info >
    < detail >
    < ID student > 18 < / student >
    EE < major > < / Major >
    < course-Grades >
    < course > VLSI < / course >
    < degree > 3.0 < / Grade >
    < / course-Grades >
    < course-Grades >
    < course > nanotechnology < / course >
    < degree > 4.0 < / Grade >
    < / course-Grades >
    < / details >
    < detail >
    < ID student > 18 < / student >
    THIS < major > < / Major >
    < / details >
    < / info >
    class < A >
    < Student_Enrol >
    <>students-details
    < student >

    I load this XML data file into a single table using an external Table. Could someone help me please with coding.

    Thank you

    Reva

    Could you please help me how to insert my XML content into that.

    Same as before, try a plain old INSERT:

    insert into xml_pecos

    values)

    XmlType (bfilename ('XML_DIR', "test.xml"), nls_charset_id ('AL32UTF8'))

    );

    But you'll probably hit the same limitation as with the binary XMLType table.

    In this case, you can use FTP to load the file as a resource in the XML DB repository.

    If the XML schema has been registered with the hierarchy enabled then the file will be automatically inserted into the table.

    Could you post the exact statement that you used to save the scheme?

    In the meantime, you can also read this article, I did a few years ago, it covers the XML DB features that may be useful here, including details on how to load the file via FTP:

    https://odieweblog.WordPress.com/2011/11/23/Oracle-XML-DB-a-practical-example/

    And documentation of the course: http://docs.oracle.com/cd/E11882_01/appdev.112/e23094/xdb06stt.htm#ADXDB4672

  • How to load the shared entities

    Hello guys! I did experiments with Chargeback manager for awhile, but I have a question. So far, I have seen that with Chargeback manager, it is very easy to calculate the cost of features in a virtual infrastructure (for example, ESXi, VM etc) based on several cost models.
    But what happens when we talk about shared resources? For example if a (BU) Business Unit uses an ESXi server, it is very easy to load than BU. You have created a cost report that ESXi and you present to the BU.

    But when, on the other hand, you have DRANK using the same things that ESXi (for example a mail server) can become more complicated. You can still find the cost of this ESXI, but how will you allocate this cost on the BU who use this server? For example, divide the cost by the number of BU? Or divide the cost by the number of BU take the consideration of the number of users in each BU... etc...

    So the question is, if Chargeback Manager has additional features that could help this process...

    Bravo!

    Hello

    Yes, but the function is only limited to virtual machines directly added to a folder of chargeback hierarchy. Chargeback has an option to share a VM on records (i.e. from Business units). Please refer to the user guide for "sharing cost of Virtual Machine.

    For now, you need to calculate the percentage of shares according to the criteria (number of email users) for a virtual computer and use this Chargeback percentage manually.

    Kind regards

    Agnes

    From: communities emailer [email protected]<>[email protected]>

    Reply-To: communities emailer [email protected]<>[email protected]>

    To: Agnes Pannem [email protected]kumar<>[email protected]>

    Subject: New message: "how to load shared entities.

    Http://communities.vmware.com/index.jspaVMware communities >

    How to load the shared entities

    juan11http://communities.vmware.com/people/juan11response > in VMware vCenter Chargeback - see the discussion complete onhttp://communities.vmware.com/message/2051025#2051025

  • load the xml file into a database to help table of travel point

    Hello

    Someone help me please with a possible approach. I have an interface for APEX users where users can download a file xml in apex table wwv_flow_files using the element to browse with a button "submit". Now, after loading the xml file in the wwv_flow_files table. I need to read and load the xml data into a table sample_tbl. I'm using the version of Oracle APEX 4.0 and Oracle 10 g R2 database. Here is an example of XML file to load. Please help me possible suggestions.

    <? XML version = "1.0" encoding = "UTF-8"? >

    < dataroot generated =... >

    < MySample >

    < KeyId > 1234 < / KeyId >

    eddskc < KeyName > < / KeyName >

    < scheduleDate > 2013-06-16T 00: 00:00 < / ScheduleDate >

    < StartTime > 2013-06-16T 08: 00:00 < / StartTime >

    < EndTime > 2013-06-16T 08:30:00 < / EndTime >

    < / MySample >

    < MySample >

    < KeyId > 5678 < / KeyId >

    jppdf < KeyName > < / KeyName >

    < scheduleDate > 2013-05-19T 00: 00:00 < / ScheduleDate >

    < StartTime > 2013-05-19T 08: 00:00 < / StartTime >

    < EndTime > 2013-05-19T 08:30:00 < / EndTime >

    < / MySample >

    < / dataroot >

    Thanks in advance.

    Thank you

    Orton

    orton607 wrote:

    My sample_tbl has a start_time field and its data type DATE.

    Good.  Be sure to always store dates as the DATE.

    The application (in this case, APEX) needs to format the date date type in the appropriate human-readable format.

    The problem with the incoming data is the 't'.  You will need to convert a space using REPLACE() in the framework so that your SELECT statement

    From there on, conversion to the DATE data type is simply

    to_date( replace( start_time_str, 'T', ' '), 'YYYY-MM-DD HH24:MI:SS') as start_time
    

    And, just in case where, the conversion of DATE for the desired format:

    to_char( start_time, 'MM/DD/YYYY HH12:MI:SS AM')
    

    Although, I'm 'hours' as being left-padded with zeros... Am I looking for how / if you can get rid of the zero prefix (0).

  • Failed to load the metadata server using GET_DOC_METADATA_INFO content model?

    Hi all

    I create connection in Jdeveloper to the repository of content both are 11.1.1.6.0 version. I'm creating RIDC Socket type Socket.
    everything by testing the connection I get under Error.UCM runs in other ways machine come IP. trying to connect from my local Jdeveloper.

    Test failed:
    Failed to load the metadata server using GET_DOC_METADATA_INFO content model.
    Permission denied. Address ' XX. XX. XX. XX'(IP) is not an authorized remote socket address. (IP replaced by XX...)

    Why his error.do showing that I need to put any changes of the UCM let me know problem question

    Please give me an idea about this error and the solution for the same.


    Concerning
    Siva sery

    To eliminate the first manifesto, see this post: fail to connect to the content if server use 'web' for the RIDC socket type and check that the other IP is allowed, amongst, IPs (you can use a mask, or type it directly) - do not forget to restart the server after the change.

    If this does not help, test, if other services such as DOC_INFO_BY_NAME can be called via RIDC, or if they have the same problem.

  • Load the text file into the Textarea

    Hi How can I load text files into Textarea I use this method seems like it load text file but I can't show it in a textarea a certain pls help

    Hi all
    Finally I found the way to load the text file into the textArea, that's like


    private function loadText (): void {}
    var l:URLLoader = new URLLoader (new URLRequest('2.txt'))
    l.addEventListener (Event.COMPLETE, finishLoading);

    }
    public void finishLoading(evt:Event):void {}
    var myData:String = new String (evt.target.data)
    txtBox.text = myData;
    }

    ]]>

    It should works because it is a work with me
    Take advantage of the code
    Sanji

  • Can I retrieve the metadata only of essbase or planning?

    Hello!
    Can I retrieve the metadata only for essbase or planning? If I planning, how can I do it? And why, when I extracted the metadata of essbase, it retrieves members who are never share in store? He always put (stored) S.

    Thanks in advance.

    Good bye

    Hello

    Which version you use, I don't know who had a bug in early versions of ODI.
    Make sure that you are on version 10.1.3.5

    See you soon

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

  • How to load the CMOS (get the Bios settings) on Lenovo IdeaCentre K330

    Hello

    How to load the CMOS (get the Bios settings) on Lenovo IdeaCentre K330? Found no parameters. I can click on F2, then network and passwords, is this all I could configure?

    OK, I got it - you must click F1 several times when starting system upward!

  • How to load the operating system of split hard drive D of Aspire5315?

    OS in my laptop does not work correctly. Standard recovery system does not work - no food no points.

    How to load the operating system of split hard drive D of Aspire5315? -step by step please.

    Please consult this useful link: http://acer.custhelp.com/app/answers/detail/a_id/2631/

Maybe you are looking for