PostGres ODI Master Repository

Attempting to create master repository in postgres database, have created a schema/user in postgre with superuser role. added JDBC driver to correct ORACLE_HOME driver directory can test out connection, test comes back ok, but when attempting to create master repository with id=2 nothing happens, no logging no errors, absolutely nothing
Can someone please direct me to what i can do to debug this to get this repository created
Thanks

Hi,
Have you find out the way ..... ?
Can you please check ur driver directory again , and ur User id and password what ur giving in the Master Repo creation. Is there any specific reason to have ur id as 2. ( jus to know..)
R u getting any Error upfront in the screen.........
Thanks
Ananda

Similar Messages

  • ODI - Master Repository Creation Issue

    Hi Experts, I trying to create a master repository in ODI Standalone version 11.1.1 (Internal Version 11.1.1.7.0_GENERIC_130302.2156) but the following error was ocurred:
    oracle.odi.setup.RepositorySetupException: Error while updating Schema Version Registry Entry for ODI. Check if user system has DBA permissions.
    at oracle.odi.setup.support.SchemaVersionUtil.setComponentInvalid(SchemaVersionUtil.java:234)
    at oracle.odi.setup.support.MasterRepositorySetupImpl.createMasterRepository(MasterRepositorySetupImpl.java:262)
    at oracle.odi.ui.gallery.support.MasterCreateRepositoryPage.invoke(MasterCreateRepositoryPage.java:231)
    at oracle.odi.ui.gallery.support.AbstractMasterRepositoryWizard$2.run(AbstractMasterRepositoryWizard.java:168)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.sql.SQLException: setComponentInvalid: component 'ODI' not found in schema_version_registry
    at oracle.ias.version.SchemaVersion.setComponentInvalid(SchemaVersion.java:1949)
    at oracle.odi.setup.support.SchemaVersionUtil.setComponentInvalid(SchemaVersionUtil.java:232)
    ... 5 more
    Do you have any idea what might be going wrong?
    Thanks in Advance!!!
    Héctor Ortega

    Looking at the error, it seems its permissions related issues. Check if all required permissions are set for ODI Master repository user/schema & system user.
    Its trying to update ODI repository version in SCHEMA_VERSION_REGISTRY table under system tables, but not able to do it due to lack of sufficient privileges.
    Regards,
    Santy

  • How to check odi master repository exist in oracle database?

    Is there way to check the ODI master repository is exist in oracle database or any api to test that?
    Your help much appreciated.

    Thanks for you reply,
    That's fine, i think you aware of that, once open the topology manager "topology.bat", you can test the master repository, if you give any existing database user but its not master rep user, that throw exception "Master repository is not installed on this connection".
    I want know what are tables and data's are getting verified during the connection test.
    I think If you know regarding above my question, that will solve my problem.
    Thanks

  • Can Any one elaborate on ODI Master Repository?....

    Hi!!
    Can Any one elaborate on ODI Master Repository?....Internal structure/how it works?
    Regarding importing master repositories?

    SN wrote:
    hi!!
    Thanks for your reply.
    I know how to create master repository/work repository, agent and further implementation. i just want to know what happens at background. can you clarify this issue?Try here :
    http://docs.oracle.com/cd/E21764_01/integrate.1111/e12641/overview.htm#CACIIJEB
    and here :
    http://chetan-patil-bi.blogspot.com/2010/10/oracle-data-integrator-architecture.html
    the 2nd link is 10g but what is stored in the repositories hasnt really changed between 10 and 11.
    If you still have questions please be specific?

  • ODI Master Repository Password Recovery

    Hi Guys,
    I recently took over and ODI environment (10.1.3.6.2) with one master repository and work repository. They are located on an Oracle 10rR2 DB. Here is my problem Noone here knows the password for this schemas. How can I find out what these passwords are without changing them?
    I have the encoded master repository password in odiparams file. Is there a DECODE tool to find out what the decoded password is?
    As always, all the help you can provide is appreciated.
    Regards,
    Emrah

    Hi,
    There is no DECODE functionality available for this purpose.
    You can probably do this
    1. Choose a password for that particular user , say ORACLE
    2. Now goto <ODI_HOME>\bin directory and invoke a command prompt
    3. Encode the password using the following command
    agent encode < Password > ie. agent encode ORACLE
    4. Connect to your Master repository schema and check SNP_USER table for
    what is the value for I_WUSER for that particular user (as in step 1) .
    5. Update the SNP_USER table using following query.
    UPDATE SNP_USER SET PASS='<ENCODED PASSWORD OBTAINED IN STEP 3>' WHERE I_WUSER=<I_WUSER value obtained in step 4>;
    6. Issue commit ;
    Now try to login to ODI designer with the new password .
    Thanks,
    Sutirtha

  • Master repository creation issue

    Hi ,
    I am trying to create ODI master repository. During the process I have received following error and not sure how I can resolve the issue.
    oracle.odi.setup.RepositorySetupException: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-10036: Importing object SNP_LINEACTION : null failed.
         at oracle.odi.setup.support.MasterRepositorySetupImpl.internalCreateMaster(MasterRepositorySetupImpl.java:148)
         at oracle.odi.setup.support.MasterRepositorySetupImpl.createMasterRepository(MasterRepositorySetupImpl.java:222)
         at oracle.odi.ui.gallery.support.MasterCreateRepositoryPage.invoke(MasterCreateRepositoryPage.java:221)
         at oracle.odi.ui.gallery.support.AbstractMasterRepositoryWizard$2.run(AbstractMasterRepositoryWizard.java:144)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:656)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-10036: Importing object SNP_LINEACTION : null failed.
         at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2660)
         at com.sunopsis.dwg.DwgDuplicationTools.synonymImport(DwgDuplicationTools.java:2130)
         at com.sunopsis.dwg.DwgObject.importFromObjectLst(DwgObject.java:6493)
         at com.sunopsis.dwg.DwgObject.doImport(DwgObject.java:6011)
         at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java:5650)
         at com.sunopsis.dwg.DwgObject.importFromXmlWithCommit(DwgObject.java:5695)
         at com.sunopsis.dwg.DwgObject.importFromXmlWithCommit(DwgObject.java:5663)
         at com.sunopsis.repository.manager.RepositoryManager.importObjectsUsingImportFromXML(RepositoryManager.java:5126)
         at com.sunopsis.repository.manager.RepositoryManager.treatObjectList(RepositoryManager.java:3274)
         at com.sunopsis.repository.manager.RepositoryManager.treatTechnoList(RepositoryManager.java:3533)
         at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryImport(RepositoryManager.java:2702)
         at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryCreation(RepositoryManager.java:1141)
         at oracle.odi.setup.support.MasterRepositorySetupImpl.internalCreateMaster(MasterRepositorySetupImpl.java:141)
         at oracle.odi.setup.support.MasterRepositorySetupImpl.createMasterRepository(MasterRepositorySetupImpl.java:222)
         at oracle.odi.ui.gallery.support.MasterCreateRepositoryPage.invoke(MasterCreateRepositoryPage.java:221)
         at oracle.odi.ui.gallery.support.AbstractMasterRepositoryWizard$2.run(AbstractMasterRepositoryWizard.java:144)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         ... 1 more
    Caused by: java.sql.SQLException: ORA-01658: unable to create INITIAL extent for segment in tablespace ODI_DEMO
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1079)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1466)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3752)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3887)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1508)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:650)
         at com.sunopsis.dwg.dbobj.generated.GeneratedSnpLineAction.insertAction(GeneratedSnpLineAction.java:601)
         at com.sunopsis.dwg.DwgObject.insertActionForDuplication(DwgObject.java:3202)
         at com.sunopsis.dwg.DwgObject.insertForDuplication(DwgObject.java:3443)
         at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2616)
         ... 17 more
    Please help me to get the issue resolved.

    Hi
    Error : ORA-01658: unable to create INITIAL extent for segment in tablespace string
    Cause: Failed to find sufficient contiguous space to allocate INITIAL extent for segment being created.
    Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with a smaller value for INITIAL
    Check with DBA hope he will helps you toresolve your issue by inceasing tablespace memory
    Regards,
    Phanikanth

  • Create Master Repository With MSSQL 2005

    Hi,
    I try to create a new Master repository with MSSQL 2005 but the connection to the database doesn't work.
    I create a database named db_snpm for the master database and a database named db_snpw for the work db as oracledi_setup.pdf said.
    I create a user/password snpm/password for db_snpm and snpw/password for db_snpw.
    There are db_owner.
    My driver connection : com.microsoft.sqlserver.jdbc.SQLServerDriver
    My Url : jdbc:sqlserver://localhost:1433;selectMethod=cursor;databaseName=db_snpm;integratedSecurity=false
    User : snpm
    Password : password
    When I try the connection, I've got the following error "com.sunopsis.sql.c: com/microsoft/sqlserver/jdbc/SQLServerDriver "
    I had created a SQL SERVER DataServer in the topology Manager with the same driver and url and the connection work fine. I used it in some interface.
    Any help would be great.
    Thanks
    Jerome
    Edited by: user12010673 on 14 oct. 2009 02:00

    Creation of ODI master repository is limited to few relational databases only. Check certification matrix for ODI 11g
    Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+
    Microsoft SQL Server 2005
    Microsoft SQL Server 2008
    IBM DB2/UDB 9.7 and later FixPaks
    IBM DB2/400 (V5R4+)
    Hypersonic SQL 1.7.3+
    Sybase AS Enterprise 15.0.x
    thanks

  • How i can Create Master Repository with MySQL Database?

    How i can Create Master Repository with MySQL Database? i need to using MySQL Database to Master & Work Repository.
    I try to add mysql libary jar file to drivers . But , can't display MySQL Technology in Database List for Create Master Repository ?
    Please..
    Edited by: MadoatZ on Feb 19, 2011 1:47 AM

    Creation of ODI master repository is limited to few relational databases only. Check certification matrix for ODI 11g
    Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+
    Microsoft SQL Server 2005
    Microsoft SQL Server 2008
    IBM DB2/UDB 9.7 and later FixPaks
    IBM DB2/400 (V5R4+)
    Hypersonic SQL 1.7.3+
    Sybase AS Enterprise 15.0.x
    thanks

  • Issue in creating Master repository from ODI 11g

    Hi,
    I am unable to create a Master repository connection using ODI 11g from local machine. I am using Oracle server of 11g version and have Master and a Work repositories in it. When I was trying to create a connection using ODI 11g it is throwing me the following error message,
    Could not connect to repository
    java.lang.IllegalStateException: Local Repository table is empty
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:373)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:72)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:501)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:553)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:529)
         at oracle.odi.ui.docking.panes.OdiCnxFactory$1.run(OdiCnxFactory.java:205)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:619)
    Suggest me to resolve this issue.
    Regards, Sujeev

    Try following links.
    They are nice and Explanatory.
    http://www.odigurus.com/2011/10/creating-master-repository-using-odi.html
    http://odinetwork.blogspot.in/2011/03/creating-and-connecting-to-odi-master.html
    http://odiexperts.com/creating-master-and-work-repository/
    Thanks,
    Mahesh

  • Issue in configuring the Master Repository in ODI

    Hi,
    I just downloaded and installed ODI. I wanted to create Master Repository in Sql Server 2005 (service pack 2). I gave the following string for jdbc:sqlserver://<servername>:1433;selectMethod=cursor;databaseName=odimaster;integratedSecurity=false. I also entered a valid username and password. Apart from this I have copied the sqlJdbc.jar file in the OraHome_1\oracledi\drivers directory.
    The above is resulting in an error. Has anyone faced this issue?
    Thanks,
    Amol

    Thanks John and Ioggo for helping me.
    I have got the Master repository configured by replacing the sqlJDBC.jar file that I intially had by 1.2. I also was able to configure the topology but unfortunately I am now stuck in configuring the work repository. I am following John's blog but each time I do a test connection it gives me connection failed. I have used the same connection string for JDBC. Following is my understanding on the different text boxes in the dialogue box, please let me know if my understanding is not right:
    I have created a separate database in sql 2005 for this and I am entering the name of the database in the 'Name' text box.
    For technology I am using Microsoft Sql Server
    Server - I am giving the name of the machine.
    Connection - I have created a sql user odiwork with relevant access in sql 2005 and I am passing the credentials here.
    Following is the detailed error that I am getting:
    com.sunopsis.sql.c: com.microsoft.jdbc.sqlserver.SQLServerDriver
    +     at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)+
    +     at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)+
    +     at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)+
    +     at com.sunopsis.graphical.l.pm.o(pm.java)+
    +     at com.sunopsis.graphical.l.pm.r(pm.java)+
    +     at com.sunopsis.graphical.l.pm.g(pm.java)+
    +     at com.sunopsis.graphical.l.pm.a(pm.java)+
    +     at com.sunopsis.graphical.l.pm.a(pm.java)+
    +     at com.sunopsis.graphical.l.iz.actionPerformed(iz.java)+
    +     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)+
    +     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)+
    +     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)+
    +     at java.awt.Component.processMouseEvent(Unknown Source)+
    +     at java.awt.Component.processEvent(Unknown Source)+
    +     at java.awt.Container.processEvent(Unknown Source)+
    +     at java.awt.Component.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Window.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.EventQueue.dispatchEvent(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.Dialog$1.run(Unknown Source)+
    +     at java.awt.Dialog.show(Unknown Source)+
    +     at java.awt.Component.show(Unknown Source)+
    +     at java.awt.Component.setVisible(Unknown Source)+
    +     at com.sunopsis.graphical.l.pm.q(pm.java)+
    +     at com.sunopsis.graphical.l.pm.<init>(pm.java)+
    +     at com.sunopsis.graphical.frame.b.jh.bx(jh.java)+
    +     at com.sunopsis.graphical.frame.bo.w(bo.java)+
    +     at com.sunopsis.graphical.frame.bo.d(bo.java)+
    +     at com.sunopsis.graphical.frame.w.actionPerformed(w.java)+
    +     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)+
    +     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)+
    +     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)+
    +     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)+
    +     at java.awt.Component.processMouseEvent(Unknown Source)+
    +     at java.awt.Component.processEvent(Unknown Source)+
    +     at java.awt.Container.processEvent(Unknown Source)+
    +     at java.awt.Component.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)+
    +     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)+
    +     at java.awt.Container.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Window.dispatchEventImpl(Unknown Source)+
    +     at java.awt.Component.dispatchEvent(Unknown Source)+
    +     at java.awt.EventQueue.dispatchEvent(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)+
    +     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)+
    +     at java.awt.EventDispatchThread.run(Unknown Source)+
    Regards,
    Amol
    Edited by: AmolDatt on Aug 27, 2009 10:07 AM

  • Unable to create the Master repository Using ODI 10.1.3.5.0 on windows

    Hello,
    I have installed the ODI 10.1.3.5.o on windows environment. I am using sql server 2008.
    When i am trying to create the master repository it was not creating, When i am tested the connection it was successfull, but when i am click on OK it not performing.
    I have down loaded Microsoft SQL Server JDBC Driver 3.0 and copied sqljdbc4.jar in to D:\OraHome_1\oracledi\drivers.
    And also installed java 6 on my machine.
    Please help me.
    Regards,
    Krishna
    Edited by: 897734 on Dec 14, 2011 3:03 AM

    Hi krishna,
    Check *3.2 Creating Repository Storage Spaces* in below URL, Hope this may helps you
    http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/admin_reps.htm
    Regards,
    Phanikanth

  • Master repository creation in ODI 11_1_1_7

    We use ODI as embddeded solution in our application. The repositories get created using the SDK api's
    We have been creating Master repository using api IMasterRepositorySetup.createMasterRepository with ODI 11_1_1_3
    Now in ODI 11_1_1_7 this api is changed. It asks for DBA username and password. How would the end user can give this information.
    Does anyone know if there is any other api or any solution to this.
    Thanks in advance.
    Edited by: user630376 on Jan 17, 2013 4:51 PM

    Tried "SYS AS SYSDBA" as login and no password; it gives
    java.sql.SQLSyntaxErrorException: ORA-01031: insufficient privileges
    Could you please elaborate what do you mean by "The repositories and the topology can't be persistant ? "
    When we deploy our application we ask for schema details where app will be deployed. this schema is empty initially.
    Once the app is deployed and user tries sync source data with app that's when we create a ODI repositories and then repositories stay in this schema thereafter.
    Thank you for your response.
    Edited by: user630376 on Jan 18, 2013 11:08 AM

  • Which Technology was selected then creating Master Repository for ODI?

    Hi,
    Which Technology was selected then creating Master Repository for ODI SQL Server 2003? Which technolgy must be selected?
    First of all I created master repository for ODI on SQL Server 2003 via Microsoft SQL Server, it did not work.
    I checked the Driver and URL as below
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    jdbc:sqlserver://<servername>:<PortNumber>;selectMthod=cursor;databasename=<databasename>;integratedsecurity=false
    there is a error as below
    com.sunopsis.tools.core.exception.SnpsRuntimeException: com.sunopsis.tools.core.exception.SnpsRuntimeException: Unable to find the XML file corresponding to your technology.
         at oracle.odi.sdk.repository.OdiRepositoryManager.createMasterRepository(OdiRepositoryManager.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.f(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: com.sunopsis.tools.core.exception.SnpsRuntimeException: Unable to find the XML file corresponding to your technology.
         at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryCreation(RepositoryManager.java)
         ... 29 more
    Caused by:
    com.sunopsis.tools.core.exception.SnpsRuntimeException: Unable to find the XML file corresponding to your technology.
         at com.sunopsis.repository.manager.RepositoryManager.masterRepositoryCreation(RepositoryManager.java)
         at oracle.odi.sdk.repository.OdiRepositoryManager.createMasterRepository(OdiRepositoryManager.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.d(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.f(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard.a(MasterRepositoryWizard.java)
         at com.sunopsis.wizards.MasterRepositoryWizard$IvjEventHandler.actionPerformed(MasterRepositoryWizard.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    okan
    Edited by: ankist on Jan 15, 2010 2:46 PM

    It is highly recommended to use the JDBC Driver for SQL Server 2005, even if you are using SQL Server 2000. In ODI's pre-populated lists, it is not there - you will have to (1) get the driver yourself, downloadable from the Microsoft site. (get the driver v1.2, not the 2.0, and use a JRE v1.5, 1.5 or 1.6. The 2.0 driver from Microsoft requires the JRE 1.6)
    (2) use the
    Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    and the URL: jdbc:sqlserver://<myserver>:<myport, default 1433>;database=<mydb>;selectMethod=cursor
    these are not automatic, you will need to type them in.
    The database must be configured for connections from tcpip.
    For more information see the blog: http://odiexperts.com/?tag=sql-server-2005

  • ODI upgrade master repository 10.1.3.5.0 - 10.1.3.6.1

    Hello,
    i am facing problem with upgrade of master repository ODI 10.1.3.5.0 -> 10.1.3.6.1 odi_patch_10.1.3.6.1 (p9377717_101360_Generic)
    i followed steps as described in upgrade procedure (Remove the content of the oracledi/lib/scripts/ sub-directory your Oracle Data Integrator installation directory.
    Copy the content of the oracledi sub-directory of the temporary directory to your Oracle Data Integrator installation directory. The temporary directory content should overwrite the Oracle Data Integrator installation directory content.)
    when running upgrade script (./mupgrade.sh) there is NO ORACLE Technologies appearing in the wizard....
    only Hypersonic SQL and Informix left
    same in Windows XP and Linux.....

    i just downloaded and unpacked odi_patch_10.1.3.6.1 (p9377717_101360_Generic.zip) from support.oracle.com
    how can i check? there is the structure of the patch
    bin
    demo
    doc
    drivers
    impexp
    lib
    tools
    ./bin:
    startcmd.bat
    ./demo:
    xml
    ./demo/xml:
    personal.xsd
    ./doc:
    index_km.htm
    km
    webhelp
    ./doc/km:
    odiafm_93110_readme.pdf
    odiap_93110_readme.pdf
    odiess_readme.pdf
    odiess_users.pdf
    odigs_sapabapbw.pdf
    odigs_sapabap.pdf
    odi_km_ref_guide v1.3.pdf
    ./doc/webhelp:
    en
    ./doc/webhelp/en:
    index.hhc
    index.hhk
    printable
    ref_tools
    release_snps.htm
    setup
    usermanual
    whgdata
    whxdata
    ./doc/webhelp/en/printable:
    snps_ref_tools.pdf
    snps_setup.pdf
    snps_users.pdf
    ./doc/webhelp/en/ref_tools:
    odiftpget.htm
    odiftpput.htm
    odiscpget.htm
    odiscpput.htm
    odisftpget.htm
    odisftpput.htm
    snpsfiledelete.html
    ./doc/webhelp/en/setup:
    setup.htm
    sunopsis.log
    ./doc/webhelp/en/usermanual:
    technos
    ./doc/webhelp/en/usermanual/technos:
    how_to.htm
    jms
    jms_xml
    ./doc/webhelp/en/usermanual/technos/jms:
    creating_a_jms_data_server.htm
    creating_a_physical_schema_for_jms.htm
    defining_a_jms_model.htm
    choosing_the_right_kms_for_jms.htm
    jms_standard_properties.htm
    using_jms_properties.htm
    ./doc/webhelp/en/usermanual/technos/jms_xml:
    creating_a_jms_xml_data_server.htm
    creating_and_reverse-engineering_a_jms_xml_model.htm
    creating_a_physical_schema_for_jms_xml.htm
    choosing_the_right_kms_for_jms_xml.htm
    ./doc/webhelp/en/whgdata:
    whlstfl0.htm
    whlstfl11.htm
    whlstfl16.htm
    whlstfl18.htm
    whlstfl20.htm
    whlstfl21.htm
    whlstfl22.htm
    whlstfl23.htm
    whlstfl24.htm
    whlstfl25.htm
    whlstfl26.htm
    whlstfl3.htm
    whlstfl4.htm
    whlstfl7.htm
    whlstfl8.htm
    whlstf0.htm
    whlstf1.htm
    whlstf10.htm
    whlstf11.htm
    whlstf12.htm
    whlstf13.htm
    whlstf14.htm
    whlstf15.htm
    whlstf16.htm
    whlstf17.htm
    whlstf18.htm
    whlstf19.htm
    whlstf2.htm
    whlstf20.htm
    whlstf21.htm
    whlstf22.htm
    whlstf23.htm
    whlstf24.htm
    whlstf25.htm
    whlstf26.htm
    whlstf27.htm
    whlstf28.htm
    whlstf29.htm
    whlstf3.htm
    whlstf30.htm
    whlstf31.htm
    whlstf32.htm
    whlstf33.htm
    whlstf34.htm
    whlstf35.htm
    whlstf36.htm
    whlstf37.htm
    whlstf38.htm
    whlstf39.htm
    whlstf4.htm
    whlstf40.htm
    whlstf41.htm
    whlstf42.htm
    whlstf43.htm
    whlstf44.htm
    whlstf45.htm
    whlstf46.htm
    whlstf47.htm
    whlstf48.htm
    whlstf49.htm
    whlstf5.htm
    whlstf50.htm
    whlstf51.htm
    whlstf52.htm
    whlstf53.htm
    whlstf54.htm
    whlstf55.htm
    whlstf56.htm
    whlstf57.htm
    whlstf58.htm
    whlstf59.htm
    whlstf6.htm
    whlstf60.htm
    whlstf61.htm
    whlstf62.htm
    whlstf63.htm
    whlstf64.htm
    whlstf65.htm
    whlstf66.htm
    whlstf67.htm
    whlstf68.htm
    whlstf69.htm
    whlstf7.htm
    whlstf70.htm
    whlstf71.htm
    whlstf72.htm
    whlstf8.htm
    whlstf9.htm
    whlsti0.htm
    whlsti1.htm
    whlsti2.htm
    whlstt0.htm
    whlstt1.htm
    whlstt10.htm
    whlstt100.htm
    whlstt101.htm
    whlstt102.htm
    whlstt103.htm
    whlstt104.htm
    whlstt11.htm
    whlstt12.htm
    whlstt13.htm
    whlstt14.htm
    whlstt15.htm
    whlstt16.htm
    whlstt17.htm
    whlstt18.htm
    whlstt19.htm
    whlstt2.htm
    whlstt20.htm
    whlstt21.htm
    whlstt22.htm
    whlstt23.htm
    whlstt24.htm
    whlstt25.htm
    whlstt26.htm
    whlstt27.htm
    whlstt28.htm
    whlstt29.htm
    whlstt3.htm
    whlstt30.htm
    whlstt31.htm
    whlstt32.htm
    whlstt33.htm
    whlstt34.htm
    whlstt35.htm
    whlstt36.htm
    whlstt37.htm
    whlstt38.htm
    whlstt39.htm
    whlstt4.htm
    whlstt40.htm
    whlstt41.htm
    whlstt42.htm
    whlstt43.htm
    whlstt44.htm
    whlstt45.htm
    whlstt46.htm
    whlstt47.htm
    whlstt48.htm
    whlstt49.htm
    whlstt5.htm
    whlstt50.htm
    whlstt51.htm
    whlstt52.htm
    whlstt53.htm
    whlstt54.htm
    whlstt55.htm
    whlstt56.htm
    whlstt57.htm
    whlstt58.htm
    whlstt59.htm
    whlstt6.htm
    whlstt60.htm
    whlstt61.htm
    whlstt62.htm
    whlstt63.htm
    whlstt64.htm
    whlstt65.htm
    whlstt66.htm
    whlstt67.htm
    whlstt68.htm
    whlstt69.htm
    whlstt7.htm
    whlstt70.htm
    whlstt71.htm
    whlstt72.htm
    whlstt73.htm
    whlstt74.htm
    whlstt75.htm
    whlstt76.htm
    whlstt77.htm
    whlstt78.htm
    whlstt79.htm
    whlstt8.htm
    whlstt80.htm
    whlstt81.htm
    whlstt82.htm
    whlstt83.htm
    whlstt84.htm
    whlstt85.htm
    whlstt86.htm
    whlstt87.htm
    whlstt88.htm
    whlstt89.htm
    whlstt9.htm
    whlstt90.htm
    whlstt91.htm
    whlstt92.htm
    whlstt93.htm
    whlstt94.htm
    whlstt95.htm
    whlstt96.htm
    whlstt97.htm
    whlstt98.htm
    whlstt99.htm
    ./doc/webhelp/en/whxdata:
    whftdata0.xml
    whftdata1.xml
    whftdata2.xml
    whftdata3.xml
    whfts.xml
    whfwdata0.xml
    whfwdata1.xml
    whfwdata10.xml
    whfwdata11.xml
    whfwdata12.xml
    whfwdata13.xml
    whfwdata14.xml
    whfwdata15.xml
    whfwdata16.xml
    whfwdata17.xml
    whfwdata18.xml
    whfwdata19.xml
    whfwdata2.xml
    whfwdata20.xml
    whfwdata21.xml
    whfwdata22.xml
    whfwdata23.xml
    whfwdata24.xml
    whfwdata25.xml
    whfwdata26.xml
    whfwdata27.xml
    whfwdata28.xml
    whfwdata29.xml
    whfwdata3.xml
    whfwdata30.xml
    whfwdata31.xml
    whfwdata32.xml
    whfwdata4.xml
    whfwdata5.xml
    whfwdata6.xml
    whfwdata7.xml
    whfwdata8.xml
    whfwdata9.xml
    whidata0.xml
    whidata1.xml
    whidata2.xml
    whidata3.xml
    whidata4.xml
    whidata5.xml
    whidata6.xml
    whidx.xml
    whtdata0.xml
    whtdata7.xml
    ./drivers:
    ess_es_server.jar
    ess_japi.jar
    HFMDriver.dll
    HFMDriver64.dll
    odihapp_common.jar
    odihapp_essbase.jar
    odi_hfm.jar
    odi-sap.jar
    snpsfile.jar
    snpsxmlo.jar
    ./impexp:
    GAC_Hypersonic SQL Default.xml
    GAC_Informix Default.xml
    KM_CKM Teradata.xml
    KM_IKM File to Teradata (TTU).xml
    KM_IKM Oracle Slowly Changing Dimension.xml
    KM_IKM SQL to Hyperion Essbase (DATA).xml
    KM_IKM SQL to Teradata (TTU).xml
    KM_IKM Teradata Control Append.xml
    KM_JKM DB2 400 Simple (Journal).xml
    KM_JKM Oracle to Oracle Consistent (OGG).xml
    KM_LKM DB2_400 Journal to SQL .xml
    KM_LKM File to Netezza (NZLOAD).xml
    KM_LKM File to Oracle (SQLLDR).xml
    KM_LKM File to Teradata (TTU).xml
    KM_LKM MSSQL to Oracle (BCPSQLLDR).xml
    KM_LKM SQL to Teradata (TTU).xml
    KM_RKM MSSQL.xml
    KM_RKM Oracle Olap (Jython).xml
    KM_RKM Oracle.xml
    KM_ RKM Salesforce.com.xml
    KM_RKM Teradata.xml
    LANG_SQL.xml
    PROF_DESIGNER.xml
    PROF_METADATA ADMIN.xml
    PROF_NG DESIGNER.xml
    PROF_NG METADATA ADMIN.xml
    PROF_NG REPOSITORY EXPLORER.xml
    PROF_NG VERSION ADMIN.xml
    PROF_OPERATOR.xml
    PROF_REPOSITORY EXPLORER.xml
    PROF_SECURITY ADMIN.xml
    PROF_TOPOLOGY ADMIN.xml
    PROF_VERSION ADMIN.xml
    TECH_Attunity.xml
    TECH_BTrieve.xml
    TECH_DBase.xml
    TECH_Derby.xml
    TECH_File.xml
    TECH_Generic SQL.xml
    TECH_Hyperion Essbase.xml
    TECH_Hyperion Financial Management.xml
    TECH_Hyperion Planning.xml
    TECH_Hypersonic SQL.xml
    TECH_IBM DB2 UDB.xml
    TECH_IBM DB2400.xml
    TECH_Informix.xml
    TECH_Ingres.xml
    TECH_Interbase.xml
    TECH_JMS Queue.xml
    TECH_JMS Queue XML.xml
    TECH_JMS Topic.xml
    TECH_JMS Topic XML.xml
    TECH_LDAP.xml
    TECH_Microsoft Access.xml
    TECH_Microsoft Excel.xml
    TECH_Microsoft SQL Server.xml
    TECH_MySQL.xml
    TECH_Netezza.xml
    TECH_Operating System.xml
    TECH_Oracle BAM.xml
    TECH_Oracle.xml
    TECH_Paradox.xml
    TECH_PostgreSQL.xml
    TECH_Progress.xml
    TECH_Salesforce.com.xml
    TECH_SAP ABAP.xml
    TECH_SAP Java Connector.xml
    TECH_SAS.xml
    TECH_Sunopsis Engine.xml
    TECH_Sybase AS Anywhere.xml
    TECH_Sybase AS Enterprise.xml
    TECH_Sybase AS IQ.xml
    TECH_Teradata.xml
    TECH_Universe.xml
    TECH_XML.xml
    ./lib:
    scripts
    snpshelp.zip
    snpsws.zip
    sunopsis.zip
    ./lib/scripts:
    DERBY
    HYPERSONIC_SQL
    IBM_DB2_UDB
    IBM_DB2_400
    INFORMIX
    MICROSOFT_SQL_SERVER
    ORACLE
    POSTGRESQL
    SYBASE_AS_ANYWHERE
    SYBASE_AS_ENTERPRISE
    SYBASE_AS_IQ
    xml
    ./lib/scripts/DERBY:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/DERBY/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/HYPERSONIC_SQL:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/HYPERSONIC_SQL/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/IBM_DB2_UDB:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/IBM_DB2_UDB/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/IBM_DB2_400:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/IBM_DB2_400/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/INFORMIX:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/INFORMIX/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/MICROSOFT_SQL_SERVER:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/MICROSOFT_SQL_SERVER/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/ORACLE:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/ORACLE/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/POSTGRESQL:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/POSTGRESQL/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/SYBASE_AS_ANYWHERE:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/SYBASE_AS_ANYWHERE/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/SYBASE_AS_ENTERPRISE:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/SYBASE_AS_ENTERPRISE/patches:
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/SYBASE_AS_IQ:
    E_CREATE.xml
    E_DROP.xml
    M_CREATE.xml
    M_DROP.xml
    patches
    W_CREATE.xml
    W_DROP.xml
    ./lib/scripts/SYBASE_AS_IQ/patches:
    E_CREATE.xml
    E_DROP.xml
    E_04.02.02.01_04.02.03.01.xml
    E_300101.xml
    E_300101_300102.xml
    E_300102_300103.xml
    E_300103_300104.xml
    E_300104_310101.xml
    E_310101_320301.xml
    E_320301_400101.xml
    E_400101_410101.xml
    E_410101_410201.xml
    E_410201_420101.xml
    E_420101_420201.xml
    M_CREATE.xml
    M_DROP.xml
    M_04.02.02.01_04.02.03.01.xml
    M_300101.xml
    M_300101_300102.xml
    M_300102_300103.xml
    M_300103_300104.xml
    M_300104_300105.xml
    M_300105_310101.xml
    M_310101_310201.xml
    M_310201_320301.xml
    M_320301_400101.xml
    M_400101_410101.xml
    M_410101_410201.xml
    M_410201_420101.xml
    M_420101_420201.xml
    W_CREATE.xml
    W_DROP.xml
    W_04.02.02.01_04.02.03.01.xml
    W_300101.xml
    W_300101_300102.xml
    W_300102_300103.xml
    W_300103_310101.xml
    W_310101_310201.xml
    W_310201_320301.xml
    W_320301_400101.xml
    W_400101_410101.xml
    W_410101_410201.xml
    W_410201_420101.xml
    W_420101_420201.xml
    ./lib/scripts/xml:
    CONN_SecurityConnection.xml
    CONVDT_CONVDATATYPESLST.xml
    DT_DATATYPESLST.xml
    FIELD_FIELD_LST.xml
    FLOOK_LOOKUP_LST.xml
    LANG_SQL.xml
    LOCREP_MASTERREPOSITORY.xml
    OBJ_Column.xml
    OBJ_DataServer.xml
    OBJ_Datastore.xml
    OBJ_Model.xml
    OBJ_OBJ_SNPOPENTOOL_7800.xml
    OBJ_OBJ_SNPSCENFOLDER_7700.xml
    OBJ_Solution.xml
    PROF_DESIGNER.xml
    PROF_METADATAADMIN.xml
    PROF_NGDESIGNER.xml
    PROF_NGMETADATAADMIN.xml
    PROF_NGREPOSITORYEXPLORER.xml
    PROF_NGVERSIONADMIN.xml
    PROF_OPERATOR.xml
    PROF_REPOSITORYEXPLORER.xml
    PROF_SECURITYADMIN.xml
    PROF_TOPOLOGYADMIN.xml
    PROF_VERSIONADMIN.xml
    TECH_Attunity.xml
    TECH_File.xml
    TECH_HyperionEssbase.xml
    TECH_HyperionFinancialManagement.xml
    TECH_HypersonicSQL.xml
    TECH_Informix.xml
    TECH_SAPABAP.xml
    TECH_SAPJavaConnector.xml
    TECH_SAS.xml
    ./tools:
    cdc_iseries
    web_services
    ./tools/cdc_iseries:
    SAVPGM0110
    ./tools/web_services:
    odi-public-ws.aar

  • Anyone successfully used ODI SDK to create master repository?

    I'm just trying to compile and run the sample code given by Oracle (odi_sdk_samples.zip downloaded from http://www.oracle.com/technetwork/indexes/samplecode/dataintegration-sample-522116.html) to create a master repository, and I am running into an error below.
    java CreateMasterAndWorkRepositorySample
    oracle.odi.setup.RepositoryScriptsNotFoundException: Scripts were not found
    at oracle.odi.setup.support.MasterRepositorySetupImpl.internalCreateMaster(MasterRepositorySetupImpl.java:146)
    at oracle.odi.setup.support.MasterRepositorySetupImpl.createMasterRepository(MasterRepositorySetupImpl.java:52)
    at CreateMasterAndWorkRepositorySample.main(CreateMasterAndWorkRepositorySample.java:43)
    Caused by: java.io.FileNotFoundException: Directory /scripts/xml/ does not exist.
    at com.sunopsis.repository.manager.RepositoryManager.getRepositoryCreationXMLFilesDirectory(RepositoryManager.java:4565)
    at oracle.odi.setup.support.MasterRepositorySetupImpl.internalCreateMaster(MasterRepositorySetupImpl.java:139)
    ... 2 more
    Does anyone know how to tell JVM the location of /scripts/xml ? This happens to exist at oracledi.sdk/lib/scripts/xml under ODI installation. All I am doing to run the above program is adding all JARS from oracledi.sdk/lib to CLASSPATH and compiling this and one other file (SimpleOdiInstanceHandle.java) in the same directory. Unfortunately, there is no documentation out there on how to set up the environment properly. Apparently it is trying to get to some XML files that ODI needs to execute in order to create the master repository....
    Thank you in advance for your help.
    글 수정: user11180669

    Well hindsight is 20/20 but oraparams.sh needed to be run before running any program that uses ODI SDK. :)

Maybe you are looking for

  • My iMac came up in safe mode after taking a long time to boot. Should I worry?

    When I rebooted, there was a line running across the middle of the screen indicating that something was installing or happening.  Then the computer came up in safe mode and required me to log in, which I never have to do.  I run Kapersky anti virus a

  • ITunes on locked disk?

    Just got new computer and created a new user account on it but now I cant use iTunes. Get error message saying it's on "locked" disk! I'm the Admin and the sole owner on computer. Help!

  • Outlook Sync Error with Recurring Meetings on SharePoint Calendar

    We have a SharePoint (Foundation 2010) calendar that users also connect to Outlook (2010/2013). We are experiencing a problem with emailing recurring meeting requests to the SharePoint calendar; the item is received and populated properly on the SP c

  • Remove element from array

    hi if i have an array eg int[] array = {4,2,1,2,1}; how to i remove the index 2 from it and create a new array? thanks

  • Generating Web Pages using PL/Sql

    Friends, Would eb gr8 if you can provide me with some help files to learn about developing Web pages using Oracle 8i Procedures. Would really appreaciate your help null