ODI Migration for 10.1.3.5 to 11.1.1.3 failed with Importing object

ODI Migration from 10.1.3.5 to 11.1.1.3 failed
DB Repositories -Oracle 11.1.0.7
I am trying to upgrade ODI 10.1.3.5 to 11.1.1.3 version
After running RCC and confirming that there are no issues I have run upgrade assistant utility
I am getting below error.
mporting file:/E:/Oracle/Middleware/Oracle_ODI1/oracledi.sdk/lib/scripts/xml/CONN_MEMORY_ENGINE.xml
[2012-05-02T06:17:27.770-07:00] [ODI] [INCIDENT_ERROR] [UPGCMP-00324] [upgrade.ODI] [tid: 14] [ecid: 0000JSDg06MF^6WFLzmJOA1FcIg5000005,0] Topology and Security Metadata upgrade failed.[[
oracle.odi.core.exception.OdiRuntimeException: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Importing object SNP_CONNECT : SUNOPSIS_MEMORY_ENGINE failed.
     at oracle.odi.impexp.support.ImportServiceImpl.internalReimportTopologyReferenceData(ImportServiceImpl.java:1372)
     at oracle.odi.impexp.support.ImportServiceImpl$18.doAction(ImportServiceImpl.java:1435)
     at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:193)
     at oracle.odi.core.persistence.dwgobject.TransactionalDwgObjectTemplate.execute(TransactionalDwgObjectTemplate.java:48)
     at oracle.odi.impexp.support.ImportServiceImpl.reimportTopologyReferenceData(ImportServiceImpl.java:1429)
     at oracle.ias.mrua.plugin.odi.ODIPlugin$1.doInTransaction(ODIPlugin.java:774)
     at oracle.odi.core.persistence.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:119)
     at oracle.ias.mrua.plugin.odi.ODIPlugin.doUpgrade(ODIPlugin.java:770)
     at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3703)
     at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2465)
     at oracle.ias.mrua.MRUA.driver(MRUA.java:1734)
     at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)
Caused by: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Importing object SNP_CONNECT : SUNOPSIS_MEMORY_ENGINE failed.
     at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2379)
     at com.sunopsis.dwg.DwgDuplicationTools.synonymImport(DwgDuplicationTools.java:1835)
     at com.sunopsis.dwg.DwgObject.importFromObjectLst(DwgObject.java:6249)
     at com.sunopsis.dwg.DwgObject.doImport(DwgObject.java:5705)
     at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java:5365)
     at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java:5334)
     at com.sunopsis.repository.manager.RepositoryManager.importObjectsUsingImportFromXML(RepositoryManager.java:6578)
     at com.sunopsis.repository.manager.RepositoryManager.treatObjectList(RepositoryManager.java:4630)
     at com.sunopsis.repository.manager.RepositoryManager.reimportTopologyReferenceData(RepositoryManager.java:6820)
     at oracle.odi.impexp.support.ImportServiceImpl.internalReimportTopologyReferenceData(ImportServiceImpl.java:1368)
     ... 11 more
Caused by: com.sunopsis.dwg.SQLMasterReposException: ORA-00001: unique constraint (ODIM.AK_CONNECT) violated
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
     at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
     at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
     at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
     at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1009)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3657)
     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
     at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:665)
     at com.sunopsis.dwg.dbobj.generated.GeneratedSnpConnect.insertAction(GeneratedSnpConnect.java:957)
     at com.sunopsis.dwg.dbobj.SnpConnect.insertAction(SnpConnect.java:1188)
     at com.sunopsis.dwg.DwgObject.insertActionForDuplication(DwgObject.java:2996)
     at com.sunopsis.dwg.DwgObject.insertForDuplication(DwgObject.java:3274)
     at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2332)
     ... 20 more
