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

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

  • Master repository creation

    We directly tried to configure master repository from ODI installation then,
    *"INST-07309:Specified Master Repository credentials are not valid"- this error occured, and couldnot let us proceed.*
    We later tried with RCU but same error message occurred at the same stage.
    What is the solution for this??
    From where we can download rcu 11.5
    We searched alot but we could not found it.
    Help is highly appreciated.
    Thank you.
    Manish Subedi on Dec 22, 2011 3:48 AM

    John,
    Thanks for your help & patience.
    So here is wht I did.
    1. downloaded the file from the link that you provided below unzipped that file & it has 2 files in folder enu one is sqljdbc & the other is sqljdbc4. I copied the file
    sqljdbc4 to the drivers folder where odi was installed.
    2 I restarted all ODI components and tried to run the master repository wizard it came up with following while i started :
    A JDK is required to execute Web Services with OracleDI. You are currently using
    a JRE.
    OracleDI: Starting Master Repository Creation wizard ...
    Not sure if JDK is mandatory or we can go ahead only with jre
    3. I then made a connection for my master repository. checked connection got a connection successful. I then hit ok it did nothin so hit cancelled. Is there a way to test if it did something at this step ?? not sure if it creates some tables on backend i checked but there were none.
    4. Then i went to toplogy manager , hit on the new connection entered the details for the Oracle data Integrator connection & Database connection(Master repository) that we created in step 3. tested the connection it says successful connection.
    5. I hit ok on the screen & hit ok on the security repository connection screen & it does nothing. it keeps showing me the same screen without giving any errors.
    Not sure if there is an error file that i can check to know where exactly is it failing or any other thought that might be causing this?
    I have my server 2008 & ODI installed on the same machine
    Thanks in advance!

  • G/L Master Repository creation

    Hi Group,
    Is there a step by step document that guides you to create a custom repository ?
    We are planning to manage G/L master at central MDM level. Any info on this will be helpful
    Thanks,
    Stan

    Hi Martin,
    The console document for repository creation is good. Is there any document for creating a prototype too ? Anything that can help me setup a project plan for the prototype and also actually create it, would be a great help.
    Thanks,
    Stan

  • 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

  • Content Repository creation issue in OAC0 tcode

    Dear All ,
    I installed Content Server 640 verison with Max DB 7.6 successfully on Windows Server 2008 R2 server.I did the the installation on the same server where my ECC development system is running.
    When I'm creating the content repository in OAC0 getting the below error.
    <<<<CreateTab ContentStorage, connect error SQLConnect failed, [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, Error Code: 0>>>>
    I followed SAP Note 301352 - ODBC driver is not registered ,and used the below command to register ODBC driver but it gives me error saying Can't create registry value.
    C:\>odbcreg LiveCache -i -p f:\sapdb\programs\pgm
    Error : Can't create registry value.
    I did the installation using domain ID which is assigned to administrators group on local host.not able to figure it out ,whats the issue.
    Can you please help me to fix this issue please.
    thanks

    Hi Khaiser,
    You need to do the following,
    In CSADMIN got to setting.
    Add the parameter : Driver = MaxDB
    Restart the system and check it should work.
    Regards,
    Deepak Kori

  • OWB 10 repository creation issues in a 9.2.0.8 Db (using Rep Assitant)

    I’m using Oracle Database Enterprise Edition 9.2.0.8 and I installed the Oracle Warehouse Builder 10.2.0.1 in the same machine (in a different oracle home, once in the installation process doesn’t allow to install in the same oracle home from the database).
    While configuring the repository with the Repository Assistant, I’m experiencing a big delay in the step 5 of 8: Repository Owner Information (around 2 hours) of the advanced wizard, which ends with the error box showing the message “Database Connection Failed: ORA-00600: internal error code, arguments: [17059], [0x697F83FC] , [], [], [], [], [], []”.
    Anyone had this issue? Is anyone able to help?
    Thank you very much,
    Miguel

    have you check the Database alert log file...
    is there any memory issue..........
    Cheers
    Nawneet

  • Cleasing repository creation issue

    Hi,
    I am trying to create a cleasing repository for which i performed following steps:
    1.Created a database dq_repo in Microsoft SQL Server 2008 R2
    2.Created a Local repository using the dq_repo database.
    3.Then i tried to install cleasing package on this repository(dq_repo) by selecting Cleansing Package in BODS
    Repository Manager.
    4.When i hit on the Create button, it gives me an error that  'Cleansing repository does not exist'.
    5.So, i go to the BODS Designer and give the dq_repo details in Dictionary->Manage Connections.
    6.I tried to create the cleansing package now, so it gives me and error that *'Cleansing package does not contain any   
    dictionaries'.But , when i checked at the path "C:\Program Files\Business Objects\BusinessObjects Data
    Services\DataQuality\datacleanse",i see that dictionaries are present.
    Now my questions are:
    1.Whether i am taking the right approach to create the cleasing repository?
    2.If yes, where am i going wrong in my above mentioned steps?
    FYI:
    1. Enviornment:
    a.Windows XP
    b.Database- Microsoft SQL Server 2008 R2
    c.SAP BODS 3.12 with cleasing patch installed.
    2.BODS services are on.
    Please help me on this problem.

    Priyanka,
    With DS 3.X, the Cleansing Package installer must be run first which lays down the pieces that are used within the Repository Manager when you select Cleansing Package as the repository type.  If this has not be run, you won't be able to use Repo Manager to set this up. 
    Also, in Designer, you are not able to connect to a Cleansing Package using Manage Connection, until the Repo Manager part has been completed.
    To tell if this installer has been run, look to LINK_DIR\DataQuality\datacleanse to see if there are any PERSON_FIRM_*.zip files there.  If not, you know it has not been run.  If there are, the next step is to create a database to hold the cleansing package and then use Repository Manager to seed it.
    Thanks,
    Paula
    FYI...if you are really using 3.1X, that is not supported any longer and you should upgrade.  The latest version of DS is 4.0 and has changed significantly since 3.X for the CP installer as well as having the requirement of installing BIP/IPS.  Please see upgrade guide for information on this.

  • Getting Error in Master Repo creation in ODI 10.1.3.5

    Hi All,
    I am creating Master repo with MS SQL Server 2000 and using two approches but getting error.
    In first approch -
    I am using Driver --->>> com.microsoft.sqlserver.jdbc.SQLServerDriver and
    URL---->>> jdbc:sqlserver://localhost:1433;selectMethod=cursor;database=Master_ODI;integratedSecurity=false
    Master repo starts but in between getting error "*connection closed*" and some time "*Not delete permission for user on SNP_LICENSE.*
    Second Approch -
    Using Driver -->> sun.jdbc.odbc.JdbcOdbcDriver
    Url-->> jdbc:odbc: <DSN name with master database in SQl Server>
    in this approch I am able to create Mater repo but in topology I am not able to see Master repo in Repository window.
    Please help me out if Iam doing somthing wrong or missed some steps.
    Regards,
    Vibhav

    Just follow the below steps to create master repository in MS SQL Server, you can find these steps in odi installation folder.
    Creating Repository Storage Spaces
    Create a database db_snpm to host the Master repository and a database db_snpw to host the work repository. Create two logins snpm and snpw which have these databases by default.
    Use Enterprise Manager to create the two databases db_snpm and db_snpw (allow about 40 Mb for Data and 20 Mb for Log for each of them)
    Use Query Analyzer or I-SQL to launch the following commands:
    CREATE LOGIN <mylogin>
            WITH PASSWORD = '<mypass>',
            DEFAULT_DATABASE = <defaultbase>,
            DEFAULT_LANGUAGE = us_english;
    USE <defautbase>;
    CREATE USER dbo FOR LOGIN <mylogin>;
    GO
    Where: <mylogin> corresponds to snpm or snpw <mypass> corresponds to a password for these logins <defaultbase> corresponds to db_snpm and db_snpw respectively
    Creating the Master Repository
    Creating the master repository consists of creating the tables and the automatic importing of definitions for the different technologies.
    To create the master repository:
    In the Start Menu , select Programs > Oracle Data Integrator > Repository Management > Master Repository Creation , or Launch bin/repcreate.bat or bin/repcreate.sh.
    Complete the fields:
    Driver : the driver used to access the technology which will host the repository. For more information, refer to the section JDBC URL Sample.
    URL : The complete path for the data server to host the repository. For more information, refer to the section JDBC URL Sample.
    User : The user id / login of the owner of the tables (previously created under the name snpm).
    Password : This user's password.
    ID : A specific ID for the new repository, rather than the default 0. This will affect imports and exports between repositories.
    Technologies : From the list, select the technology your repository will be based on.
    Language: Select the language of your master repository.
    Validate by OK.
    Creating the dictionary begins. You can follow the procedure on your console. To test your master repository, refer to the section Connecting to the master repository.

  • Export and Import of master repository - error snpuser not found

    We had installed ODI on a windows server and created physicla and logical topologies etc and developed some models and projects.
    But we had sone all of this while still pointing to the demo master repository using the HypersonicSQL. This means we always have to have the 'Start Demo Agent' running etc.
    So we wanted to move to an Oracle based master repository. I have used the 'Create Master Repository' function to create a new repository using ORacle thinnet driver and this is all OK and I can sign in to the SUPERVISOR user.
    But when I export our existing repository from the 'HypersonocSQL' demo one to a ZIP file and then use the 'Import Master Repository' to create a master repository in the Oracle using thinnet driver etc - firstly it removes the repository details that I originally created - fair enough - then creates it all again but from the ZIP file.
    The SNP_ tables all exist in the oracle database user and I can see that in SNP_USER there is the record for SUPERVISOR etc.
    But when I try to sign in to this through topology manager or security manager - as SUPERVISOR I immediately get the error 'SNPUser does not exist'
    Am I doing something wrong with exporting my 'demo' master repository and trying to import it in to the new Oracle repository ?

    thanks - but that is effectivley what I did - used the repository import from my exported ZIP file - and it all imported OK - but the error on login to topology manager afterwards is that the snp user does not exist.
    Although I initially used the 'Master Repository Creation' I then adaondoned this - dropped and recreated my Oracle user 'snpm' that owns the master repository and used the import repository approach.
    I am trying to sign in as the standard SUPERVISOR user (that existed OK in the Hypersonic master repository that was exported to the ZIP file) and also trying other users that I know existed in the Hypersonic reporitory that I exported - same problem. I can see in Oracle SQL*Plus that in the SNP_USERS table the SUPERVISOR user exists.
    If I do instead carry out a standard 'Create Master Repository' and do NOT try to import anything then it works OK and I can sign in to the Topology Manager as SUPERVISOR.

  • RCU or Manual repository creation ?

    hi everyone,
    The master/work repositories could be created either by Repository Creation Utility(RCU) or by Master Repository creation wizard of ODI Studio
    RCU creates a single schema for both work and master repositories. But if we choose to create repositories using ODI Studio, it is be possible to create Master and Work repositories in two separate schema.
    Which would be the best practice to create repositories ? Using single schema for Master and Work or having separate schemas?

    Hi,
    As per my experience, creating Master and work in "separate" schema is always recommended.
    Thanks,
    Guru

  • ODI repository creation

    Hi Friends,
    This is reddy..I am new to ODI..I have some douts on ODI
    1) How to create the repositiory in ODI ( Step By Step Information)
    2) Notes on ODI transformations
    3) Benifits of ODI comparing to other ETL tools
    Thanks
    Ranjith

    Master Repository creation :
    Assuming that you have an database user created to hold the Master Repository.
    1. Goto the Repository Management . You can invoke it from command prompt also using oracledi\bin\repcreate.bat or repcreate.sh script.
    2. Click onto the Master repository creation
    3. Fill up the details like driver , url , user , password . This user and password is of the database user who is going to store Master Repository.
    4. Click on Test and verify it is successfully connecting .
    5. Specify an ID number for this Master Repository
    6. Choose appropriate Technology
    7. Click Ok , it should create around 55 tables in the database schema.
    Work Repository :
    1. Invoke Topology and create a connection to the Master Repository created above.
    2. Goto repository tab and right click on to the Work Repositories ---> Choose Insert Work Repository
    3. Fill up the details and provide an ID for this work repository
    4. Click OK to create the work repository

  • (11.1.1.5) RCU or Manual repository creation ?

    hi everyone,
    The master/work repositories could be created either by Repository Creation Utility(RCU) or by Master Repository creation wizard of ODI Studio
    RCU creates a single schema for both work and master repositories. But if we choose to create repositories using ODI Studio, it is be possible to create Master and Work repositories in two separate schema.
    Which would be the best practice to create repositories ? Using single schema for Master and Work or having separate schemas?

    Hi,
    As per my experience, creating Master and work in "separate" schema is always recommended.
    Thanks,
    Guru

  • Blank Technologies list while creating master repository

    I am getting no technologies in the technologies list while creating the master repository in ODI. Unless I select something, master repository creation wizard is not allowing me to create a master repository. Can anyone help me where I need to mention the list.

    You need to have filled in the details in the connection boxes before a technology selection can be made.
    Craig

  • 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

Maybe you are looking for

  • Jquery menu plugin  integrated in Tab's (using a custom theme )

    Hi, I'm trying to use the jquery menu plugin and use it combined with tab's. I would like to get the effect which is also in the APEX IDE ( TAB's with submenu's expanding below the TAB ). So far I have my tab's and also my menu's which are show as a

  • Problems scheduling process flow

    Using OWB I have create a number of mappings and also a process flow using the defined mappings. All the mappings and the process flow are successfully deployed and can be executed without problems from Deployment Manager. I can even successfully exe

  • Album vs. events

    I was wondering if its possible to have some pictures in your albums but not events. For example I use my events for well diff events and my album to put pictures of diff friends and family from random events. However there are times that I just want

  • 2012 macbook pro retina display artifacts on screen when using onboard video

    2012 Macbook Pro Retina Display artifacts on screen when using onboard video. About a month ago I've noticed these strange artifacts (blocky pixelated looking) running vertically down the screen. It first started when using Safari. Then it started to

  • Company valuation level

    Dear experts Is it possible to set valuation by company for IS Retail? Is there new version of IS Retail to support the company valuation level? Please advise. Hengki