Cannot Install OWB Repository objects.

I use OWB Repository Assistant after finished Installing BO 10.1.0.2.0.
I filled the User Name field as SYS and surely another fields are correct. But I got the result as
INS0003: OWB Repository Installation cannot continue without DBA privileges. Connect as DBA and use option Create a New Warehouse Builder Repository to continue the process.
How should I do to solve this problem.

This appears to be a locking issue and looking at our Support database it is resolved in 10gR1 and 10gR2 versions of the database but remains on 9i although a warning dialog should be shown. Even so the installation should continue and should be successful.
Do you have AQ running? This sometimes causes this error to occur. I think in the 10gR1 documentation this locking issue was documented and it was supposed to be added to the 10gR2 doc (I need to check to this).
To figure the lock from Repo Asst code, use the following:
select distinct
s.sid,
s.serial#,
s.username,
x.kglnaobj as objectname
from
dba_kgllock l,
v$session s,
x$kgllk x
where
l.kgllktype = 'Pin' and
s.saddr = l.kgllkuse and
s.saddr = x.kgllkuse and
x.kglnaobj like '%DBMS_LOCK%';
If this returns rows, display the warning with a suggestion to connect to SQLPlus and issue the following statement (where SID, Serial are what came back from the query)
ALTER SYSTEM KILL SESSION 'SID, Serial';
e.g.
ALTER SYSTEM KILL SESSION '13, 8'
That might solve the problem.
Hope this helps.
Keith Laker
Data Warehouse Solution Architect
Oracle EMEA Consulting
BI Blog: http://oraclebi.blogspot.com/
DM Blog: http://oracledmt.blogspot.com/
BI on Oracle: http://www.oracle.com/bi/
BI on OTN: http://www.oracle.com/technology/products/bi/
BI Beans http://www.oracle.com/technology/products/bib/index.html
Discoverer: http://www.oracle.com/technology/products/discoverer/
BI Samples: http://www.oracle.com/technology/products/bi/samples/

