ODI IMPORT AUTOMATION?

Hello,
Is there a way to automate import (interfaces, scenarios, loadplan) process in ODI using a scripting language for e.g. OWB-OMBPLUS/TCL scripting?
Thanks in advance.

Hi D-Hawk,
Yes, you can use Groovy scripts and the ODI SDK. There is also a set of command line functions, OdiExportObject & OdiImportObject (found here: http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/appendix_a.htm), that will also achieve automated export / import. But, I don't believe the command line functions will allow you to export / import Load Plans.
With Groovy, however, you can use the the export service (and similar import service) to build a custom script to perform the export / import of all ODI objects, including Load Plans. See the ODI SDK documentation here: http://docs.oracle.com/cd/E23943_01/apirefs.1111/e17060/toc.htm
Below is an example of the export service code, exporting a Load Plan:
exportService.exportToXml(loadPlan, "/home/oracle/TEST/",true, false, encodeOpt)
Regards,
Michael Rainey

Similar Messages

  • V11.1.2 - LCM Import Automation

    Hi All,
    Is it possible LCM - Import (automation) from my Development server to QA server.
    have anyone tried on this & if so the procedure for this task.
    I'm using v11.1.2. I'm planning to migrate all my essbase, planning, HFR artifacts.
    Thanks in advance.
    Adee.

    Hi,
    You might want to have a look at LCM Utility.
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_lifecycle_management/ch07.html
    Cheers,
    Alp

  • ODI Import by using UNIX Command in 11.1.1.3

    Hi,
    I am trying to use a Unix script for importing several ODI Components. I am avoiding the GUI as there are lot of ODI files needed for the import. The Source and the destination Repositories are both in 11.1.1.3 version
    For eg: I have the following:
    -- File to be imported: "TAB_W_RTL_ORG_D_TMP.xml" and kept under the following location "/u00/odi/product/11113/oracledi/agent/bin/".
    -- Import Mode is INSERT_UPDATE
    -- ODI Work Rep Name = RA133POC_WORK
    Command I am exeuting from the $ODI_HOME/bin directory:
    ksh startcmd.sh OdiImportObject "-FILE_NAME=/u00/odi/product/11113/oracledi/agent/bin/TAB_W_RTL_ORG_D_TMP.xml" "-IMPORT_MODE=SYNONYM_INSERT_UPDATE" "-WORK_REP_NAME=RA133POC_WORK" -"IMPORT_SCHEDULE=YES"
    But I am getting an odi tool error:
    oracle.odi.oditools.OdiToolInvalidParameterException: Error while setting parameters on tool
    at com.sunopsis.dwg.function.SnpsFunctionBase.getCoreOdiTool(SnpsFunctionBase.java:607)
    at oracle.odi.oditools.OdiAbstractToolRunner.executeCoreTool(OdiAbstractToolRunner.java:126)
    at oracle.odi.oditools.OdiAbstractToolRunner.executeTool(OdiAbstractToolRunner.java:48)
    at oracle.odi.ToolRunner.main(ToolRunner.java:75)
    Caused by: java.lang.Exception: Invalid parameter: -IMPORT_SCHEDULE
    at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.actionSetParameters(SnpsFunctionBaseRepositoryConnected.java:122)
    at com.sunopsis.dwg.function.SnpsFunctionBase.setParameters(SnpsFunctionBase.java:785)
    at com.sunopsis.dwg.function.SnpsFunctionBase.getCoreOdiTool(SnpsFunctionBase.java:603)
    +... 3 more+
    Can anybody help me on this at the earliest...?
    Thanks,
    Shib

    Hi Shib,
    This is a BUG in ODI 11.1.1.3 and may be in latest patch 11.1.1.5.0 oracle would have fixed it, check with MOS.
    Problem with ODI cammand
    Thanks,
    Guru

  • Data import automation using webservices

    Hi,
    We have a requirement to load data into Oracle On demand monthly from an external application. We want to automate the task using webservices.
    Did anyone of you work on such automation? If yes, request you please provide me the details of the same.
    Thanks in advance.
    regards,
    m

    Hi ,
    Automated Data Import / Export to or from Oracle SOD using Web-Service is a very much a common requirement these days and we at CRMIT should be able to do that for you.
    Drop me your requirement to [email protected] so that we can help you take it forward.
    Regards,
    Deepak H Andeli

  • Aperture import automator workflow available

    I recently put together an Aperture import workflow in Automator which I thought other people might find useful, it can be downloaded with instructions here:
    http://tonyswash.info/ImportPlugin.zip
    What this does is act as a plug-in for Image Capture. When you plug in your camera and Image Capture launches this plug-in is available. When selected it will:
    Copy some or all of the images in your camera to your hard drive
    Prompt you for a name for the images (i.e. wedding, vacation etc)
    It will then produce sequential numbered files list based on the name you entered (i.e. wedding-0001, wedding-002, etc). The default setting is to start from 1 but you can start from any number.
    It will then launch Aperture
    It then prompts you for a new project name (which is the default setting or you can select an existing project) into which it will import the images. You can also select so that the Images copied to your hard drive (ie those not in Aperture) are deleted
    It will then close Image Capture
    It will then eject your camera
    Hope this is useful to someone
    Duel G5 2.5 Powermac and MacBookPro   Mac OS X (10.4.5)  

    Yes, I found this out today. Any Finder Workflow that I start with "Get Selected Finder Items" does not work. Hope they fix this soon ...that's an important one to work.

  • ODI - Import & Export issue

    Hi
    I am using ODI in two environments (Development & Test, both are in different servers).
    In Development, i have Master repository with Internal ID = 0 & Work repository with Internal ID =1
    In Test environment, i have Master repository with Internal ID = 0 & Work repository with Internal ID =1
    I tried to Export the Project & Models from Development, it was successfully completed. I placed those files in Test environment path.
    I have succesfully imported the Models in the ODI Test environment. But, when i tried to Import Project, i faced the below error
    XML Import Error:
    com.sunopsis.core.m: This import action has been cancelled because it could damage your repository (problem with the identifier sequences)
    Can anyone help me what actions need to be taken to Import the Project without any issues in detail with the steps?
    Thanks
    Dhamu

    Hi Dhamu,
    Its a pure ID clash, since ur DEV and TEST repository ID are same, its should be different across environment , say DEV Master-0, Work-1 and TEST Master-2, Work-3 something like that.
    You need to flush the TEST repositories and create a new repositories with UNIQUE IDs.
    Have a look,
    Migrate ODI project - import forbidden
    Thanks,
    Guru

  • ODI Import & Export

    Hi,
    I am new to ODI. Could anyone explain how to export and import in ODI? i am getting error ODI-23040 while importing.
    Thanks

    Can you explain how are you importing...
    importing has different modes, which mode are u using to import, understand use of each modes in below link...
    Types of Modes
    Duplication
    Synonym Mode INSERT
    Synonym Mode UPDATE
    Synonym Mode INSERT_UPDATE
    You may refer following link for more details on export/import...
    Exporting/Importing

  • ODI:importing an xml into anothr project

    Hi,
    please tell me as to how i can import an exported XML file in another project?
    Thanks,
    Jayant

    Only very simple iMovie projects will open properly in FCE. Anything with iTunes music for instance won't open.

  • Import Automation

    Hello I'm newbi on CRM On Demand,
    I just want to know if is possible to do a Data Import of any Record Type (i.e. Asset) from .CSV automatically, without user interation similar to On Premise with EIM Job Schedule or Reapeting Job Configuration?, Is the WS batch processing the alternative to import record type in unattended way?
    Thanks,

    A web services program can be written to import records such as assets on a scheduled batch basis. Many of our On Demand customers have done this. The web services can be written by you, an Oracle partner or Oracle consulting services.

  • ODI Import Senario tool issue

    I have a package that has a call to the ODIImportScen tool. This package executes fine on my dev system where it was built. However when the scenario is compiled and moved to production even though it executes with no errors no scenario is imported. Has anybody had issues like ths before. There are no issues with the topology set up.

    Hi
    I have the same issue, while importing the scenario through odiimportscen tool it is not importing into the correct repository. Did you find any solution for this
    Thanks

  • ODI Import Work Repository Issue

    Hi All,
    AS part of implementation of OBI Apps 7.9.5.2. I was trying to import the Oracle BI Applications Work Repository but when i was following the process of importing using the ZIP file. I was getting error.
    The error details were
    Oracle Data Integrator Error -----> java.lang.OutOfMemoryError
    Can Any one help me resolve this error ?
    Thanks and Regards,
    Krishna Prasad.

    Hi All,
    i got the issue. Need to increase the java heap memory size in the parameter file.... which resolves this issue

  • Auto export ODI objects

    Hi Guru,
    can we export ODI Objects Automatically , let's say i create a package and when i will run that package
    it should export all objects on a marker group basis.
    like i want all objects not just Scenario
    Model, Folder, Interface,Package, Scenario, Variables

    Go for ODi SDK. That can help you to achieve the requirement. For the starting point refer below link
    http://odiexperts.com/export-and-importing-scenarios-based-on-project-orfolder/
    This is also discussed in below thread
    Re: ODI IMPORT AUTOMATION?
    Bhabani
    http://dwteam.in

  • Importing Key Combinations of a Lookup table.

    Hi, I have created a lookup table which is equivalent to a check table in R3. For example table named, SPT (Special Procurement Type), Which has a key combination (Composite Keys) in R3 itself and the keys are Plant + Procurement Type and so in MDM Look table both keys are defined as display fields. The problem comes in automating the import. In IM source, both key fields are separate fields, I tried combining the field using Partion, but Automap is not working and so the import automation process. Any thoughts/advices on tackling this issue is appreciated.
    Thanks
    Job.

    Hi Job,
    IF u  combine the fields in partition and then if try to do value mapping automatically,then it is not possible .There u have to map manualy .Automap in value mapping can be done only when values are not combination but single.
    Like
    Source----
    Destination
    abc----
    <null>
    def----
    abc
    xyz----
    def
    xyz
    But if it is like:
    Source----
    Destination
    abc,12----
    <null>
    def,23 -
    abc,12
    def,23
    in above case it is a combination so not possible.
    I hope u im able to make u understand.
    If this has helped u then do Reward points.
    Regards,
    Neethu Joy
    Edited by: Neethu joy on Dec 31, 2007 3:17 PM
    Edited by: Neethu joy on Dec 31, 2007 3:19 PM
    Edited by: Neethu joy on Dec 31, 2007 3:24 PM

  • Odi 11.1.1 client on 11.1.5 repository

    hii
    I want to upgrade my repository to odi 11.1.5 from 11.1.1.
    1)Can models/interfaces from 11.1.1 be exported to odi11.1.5.?
    2)Will odi 11.1.1 client ge connected to odi 11.1.5 repository ?
    3)Will odi 11.1.5 client be connected to odi 11.1.1 repository?
    Please help with the solution.

    Hi
    1)Can models/interfaces from 11.1.1 be exported to odi11.1.5.?
    Ans: Yes, you can move models/interfaces from 11.1.1 to odi 11.1.5 using ODI import/export option
    2)Will odi 11.1.1 client ge connected to odi 11.1.5 repository ?
    Ans: No, we are not able to connect from odi 11.1.1 client to ODI 11.1.5 because it will return error " *version conflict* " while connecting repository
    3)Will odi 11.1.5 client be connected to odi 11.1.1 repository?
    Ans: Same as #2 answer
    Regards,
    Phanikanth

  • Related to automation task in Hyperion

    Hi,
    I need to know which language is easy and worth to learn for automation of regular tasks in Hyperion.
    MAXL- OK
    ESSCMD-OK
    Does i also learn Perl or .net etc.
    Regards
    Kumar

    Hi Kumar,
    To write portable automation programs, I would recommend Perl, or other tools like ODI for automation.
    You would need MAXL/ESSCMD for executing Hyperion specific commands, while would need another scripting/Batch/Shell language or a tool like ODI, where you can directly run MAXL files etc.
    Cheers,
    RS