[2012-05-02T06:17:29.895-07:00] [ODI] [INCIDENT_ERROR] [] [upgrade.ODI] [tid: 14] [ecid: 0000JSDg06MF^6WFLzmJOA1FcIg5000005,0] [[
--------- ODIPlugin.doUpgrade called org.springframework.transaction.TransactionSystemException: Could not commit ODI-JPA transaction; nested exception is javax.persistence.RollbackException: Transaction rolled back because transaction was set to RollbackOnly.
Caused by: javax.persistence.RollbackException: Transaction rolled back because transaction was set to RollbackOnly.
     at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:92)
     at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
     at oracle.odi.core.persistence.jpa.JpaOdiTransactionManager.doCommit(JpaOdiTransactionManager.java:362)
     at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:651)
     at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:622)
     at oracle.odi.core.persistence.transaction.support.TransactionManagerSpringAdapter.commit(TransactionManagerSpringAdapter.java:56)
     at oracle.odi.core.persistence.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:132)
     at oracle.ias.mrua.plugin.odi.ODIPlugin.doUpgrade(ODIPlugin.java:770)
     at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3703)
     at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2465)
     at oracle.ias.mrua.MRUA.driver(MRUA.java:1734)
     at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)

I also want to do the ODI Migration for 10.1.3.5 to 11.1.1.3, can you let me know your detail steps, many thanks in advance.

