Import EPMA Metadata by Using New verison of ODI 11g

Hi ,
Does anybody knows is it possible to import EPMA metadata by Usnig ODI new releases?.
I know its not supported in previous versions of ODI but how about in the new versions of ODI like 11.1.1.5?or 11.1.1.3? and also in previous versions you can do it by using interface tables.However I dont want to use interface tables.
Thanks...

As far as I am aware it is still the same in 11g, there have been no enhancements for EPMA, if it is a feature you would like including then it is worth raising an SR with Oracle as the more requests for feature enhancements will greater the chances of it happening.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Importing the METADATA ONLY using DBMS_DATAPUMP

    Hi DBAs,
    Using the DBMS_DATAPUMP , how can I import the metadata only for a particular table . Also I dont want to import any associated INDEXES and TRIGGERS. I have the following codes but it is trying to import every thing. Also if the table exist, it is not importing the METADATA rather erroring out.
    handle1 := DBMS_DATAPUMP.OPEN('IMPORT','SCHEMA', 'QAXDB.WORLD');
    DBMS_DATAPUMP.METADATA_FILTER(handle1, 'SCHEMA_EXPR', 'IN (''HR'')');
    DBMS_DATAPUMP.SET_PARAMETER(handle1, 'INCLUDE_METADATA', 1);
    Thanks
    -Samar-

    See the below link,
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_datpmp.htm
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com
    Click here for [Cross platform Transportable tablespace using Datapump|http://www.oracleracexpert.com/2009/08/transportable-tablespace-export-import.html]
    Click here to learn [Oracle data pump export/import with examples.|http://www.oracleracexpert.com/2009/08/oracle-data-pump-exportimport.html]

  • New column in ODI 11g Target

    Hi All,
    I am trying to import source gl_balances table to target table w_gl_balances.
    In this target table I have created new column called BUDGET. Other columns are auto mapped to the target table.
    BUDGET column mapping expression is DECODE(GL_BALANCES.ACTUAL_FLAG,'B', GL_BALANCES.PERIOD_NET_DR-GL_BALANCES.PERIOD_NET_CR, 0)
    While running this interface I am getting error like ora-00904 "BUDGET": Invalid identifier.
    Kindly advice regarding this.
    Thanks in advance.

    Do you have FLOW Control enabled - CKM being used ?
    Then most likely, the E$ table that was created with earlier version of the target table still exists and doesnt contain the BUDGET column and hence you get the error of invalid identifier.
    Drop the E$ table and ODI will recreate that table with the updated definition.

  • Using Max function in ODI 11g

    Hi all,
    How to get max value of the column from the source table if the column is not used on the target side. suppose there are two same records in the source, i want to get the maximum value of created date record form source but this created date column is not used on the target side. Can you please help me with this
    Thanks

    Though question is bit ambiguous .
    You can write query for that particular column. i.e
    ( Select max(creation_date) from XYZ where (KEY columns ) )
    If the requirement is to find the record with maximum creation date , you can provide a filter on the source table like
    Where PQR.CREATION_DATE = ( Select max(creation_date) from XYZ where (KEY columns ) )
    Keep the execution area as Source as the table exist in source.
    Hope it helps.

  • Failed to migrate EPMA planning application using LCM

    Hi all,
    I'm working on exalytics migration for planning application(Windows->Linux,EPM 11.1.2.2).
    I have successfully completed classic application migration. But for the EPMA planning application, when importing metadata,it failed with the following message:
    Error in migrating artifact, "/Application Metadata/Planning Applications/pln1/Local Dimensions/Account".
    Couldn't determine the column delimiter for the ads file being imported. When import EPMA planning application using LCM, it failed with: Couldn't determine the column delimiter for the ads file being imported
    ===========================================================================
    Reproduced Step:
    @ From the source environment, creat EPMA planning application ,and login to
    Shared Services console
    1- Export the Application Metadata to the file system - AppMetadata (EPM
    Architect -> Application Metadata -> Planning Applications)
    2- Shared Services -> Native Directory -> Assigned roles -> Application
    3- Application Groups -> Application Name
    From the Destination Environment
    4- Setup a datasource ready for the new application.
    5- Copy the filesystem file to the following folder in destination
    environment Hyperion\Common\import_export
    @ 6- Login to Hyperion Shared Services and import the filesystem AppMetadata
    created earlier, it failed with error:
    Error in migrating artifact, "/Application Metadata/Planning
    Applications/pln1/Local Dimensions/Account".
    Couldn't determine the column delimiter for the ads file being imported
    Could you please help to take a look, and tell me if I missed any step or there is any known issue for this kind of migration?
    Thanks,
    Xinying

    Thankd for your response.
    About the ads file, from log, it should be under /home/oracle/Oracle/Middleware/user_projects/epmsystem1/tmp/xxx/completexx.ads, but seems it was deleted, I can't find it.
    I checked file "/home/oracle/Oracle/Middleware/user_projects/epmsystem1/import_export/admin0/EPMA-EPM Architect/resource/Application Metadata/Planning Applications/pln1/Local Dimensions/Account", delimiter is "|".

  • Problem when exporting and importing project from odi 10g to odi 11g

    Hi,
    I want to migrate my project from odi 10g to odi 11g.
    But when i am importing the interface then it is giving the error of mising references .
    I have exported the project(without its child component),models
    (including my datastore),KM's,folder (without its child component),packages(with child components),interaces(with child components),procedures(with child components),variables from odi 10g.
    After exporting all these objects i imported all the objects with import type set as "Synonym mode insert" into odi 11g but when i imported the interface it is giving the error of missing references.
    Source technolgy is Oracle and target technolgy is Postgres.
    Topologies have been made in the ODI 11g same as in ODI 10g.
    Please help.

    You dont need to migrate the complete repository. You can migrate a project at a time into ODI 11.1.1.5.x
    You have to be careful while importing. You have to follow a sequence when importing.
    Empty Project -> KMs -> Models (with DB Stores) -> Variable -> Empty Folders -> Interfaces -> Procedures -> Packages ---- All in SYNONYM mode insert (no exceptions)
    And your repository id in 11g MUST be different from the one in 10g.

  • How to import metadata into EPMA application by using ODI

    Hi All,
    1.Can you tell anyone, how to import metadata into EPMA application by using ODI. Detailed steps with screen shots will be appreciated.
    2. What was the interface tables. How the interface tables will be useful while importing metadata into EPMA application (Detailed steps with screen shots will be appreciated.). And tell me the interface tables structure and work process. give me the clear idea bout interface tables. I don't know anything about interface tables.
    3.Which method(either using ODI or Interface tables) is optimized/bestcase for importing metadata into EPMA application.
    My database is Oracle 10g and I am using Planning 9.3.1.
    Thanks in advance.
    Thanks And Regards,
    Bhagya Lakshmi.

    Hi,
    Answer to your questions
    1. You can't import metadata directly into EPMA using ODI, the only option is use the EPMA interface tables which is your question 2.
    2. Interface tables are just a structure of database tables which you populate with metadata and then this is pushed into EPMA, the structure of the tables takes a while to get an understanding of. The best place to start would be the documentation :- http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/bpma_admin.pdf
    3. As explained in question 1 you can't use ODI directly to import metadata into EPMA but with a lot of hard work and effort you could probably populate interface tables from EPMA, though I must admit I am not a fan of the interface tables because I don't think they were designed with simplicity and ease of use in mind.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How can I (automatically) import new photos of the photostream on my local disc (Mac)? Don't want to use new icloud service. Simply import.

    New Photo app on Mac.
    How can I (automatically) import new photos of the photo stream on my local disc (Mac)? Don't want to use new icloud service. Simply import.
    With iPhoto every new photo was automatically imported and saved on my local disk (with "full resolution" that's what I only need). In the new photo app I have still my photo stream and when I move a photo (drag and drop from the photo stream) to a new album it indicates a (plus). My understanding is that the photo is now copied to my local disk. But when I deleted the photo in the photo stream it was also deleted in the album !?
    If that is the case I can use the photo stream only until I reach the max of 1.000 photos, then I have to delete photos and I will have no copy left.
    How can I "physically" copy a photo of the photo stream to my local disk? I just want to "transfer" all pictures taken with Ipads, Iphones to my central storage on the Mac. Please don't propose to connect it via iTunes (cable) to the Mac.
    Any other suggestions?
    thx
    -Tom

    The amazing device cannot do it because no amazing developer has written an app for it.  There is some interest, others have asked, but i have a hunch that the market is fairly limited, and no developer has jumped at the chance just yet.
    Any sort of tethered approach means try to feed the material to the pad thru the cck.  Which means the app would have to use the allowed/existing cck pathway in a manner that does not violate the sandbox rules.  That may be the problem.

  • HT1386 Syncing new iphone 5 with a mac with itunes 10.6.3. Error message says iphone cannot be used because requires itunes 10.7 or later. Unable to download Itunes 10.7 mac. What do I have to do to import songs from Mac to new Iphone 5 ?

    Syncing new iphone 5 with a Mac with itunes 10.6.3. Error message says iphone cannot be used because requires itunes 10.7 or later. Unable to download Itunes 10.7 to Mac. What do I have to do to import songs from Mac to new Iphone 5 ?

    iOS 6 (which runs on the iPhone 5) requires iTunes 10.7, which requires OS X 10.6.8 or higher.
    Upgrade OS X on your Mac.

  • I imported photos as cat to new hard drive. Using "find" lightroom 5 can't see any photos that are PSD, how can I fix?

    I imported photos as cat to new hard drive. Using "find" lightroom 5 can't see any photos that are PSD, how can I fix?  I can see them in the folder using windows explorer.

    This is the first time I've asked a question using the forum.  Is my question understandable?

  • I've imported some midi tracks, used the mixer to set pan, volume etc, but when I stop playback and restart it sets every midi track back to '0'. I've been using LE for years, this is a new one, any ideas?

    I've imported some midi tracks, used the mixer to set pan, volume etc, but when I stop playback and restart it sets every midi track back to '0'. I've been using LE for years, this is a new one, any ideas?

    Hi,
    that's because Logic reads the volume information out of the imported MIDI tracks and sets the volume fader according to this information. The MIDI information overrides volume settings you have done, so you have to identify the MIDI events that contain volume (or expression or pan or whatever) information and delete them. You can use the event list editor for this.
    Fox

  • BODS 4.2 Cannot import the metadata table, RFC_ABAP_INSTALL_AND_RUN syntax error

    Hi all, we installed BODS 4.2 server to substitute a 4.1, but we are facing the error:
    Error: Cannot import the metadata table <name=T001>
    RFC CallReceive error <Function /BODS/RFC_ABAP_INSTALL_AND_RUN: RFC_ABAP_RUNTIME_FAILURE -(Exception Key: Syntax error in program /BODS/SAPLBODS....
    We already tried the solution for when people get the error related to unicode.
    Also, we are able to pull data via extractors, it only fails when loading Tables....
    Any help is greatly appreciated.

    Dear,
    You will have to import the new ABAP Function Group "BODS/BODS".
    Here are some details:
    Installing Functions on the SAP Server
    SAP BusinessObjects Data Services provides functions that support the use of the ABAP, BAPI, and
    IDoc interfaces on SAP servers. You will need some or all of these functions in the normal operation
    of the software in an SAP environment. These functions perform such operations as dynamically loading
    and executing ABAP programs from Data Services, efficiently running preloaded ABAP programs,
    allowing for seamless metadata browsing and importing from SAP servers, and reporting the status of
    running jobs. Some of these functions read data from SAP NetWeaver BW sources.
    You must upload the provided functions to your SAP server in a production environment. It is
    recommended that you always upload the functions to your SAP server whether you are in a
    development, test, or production environment. The functions provide seamless integration between
    Data Services and SAP servers.
    The default installation places two function module files for SAP servers in the ...\Data
    Services\Admin\R3_Functions\transport directory. You then upload these files to SAP servers
    using the SAP Correction and Transport System (CTS) or manually. Using CTS allows for version
    control as the functions evolve across releases.
    The installation provides two versions of transport files (depending on the server version you are using)
    to install the functions on the SAP server. To obtain the names of the latest transport files for installing
    or upgrading these SAP server functions, see the readme.txt file
    And I've found those files and text files in the local install folder....in:
    Program Files\SAP BusinessObjects\Data Services\admin\R3_Functions
    (that's where I've installed it).
    There you'll find some descriptive txt as how to proceed.
    After installing, it might happen that the executing user is missing some authorizations.
    Here my authorizations team helped me by tracing the user and then adding the necessary rights.
    Sure hope this will help you.

  • Metadata load using ERPi

    Hi All,
    I am new to ERPi, Our client is willing to implement ERPi Metadata load. The source is People soft 9.1 and the target Hyperion EPMA planning 11.1.2.2.300.20.
    My source COA tree structure is different with my target Hyperion COA structure, can we implement metadata load using ERPi, if so how can we do it?.
    and what are the considerations to be taken care in the metadata load.
    Any thoughts on these would really appreciate your response. Thanks in advance.
    Best regards,
    Vishy

    The response from support is correct.

  • OWB R2 / Paris: importing source metadata (tables) results in LONG error

    Hello,
    Ik hope anyone knows a solution to this, as I can't find anything on OTN, Metalink and google...
    When I create a new module to function as 'source' for my datawarehouse I try to import the table definitions from this schema using the import wizard. The wizard lists the correct tables, views etc. But when I select a table to import as metadata I get the following error: Repository Error Message: ORA-00997: illegal use of LONG datatype.
    Odd enough; functions do import.
    I've tried recreating the metadata repository and different source schema's to no avail. Even re-importing a target table doesn't work. Besides that, everything works just fine but there are too many source tables to manually insert.
    Please help!
    Regards.
    The complete error is :
    SQL Exception
    SQL Exception
    Repository Error:SQL Exception..
    Class Name: CacheMediator.
    Method Name: getDDEntryFromDB.
    Repository Error Message: ORA-00997: illegal use of LONG datatype
         at oracle.wh.repos.pdl.foundation.CacheMediator.getSQLResult(CacheMediator.java:504)
         at oracle.wh.repos.impl.CMPWBAPIFactory.getSQLResult(CMPWBAPIFactory.java:2137)
         at oracle.wh.service.sdk.integrator.RepositoryUtils.getSQLResult(RepositoryUtils.java:448)
         at oracle.wh.ui.integrator.sdk.RelationalEntityAccessor.getTableColumnsSQLResult(RelationalEntityAccessor.java:2541)
         at oracle.wh.ui.integrator.sdk.RelationalEntityAccessor.getItems(RelationalEntityAccessor.java:680)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.getColumnsToImport(ImportEntityAlgorithm.java:2925)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importColumns(ImportEntityAlgorithm.java:2914)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importTable(ImportEntityAlgorithm.java:1343)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.dispatchElement(ImportEntityAlgorithm.java:561)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importElement(ImportEntityAlgorithm.java:366)
         at oracle.wh.ui.integrator.sdk.EntityAccessor.importElement(EntityAccessor.java:80)
         at oracle.wh.ui.integrator.common.ImportService.importElement(ImportService.java:1046)
         at oracle.wh.ui.integrator.common.wizards.ImportElementTransaction.run(ImportWizardDefinition.java:578)

    Diagnosis:
            - Check the SQL statement being issued.
            - Note that LONGs cannot be used in a WHERE clause, in
              INSERT into ... SELECT ... FROM constructs, in snapshots
              etc..
            - For 'INSERT into ... SELECT ... FROM constructs' use the
              SQL*Plus "COPY" command.
    Articles:
    Bugs: (Fix version in brackets)
            Grant on local view of remote table with LONG (7.1.3)  Bug 196300Regards,
    Marcos

  • In address book how do I move all cards from my 'last import' smart group into a new group?

    In Address Book, how do I move all cards from my 'last import' smart group into a new group that I will create? So far I am not being allowed to Edit Smart Group!
    Thank you x

    Simon
    You’re going to have a very big problem and very soon. These missing pics are the beginning of trouble.
    the total size of all my folders on my 60gb internal drive is 46.5 gb, yet only 1.9 gb is available,
    OS X needs about 10 gigs of free space on the hard drive for normal OS operations such as virtual memory and temporary files. Without this space the machine slows down as the OS hunts for free space, files become fragmented and applications begin to crash. The risk of data corruption increases exponentially.
    You must, as a matter of urgency, make space on the drive. I cannot stress this enough.
    You may be able to recover the pics from your camera card using an app such as MediaRecover
    Regards
    TD

Maybe you are looking for

  • Mac Pro restarts with kernel panic error during Adobe Premiere CS6 or Adobe Media Encoder CS6 render/encode.

    Multiple times this week, my Mac Pro at work has been restarting during renders in Adobe Media Encoder CS6 and Adobe Premiere CS6. This seems to be specific on this computer only. Identical computers don't have this problem. Here is the system report

  • Servlet losing connection to bean after a one Unchecked exception.

    i get this exception continuously : 20010827175301793 ERROR 27 Aug 2001 17:53:01,793 CMServlet : java.rmi.NoSuchObjectException: <mapped> at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at

  • How can I get my desktop display to go to 1440*900?thanks[solved]

    I am using KDE 4,My problem is I can't set my graphics display to 1440*900 In my searching I've found this on the Ubuntu forum, which seems to be my issue. It doesn't matter what I set up in xorg.conf file, it ignores it. It references a file called

  • ALV Subtotals - Average

    Hi everybody, I know that ALV has the subtotals function (application bar), but does someone knows if ALV classes or FM(REUSE_ALV...) have a way to define another formula (i.e. average of values in the group) instead sum of the group? Thanks! Flavio

  • Import Bugs

    Nice work, guys! This is exactly what I've been waiting for, and I'm very excited to put the new app through its paces. For starters, I encountered a few bugs with document importing. 1) I was unable to import a script written in Word 2007 (DOCX file