Maybe you are looking for

  • Error while using MaxPermSize JVM paramter in OC4J

    i am using this parameter in OC4J's opmn.xml <category id="start-parameters"> <data id="java-options" value="-XX:MaxPermSize=128m "/> </category> while restarting the OC4J instance , i am getting the error JVMJ9VM007E Command-line option unrecognised

  • RRI Jump Query opens the receiver query in standard Template??

    Hi, Few questions from me (Note I have searched the forum database for answers but didnt get a convincing answer) 1) How can I use 1 web custom built template for 2 different queries? 2) I have created the sender receiver setting for the Jump queries

  • Oracle Access manager 10.1.4 (coreid) multiple authentication for same URL

    I am evaluating oracle access manager hence new to this product. I have a requirement where i have a /wps URL. Users coming externally go through reverse proxy server to the final IIS web server. Internal user access IIS directly. /wps should be prot

  • Unable to move files in Lightroom 4.4

    Very recently I have lost the ability to move files from one folder to another in Lightroom 4.4.  I was highlighting the files I wanted to move and then I would drag them to the folder I wanted to move the files to.  Now if I highlight numerous files

  • Property Mapping in remote Profile source vs. User Porfile Mgr

    I am confused about Property to user info mapping. I have mapped the user properties that I need to the user info attricutes in the user profile manager. However, if I go to setup the profile source, I am prompted to setup the mapping again. It does