Similar Messages

  • - 0 fatal error(s), 3 error(s)     ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 -----------  ERROR: Key not valid for use in specified state.    ERROR: Install MSI payload failed with error: 1603 - Fatal error durin

    I keep getting this error code when trying to download         
    - 0 fatal error(s), 3 error(s) ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 ----------- ERROR: Key not valid for use in specified state. ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation. MSI Error message: Key not valid for use in specified state. ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    Generally this error happens because of an encrypted folder or insufficient permissions on that folder: http://support.microsoft.com/kb/834484 (MS Explanation)
    Adobe has a page here: Error 1603: A fatal error occurred during installation

  • OWB 10.2 to ODI migration

    Hello All -
    I have been trying to find some resources to migrate my existing OWB10.2 environment into ODI 11 but was unsuccessful. Is there any official document available which talks about migration of OWB10.2 to ODI11? I know there is a third party provider of OWB to ODI migration OWB2ODIConverter.com but I am more interested in official document from Oracle for a migration path. I have attended a session with Oracle around 2 yrs back where we talked about a unified ETL product merging OWB + ODI but I think it is still underway.
    Any help is highly appreciated.
    Thanks,
    Arun

    stesappo wrote:
    Hi there!
    I'd like to know if someone can tell me if there is some problem if I want to "migrate" a mdl file from 10.2 to 11.2.
    I mean: I've got a mdl file built in OWB 10.2, Is it possible to import it in OWB 11.2 without problem or not?
    If the answer is no, what am I supposed to do for my need?
    Thanks in advance
    StevenThere are some patches to OWB that you will want to get if you are doing this...
    http://blogs.oracle.com/warehousebuilder/2010/08/recommended_owb_patch_before_repository_upgrade_or_migration_9802120.html?goback=.gmp_140609.gde_140609_news_183727185
    Your best option is to go to 11.2.0.2 if you can but otherwise get patch 9802120.

  • ODI - Migration from french environment to UK environment - issue

    hi,
    i use ODI 10 and my company decides to install ODI from a french server to a UK server. we did the installation to the new UK environnment (ORACLE 11G). so i start the ODI packages tests and i have new issues on conversion. for example, i try to do an insert query using to_number function and it does not work now. before on the french server, it worked fine.
    the issue is an oracle issue with this description "Invalid number". after some research, i found the problem. in my query, i change the number separator point to comma. but i think with UK environment, the separator is now point instead of comma.
    i'm blocked because i don' t know where i have to change something (database or ODI).
    thanks for your help. it's urgent because we have to finish the migration ASAP
    Thanks a lot.
    christophe

    user4567869 wrote:
    thanks for your answer. apparently it's possible to change NLS_NUMERIC_CHARACTER on ODI 11G. is it possible on 10 version?You should set this parameter on your Oracle sessions/instance level, not in ODI. Talk to your dbas.

  • Move Mailboxes from Exchange 2007 to Exchange 2013 (Could not find a valid mailbox migration for esta organization)

    Hi all, I am in full migration from Exchange 2007 to Exchange 2013 and everything went correctly.
    I have migrated several mailboxes and are working well. But a few days ago, when I try to migrate a mailbox I get the following error and can not migrate:
    "Could not find a valid mailbox migration for this organization"
    Do you know that you can be?
    regards
    Microsoft Certified IT Professional Server Administrator

    Hi,
    From your description, the issue should be related to the migration mailbox. I recommend you check if the following account is existed in ADUC.
    Migration.8f3e7716-2011-43e4-96b1-aba62d229136
    If this account does not exist, you need to run setup /prepareAD and then enable this migration mailbox to check the result.
    Hope this can be helpful to you.
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Amy Wang
    TechNet Community Support

  • Data migration for open PO & PR

    Hi All,
    How to do the data migration for Open PO & Open PR ?
    Thanks
    pabi

    You can BAPI "BAPI_REQUIREMENT_CREATE" for PR creation from data.
    BAPI_PO_CREATE for PO creation.
    Regards
    Sanjay Kohli

  • Passing Dynamic File Name to ODI nterface for processing to another system

    Hi,
    I need help regarding passing a Dynamically Name changing fixed length Flat File in ODI Interface. This interface is built for taking the Flat File as Input and process it to SQL Server by applying Data Mapping and transformations... The input Flat File Name is sequence generated for eg: OEORD1123.txt and next file will be OEORD1124.txt and it sits in Oracle Conc tier. How to pass the latest file name to ODI interface for processing
    Regards,
    Anil..

    Hi Guys...
    I would like to suggest a way.
    a) create a single interface with dynamic resouce name (a ODI variable) with a filter to the month column like:
    month_column = '#vCountMonth'
    b) in the refresh tab of a first variable (I named "vMonth"), use the following query: (varialbe should be alphanumeric, "not persistent")
    select to_char(to_date('#vCountMonth','MM'),'month') from dual
    c) create one more ODI variable (I named "vCountMonth"), alphanumeric, not persistent and at its refresh tab write:
    select lpad(to_char(#vCountMonth + 1), 2, '0') from dual
    d) now just create a package, drag and drop the objects in the following order:
    d.1) vCountMonth in set mode and set = 0 (zero)
    d.2) vCountMonth in refresh mode
    d.3) vMonth in refresh mode
    d.4) the interface
    d.5) vCountMonth in evaluate mode, evaluating "= 12"
    ==> if NO (KO, red line) link the KO line to d.2 step
    ==> a OK line is not necessary unless you have others steps after finish the evaluating
    Make any sense? That is a single loop to have the interface developed only one time.
    Please, remember to check each thread reply as Useful or Correct if they are useful to you...

  • Data migration for re-organization

    hello,
    I have to delimit the existing org structure in SAP system.
    the steps are as follows:
    1) create new org structure
    2) create new org structure to cost center mapping
    3) delimit the old org  and positions
    4) assign new org to positions
    5) assign cost center to some positions
    Please can some one tell me which is the easiest transaction to do data migration for the step 3.
    Regards
    Meghana

    hi,
    You can delimit the positions llike,
    Plan Version    HI Plan version
    Object Type     S  Position
    Object ID       50018201     Director - Enterprise Bus
    Object abbr.    S 50018201
    Infotype        1001 Relationships
    Subtype
    Planning status 1    Active
    Validity        06/11/2008  to     12/31/9999
    Data sample
    Then  there is option called Delimit (shift+F1) where you can demilit the dates.
    Try this.
    Reward me if helps,
    Thanks,
    Vasu.
    Edited by: VASU MALYAVANTHAM on Jun 12, 2008 1:05 AM

  • Data migration for historical consumption

    Hello,
    I would like to get information about data migration for historical consumption.
    To make forecast, we have to load historical consumptions for each materrial (data in forcasting view / Consumption vals).
    Do you know if this is possible with a batch / direct input or we should develop a programm for that ?
    Thanks,
    PYR
    Edited by: Pierre-Yves Ryckwaert on Jul 17, 2008 11:21 AM

    I am certain that I can load historical consumption using IDOC menthod for message MATMAS03
    However I have never uploaded historical consumption in an extra step after the material master migration, but I guess this should work as well with this IDOC. Just make sure that you do not overwrite other data in material master.

  • Deactivate automatic content migration for Web Page Composer (WPC) 2

    Hi,
    on our production system we are using at the moment Web Page Composer for SAP NetWeaver 7.0. Soon we would like to upgrade the system to release 7.3
    We have now already set up the content for the new Web Page Composer on a pre-production system. After the production system is upgraded to the new release, it is planned that we will transport the content for the new Web Page Composer from the pre-production to the production system.
    As far as I know, the content of the old Web Page Composer gets automatically migrated during the upgrade of the production system. Due to the reason we will the use content of the pre-production system, the automatic migration step is not necessary anymore during the upgrade.
    Is there any configuration option that allows us to disable the automatic migration of old Web Page Composer content?
    Best regards
    Mario

    Regarding the feedback of the SAP support, it is not possible to deactivate the automatic content migration for the Web Page Composer.

  • Is ODI available for Solaris platform?

    Hi,
    I would like to know is there ODI available for Sun Solaris platform. I found in the installation document it says it is compatible with Sun Solaris. But I dont find any downloadbles available sun Solaris Platform.
    In the Installation Document i found like
    Minimum System Requirements:
    This configuration is typically for 2 Oracle Data Profiling/Quality users and an overnight data
    quality processing load.
    �� 2 GB RAM
    �� Disk space depends on the data processes, we recommend 1,5 GB plus 2 to 5 times the size
    of the data sources.
    �� Operating Systems:
    UNIX:
    �� AIX 5L (v5.1, 5.2, and 5.3)
    �� Solaris 8, 9 or 10
    �� HP-UX 11.i V1 (PA RISC), HP-UX 11.i V2 (IA64)
    �� Linux Red Hat Enterprise Linux 2.1 and above
    Windows:
    �� Windows: Windows 2000 Server with SP 3
    �� Windows Server 2003 Standard Edition with SP 1 (32 bit)ux Suse Version 9.2 Professional and above
    so can I install ODI for unix in Solaris

    Hi-
    You can use below manual installation proceeds as follows :
    Step 1. Download a setup for Windows and run it on a Windows machine.
    Step 2. Once the setup is finished, FTP all the following files and folders from your Windows machine to you Sun Solaris server :
    the entire 'bin' folder (excepting the '.bat' files) - ASCII transfer mode
    the entire 'lib' folder - BINARY transfer mode
    the entire 'drivers' folder - BINARY transfer mode
    Step 3. Once you have transferred all the files, do not forget to configure the odiparams.sh file according to your environment. Also add the appropriate files, used by ODI to connect to your technologies, to the 'drivers' folder.
    Does it helpful?
    Thanks,
    Saravanan Rajavel

  • While doing ODI migration what things are needed to be setup in Topology?

    While doing ODI migration what things are needed to be setup in Topology manager ?
    1.Like in Toplogy in file we hive file paths.
    2. In Planning we set Logical schema .
    Not sure about other things.
    Hoping some can can help!!!!!!!!!!!!!!!11

    Lots of things are defined in the topology manager - below is a simplified list
    1) Physiccal Schemas the actual connection information / details related to any technology you plan to use in your ODI integration interfaces
    2) Logical schema, abstracted version of the Physical schema which allows greater flexibility ad reuse across environments
    3) Contexts - how you asssociate logical and physical schemas
    4) Agents - manage the execution of ODI jobs
    When you talk about migration, do you mean moving ODI objects between seperate environments such as Dev and Prod? If so you will need to ensure that all the technologies you use in Dev are present in Prod. The physical layer has been set up with all the correct connection details. Your logical scemas has been set up matching your configuration in the dev environment and you have used the contexts to associate the logical and physical layers as per your dev configuration.

  • HT4796 It has been migrating for for 19 hours.  What is taking so long?

    It has been migrating for for 19 hours.  What is taking so long?

    Maybe there is a file that is blocked somewhere. You should retry the process, however under following conditions:
    - first restart the computer and login with your account
    - then eliminate as many startup applications and utilities as possible
    - clean the desktop (put files in "My Documents", etc...)
    - check powersaving settings, and remove any "turn off hard disk" options (use maximum performance)
    - restart the computer again
    - launch the migration tool, nothing else
    - hope for the best

  • DIM and ODI adaptors for Planning

    Hi,
    I wish to know that DIM adaptor for Planning and ODI adaptor for planning can work with only Classic planning applications ? Are they not able to work with EPM Planning application ?
    Thanks
    Edited by: user641864 on Mar 30, 2009 12:01 AM

    ODI can extract data from essbase with a knowledge module and I believe DIM lets you create report scripts to extract data.
    These are both using the essbase adaptors and not the planning adaptor.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • SSRS Error : Query execution failed for dataset 'dataSet'. (rsErrorExecutingCommand) Semantic query execution failed. Invalid object name 'RPT.*********'. (rsSemanticQueryEngineError)

    I am new to SSRS and I am trying to migrate reports from 2008 to 2012. As I have so many reports to migrate, I simply got the back up of ReportServer,
    ReportServerTempDB, and Encryption Key and restored them to test environment. I made necessary configuration from RS configuration tool. I am able to see the reports now when I browse //hostname/reports. But when I open any particular report I am getting some
    error.
    · An error has occurred during report processing.
    (rsProcessingAborted)
    Query execution       failed for dataset 'dataSet'.
          (rsErrorExecutingCommand
    Semantic query        execution failed. Invalid object name
           'RPT. ******'. (rsSemanticQueryEngineError)
    ****** - I am assuming this is a custom data class.
    Does anyone have insight on this? or any better way that I can migrate the reports to new server with less efforts.
    I don’t have the reports solution file to deploy the reports, so I have followed backup and restore process.

    Hi Kishore237,
    According to your description, you migrated some reports from Reporting Services (SSRS) 2008 to 2012. Now you get error when accessing the reports on SSRS 2012. Right?
    In this scenario, did you modify the report data source in database after migration? You can try to open the report in Report Builder or Report designer and check the report dataset. If you can preview the report in Report builder or Report designer,
    please try to redeploy the report to Report Server. If it is still not working, please try to restore the database from backup. And for migrating reports, please follow the "Content-Only Migration" in the link below:
    http://msdn.microsoft.com/en-us/library/ms143724(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

Maybe you are looking for

  • ALV grid - Autoexport to Excel

    Hi! I am creating a report using REUSE_ALV_GRID_DISPLAY. On the selection screen I have a check box. When it is checked I want the program to press the Export to Excel button for me so the ALV-grid is exported to Excel automaticly. Is that possible?

  • Oracle VPD - RLS

    Dear Experts, We are implementing row level security at our organization to achieve Multi-Tenancy. Our DB Version is Oracle 11g release 2.                               At the application we have multiple skew id's, which exists in the master table a

  • Building a JSP-based Web Report with a Parameter Form

    Hi, I tried in building a report as shown in the example in OTN under reports in the url http://otn.oracle.com/products/reports/htdocs/getstart/examples/ParameterFormJSP/index.html i.e for Building a JSP-based Web Report with a Parameter Form. The di

  • Why is the upload screen not appearing?

    Hello All.      I have made another topic post about this topic, however the solution for that is not working. I am using a Macbook Pro running OS X Mavericks. iPhoto recognizes this camera, however on iMovie, an upload screen on iMovie, which is sup

  • In Firefox F29,after debugging my add-on i found the error message as 'ERROR: Attempt to use .WrappedJSObject in untrusted code.What am I supposed to do now?

    It worked totally fine till FF28. I feel that it is an issue related to getting connected to XPCOM from Javascript.So my webpage is not responding for any event(eg:CLICK). I believe that I can use some other wrapping technique.Do you think XPCNativeW