Backup in ODI

Hi all,
Can i know how to take backup in ODI?
Thanks

Hi
By using Export you can take ODI flow backup.
Take Master Repository and Logical Repository from topology manager and work repository from designer
Backup Master Repository:
Open Topology Manager
File>Export>Master Repository
Backup Logical Topology:
Open Topology Manager
File>Export>Logical Topology
Backup Work Repository:
Open Designer
File>Export>Work Repository
Note:
Please provide the Export to directory (file path) and check the check box of export to zip file and click ok button
Do same process for above backup
While importing above backup file in ODI
File>Import>Master Repository
Please choose "Synonym Mode INSERT_UPDATE" and choose import From a Zip File (select the Zip file) and click on OK button.
Do same for Work Repository and Logical Topology
Hope this will helps you
Thanks
Phani

Similar Messages

  • Scripts for Exporting Master/Work Rep

    Hi,
    I want to automate the export process and in turn was looking for any scripts for exporting the whole ODI Work/Master Rep. I checked the CLASS objects and we donot have any CLASS names for Repository exports.
    Thanks in advance for any answers..!

    Created for 10g [ http://odiexperts.com/automize-the-backup-using-odi-exports]
    but should work for 11g too :)

  • ODI interface backup and recovery

    Hi,
    As a part of regular maintenance activity we want to take all interfaces backup and incase of failover we want to restore it with back up one.
    What is procedure and recovery mechanism for taking the ODI objects backup.
    Please share u r suggestions and documentation links with us..
    Thanks,
    Naveen Suram

    hi
    We can export all models and projects and keep it as backup
    when ever we need we can import it again
    thanks,
    Balaji T.K

  • How to monitor ODI in Grid Control

    Hello
    We are using Grid Control 11.1.0.1.0 and ODI 11.1.1.5.0.
    We were previously using a grep command on the server that ODI was running from to monitor if it was up or not.
    Since the (OEM) upgrade we have lost this metric and would like to take a more elegant approach to monitoring the state of ODI.
    (We didn't install ODI as part of a WebLogic Server install, it is stand alone and therefore the plugins or usual way to monitor are not relevant to us.)
    Is there a way I can have Grid (via a UDM for instance) go into the database and query for a process?
    If the process is found then no alert is sent. This also means that we will only have to blackout the database during cold backups instead of the whole server.
    Hopefully this makes sense and hopefully someone can give me a few hints / tips on how to achieve this?
    Thanks.

    You can find info about the backups in sysman.mgmt$ha_backup. But only one entry per database can be seen. So only for the latest rman job you will find info here.
    You could also start using a rman catalog that will contain all backup info (example http://oracleinstall.wordpress.com/2011/06/03/oracle-11g-rman-catalog-setup/). You can create reports/queries on the rman repository to get the info you need.
    Or even better: create a rman repository and schedule the rman jobs using Grid/Cloud Control.
    Eric

  • How to read variable file name into ODI

    Hello everyone,
    I apologize in advance if this has already been answered - I've done searches both on Google and this OTN area and have not found an answer to my query.
    I would like to do the following via ODI:
    1) rename a file in a specific directory
    2) process the file
    2) move the file to a backup directory
    3) rename the file again
    The file name is going to change everytime this process runs, as date is appended to it. I could create a variable with a system date in it and concatenate that into the filename before processing it, but I am not sure when they will run the ODI routine. Therefore, I would prefer to play it safe by doing something like a wildcard search in DOS.
    Example:
    Filename = TestFile12072010.csv
    I would like to:
    1) rename TestFile12072010.csv to TestFile.csv
    2) process the file
    3) move the file to another directory
    4) rename the file to TestFile<processdate>.csv
    I was hoping to do the first step using a DOS command that reads in TestFile*.csv. Note: I would expect there to be only 1 file with this naming convention and file extension in the directory.
    I have tried creating a stored procedure that uses the Operating System type, but it runs without stopping. I have also tried ODIFileCopy and OS Command. Obviously, I am doing something wrong since I am getting errors.
    Any guidance would be much appreciated! :)
    Thanks!
    -OS

    Issue was due to a syntax error. Case closed.
    Thanks!
    -OS

  • How can I change the language to ODI

    Hi
    I installed ODI in windows XP, the language of the S.O. and the Oracle Database is Spanish, then ODI is showed in spanish.
    I need ODI in english.
    How can I change the language?.
    Thanks
    Edwin

    Hi Edwin,
    1. Close all your ODI window.
    2. Take a backup of your existing odiparams.bat/sh file ( it is located at <ODI_HOME>\oracledi\bin )
    3. Set the following line
    set ODI_ADDITIONAL_JAVA_OPTIONS="-Duser.language=en -Duser.country=us"
    4. Save it.
    5. Run the file.
    Open ODI window , it should display in English .
    Thanks,
    Sutirtha

  • ODI can not capture RRN (rowid)  in DB2/iSeries

    HI, all . I found that we can not config ODI to get the RRN (rowid) when CDC by reading journal . Any idea ?

    Hi, Thanks for your reply . it's great help .Please help me with these concerns :
    1. If ODI can capture missed transaction journal ,they must know the last journal 's information of a table .where these information stored ? In ODI Reposistory ?
    2.For CDC , if the source database is restored by the backup set of yesterday .Can ODI re-synchronized these change to the target datase or we have re run Load data ?
    4.For journalling in DB2 , If the changes are created by a mirror tool from another DB2 database , does these changes are recorded in native journal ?
    3.We have a target table is partitioned by date time ranged , the data in the target table is OFFLINE if the data is <sysdate -90 .
    The source table in DB2 is not partitioned , data is fully ONLINE , if there are some DML happend in the data which older than sysdate-90 in the source table , how can these change reflect to the target table ?
    4.Can CDC installed in MySQL , we have several MySQL Database
    5. We would like to use native journal , not trigger in CDC for source database in DB2 . We found that there are some limitation of native journal , such as the number of primary key columns must be not exceed 16 .
    For a given physical file( a table) in DB2 , it has the number of primary key 's column are 18 ( dued to the designed is created in 2000) , we found some error when declare primary key in source table in ODI Designer .
    How can we overcome this limitation ?
    6.Can ODI capture TRUNCATE command in DB2 source database ?

  • Upgrade ODI Upgrade 10.1. 3.4  to 10.1. 3.5

    On windows 64bit 2003 server, with oracle db server 11.1.0.6 we have ODI Upgrade version 10.1. 3.4 in Dev Env.
    We have many projects/models and 100 interfaces in the current version 10.1.3.4
    We want to upgrade ODI to 10.1. 3.5
    1. What are the upgrade steps?
    2 Is all interfaces will be work ok after upgrade?
    3. Will the export/import work?
    Thanks

    Take a backup of your existing ODI 10.1.3.4
    Copy /paste the ODI 10.1.3.5 "oracledi " into your existing ODI 10.1.3.4
    You need to upgrade your master repository using oracledi\bin\mupgrade.bat ot .sh script .
    Then upgrade your work repository from Topology .
    You can now run interfaces, packages, etc developed with previous versions of Oracle Data Integrator.
    Thanks,
    Sutirtha

  • ODI upgrade from 10.1.3.5 to 11.1.1.7 Issue

    Hi guys,
    My first attempt to upgrade from ODI 10.1.3.5 fails, so I drop users that I clone and recover. But my second attempt it is failing with the following error:
    0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] Target Work Repository ODIWORK upgrade is started.
    [2013-06-25T16:23:07.011-05:00] [ODI] [ERROR] [UPGCMP-00332] [upgrade.ODI] [tid: 13] [ecid: 0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] Work Repository has invalid state.
    [2013-06-25T16:23:07.011-05:00] [ODI] [ERROR] [] [upgrade.ODI] [tid: 13] [ecid: 0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] Cause: Previous upgrade of Work Repository was unsuccessful. Action: Restore Work Repository from Backup and try to upgrade again.
    [2013-06-25T16:23:07.011-05:00] [eclipse] [NOTIFICATION:16] [] [org.eclipse.persistence.default.connection] [tid: 13] [ecid: 0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] disconnect
    [2013-06-25T16:23:07.011-05:00] [eclipse] [NOTIFICATION] [] [org.eclipse.persistence.default] [tid: 13] [ecid: 0000JxxDbgPDc_RMuY6EUH1HmVgL000004,0] master-session logout successful
    So please, any help will be appreciated.

    duplicate of Issue at upgrade 10g to 11.1.1.7

  • If an internal ID is changed for the Work Repository how does it affect objects that are already in it?  Will they continue to run or do you need to cycle the ODI agent?

    I was having trouble migrating the Master and Work repositories from my QA to my Prod environment.  I was getting an error message that the internal id's were alike so I changed the internal id in my Prod Master repository.  Then I tried to migrate the Work repository and was getting a similar error.  I did a search on the internet for the error message and it recommended that I renumber the Work repository so I did.    My concern now is how these changes affect the objects that are already in the repositories?  Will those objects continue to run?  Also do these changes take affect immediately or do you need to cycle the ODI agent?

    Well I cannot completely assure you but so far I have not faced any issues after a renumber. It will affect the exist object only when you have imported the object in synonym_update mode. I believe you have the daily backup of your production repository.
    Bhabani
    http://dwteam.in

  • URGENT : Migrate ODI or Change / Recreate Repositories?

    Hi there;
    I'm using ODI 10.1.3.6.0 and Oracle 10g db server (which keeps both master and work repositories) installed on the same machine.
    For some reason, our db guys are decided to move Oracle db to another machine but we don't want to migrate ODI. Will it cause a performance issue?
    Should we also migrate ODI to the new machine
    or
    change/recreate Master & Work repositories?
    Which one would you suggest?
    I strongly prefer the second way but don't know how?
    Thanks
    Cenk

    >
    I believe when you are saying the We don't want to migrate ODI . you mean ODI server installation.
    >
    exactly
    >
    If only repositories are moved then you should be fine.
    >
    yes, only the repos are going to be moved
    >
    In order to change the master and work rep pointing to new machine. Change your snsp_login XML to pointing to new Master Rep user/pass and then go edit the work repository user id and pass to the new work rep location, in topology.
    ** make sure you backup your old rep **
    >
    So the process will be
    1) Backup and Transfer Master and Work repository schemas from old db to new one
    2) Export Master and Work Repos in ODI (do i have to import them after step 3?)
    3) Change snps_login_work.xml AND snps_login_security.xml
    is that correct?
    Edited by: Cenk C on Apr 17, 2012 4:26 AM
    Edited by: Cenk C on Apr 17, 2012 4:38 AM

  • Can we Customize ODISQLUnload ODI tool.?

    Hi Guru,
    Can we Customize ODI Tool i.e ODISqlUnload
    I want to add contents in file in Append Mode.
    Thanks

    Hi,
    As u are interested for the customization. Please follow the steps.
    1. Clone/backup ur IKM SQL To File Append.
    2. Open "Insert New Rows" step, go to -> COmmand on Source and add the below code in the last line after <%=snpRef.getHaving() %>,
    ORDER BY
    <%=snpRef.getColList("","[EXPRESSION]","","","UD1")%>
    3. In ur interface click on the column which u want to sort out/order by and click on/mark as UD1. Make this column to execute on STAGING.
    Thats all.
    Thanks,
    Guru

  • Version / Souce Control software and ODI

    Hi all,
    Does anyone use 3rd party version/source control alongside ODI that they access using ODI (through the 3rd party's APIs)?
    If so are there recommendations / warnings for particular products?
    I would be looking to create an ODI package to perform backups that are then pushed up into e.g. SourceSafe or PVCS. That kind of thing....
    TIA
    S.

    One answer, Perforce. Check it out at www.perforce.com. I am told that NI uses that for the LabVIEW source code itself as well as their own VIs. Also, LabVIEW 6.1 Pro has built-in support for Perforce.
    Enjoy,
    Daniel L. Press
    PrimeTest Corp.
    www.primetest.com

  • Managing ODI Agent through OPMN - Install Issue

    Hi
    I am attempting to set up my ODI agent so that I can manage it through my OPMN service but I keep getting an error "java is not recognised as an internal or external command, operable program or batch file" when I run the command "odi_opmn_addagent.bat agentcreate.properties".
    I have installed EPM 11.1.2.2 and my essbase service is currently managed through the OPMN.
    I have updated the odiparams, agentcreate.properties and odi_opmn_addagent.
    In the agentcreate file I set my JAVA_HOME to E:\Oracle\Middleware\jdk160_29
    Any ideas what could be wrong?
    Thanks
    M

    Copy your jdk path as given below. Change it if you have different.
    C:\Program Files\Java\jdk1.6.0_33\bin
    Right click on my computer->go to properties->advanced system setting->environmental variable->system variables
    Scroll down. you will get a variable names as "Path"
    Double click on it. then single click on variable value. Then press home key in your keybord. (better take backup of it)
    now pest above code that is C:\Program Files\Java\jdk1.6.0_33\bin;
    Give a semicolon at the end as i have given. Click ok,ok,ok
    Now go to cmd and type javac. let me now the output.

  • ODI work repository error

    Hi all,
    some one installed a new ODI on my machine and made a new master repository on the same user, then when i tried to access ODI this error appeared "your master repository is not up to date" , so i took backup and I upgraded the master repository, now I have this error "connection to repository denied" "Unknown work repository".
    and when i create a new work repository from ODI , it asks me for the work repository password and i tried every single password i know and it didn't work out.
    P.S: ODI version is 10.1.3
    thanks a lot for helping guys.

    Hi,
    could you compare resultset from this query
    select CON_NAME,PASS from snp_connect where CONNECT_TYPE = 'R'
    executed both on backup and "actual" master repository?

Maybe you are looking for

  • How to get Max and Min in one line .

    Hi Guys I know the program which I did is stupid .. I am getting the result for max and min value? But I how can I get the value of km, h, lit in one line Equno..max_date,min_date,min_value_km..max_value_km....min_value_h...max_value_h...min_value_l.

  • How to register URL Provider

    I have a URL Portlet installed in my Oracle 9i Application Server. Although the URL Portlet is installed, I don't know how to register the URL Portlet. Which page do I need to go to register the Provider I have tried to add a new Provider in Adminste

  • Maintenance Optimizer alternatives

    We're a large public sector customer, but Solution Manager (SolMan) has not been a priority. We just completed the upgrade to 4.0 last week, have only been really using SolMan for an ongoing NW04s implementation project, and basic functionality like

  • Airport Utility can't see Airport Extreme

    (moved from another thread) I get the "Airport Utility was unable to discover any Airport wireless devices" as I'm trying to manage an ancient Airport Extreme. I took advice from this forum and restarted the base station and then plugged it into the

  • My Ipod won't play bought songs from Itunes

    I have a new ipod nano, and it plays songs that I upoad to iTunes from CD, but not ones I buy from the itunes store, they come up and my ipod skips right over them. the only difference I can find between bought songs and songs I upload from CD's is t