Error in hour install repository in Repository Administration Utility

HI ,
I need some help because when I press the Install button -
Repository Installation Option - Select two options - Ok tightening
Do you want to use Public synonym? I click Yes
Continue Repository performance improvements without install? I click Yes
Install the Repository instance - I click Start
Do you wish to proceed? I click Yes
below a message of errors .
Could anyone help me!!!!! what local of log ?
Message
CDR-21244: This process has been aborted.
Cause
The previous process has failed or the user has aborted it.
Action
Check the log files for errors.
It may be possible to restart this process.

unmo:
Let's begin with HDD space. A too full HDD is an invitation to disaster. As I noted previously, you should have a mimimum of 5 GB free space for virtual memory, swap files and whatever you are working on for OS X to function efficiently. A too full HDD can lead to directory issues, as you learned, data loss and an eventual HDD crash. Dr. Smoke's FAQ Problems from insufficient RAM and free hard disk space gives more info on this. Dr. Smoke's FAQ Freeing space on your Mac OS X startup disk has excellent suggestions to clear some of the clutter. In addition, you may be well advised to consider a larger internal HDD, and, if you do not already have one, to initiate a backup strategy. Dr. Smoke's FAQ Backup and Recovery offers helpful suggestions. If you have questions about any of these please do post back.
Mac OS X 10.3/10.4: System maintenance and Macintosh OS X Routine Maintenance are excellent resources of OS maintenance. Look them over and post back with any questions that arise.
Good luck.
cornelius
PS: Thank you for leaving feedback in Apple Discussions by marking "helpful" and "solved" posts.
Message was edited by: cornelius