Similar Messages

  • INS0017: Error while installing OWB Repository.

    Hi All,
    I am trying to install OWB 9.0.2.56 on windows NT env.
    Steps followed are.
    1> I managed to install OWB client.
    2> Selected Oracle9i Warehouse Builder Repository Assistant to install Repository. After installing the repository upto 31 % it displays following error message.
    'INS0017:Installation of the seeded data failed.'
    Does someone know moare about it ?
    Please note that objects are created in schema specified while installing OWB Repository.
    Thanks in Advance.
    Regards,
    Vidyanand

    Hi All,
    I managed to get rid of this error. It was due to Roll Back Segment.
    I managed to install OWB 9i Repository successfully.
    Thanks & Regards,
    Vidyanand

  • Error Installing BI 7 cont "Cannot install BI content, Objects are missing"

    I am trying to activate all the infobjects in BI 7 for the Plant maintenance, QM and CS. While simulating the activation, I get the message:
    "Cannot install BI content, Objects are missing"
    Does anyone know what's going on?
    Thanks
    B

    What service pack are you on ?
    Try note 1019055
    Also - Are there any short dumps ?
    Message was edited by:
            A S

  • Cannot Create OWB Repository Owner

    Hello All,
    On windows XP pro, 32 bit, the following tasks were completed (clean system, 1.5 gig ram and dual core)
    - Installed 9.2.0.1 Server
    - Installed 9.2.0.6 Patch
    - Installed Oracle Worflow + and created workflow user
    - Installed OWB_10.2.0.1.win.zip
    All seemed to be fine until attempting to create the OWB repository owner using the Repository Assistant
    Problem 1)
    The Repository Assistant froze after being given the user details for the repository owner.
    I found a fix (read Hack) for this that I am including FYI. The issue relates to the view dba_kgllock which was force created against objects that do not exist. To solve this I used TOAD to find the script used to create the view, deleted the view and created an empty table with the same columns.
    This is a complete hackbut allowed OWB Repository Assistant. All then continued and was looking good until about 60% complete.
    Problem 2)
    At approx 60% installation fails with a socket read fail within java.
    Thats it, I've stopped dead now, going to continue installation attempts in the morning. If anybody out there can help I would be very greatful.

    This appears to be a locking issue and looking at our Support database it is resolved in 10gR1 and 10gR2 versions of the database but remains on 9i although a warning dialog should be shown. Even so the installation should continue and should be successful.
    Do you have AQ running? This sometimes causes this error to occur. I think in the 10gR1 documentation this locking issue was documented and it was supposed to be added to the 10gR2 doc (I need to check to this).
    To figure the lock from Repo Asst code, use the following:
    select distinct
    s.sid,
    s.serial#,
    s.username,
    x.kglnaobj as objectname
    from
    dba_kgllock l,
    v$session s,
    x$kgllk x
    where
    l.kgllktype = 'Pin' and
    s.saddr = l.kgllkuse and
    s.saddr = x.kgllkuse and
    x.kglnaobj like '%DBMS_LOCK%';
    If this returns rows, display the warning with a suggestion to connect to SQLPlus and issue the following statement (where SID, Serial are what came back from the query)
    ALTER SYSTEM KILL SESSION 'SID, Serial';
    e.g.
    ALTER SYSTEM KILL SESSION '13, 8'
    That might solve the problem.
    Hope this helps.
    Keith Laker
    Data Warehouse Solution Architect
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Beans http://www.oracle.com/technology/products/bib/index.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • Java Error installing OWB Repository

    Hi All,
    I'm attempting to install the repository owner using OMBPlus:
    OMBINSTALL OWB_REPOSITORY OWB_OWNER/$OWNER_PASSWORD DATA_TABLESPACE \'OWB_REPOSITORY' INDEX_TABLESPACE 'OWB_REPOSITORY' TEMPORARY_TABLESPACE 'TEMP' \
    But I'm getting this error 10 minutes into the install:
    oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1413): [processSPAWN]: A spawned program error.
    Exception = java.lang.Exception: Error : java.sql.SQLException: ORA-29532: Java
    call terminated by uncaught Java exception: java.io.IOException
    At exactly the same time the database is producing this trace error:
    java.io.IOException
    at java.io.UnixFileSystem.createFileExclusively(Native Method)
    at java.io.File.createNewFile(File.java:828)
    at oracle.wh.runtime.server.KeyManagement.getRtrProperties(KeyManagement
    .java:867)
    at oracle.wh.runtime.server.KeyManagement.setKey(KeyManagement.java:249)
    at oracle.wh.runtime.server.KeyManagement.set_key(KeyManagement.java:75)
    Any suggestions please? Many thanks in advance!
    Bill

    Got it...!
    The table OWBRT_SYS.OWBRTPS had been created with the wrong value for the Oracle Home. Now working with the correct path.
    The error message could have been a bit more specific though!
    Thanks
    Bill

  • Cannot install new repository

    Hi
    I've installed designer 6i and oracle server. When install new repository, it says:"IMP-00016 not supporting character set translated (from 31 to 852)". I can't continue. Why? Help!

    Check that you are using the correct imp.exe.
    Check in the RAU that the parameter string execute_import is pointing to an 8.1.6/7 imp.exe.
    David

  • Error Installing OWB Repository

    I exported a 9.2.0.1 Database and imported the user into a new Database Instance.
    However, not all the runtime and repository components were reimported into the new schema.
    I dropped and reinstalled the runtime successfully.
    I also dropped the repository but have been unable to reinstall the repository.
    OWB Client NT Client Version: 9.0.3.36.2
    DB OS: Sun Solaris
    DB Version 9.2.0.1.0
    The following is the error in the repository error log:
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-00904: "OWM_VIEW_UTILITIES"."CLASSIFIED_OBJ_TYPE": invalid identifier
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: ORA-06512: at line 2
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: [ at runSqlScript(RuntimeInstaller.java ) ].
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: this is SQL error
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-00904: "OWM_VIEW_UTILITIES"."CLASSIFIED_OBJ_TYPE": invalid identifier
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: ORA-06512: at line 2
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-00904: "OWM_VIEW_UTILITIES"."CLASSIFIED_OBJ_TYPE": invalid identifier
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: ORA-06512: at line 2
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility:

    Kirt,
    Are you rerunning the repository assistant, or are you trying to restore from a dump? Officially we do not support restoring from a dump (not yet, at least) ... but there are some notes on metalink on how to do it anyway:
    Repository, note 228918.1:
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=228918.1
    Runtime, note 235658.1:
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=235658.1
    Mark.

  • Error installing OWB 10.2.0.1 repository on for AIX

    Hi!
    I'm trying to install OWB repository on AIX with repository assistant, but I'm stuck with the following error included on the log file generated:
    INS0017: Installation of the seeded data failed.
    oracle.wh.util.parser.ParseException:
    Internal Error: id generation error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    I read several posts and workaround about dropping schemas and roles, but none was effective.
    Also tried using "thin" user jdbc driver.
    This would be the first repository for OWB 10.2.0.1.
    Any help?
    Thanks in advance!
    Rgrds,
    Eduardo

    Hi,
    Thanks. I have the version that's available for download on OTN.
    I believe I have both the 32 and 64bit versions of rpms.
    jck.

  • Install Repository Object Browser

    I have installed iDeveloper and iDesigner v9.0.2.80.6. I would like to install the Repository Object Browser, how do I go about installing ROB.
    thanks in advance.

    Peter,
    The ROB is installed for you. What you need to do is configure it to use it. Go to your OS Start menu and invoke the Designer program menu. You should find the "ROB Configuration Guide". There are also viewlets on OTN on the ROB.
    Regards
    Sue

  • Client export for ABAP programs, repository objects cross client objects

    Hello,
    Let me first explain the scenario here. Our Development system crashed we are rebuilding the development system from a client export of the production. Client does not want migration etc so the only way we want to do it is through client export.
    Now the question is whether cross client objects can really be imported through client export KT, KO, KX requests?
    I thought it was possible but after successfully importinng the client export (which was taken using profile SAP_EXPC) of the Production client all the customizing has been imported but non of the ABAP programs have been imported.
    Can anyone explain how this is done and if it is possible?
    Steps I performed:
    1] Exported Production client with profile SAP_EXPC
    2] Imported the 3 requests KT, KO, KX using command line
    tp import <KT req> <SID> U2 client=<my client> pf=<profile path>
    tp import <KX req> <SID> U2 client=<my client> pf=<profile path>
    tp import <KO req> <SID> U2 client=<my client> pf=<profile path>
    3] After successful import ran scc7 which finished successfully
    Thank you

    You can transport client independent customizing, read sap note [24853 - CC-INFO: Client copy, functionality|https://service.sap.com/sap/support/notes/24853].
    But you cannot transport abap repository objects (abap programs) with a client copy.
    Can you explain what you mean by "Our Development system crashed". If you still can happily do client copies to that system, then i really wonder what you mean by crashed...
    Cheers Michael

  • OWB Repository Performance, Best Practice

    Hi
    We are considering installing OWB repository in its own database, designed solely to the design repository to achieve maximum performance at the design center.
    Does anyone have knowledge of best practice in setting up the database to OWB repository? (db parameters, block size and so on).
    We are currently using Release 11.1.
    BR
    Klaus

    You can found all this informations in the documentation. Just here:
    http://download.oracle.com/docs/cd/B31080_01/doc/install.102/b28224/reqs01.htm#sthref48
    You will find all Initialization Parameters for the Runtime Instance and for the design instance.
    Success
    Nico

  • Installing OWB 10.2.0.1 Unable to start Repository Assistant  in XP

    I've just installed OWB 10.2.0.1 on am XP machine with Oracle 10G running. I've used a different home as recommended. The application will not respond at all. I can't get the Repository Assistant to work among other issues. I just finished the install. I've done no other configuration. What do I still need to do?

    I've had the same problem:
    On windows XP pro, 32 bit
    - Installed 9.2.0.1 Server
    - Installed 9.2.0.6 Patch
    - Installed Oracle Worflow + and created workflow user
    - Installed OWB_10.2.0.1.win.zip
    All seemed to be fine until attempting to create the OWB repository owner.
    The first problem is the same as mentioned above. The issue relates to the view dba_kgllock which was forced created against objects that do not exist. To solve this I used TOAD to find the script used to create the view, deleted the view and created an empty table with the same columns.
    This is a complete HACK but allowed OWB Repository Assistant. All then continued and was looking good until about 60% complete and then the system fails with a socket read fail within java.
    Thats it, I've stopped dead now, going to continue installation attempts in the morning

  • Cannot install Grid control 11g because of repository creation failure

    I cannot install Grid control 11g (on AIX6.1 and 11.2.0.1 database) because of repository creation failure with following log emschema.log.CREATE
    2012-10-29 17:44:49,729 [Thread-190] ERROR emschema.17oypu8dqqrf7 - ERROR:FATAL Configuration Exceptions
    Execution Exception
    null
    2012-10-29 17:44:50,162 [17oypu8dqqrf7] ERROR emschema.17oypu8dqqrf7 - Schema Action Failed
    2012-10-29 17:44:50,163 [17oypu8dqqrf7] ERROR emschema.17oypu8dqqrf7 - java.lang.Exception: The last RCUModel exit status code is not SUCCEEDED.
    2012-10-29 17:44:50,164 [17oypu8dqqrf7] ERROR emschema.17oypu8dqqrf7 - Schema Action Failed
    2012-10-29 17:44:50,167 [17oypu8dqqrf7] ERROR emschema.17oypu8dqqrf7 - Running RCU Failed with Exception Trace
    The last RCUModel exit status code is not SUCCEEDED.
    and rcu.log:
    RCU Logfile               : /ugp1apl/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager/m_102912_0530_PM/m_102912_0530_PM.CREATE/rcu.log
    RCU Checkpoint Object               : /opt/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager//RCUCheckpointObj
    Component schemas created:
    Component               Status     Logfile          
    EM Repository Creation Configuration          Failed     /ugp1apl/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager/m_102912_0530_PM/m_102912_0530_PM.CREATE/em_repos_config.log
    EM Repository Init Configuration          Success     /ugp1apl/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager/m_102912_0530_PM/m_102912_0530_PM.CREATE/em_repos_init.log
    EM Repository Common          Success     /ugp1apl/oracle/product/grid/middleware/oms11g/sysman/log/schemamanager/m_102912_0530_PM/m_102912_0530_PM.CREATE/em_repos_common.log
    2012-10-29 17:44:49.887 NOTIFICATION rcu: oracle.sysman.assistants.common.util.SilentMessageHandler::writeToLog: Repository Creation Utility - Create : Operation Completed
    Database has 11.2.0.1 version and setup according installation guide(init parameters and so on...), what's wrong?
    Edited by: mariok on Oct 31, 2012 2:11 AM

    In install guide is written: http://docs.oracle.com/cd/E11857_01/install.111/e15838/install_em_exist_db.htm#CIAIGDIH
    „No environment variable specific to Enterprise Manager Grid Control needs to be set prior to installation. The ORACLE_HOME and ORACLE_SID variables should not be set; Oracle directories should not appear in the PATH.“
    When I'v set up following variables everything went fine:
    ORACLE_HOME=/opt/oracle/product64/11.2.0.1
    ORACLE_SID=UAGRID
    PATH=/usr/java6_64/bin:/opt/oracle/product64/11.2.0.1/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/lbin:/root/MSP/bin:.:/usr/local/bin:/u1/oracle/SCRIPTS:/opt/oracle/product64/11.2.0.1/OPatch

  • INS0003 OWB Repository Installation cannot continue without DBA privileges

    Hi:
    I´ve installed oracle database 10120 and today installed oracle warehouse builder 10.1, the installation haven´t problems, but when i try to execute OWB Repository Assistant i have the follow message error:
    INS0003 OWB Repository Installation cannot continue without DBA privileges
    If i connect me to OEM and check the privileges for sys or system user don't have any problem if i connect me as sysdba.
    I created a new user with all privileges and the error is the same.
    How could i fix my problem?
    Thanks for your help.
    Alex.

    This issue is normally caused because you have not setup sys to connect as sysdba per newer database setup procedures, test with connect "/ as sysdba" in sql*plus.
    If you cannot connect from SQLPlus by just the '/ as sysdba' login, then check the Note 50507.1 via Metalink as this describes the different ways you can connect to Oracle as an
    administrative user.
    Hope this helps,
    Keith
    Product Management
    Oracle Warehouse Builder

  • OWB Repository Install Question

    Hi all
    I am assigned to oracle ERP project and
    owb has to be installed for bis/edw.
    at the owb 2.x version, when repository install , following menu appeared
    'which operation would you like to perform ?
    create a new BIS Repository
    Drop an existing BIS Repository'
    But owb 9i,
    Upper menu not appeared.
    In owb 9i version , Isn't it devied BIS and non-BIS user repository ?
    and
    when i created a repository for Oracle ERP,
    is there any different function from Non-Oracle ERP repository ?

    Hi Jae Hyun,
    In OWB9i there is no distinction between a BIS user and a non-BIS user. Reading your question I expect you are installing the product at a new customer site. Please refer to patch sets 2182987 and 2420974 that are available through Metalink. These patch sets contain documentation on the steps to go through. To manipulate data in the Apps repository you would use the BI assistant.
    When OWB is installed for Oracle Applications some of the settings are changed compared to the release that general customers use. I.e. if you would like to build your own data warehouse using OWB I recommend you install OWB in a separate Oracle home, build a new repository and use that for your own project. In that case you would use all settings non-Apps customers use.
    Hope this helps,
    Mark.

Maybe you are looking for