Similar Messages

  • Repository Administration Utility

    When installing a Repository I get an error message after clicking the 'start' button.
    ckrau61
    ERROR
    You do not have SELECT privilege on sys.v_$PARAMETERS view.
    This process cannot proceed.
    I have fully DBA privileges and Administrator privileges on my PC.
    Any suggestions?
    Thanks

    Dear Richard,
    I believe you should try creating a separate user to be the Repository Owner and not grant that account the "DBA" role (it is important that the repository owners account should not have the privilege SELECT ANY TABLE if you are installing a repository.)
    First log on to the machine that hosts the Oracle8i database to be used for the repository. Under Windows NT, be sure to log on as the local administrator.
    Now, ensure that the following minimum settings (assuming single repository instance and for up to four concurrent users) are satisfied in your INIT.ORA file:
    compatible = 8.1.6
    max_enabled_roles = 30
    sort_area_size = 262144
    sort_area_retained_size = 65536
    hash_area_size = 1048576
    optimizer_index_caching = 50
    optimizer_index_cost_adj = 25
    shared_pool_size = 32000000
    db_block_buffers = 2000
    open_cursors = 1000
    processes = 100
    db_file_multiblock_read_count=16 # for a 4K Oracle block size
    db_file_multiblock_read_count=32 # for a 2K Oracle block size
    db_file_multiblock_read_count=8 # for a 8K Oracle block size
    Next, login to SQL* Plus as SYS and create a separate tablespace for the rollback segment you will be using for repository creation process:
    create tablespace DES_RBS datafile 'c:\Oradata\jcat\des_rbs.dbf' size 10M reuse
    autoextend ON next 10M
    default storage (initial 256K next 256K minextents 2 pctincrease 0);
    Now create a rollback segment in this tablespace, bring it online, and take all other rollback segments (except SYSTEM) offline:
    create rollback segment DES_RB1 tablespace DES_RBS
    storage (initial 1M next 1M minextents 3 optimal 4M);
    alter rollback segment DES_RB1 online;
    alter rollback segment SYSROL offline;
    alter rollback segment RBS01 offline;
    alter rollback segment RBS02 offline;
    alter rollback segment RBS03 offline;
    alter rollback segment RBS04 offline;
    alter rollback segment RBS05 offline;
    alter rollback segment RBS06 offline;
    alter rollback segment RBS07 offline;
    alter rollback segment RBS08 offline;
    alter rollback segment RBS09 offline;
    alter rollback segment RBS10 offline;
    alter rollback segment RBS11 offline;
    alter rollback segment RBS12 offline;
    alter rollback segment RBS13 offline;
    alter rollback segment RBS14 offline;
    alter rollback segment RBS15 offline;
    alter rollback segment RBS16 offline;
    alter rollback segment RBS17 offline;
    alter rollback segment RBS18 offline;
    alter rollback segment RBS19 offline;
    alter rollback segment RBS20 offline;
    Then, while connected as SYS, create the role CK_ORACLE_REPOS_OWNER for system privileges:
    @ D:\Oracle\Ora6i\repadm61\utl\ckrorole.sql
    Now create a user account for the Repository Owner and grant that account the necessary privileges :
    create user DES6i identified by des6i
    default tablespace TOOLS
    temporary tablespace TEMP;
    grant EXECUTE on DBMS_LOCK to DES6i;
    grant EXECUTE on DBMS_PIPE to DES6i;
    grant CREATE TABLE to DES6i;
    grant CREATE VIEW to DES6i;
    grant CREATE PROCEDURE to DES6i;
    grant CREATE SYNONYM to DES6i;
    grant CREATE SEQUENCE to DES6i;
    grant SELECT on SYS.V_$NLS_PARAMETERS to DES6i with grant option;
    grant SELECT on SYS.V_$PARAMETER to DES6i;
    grant SELECT on DBA_ROLLBACK_SEGS to DES6i;
    grant SELECT on DBA_SEGMENTS to DES6i;
    grant CREATE ANY SYNONYM to DES6i;
    grant DROP ANY SYNONYM to DES6i;
    grant CREATE PUBLIC SYNONYM to DES6i;
    grant DROP PUBLIC SYNONYM to DES6i;
    grant CK_ORACLE_REPOS_OWNER to DES6i;
    grant CONNECT, RESOURCE to DES6i;
    Now verify that the proper Net8 connect string (database alias) is present in the TNSNAMES.ORA within the <Repository_Home>\Net80\Admin directory and then launch the Repository Administrator Utility.
    Under Tablespaces, check whether the SYSTEM tablespace is fragmented (value for Largest Extent is significantly less than that for Free Space). If the SYSTEM tablespace is fragmented, perform a full database export and re-import using the current version of the Export and Import utilities (EXP and IMP).
    You should now be able to create the repository without a hitch.
    Ciao!

  • Opening Repository Administrator Utility (RAU)

    I have Designer9i installed. When I open RAU (either from Start menu or the Designer Tool Palette) the "Oracle/2000 Repository Migration Wizard" opens.
    But, there is no repository from an earlier product release to be migrated. This is a new development project -- as is our repository. What I need is to perform management operations; backup, new user definition and access.
    Canceling Repository Migration Wizard does not open the RAU...
    How can I circumvent this Migration Wizard and make available the RAU maintenance functions I need?

    This behaviour is explained in
    Note 116242.1: The Migration Wizard is automatically launched when starting the RAU
    Here is its content:
    Problem Description
    You launch the Oracle Designer 6i RAU (Repository Administration Utility), but the Migration Wizard starts up.
    Solution Description
    Connect to the RAU as the Repository Owner.
    Explanation
    A subordinate user is not able to perform repository administration tasks.
    Subordinate users can only launch the Migration Wizard, to allow migration of application systems from previous releases. This is why a subordinate user is not able to launch the RAU.

  • Install Repository Creation Utility [RCU] for Discoverer 11g

    Friends !
    Please help me in answering below quesitons.
    1. We are implementing Discoverer 11g on Sun Solaris 64 SParc systems
    2. For this i did download software using "edelivery" - Oracle Fusion MiddleWare 11g.
    3. I did installed Weblogic server
    4. But there is no "Repository Creation Utility " for solaris env. Is it mandatory to install Repository Creation Utility for discoverer 11g installation
    our main goal is to install discoverer 11g and integrate with e-business environment 12.1.3
    Please advise on this
    Regards
    VSH

    Please see MOS note 858748.1.
    Section "5. RCU only on Linux x86 and Windows 32 bit"
    This states:
    "Since the Repository Creation Utility (RCU) is only available on Linux and Windows, how can I create schemas in other supported Oracle Database platforms?
    Answer:
    RCU is only available for Windows 32 bit and Linux x86. Run RCU on these supported platforms to remotely access a certified Oracle Database Server (see Certification Guide) by following the RCU User's Guide"
    There are then links to useful information so definitely read that note.
    Regards
    Robin

  • Getting Error while installing Repository Creation Utility (RCU)!!!!!

    Hi,
    While installing RCU, I was getting the Invalid Username/Password error on Database Connection Details Screen when i give sys userid. on Database Connection Details Screen I was trying to connect with sys user but failed then I used system user and it got connect.
    Then on Component screen, I was getting the below error.
    RCU-6083:Failed - Check prerequisites requirement for selected component:ORAESS
    Please refer to RCU log at /u01/app/oracle/logdir.2009-12-22_16-46/rcu.log for details.
    Trying to connect as a non SYSDBA user. User should have SYSDBA privileges to successfully load the ESS schema.
    RCU-6092:Component Selection validation failed. Please refer to log at /u01/app/oracle/logdir.2009-12-22_16-46/rcu.log for details.
    I do not know why i am unable to connect with sys user as i am giving the correct password. Now i have changed the sys password but still unable to connect.
    Please check the below link.
    http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14259/rcu_screens.htm
    Please suggest something.
    --- Log File Error ------------------------
    2009-12-22 16:46:06.904 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: HOSTNAME: cicl-11g
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: OSINFO: i386 2.6.18-164.6.1.el5 Linux
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: JREINFO: 1.6.0_14 /u01/app/oracle/rcuHome/jdk/jre
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: USERNAME: oracle
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: USERDIR: /u01/app/oracle/rcuHome/bin
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: User country: US
    2009-12-22 16:46:06.912 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: User language: en
    2009-12-22 16:46:06.913 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Java class path: /u01/app/oracle/rcuHome/jlib/rcu.jar:/u01/app/oracle/rcuHome/jlib/share.jar:/u01/app/oracle/rcuHome/jlib/help-share.jar:/u01/app/oracle/rcuHome/jlib/ohj.jar:/u01/app/oracle/rcuHome/jlib/orai18n-mapping.jar:/u01/app/oracle/rcuHome/lib/xmlparserv2.jar:/u01/app/oracle/rcuHome/jdbc/lib/ojdbc5.jar:/u01/app/oracle/rcuHome/jdbc/lib/ojdbc14.jar:/u01/app/oracle/rcuHome/jlib/jewt4.jar:/u01/app/oracle/rcuHome/jlib/ojdl.jar:/u01/app/oracle/rcuHome/modules/oracle.odl_11.1.1/ojdl.jar:/u01/app/oracle/rcuHome/jlib/SchemaVersion.jar:/u01/app/oracle/rcuHome/jlib/wlsqlserver.jar:/u01/app/oracle/rcuHome/jlib/wlbase.jar:/u01/app/oracle/rcuHome/jlib/wlutil.jar:/u01/app/oracle/rcuHome/jlib/com.bea.core.weblogic.workmanager_1.6.0.0.jar:/u01/app/oracle/rcuHome/jlib/com.bea.core.weblogic.workmanager_1.7.0.0.jar:/u01/app/oracle/rcuHome/jlib/wldb2.jar:/u01/app/oracle/rcuHome/jlib/help-share.jar:/u01/app/oracle/rcuHome/jlib/ohj.jar:/u01/app/oracle/rcuHome/jlib/oracle_ice.jar:/u01/app/oracle/rcuHome/jlib/rcuhelp.jar:/u01/app/oracle/rcuHome/jlib/rcuhelppages.jar:/u01/app/oracle/rcuHome/assistants/opca/jlib/opca.jar:/u01/app/oracle/rcuHome/portal/jlib/ptlshare.jar:/u01/app/oracle/rcuHome/jlib/ldapjclnt11.jar:/u01/app/oracle/rcuHome/jlib/commons-collections-3.1.jar:/u01/app/oracle/rcuHome/jlib/commons-dbcp-1.2.1.jar:/u01/app/oracle/rcuHome/jlib/commons-logging.jar:/u01/app/oracle/rcuHome/jlib/commons-pool-1.2.jar:/u01/app/oracle/rcuHome/jlib/quartz-1.6.0.jar:/u01/app/oracle/rcuHome/jlib/jta.jar:/u01/app/oracle/rcuHome/jlib/xml.jar:/u01/app/oracle/rcuHome/jlib/iam-platform-utils.jar:/u01/app/oracle/rcuHome/jlib/iam-platform-authz-service.jar:/u01/app/oracle/rcuHome/jlib/iam-features-identity.zip:/u01/app/oracle/rcuHome/jlib/iam-features-configservice.zip:/u01/app/oracle/rcuHome/jlib/jps-api.jar:/u01/app/oracle/rcuHome/jlib/jps-common.jar:/u01/app/oracle/rcuHome/jlib/jps-ee.jar:/u01/app/oracle/rcuHome/jlib/jps-internal.jar:/u01/app/oracle/rcuHome/jlib/jps-manifest.jar:/u01/app/oracle/rcuHome/jlib/MicroSM.jar:/u01/app/oracle/rcuHome/jlib/javax.persistence_1.0.0.0_1-0-2.jar:/u01/app/oracle/rcuHome/jlib/org.eclipse.persistence_1.0.0.0_1-1-0.jar:/u01/app/oracle/rcuHome/jlib/identitystore.jar:/u01/app/oracle/rcuHome/jlib/jps-unsupported-api.jar:/u01/app/oracle/rcuHome/jlib/pd-internal.jar
    2009-12-22 16:46:06.913 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Java library path: /u01/app/oracle/rcuHome/jdk/jre/lib/i386/client:/u01/app/oracle/rcuHome/jdk/jre/lib/i386:/u01/app/oracle/rcuHome/jdk/jre/../lib/i386:/u01/app/oracle/rcuHome/lib32:/u01/app/oracle/rcuHome/network/lib32:/u01/app/oracle/rcuHome/lib:/u01/app/oracle/rcuHome/network/lib:/u01/app/oracle/product/11.2.0/network/lib:/u01/app/oracle/product/11.2.0/jdbc/lib:/u01/app/oracle/product/11.2.0/lib:/usr/lib:/usr/local/lib:/usr/java/packages/lib/i386:/lib:/usr/lib
    2009-12-22 16:46:06.913 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::execute: Launching RCU.
    2009-12-22 16:46:06.916 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::execute: Creating InteractiveRCUModel
    2009-12-22 16:46:07.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: Base URL : file:///u01/app/oracle/rcuHome/rcu/config/
    2009-12-22 16:46:07.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: ComponentInfo xml location : /u01/app/oracle/rcuHome/rcu/config/ComponentInfo.xml
    2009-12-22 16:46:07.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: Storage xml location : /u01/app/oracle/rcuHome/rcu/config/Storage.xml
    2009-12-22 16:46:07.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: DTD Validation : true
    2009-12-22 16:46:07.891 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.RCUCommandLineParser::process: Processing command line ....
    2009-12-22 16:46:39.363 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:system, role:Normal, connectString:(description=(address=(host=cicl-11g)(protocol=tcp)(port=1521))(connect_data=(service_name=DEV11G)(server=dedicated)))
    2009-12-22 16:46:40.515 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Initializing repository configuration metadata
    2009-12-22 16:46:40.515 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = INIT_META_DATA
    2009-12-22 16:46:40.704 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : AS_COMMON
    2009-12-22 16:46:40.707 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : MDS
    2009-12-22 16:46:40.713 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : MDS
    2009-12-22 16:46:40.714 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : MDS
    2009-12-22 16:46:40.716 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : IAU
    2009-12-22 16:46:40.720 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORAESS
    2009-12-22 16:46:40.721 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : IDM
    2009-12-22 16:46:40.721 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : OID
    2009-12-22 16:46:40.723 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : OIF
    2009-12-22 16:46:40.732 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : OWLCS
    2009-12-22 16:46:40.733 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPXDMS
    2009-12-22 16:46:40.735 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPSDS
    2009-12-22 16:46:40.759 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPLS
    2009-12-22 16:46:40.760 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : SOA
    2009-12-22 16:46:40.761 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : SOAINFRA
    2009-12-22 16:46:40.762 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : SOAINFRA
    2009-12-22 16:46:40.762 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : SOAINFRA
    2009-12-22 16:46:40.763 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : BAM
    2009-12-22 16:46:40.766 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPM
    2009-12-22 16:46:40.768 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPM
    2009-12-22 16:46:40.769 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : ORASDPM
    2009-12-22 16:46:40.770 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WEBCENTER_SUITE
    2009-12-22 16:46:40.771 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WEBCENTER
    2009-12-22 16:46:40.771 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WEBCENTER
    2009-12-22 16:46:40.772 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WEBCENTER
    2009-12-22 16:46:40.774 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTLET
    2009-12-22 16:46:40.776 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTLET
    2009-12-22 16:46:40.777 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTLET
    2009-12-22 16:46:40.778 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : CONTENTSERVER
    2009-12-22 16:46:40.778 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : CONTENTSERVER
    2009-12-22 16:46:40.779 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : CONTENTSERVER
    2009-12-22 16:46:40.783 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS
    2009-12-22 16:46:40.784 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS
    2009-12-22 16:46:40.785 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS
    2009-12-22 16:46:40.786 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS_CRAWLER
    2009-12-22 16:46:40.791 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCUSSIONS_CRAWLER
    2009-12-22 16:46:40.794 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WIKI
    2009-12-22 16:46:40.795 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WIKI
    2009-12-22 16:46:40.795 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : WIKI
    2009-12-22 16:46:40.796 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTAL_BI
    2009-12-22 16:46:40.797 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : PORTAL
    2009-12-22 16:46:40.800 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : DISCOVERER
    2009-12-22 16:46:40.821 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseXmlData: XML Document: /u01/app/oracle/rcuHome/rcu/config/ComponentInfo.xml is valid
    2009-12-22 16:46:40.835 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : MDS
    2009-12-22 16:46:40.843 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//mds/mds.xml is valid
    2009-12-22 16:46:40.852 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : IAU
    2009-12-22 16:46:40.857 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration/iau/iau.xml is valid
    2009-12-22 16:46:40.864 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORAESS
    2009-12-22 16:46:40.876 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//ess/ess.xml is valid
    2009-12-22 16:46:40.883 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : OID
    2009-12-22 16:46:40.886 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//oid/oid.xml is valid
    2009-12-22 16:46:40.891 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : OIF
    2009-12-22 16:46:40.898 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//oif/oif.xml is valid
    2009-12-22 16:46:40.904 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORASDPXDMS
    2009-12-22 16:46:40.907 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//commspresence/commspresence.xml is valid
    2009-12-22 16:46:40.915 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORASDPSDS
    2009-12-22 16:46:40.932 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//commssds/commssds.xml is valid
    2009-12-22 16:46:40.938 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORASDPLS
    2009-12-22 16:46:40.939 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//commsls/commsls.xml is valid
    2009-12-22 16:46:40.945 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : SOAINFRA
    2009-12-22 16:46:40.950 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//soainfra/soainfra.xml is valid
    2009-12-22 16:46:40.955 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : BAM
    2009-12-22 16:46:40.958 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//bam/bam.xml is valid
    2009-12-22 16:46:40.963 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ORASDPM
    2009-12-22 16:46:40.975 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//sdpm/sdpm.xml is valid
    2009-12-22 16:46:40.981 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : WEBCENTER
    2009-12-22 16:46:40.991 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//webcenter/webcenter.xml is valid
    2009-12-22 16:46:40.998 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : PORTLET
    2009-12-22 16:46:41.006 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//portlet/portlet.xml is valid
    2009-12-22 16:46:41.011 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : CONTENTSERVER
    2009-12-22 16:46:41.021 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration/contentserver/contentserver.xml is valid
    2009-12-22 16:46:41.024 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : DISCUSSIONS
    2009-12-22 16:46:41.030 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//jive/jive.xml is valid
    2009-12-22 16:46:41.040 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : DISCUSSIONS_CRAWLER
    2009-12-22 16:46:41.048 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//jive-crawler/jive-crawler.xml is valid
    2009-12-22 16:46:41.052 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : WIKI
    2009-12-22 16:46:41.056 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration//wiki/wiki.xml is valid
    2009-12-22 16:46:41.063 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : PORTAL
    2009-12-22 16:46:41.065 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration/portal/portal.xml is valid
    2009-12-22 16:46:41.070 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : DISCOVERER
    2009-12-22 16:46:41.073 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: /u01/app/oracle/rcuHome/rcu/integration/dc/discoverer.xml is valid
    2009-12-22 16:46:41.108 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseStorageData: XML Document: /u01/app/oracle/rcuHome/rcu/config/Storage.xml is valid
    2009-12-22 16:46:41.452 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Initializing repository configuration metadata : 937 milliseconds
    2009-12-22 16:46:41.464 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Obtain properties of the specified database
    2009-12-22 16:46:41.464 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_QUERY_DATABASE
    2009-12-22 16:46:41.498 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Obtain properties of the specified database : 34 milliseconds
    2009-12-22 16:46:41.514 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Check requirement for specified database
    2009-12-22 16:46:41.514 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_GLOBAL_CHECK
    2009-12-22 16:46:41.557 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Check requirement for specified database : 43 milliseconds
    2009-12-22 16:46:41.572 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Execute pre create operations
    2009-12-22 16:46:41.573 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.CustomCompManager::getActionList: CustomCompManager.getActionList: CUSTOM_COMP_PRELOAD_SETUP
    2009-12-22 16:46:41.579 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryAndCopyData
    2009-12-22 16:46:41.582 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryTable
    2009-12-22 16:46:41.582 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Execute pre create operations : 9 milliseconds
    2009-12-22 16:46:55.687 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Metadata Services
    2009-12-22 16:46:55.687 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = MDS
    2009-12-22 16:46:55.687 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2009-12-22 16:46:55.722 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Metadata Services : 35 milliseconds
    2009-12-22 16:46:55.727 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Audit Services
    2009-12-22 16:46:55.727 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = IAU
    2009-12-22 16:46:55.727 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2009-12-22 16:46:55.761 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Audit Services : 34 milliseconds
    2009-12-22 16:46:55.766 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Enterprise Scheduler Service
    2009-12-22 16:46:55.766 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = ORAESS
    2009-12-22 16:46:55.766 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2009-12-22 16:46:55.773 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.PrereqTask::execute: Prereq Evaluation Failed
    oracle.sysman.assistants.rcu.backend.validation.PrereqException: RCU-6083:Failed - Check prerequisites requirement for selected component:ORAESS
    Please refer to RCU log at /u01/app/oracle/logdir.2009-12-22_16-46/rcu.log for details.
         at oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator.executePrereqTask(PrereqEvaluator.java:642)
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:68)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
         at java.lang.Thread.run(Thread.java:619)
    2009-12-22 16:46:55.773 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: RCU Operation Failed
    oracle.sysman.assistants.common.task.TaskExecutionException: RCU-6083:Failed - Check prerequisites requirement for selected component:ORAESS
    Please refer to RCU log at /u01/app/oracle/logdir.2009-12-22_16-46/rcu.log for details.
    Trying to connect as a non SYSDBA user. User should have SYSDBA privileges to successfully load the ESS schema.
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:76)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Edited by: yousufpaya on Dec 22, 2009 7:31 PM

    Hi yousuf;
    Please follow below and see its helpful for your issue:
    http://soadev.blogspot.com/2009_07_01_archive.html ( part:Error in Running Repository Creation Utility (RCU) While Using Oracle XE database )
    Also check:
    http://forums.tangosol.com/forums/thread.jspa?threadID=930952&tstart=60 (Joaanas post)
    Regard
    Helios

  • Installing  Repository Creation Utility (RCU) for OBIEE 11g

    Hello,
    We are working on installing the Oracle Business Intelligence Entreprise Edition Plus 11g (v 11.1.1.6.0) for a POC in our Company's network.
    We have to install the OBI Server and other server-side components on a IBM AIX (64-Bit) server; and the client tools on the local Desktops.
    My queries:
    *1. I am downloading the following softwares for this setup. Please help me understand is this the complete list of softwares required, or are there any more softwares required for OBIEE 11g intallation?*
    List of softwares to be downloaded:
    1) Oracle Business Intelligence, v. 11.1.1.6.0
    - for AIX (64-Bit):
    Disk 1 (1of2) (1.4G) (cksum 4182440856)
    Disk 1 (2of2) (1.5G) (cksum 2020935297)
    Disk 2 (1of2) (1.7G) (cksum 796853559)
    Disk 2 (2of2) (1.3G) (cksum 685152953)
    Disk 3 (1.6G) (cksum 1431984641)
    2) Repository Creation Utility (11.1.1.6.0)
    for Microsoft Windows (32-bit) (320M) (cksum 2503314275) OR for Linux x86 (32-bit) (391M) (cksum 201758785)
    Link for (1) and (2): http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bi-downloads-1525270.html
    3) Oracle Business Intelligence Developer Client Tools Installer (11.1.1.6.0)
    - for Microsoft Windows x86 (32/64-bit): (360M) (cksum 3317017977)
    Link for (3): http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    NOTE: The JDK 1.5.0 is installed
    *2. Where should the additional required software 'Repository Creation Utility' be installed in this case?*
    I can see it is available for 32-bit OS (Windows or Linux x86), and that is why I suspect it to be a client-side software - which is to be installed on my local desktop. Hence, Can I download the Repository Creation Utility (11.1.1.6.0) for Microsoft Windows (32-bit) (320M) (cksum 2503314275)
    Please clarify.
    *4. I will not be installing any of the Oracle BI Applications, so will I require the software Oracle Business Intelligence Data Warehouse Administration Console (10.1.3.4.1)?*
    I assume NO.
    *5. IMP: Is there a Web server (E.g. Oracle WebLogic Server) included in the OBIEE suite, which gets installed in the default installation settings?*
    OR Is there a need to download and install a separate Webserver on the AIX system before installing OBIEE.
    Please reply ASAP.
    Thanks,
    Shweta.

    Although it is a POC, but the installation has to be done on a AIX6.1 remote system, which will be used as a server in the enterprise, with 5 to 7 people accessing it. So 'simple install' is not suitable in this case.
    The AIX6.1 system has a JDK 6 (64 bit).
    I understand that the OBIEE 11g suite comes with a Oracle WebLogic Server (OWLS) installable included in the suite. However, in case of Software Only installation type, the OWLS needs to installed first and then the installer has to be started in 'Softwar Only' mode.
    Could anyone please suggest:
    *1) does 'Enterprise Install' type suite on the AIX6.1 system? If yes, does it mean that it will install JDK once again? is this recommended, as the host system is a shared server and the existing JDK 6 (64-bit) can be in use by other applications on this system.*
    *2) If (1) is not true, is there a way to install the Oracle WebLogic server using the OBIEE 11g installer itself? or do I need to download the WebLogic server installer separately from the OTN site?*
    Thanks in advance for any helping pointers on the above.
    Please reply ASAP, as this is urgent.
    Thanks,
    Shweta.

  • Installing Repository Creation Utility (RCU)

    I am running the Repository Creation Utility (RCU) to create the schema object for Portal, Forms, Reports, and Discoverer in my database. However, I get the error message:
    “The database you are connecting is with non-AL32UTF8 character set. Oracle strongly recommends using AL32UTF8 as the database character set.”
    I click the “Ignore” button but the script will not accept the Ignore option.
    Does this means I must create a new database with the AL32UTF8 character set or is there a work around?
    Thanks!

    I decided to go ahead and create a new database with the correct character set.
    However, I am still getting the error message:
    RCU-6002
    RCU-6080
    The log file shows:
    2010-04-21 20:56:16.929 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_GLOBAL_CHECK
    2010-04-21 20:56:16.992 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.PrereqTask::execute: Prereq Evaluation Failed
    oracle.sysman.assistants.rcu.backend.validation.PrereqException: RCU-6080:Global prerequisite check failed - Check requirement for specified database
         at oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator.executePrereqTask(PrereqEvaluator.java:544)
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:68)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
         at java.lang.Thread.run(Thread.java:619)
    2010-04-21 20:56:16.992 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: RCU Operation Failed
    oracle.sysman.assistants.common.task.TaskExecutionException: RCU-6080:Global prerequisite check failed - Check requirement for specified database
    The database you are connecting is not a supported version. Enter Database with version equal to or higher than 10.2.0.4.0 in 10g or version equal to or higher than 11.1.0.7.0 in 11g. Refer to the certification matrix for supported DB versions
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:76)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:303)
         at java.lang.Thread.run(Thread.java:619)

  • Problems installing Repository creation utility for SOA

    Hi,
    When I try to install the repository creation utility(RCU) for installing soa suite on windows xp 64bit machine after successfully installing oracle database 11g, I am getting following problems. Please advice.
    ORA-01031 Insufficient privileges
    Statement:grant execute on util_file to &bpm_user

    Are you initiating the RCU tool as "sys with SYSDBA" role ?
    I have used it that way and it works always.

  • Repository Administration Utility - error while adding a new user

    Hello all,
    I'm currently experiencing some difficulties when I try to add a new user with the RAU tool. First I had problems installing the repository, in the CJSYSFOL stage (ORA-04063: package body "REPOS_MANAGER.JR_REG_IO" has errors). After granting execute rights on the UTL_FILE package, it seemed this problem was solved.
    However, the installation is finished and I wanted to add a user with the RAU. In user maintanance I added a user and then set all the properties. After clicking OK, the following error is generated:
    ORA-01919: role 'CKR_REPOS_MANAGER' does not exist
    ORA-06512: at "REPOS_MANAGER.JR_SYS_PRIVS", line 236
    Bladiebladiebla.
    Does anyone have a clue of what's going on here? And more important, how to solve this? Thanks for helping out!
    Greetings,
    Weis

    See if the "Check Requirements" gives you any issues to be solved or the "Object Status" utility. Seems like the role CKR_REPOS_MANAGER is not granted (directly - so not via a role).
    HTH
    Roel

  • Error INS0029 while installing repository

    Hi OWB gurus,
    i'm encountring INS0029 error while installing the OWB repository.I'm using Oracle 10G(10.1 Enterprise version Windows XP) and OWB 10g(10.1.0.2.0).here are the lines witch explain the error in the C:\Oracle\OraDev10g\owb\reposasst\log.txt.0 file:
    oracle.wh.util.DebugUtility: java.lang.NullPointerException
    Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: java.lang.NullPointerException Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at java.lang.String.<init>(String.java:166) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.sql.CharacterSet.UTFToString(CharacterSet.java:792) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.jdbc.driver.DBConversion.CharBytesToString(DBConversion.java:520) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:621) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.jdbc.driver.T2CStatement.execute_for_describe(T2CStatement.java:853) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.jdbc.driver.T2CStatement.execute_for_rows(T2CStatement.java:1002) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1451) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:340) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.ewt.timer.Timer.doRun(Unknown Source) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at oracle.ewt.timer.Timer.run(Unknown Source) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: at java.lang.Thread.run(Thread.java:534) Tue Jan 18 17:33:16 GMT 2005
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    what's the problem?PLZ help me!
    TYAG

    Hi All,
    The same error was encountered by me. Solution to this is check the size of tablespace's used while creating OWB repository. One of the tablespace size was very less. I increased the size of tablespace and it worked. Try this.
    Suraj.

  • Error configuration in installing repository 6i

    I have been trying to configure the oracle repository 6i. When I run install the system gave an error saying
    I'm using windows XP.
    Oracle database 9i
    Oracle designer 6i, forms 6i, reports 6i.
    I want to configure the repository for designer.
    Please Help, Help
    CDR-21244 this process has been aborted
    cause: the process has failed or the user aborted
    action: check the log files.
    Question:
    1. why this process does not run
    2. where I can find the log files

    >
    >
    I have been trying to configure the oracle repository
    6i. When I run install the system gave an error
    saying
    I'm using windows XP.
    Oracle database 9i
    Oracle designer 6i, forms 6i, reports 6i.
    I want to configure the repository for designer.
    Please Help, Help
    CDR-21244 this process has been aborted
    cause: the process has failed or the user aborted
    action: check the log files.
    Question:
    1. why this process does not run
    2. where I can find the log files
    Two things. The first is that currently the Designer 6i and Forms 6i are not yet certified for XP. Patch 13 (due out in Jan 2003) will have support for the Forms 6i Builder Running under XP. Once Forms 6i is certified, Designer6i will follow suite.
    The second thing is that despite this, you should be able to install your Designer repository for 6i. You are probably running into an NLS language setting.
    Please refer to Note:190092.1 on Metalink (http://metalink.oracle.com/) for more information on this.
    The log files should be in {ORACLE_HOME}\REPADM61\LOGS.
    Regards
    Sue Harper

  • Repository Administration Utility - Crashes

    On Windows NT SP6 I have the following installed (in this order):
    Oracle Designer6i Release 2 - default home
    Oracle 8i Release 3 (8.1.7) - ora8i
    Oracle 9iAS - isuites
    The database is not running. 9iAS with Apache is running.
    I've selected default_home to be the default oracle home using the oracle home selector.
    When I start ckrau6i (rep admin utility) to do an install of the repository against a remote database, it crashes immediately with a Dr Watson error.
    Any help would be appreciated.
    null

    Joshua,
    Not seen this before, and I am running on XP. There should be more information in the $ORACLE_HOME/repadm61/logs directory.
    Most common issue during the install of the packages is incorrect system privileges and database init.ora parameters.
    David

  • Installing Repository, but Operation 'close' on ACTIVITY has failed

    Hi all!
    I've installed Oracle 9.0.1.1.1 on my Windows 2000 machine. After that, i've installed Oracle
    Developer Suite, and the run the Repository Administration Utility, and I created a repository.
    Before that, I created the tablespace and the user for the repository, with rights, so:
    CREATE TABLESPACE "REPOSITORY"
    LOGGING
    DATAFILE 'F:\ORACLE9I\ORADATA\ORACLE\REPOSITORY.ora' SIZE
    300M AUTOEXTEND
    ON NEXT 20M MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL
    CREATE USER "REPADMIN" PROFILE "DEFAULT"
    IDENTIFIED BY "oracle" DEFAULT TABLESPACE "REPOSITORY"
    ACCOUNT UNLOCK;
    GRANT "CONNECT" TO "REPADMIN";
    GRANT "DBA" TO "REPADMIN";
    ALTER USER "REPADMIN" DEFAULT ROLE ALL;
    grant execute on dbms_lock to repadmin;
    grant execute on dbms_pipe to repadmin;
    grant create table to repadmin;
    grant create view to repadmin;
    grant create procedure to repadmin;
    grant create synonym to repadmin;
    grant create sequence to repadmin;
    grant select on sys.v_$nls_parameters to repadmin with grant option;
    grant select on sys.v_$parameter to repadmin;
    grant select on dba_rollback_segs to repadmin;
    grant select on dba_segments to repadmin;
    grant create any synonym to repadmin;
    grant drop any synonym to repadmin;
    grant create public synonym to repadmin;
    grant drop public synonym to repadmin;
    grant create role to repadmin;
    grant create trigger to repadmin;
    grant create type to repadmin;
    grant select any sequence to repadmin;
    grant unlimited tablespace to repadmin;
    My temp tablespace is autoextend, too...
    If i want to give a user some rights, or in the Repository Object Navigator, i
    try to 'Invoke Workarea Wizard' and 'Create a default Workarea' I've got the
    following error message:
    Message
    RME-00020: Internal API error - ORA-00600: belsu hiba ksd,
    argumentumai: [25012], [2147483647], [0], [], [],
    RME-00011: Operation 'close' on ACTIVITY has failed
    RME-00222: Failed to dispatch operation to Repository
    RME-00224: Failed to close activity
    Any idea, how to solve it?
    Thanks:
    Zsolt Sandor

    Zsolt,
    The {600} error is reporting an issue with the database.
    What version of iDS have you installed? All the latest versions will require an 8.1.7 or 9.0.1.3 database.
    I suggest you get the latest patch for the database and bring it up to 9.0.1.3.
    regards,
    David Brown
    SCM Product Management

  • Installing repository will not recognize privileges granted!

    I am trying to get the repository installed so I can install the designer. The environment is Windows 2000 Professional. Stand alone database, version 9.2.0.1.0 with two databases: wcstest and oemrep.
    To install the Designer, it says to run the Repository Administration Utility. When I check the requirements the following privets are not checked:
    Required object privileges
         execute on dbms_lock
         execute on dbms_pipe
    Required System privileges
         create any synonym
         drop any synonym
    I can run the scripts to grant the privileges and verify that the changes have been made from sql*plus. The Utility refuses to see the changes. Why?
    My stand alone database is in OracleHome92 and the Development suite is in OraHome901.
    Why can't the utility see the grants that have been made?
    Thanks!
    Bill

    Have you created public synonyms

  • Problem Starting Repository Aministration Utility

    I am trying to log on to the Repository Administration Utility.
    I have added the service name in my tnsnames.ora file. Yet it is still not connecting to the service.
    Pls help.
    Gloria

    This is the new error am having now.
    TNS: Protocol Adapter error.
    What do I do next?
    Gloria

Maybe you are looking for

  • Macbook and a virus?

    Hello I just received a skype call from a computer caller that said that it detected a virus on my Mas OS system. What should I do? Is it even possible for that to happen? Thanks

  • SQL query to see what the db/schema is doing

    My apologies in advance as I am sure this has been covered. However, my google foo is failing me. :( Oracle 11g on Centos 5 I am running a script against the database from my local pc through command prompt. I am wanting to run a query against the db

  • Custom Graphs Tags in OBIEE 11g

    Hi, we want to add a custom tag to an OBIEE line graph that only displays the data as a tag for a specific columns (eg only the last month if the x axis is a range of months) Is there a way to do this and if not what route can I follow to get this do

  • Joining tables with "similar" field values

    I have run into a situation where I want to join two tables on a field called U_LotusBox.    In my main table the the feild can contain values like 1 or 2 or 3 or 1,2,3,4.  That's 1 comma 2 comma 3 comma 4.  My field in the second tables contains onl

  • Severely problem with SUN HBA card SG-XPCI2FC-QF4 installation

    Hello: I'm facing a big problem when installation SUN HBA card,the machine can't recognise the HBA card when poweron with HBA installed, my system is: Server: SUN V890, Solaris 10 HBA: SG-XPCI2FC-QF4 I changed another HBA card and I/O solt,the proble