RCU schema for Identity Directory Manager on XE

Hello,
I am using 10.2.0 Oracle XE as database.
I am using RCU version 11.1.1.5.0 to create schema prior to installing Oracle Middleware applications .
Schemas are created correctly for webcenter, SOA, etc.
But, when I try to create schema for IDM (Identity Directory Manager), I get this error: JVM is not installed on database.
Anyone have any idea how to get past this issue?
Thanks,
nandavanan

any body help me pls
@echo off
setlocal
rem In the ship home environment, if ORACLE_HOME variable is not set
rem It is the parent directory of the "bin" dir where the rcu script is located
set script_dir=%~f0
set script_dir=%script_dir:\bin\rcu.bat=%
@set ORACLE_HOME=%script_dir%\
@set LOG_LOCATION_VAR=
@set LOG_LEVEL_VAR=
@set LOG_NAME_VAR=
@set LOG_FORMATTER_VAR=
@set TIMESTAMP_LOG_DIR_VAR=
@set PRETTY_NAME_VAR=
@if not "%RCU_TIMESTAMP_LOG_DIR%" == "" set TIMESTAMP_LOG_DIR_VAR=-DRCU_TIMESTAMP_LOG_DIR=%RCU_TIMESTAMP_LOG_DIR%
@if "%RCU_TIMESTAMP_LOG_DIR%" == "" set TIMESTAMP_LOG_DIR_VAR=-DRCU_TIMESTAMP_LOG_DIR=true
@if not "%RCU_LOG_LOCATION%" == "" set LOG_LOCATION_VAR=-DRCU_LOG_LOCATION=%RCU_LOG_LOCATION%
@if "%RCU_LOG_LOCATION%" == "" if not "%ORACLE_BASE%" == "" set LOG_LOCATION_VAR=-DRCU_LOG_LOCATION=%ORACLE_BASE%
@if not "%RCU_LOG_LEVEL%" == "" set LOG_LEVEL_VAR=-DRCU_LOG_LEVEL=%RCU_LOG_LEVEL%
@if "%RCU_LOG_LEVEL%" == "" set LOG_LEVEL_VAR=-DRCU_LOG_LEVEL=NOTIFICATION
@if not "%RCU_LOG_NAME%" == "" set LOG_NAME_VAR=-DRCU_LOG_NAME=%RCU_LOG_NAME%
@if not "%RCU_LOG_FORMATTER%" == "" set LOG_FORMATTER_VAR=-DRCU_LOG_FORMATTER=%RCU_LOG_FORMATTER%
@if not "%USE_PRETTY_NAMES%" == "" set PRETTY_NAME_VAR=-DUSE_PRETTY_NAMES=%USE_PRETTY_NAMES%
@set RCU_ENV_VARS=%LOG_LOCATION_VAR% %LOG_LEVEL_VAR% %LOG_NAME_VAR% %LOG_FORMATTER_VAR% %TIMESTAMP_LOG_DIR_VAR% %PRETTY_NAME_VAR%
@set LAUNCH_MODE=%LAUNCH_MODE%
@set OH=%ORACLE_HOME%
@set RCU_HOME=%ORACLE_HOME%
@set OH_J2EE=%ORACLE_HOME%\j2ee\home
@set JLIB_DIR=%OH%\jlib
@set JRE_DIR=%OH%\jdk\jre
@set RCUHELP_FILE=rcuhelp.jar
@set RCUHELP_FILE1=rcuhelppages.jar
@set SHARE_CLASSPATH=%JLIB_DIR%\share.jar
@set JEWT_CLASSPATH=%JLIB_DIR%\jewt4.jar
@set HELP_CLASSPATH=%JLIB_DIR%\help-share.jar;%JLIB_DIR%\ohj.jar
@set ORACLEICE_CLASSPATH=%JLIB_DIR%\oracle_ice.jar
@set ORAI18N_MAPPING_CLASSPATH=%JLIB_DIR%\orai18n-mapping.jar
@set XMLPARSER_CLASSPATH=%OH%\lib\xmlparserv2.jar
@set JDBC_CLASSPATH=%OH%\jdbc\lib\ojdbc5.jar;%OH%\jdbc\lib\ojdbc14.jar
@set RCU_CLASSPATH=%JLIB_DIR%\rcu.jar
@set OJDL_CLASSPATH=%JLIB_DIR%\ojdl.jar;%ORACLE_HOME%\modules\oracle.odl_11.1.1\ojdl.jar
@set AS_PATH=%JLIB_DIR%\SchemaVersion.jar
@set HELPSET_CLASSPATH=%JLIB_DIR%\%RCUHELP_FILE%;%JLIB_DIR%\%RCUHELP_FILE1%
@set PORTAL_PATH=%ORACLE_HOME%\assistants\opca\jlib\opca.jar;%ORACLE_HOME%\portal\jlib\ptlshare.jar;%ORACLE_HOME%\jlib\ldapjclnt11.jar
@set OIM_CLASSPATH=%JLIB_DIR%\commons-collections-3.1.jar;%JLIB_DIR%\commons-dbcp-1.2.1.jar;%JLIB_DIR%\commons-logging.jar;%JLIB_DIR%\commons-pool-1.2.jar;%JLIB_DIR%\quartz-1.6.0.jar;%JLIB_DIR%\xml.jar;%JLIB_DIR%\jta.jar;%JLIB_DIR%\iam-platform-utils.jar;%JLIB_DIR%\iam-platform-authz-service.jar;%JLIB_DIR%\iam-features-identity.zip;%JLIB_DIR%\iam-features-configservice.zip;%JLIB_DIR%\jps-api.jar;%JLIB_DIR%\jps-common.jar;%JLIB_DIR%\jps-ee.jar;%JLIB_DIR%\jps-internal.jar;%JLIB_DIR%\jps-manifest.jar;%JLIB_DIR%\MicroSM.jar;%JLIB_DIR%\javax.persistence_1.0.0.0_1-0-2.jar;%JLIB_DIR%\org.eclipse.persistence_1.0.0.0_1-1-0.jar;%JLIB_DIR%\identitystore.jar;%JLIB_DIR%\jps-unsupported-api.jar;%JLIB_DIR%\pd-internal.jar
@set SQLSERVER_CLASSPATH=%JLIB_DIR%\wlsqlserver.jar;%JLIB_DIR%\wlbase.jar;%JLIB_DIR%\wlutil.jar;%JLIB_DIR%\com.bea.core.weblogic.workmanager_1.7.0.0.jar;%JLIB_DIR%\com.bea.core.weblogic.workmanager_1.8.0.0.jar
@set DB2_CLASSPATH=%JLIB_DIR%\wldb2.jar
@set PATH=%OH%\bin;%PATH%
@set CLASSPATH=%RCU_CLASSPATH%;%SHARE_CLASSPATH%;%HELP_CLASSPATH%;%ORAI18N_MAPPING_CLASSPATH%;%XMLPARSER_CLASSPATH%;%JDBC_CLASSPATH%;%JEWT_CLASSPATH%;%OJDL_CLASSPATH%;%AS_PATH%;%DB2_CLASSPATH%;%SQLSERVER_CLASSPATH%;%ORACLEICE_CLASSPATH%;%HELPSET_CLASSPATH%;%PORTAL_PATH%;%OIM_CLASSPATH%
rem If no parameter passed, RCU should start run as silent mode.
if "%*"=="" goto console
%JRE_DIR%\bin\java -DRCU_HOME=%RCU_HOME% -DSQLPLUS_HOME=%OH% -DORACLE_HOME=%OH% %RCU_ENV_VARS% -DLAUNCH_MODE=%LAUNCH_MODE% -mx128m -classpath %CLASSPATH% oracle.sysman.assistants.rcu.Rcu -lockSchemas false %*
goto end
:console
start %JRE_DIR%\bin\javaw -DRCU_HOME=%RCU_HOME% -DSQLPLUS_HOME=%OH% -DORACLE_HOME=%OH% -DRANDOMIZE_PASSWORDS=true %RCU_ENV_VARS% -DLAUNCH_MODE=%LAUNCH_MODE% -mx128m -classpath %CLASSPATH% oracle.sysman.assistants.rcu.Rcu
:end
exit /B %ERRORLEVEL%
@echo off
setlocal
rem In the ship home environment, if ORACLE_HOME variable is not set
rem It is the parent directory of the "bin" dir where the rcu script is located
set script_dir=%~f0
set script_dir=%script_dir:\bin\rcu.bat=%
@set ORACLE_HOME=%script_dir%\
@set LOG_LOCATION_VAR=
@set LOG_LEVEL_VAR=
@set LOG_NAME_VAR=
@set LOG_FORMATTER_VAR=
@set TIMESTAMP_LOG_DIR_VAR=
@set PRETTY_NAME_VAR=
@if not "%RCU_TIMESTAMP_LOG_DIR%" == "" set TIMESTAMP_LOG_DIR_VAR=-DRCU_TIMESTAMP_LOG_DIR=%RCU_TIMESTAMP_LOG_DIR%
@if "%RCU_TIMESTAMP_LOG_DIR%" == "" set TIMESTAMP_LOG_DIR_VAR=-DRCU_TIMESTAMP_LOG_DIR=true
@if not "%RCU_LOG_LOCATION%" == "" set LOG_LOCATION_VAR=-DRCU_LOG_LOCATION=%RCU_LOG_LOCATION%
@if "%RCU_LOG_LOCATION%" == "" if not "%ORACLE_BASE%" == "" set LOG_LOCATION_VAR=-DRCU_LOG_LOCATION=%ORACLE_BASE%
@if not "%RCU_LOG_LEVEL%" == "" set LOG_LEVEL_VAR=-DRCU_LOG_LEVEL=%RCU_LOG_LEVEL%
@if "%RCU_LOG_LEVEL%" == "" set LOG_LEVEL_VAR=-DRCU_LOG_LEVEL=NOTIFICATION
@if not "%RCU_LOG_NAME%" == "" set LOG_NAME_VAR=-DRCU_LOG_NAME=%RCU_LOG_NAME%
@if not "%RCU_LOG_FORMATTER%" == "" set LOG_FORMATTER_VAR=-DRCU_LOG_FORMATTER=%RCU_LOG_FORMATTER%
@if not "%USE_PRETTY_NAMES%" == "" set PRETTY_NAME_VAR=-DUSE_PRETTY_NAMES=%USE_PRETTY_NAMES%
@set RCU_ENV_VARS=%LOG_LOCATION_VAR% %LOG_LEVEL_VAR% %LOG_NAME_VAR% %LOG_FORMATTER_VAR% %TIMESTAMP_LOG_DIR_VAR% %PRETTY_NAME_VAR%
@set LAUNCH_MODE=%LAUNCH_MODE%
@set OH=%ORACLE_HOME%
@set RCU_HOME=%ORACLE_HOME%
@set OH_J2EE=%ORACLE_HOME%\j2ee\home
@set JLIB_DIR=%OH%\jlib
@set JRE_DIR=%OH%\jdk\jre
@set RCUHELP_FILE=rcuhelp.jar
@set RCUHELP_FILE1=rcuhelppages.jar
@set SHARE_CLASSPATH=%JLIB_DIR%\share.jar
@set JEWT_CLASSPATH=%JLIB_DIR%\jewt4.jar
@set HELP_CLASSPATH=%JLIB_DIR%\help-share.jar;%JLIB_DIR%\ohj.jar
@set ORACLEICE_CLASSPATH=%JLIB_DIR%\oracle_ice.jar
@set ORAI18N_MAPPING_CLASSPATH=%JLIB_DIR%\orai18n-mapping.jar
@set XMLPARSER_CLASSPATH=%OH%\lib\xmlparserv2.jar
@set JDBC_CLASSPATH=%OH%\jdbc\lib\ojdbc5.jar;%OH%\jdbc\lib\ojdbc14.jar
@set RCU_CLASSPATH=%JLIB_DIR%\rcu.jar
@set OJDL_CLASSPATH=%JLIB_DIR%\ojdl.jar;%ORACLE_HOME%\modules\oracle.odl_11.1.1\ojdl.jar
@set AS_PATH=%JLIB_DIR%\SchemaVersion.jar
@set HELPSET_CLASSPATH=%JLIB_DIR%\%RCUHELP_FILE%;%JLIB_DIR%\%RCUHELP_FILE1%
@set PORTAL_PATH=%ORACLE_HOME%\assistants\opca\jlib\opca.jar;%ORACLE_HOME%\portal\jlib\ptlshare.jar;%ORACLE_HOME%\jlib\ldapjclnt11.jar
@set OIM_CLASSPATH=%JLIB_DIR%\commons-collections-3.1.jar;%JLIB_DIR%\commons-dbcp-1.2.1.jar;%JLIB_DIR%\commons-logging.jar;%JLIB_DIR%\commons-pool-1.2.jar;%JLIB_DIR%\quartz-1.6.0.jar;%JLIB_DIR%\xml.jar;%JLIB_DIR%\jta.jar;%JLIB_DIR%\iam-platform-utils.jar;%JLIB_DIR%\iam-platform-authz-service.jar;%JLIB_DIR%\iam-features-identity.zip;%JLIB_DIR%\iam-features-configservice.zip;%JLIB_DIR%\jps-api.jar;%JLIB_DIR%\jps-common.jar;%JLIB_DIR%\jps-ee.jar;%JLIB_DIR%\jps-internal.jar;%JLIB_DIR%\jps-manifest.jar;%JLIB_DIR%\MicroSM.jar;%JLIB_DIR%\javax.persistence_1.0.0.0_1-0-2.jar;%JLIB_DIR%\org.eclipse.persistence_1.0.0.0_1-1-0.jar;%JLIB_DIR%\identitystore.jar;%JLIB_DIR%\jps-unsupported-api.jar;%JLIB_DIR%\pd-internal.jar
@set SQLSERVER_CLASSPATH=%JLIB_DIR%\wlsqlserver.jar;%JLIB_DIR%\wlbase.jar;%JLIB_DIR%\wlutil.jar;%JLIB_DIR%\com.bea.core.weblogic.workmanager_1.7.0.0.jar;%JLIB_DIR%\com.bea.core.weblogic.workmanager_1.8.0.0.jar
@set DB2_CLASSPATH=%JLIB_DIR%\wldb2.jar
@set PATH=%OH%\bin;%PATH%
@set CLASSPATH=%RCU_CLASSPATH%;%SHARE_CLASSPATH%;%HELP_CLASSPATH%;%ORAI18N_MAPPING_CLASSPATH%;%XMLPARSER_CLASSPATH%;%JDBC_CLASSPATH%;%JEWT_CLASSPATH%;%OJDL_CLASSPATH%;%AS_PATH%;%DB2_CLASSPATH%;%SQLSERVER_CLASSPATH%;%ORACLEICE_CLASSPATH%;%HELPSET_CLASSPATH%;%PORTAL_PATH%;%OIM_CLASSPATH%
rem If no parameter passed, RCU should start run as silent mode.
if "%*"=="" goto console
%JRE_DIR%\bin\java -DRCU_HOME=%RCU_HOME% -DSQLPLUS_HOME=%OH% -DORACLE_HOME=%OH% %RCU_ENV_VARS% -DLAUNCH_MODE=%LAUNCH_MODE% -mx128m -classpath %CLASSPATH% oracle.sysman.assistants.rcu.Rcu -lockSchemas false %*
goto end
:console
start %JRE_DIR%\bin\javaw -DRCU_HOME=%RCU_HOME% -DSQLPLUS_HOME=%OH% -DORACLE_HOME=%OH% -DRANDOMIZE_PASSWORDS=true %RCU_ENV_VARS% -DLAUNCH_MODE=%LAUNCH_MODE% -mx128m -classpath %CLASSPATH% oracle.sysman.assistants.rcu.Rcu
:end
exit /B %ERRORLEVEL%

Similar Messages

  • How to add a new schema in active directory by jndi?

    I can add new objectclass schema and new attribute into eDirectory from JNDI. But I failed doing the same to active directory. I search all topic in this forums and seems like there is no such answer. So for active directory, the only way to add new schema is by using MS MMC + AD schema snap-in?

    You can update the schema via LDAP. Any tool that uses LDAP, such as Active Directory Services Interface (ADSI), Java/JNDI, LDAP Data Interchange Format (LDIF) can be used. You are not restricted to the Active Directory Schema Management snap-in.
    I strongly recomend that you read the following article http://windowssdk.msdn.microsoft.com/en-us/library/ms677995.aspx as schema extensions are not to be undertaken lightly.
    Also, if you are extending the schema, DO NOT use other organization's schema OID's. Imagine how directories would become inoperable because you defined hat size as an integer value with an OID of 1.2.3 and someone else defined Social Security Number as a string with an OID of 1.2.3 ! You can obtain your own OID branch from either Microsoft (http://msdn.microsoft.com/certification/ad-registration.asp) or from a standards organization such as ANSI.
    I'm kind of hoping that seeing as though you have mentioned that you have extended the schema for e-Directory, that you understand LDAP schemas and that you have your own valid OID. Do not use my shoe size OID !
    The following snippet illustrates how to extend the schema using JNDI.....
    String attrName = "cn=ms-ShoeSize,cn=Schema,cn=Configuration,dc=antipodes,dc=com";
    LdapContext ctx = new InitialLdapContext(env,null);
    Attributes attr = new BasicAttributes(true);
    attr.put("cn","ms-ShoeSize");
    attr.put("objectClass","attributeSchema");
    attr.put("ldapDisplayName","msShoeSize");
    attr.put("isSingleValued","TRUE");
    attr.put("attributeID","1.2.840.113556.1.4.7000.141");
    attr.put("attributeSyntax","2.5.5.9");
    Context newattr = ctx.createSubcontext(attrName,attr);Having created a new attribute, you could then either add it to an existing class, or create another abstract class, add it to the new abstract class, and add the the new abstract class as an auxilliary class to an existing structural class. For example create a new auxilliary class called "clothes Sizes", add the attribute "Shoe Size" as a mayContain attribute, and then add "Clothes Sizes" as an auxilliary class to inetOrgPerson.
    Note that you need to wait for the schema cache to refresh, before adding attribute or class definitions to one another, and before instantianting new objects with the new classes & attribute definitions. You can either wait for teh schema cache to refresh itself, or you can force a refresh by writing the value of 1, to the attribute "schemaUpdateNow" on the RootDSE.
    As I mentioned at the start of this response, I personally prefer to use LDIF, simply because it enables end-users/customers to review the schema extensions and understand their potential impact before applying them. A sample that accomplishes the above would look something like:dn: CN=ms-ShoeSize,CN=Schema,CN=Configuration,DC=Antipodes,dc=com
    changetype: add
    objectClass: attributeSchema
    cn: ms-ShoeSize
    ldapDisplayName: msShoeSize
    attributeID: 1.2.840.113556.1.4.7000.141
    attributeSyntax: 2.5.5.9
    isSingleValued: TRUE
    dn:
    changetype: modify
    replace: schemaupdatenow
    schemaupdatenow: 1
    dn: CN=inetOrgPerson,CN=Schema,CN=Configuration,DC=Antipodes,dc=com
    changetype: modify
    add: mayContain
    mayContain: mSShoeSize
    dn:
    changetype: modify
    replace: schemaupdatenow
    schemaupdatenow: 1
    -

  • Which oracle database should I install OBIEE RCU schemas

    Hi,
    Which Oracle database should I install OBIEE RCU schemas into? Should I install them into the database that contains the star schemas? Also, if we have different star schemas (HR, Sales, etc.), should I install multiple pairs of OBIEE RCU schemas for the different data. Finally, should I create both the DEV schemas and PROD schemas?
    Thanks.
    Andy

    Hi,
    1)DEV_BIPLATFORM and DEV_MDS schemas?
    Its having schemas like BIPLATFORM and MDS
    Above schemas are used to store our Metadata,Usagetracking information related to your BI Application, like lifecycle of app, any triggers, any Schedulers etc
    Its must required to installing/upgrading/running obiee on your server (its mandary for running obiee)
    More: http://docs.oracle.com/cd/E23943_01/doc.1111/e14259/overview.htm#RCUUG114
    Refer my oracle support artical ID 1304790.1
    2) what should we do if we want to upgrade from one OBIEE version into another but don't want to touch the current production?
    I must need to upgrade Production.let say in your current s/m having obiee11.1.1.5.0 in DEV & Prod Server.if you want to upgrade obiee11.1.1.6.0 then you need to upgrade RCU() Schema
    Refer:
    http://gerardnico.com/wiki/dat/obiee/patch_11g_111160
    http://blog.guident.com/2012/03/upgrade-obiee-11-1-1-5-to-11-1-1-6/
    http://docs.oracle.com/cd/E23943_01/bi.1111/e16452/bi_plan.htm#BABECJJH
    3) which oracle database should I install OBIEE RCU schemas?
    Below Oracle DB supporting
    Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+
    For the supporting DB refer the certification matrix
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls
    Thanks
    Deva

  • Error in RCU for Identity Managment

    I am trying to create the schema for Oracle Identity Managment using RCU utility and I am getting following error:
    RCU-6083:Failed - Check prerequisites requirement for selected component:OIM
    Please refer to RCU log at C:\Oracle\Middleware\rcuHome\rcu\log\logdir.2010-09-16_23-36\rcu.log for details.
    Error: JVM is not installed on the Database.
    RCU-6092:Component Selection validation failed. Please refer to log at C:\Oracle\Middleware\rcuHome\rcu\log\logdir.2010-09-16_23-36\rcu.log for details
    I have Sun JDK 1.6 installed on the system.
    Please help in this.

    Here is the content of the log file:
    2010-09-22 22:31:45.562 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Check requirement for specified database
    2010-09-22 22:31:45.562 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_GLOBAL_CHECK
    2010-09-22 22:31:47.703 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Check requirement for specified database : 2141 milliseconds
    2010-09-22 22:31:47.718 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Execute pre create operations
    2010-09-22 22:31:47.718 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.CustomCompManager::getActionList: CustomCompManager.getActionList: CUSTOM_COMP_PRELOAD_SETUP
    2010-09-22 22:31:47.828 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryAndCopyData
    2010-09-22 22:31:47.859 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryTable
    2010-09-22 22:31:47.859 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Execute pre create operations : 141 milliseconds
    2010-09-22 22:32:00.734 NOTIFICATION rcu: oracle.sysman.assistants.common.task.ProgressPanel::progressToNextTask: waiting for delegate to be visible
    2010-09-22 22:32:00.750 NOTIFICATION rcu: oracle.sysman.assistants.common.task.ProgressPanel::progressToNextTask: waiting for delegate to be visible
    2010-09-22 22:32:00.765 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Metadata Services
    2010-09-22 22:32:00.765 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = MDS
    2010-09-22 22:32:00.765 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2010-09-22 22:32:00.812 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Metadata Services : 47 milliseconds
    2010-09-22 22:32:00.812 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Audit Services
    2010-09-22 22:32:00.812 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = IAU
    2010-09-22 22:32:00.812 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2010-09-22 22:32:00.843 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Audit Services : 31 milliseconds
    2010-09-22 22:32:00.843 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Oracle Internet Directory
    2010-09-22 22:32:00.843 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = OID
    2010-09-22 22:32:00.843 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2010-09-22 22:32:00.890 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Oracle Internet Directory : 47 milliseconds
    2010-09-22 22:32:00.890 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Oracle Identity Federation
    2010-09-22 22:32:00.890 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = OIF
    2010-09-22 22:32:00.890 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2010-09-22 22:32:00.921 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Oracle Identity Federation : 31 milliseconds
    2010-09-22 22:32:00.921 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Oracle Identity Manager
    2010-09-22 22:32:00.921 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = OIM
    2010-09-22 22:32:00.921 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2010-09-22 22:32:01.093 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:OIM
    Please refer to RCU log at C:\Oracle\Middleware\rcuHome\rcu\log\logdir.2010-09-22_22-31\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:306)
         at java.lang.Thread.run(Thread.java:619)
    2010-09-22 22:32:01.093 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:OIM
    Please refer to RCU log at C:\Oracle\Middleware\rcuHome\rcu\log\logdir.2010-09-22_22-31\rcu.log for details.
    Error: JVM is not installed on the Database.
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:76)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:306)
         at java.lang.Thread.run(Thread.java:619)

  • What's a good way to manage custom schema for DS  5.1?

    What's a good way to manage custom schema?
    Custom Schema for Object Class and Attributes
    The reason I ask this is because there might be a need in the future where I need to export those custome schema into different branded directory server. I just want to make this as painless as possible.
    Right now, I thought of 2 options
    1) Create my own LDIF file with my custom attributes and object classes, so if one day I need to export to another directory server, I can just copy that custom created LDIF file over. (Will this work?)
    2) Create a JAVA application using JNDI. What this Java App. will do is read through a XML file and create those object classes and attributes on-the-fly. (of course, the XML structure will be predefined by me, so that my Java App. will be able to parse through it correctly. Will this work?)
    Anymore suggestion? I would want to hear more advices and suggestions.
    Also, I assume that will work even with replication. All I need to update is the master server, and the slaves will replicate automatically.
    Thank you very much! :)

    Demo: I'm using the nul character to represent the end of the word, so that the data structure can represent that "hell" and "hello" are both in the vocabulary:
    import java.util.*;
    class Node {
        private SortedMap<Character, Node> children = new TreeMap<Character, Node>();
        //0 <= index <= word.length()
        private void add(String word, int index) {
            if (index == word.length()) {
                children.put(Character.valueOf('\u0000'), null);
            } else {
                char ch = word.charAt(index);
                Node child = children.get(ch);
                if (child == null) {
                    children.put(ch, child = new Node());
                child.add(word, index+1);
        public void add(String word) {
            if (word == null || word.length()==0)
                throw new IllegalArgumentException();
            add(word, 0);
        public String toString() {
            return children.toString();
    public class Example {
        public static void main(String[] args) throws Exception {
            Node root = new Node();
            root.add("hello");
            root.add("how");
            root.add("who");
            root.add("hell");
            System.out.println(root.toString());
    }

  • Best practice for data migration install v1.40 - Error 2732 Directory manag

    Hi
    I'm attempting to install SAP Best Practice for Data migration 1.40 on Win Server 2008 R2 (64 bit).
    Prerequisite error
    Installation program stops with missing file error
    The following file was not found
    ... \migration\InstallationWizard\BusinessObjects Data Services\setup.exe
    The file is necessary for successful installation. Please connect to internet or refer to Quick Guide (available on SAP note 1527151) for information regarding the above file.
    Windows installer log displays
    Error 2732 Directory Manager not initialized
    SAP note 1527151 does not exist or is internal.
    Any help appreciated  on what is the root cause of the error as the file does not exist in that folder in the installation zip file.
    Other prerequisite of .NET 3.5.1 met already.
    Patch is released since 20.11.2011 so I presume that it is a good installation set.
    Thanks,
    Alan

    Hi Alan,
    There are details on data migration v1.4 installations on SAP website and market place. The below link should guide to the right place. It has a power point presentation and other useful links as well.
    http://help.sap.com/saap/sap_bp/DMS_V140/DMS_US/html/index.htm
    Arun

  • Need Schema Diagram For Adobe Campaign Management

    Hi Guys,
    I am new comer for Adobe Campaign Management. I just started to exploring the ACM.
    I am using the Neolane client to learn ACM. I just want to understand the ACM internal database/table structure, how exactly designed it.
    I have product doc but it is more around UI and functional reference.         
    It is very helpful to me/new beginner that any one provide the schema diagram for Adobe Campaign Management.
    Please share me any material/document which explain the database stuff (schema,tables,data-dictionary,etc ....) then just forward me.
    Thank's in advance,

    This link to the product documentation describes the key tables in Adobe Campaign:
    Description of the main tables

  • Using SPML for Identity Management in EJB WebService

    Dear All,
    I have a requirement af using SPML(Service Provisioning Markup Language) for Identity management. Identity management is used to manage the user like deleting a user, modifying, adding a user etc for a application.For that the request for all these functions need to be made using the SPML. The idea is that first the data used to make any request will come from the SAP R3 using an EJB which will retrieve that data by calling a BAPI via JCO and then it is needed to be passed to the entitlement system using the SPML.Thus I have to publish a web service which will get data by calling BAPI and give it to entitlement system using SPML and how can I achieve it?. I have less knowledge about SPML, your guidence will help.
    Thanks & Regards,
    Samir

    There is a document on the SAP Service Market Place that covers the SPML in the UME APIs. This quote is from the [UME documentation|http://help.sap.com/saphelp_nw04s/helpdata/en/5b/5d2706ebc04e4d98036f2e1dcfd47d/frameset.htm]:
    SPML Support
    The UME APIs support access using the Service Provisioning Markup Language (SPML). For more information, see service.sap.com/security > Security in Detail > Secure User Access > Identity Management > SAP Identity Management APIs.
    -Michael
    Edited by: Michael Shea on Jan 17, 2008 9:01 AM

  • OBIEE 11g (11.1.1.5) - RCU Schemas

    Hi,
    I have got a Virtual Machine (BI_Dev) with OBIEE 11g (11.1.1.5) installed but RCU schemas are pointing to the Database Server (DB_Dev). Now I would like to clone the BI_Dev virtual machine to BI_Prod.
    I can create RCU schemas executing RCU in the DB_Prod database. But my question is how do I change BI_Prod to point these new schemas? Do I have to change any configuration files OR any other script that can do it for me?
    Thanks in advance.

    Hi
    Login Weblogic Console with admin username/pwd.
    Goto Services -> JDBC -> Data Sources.
    Select Lock & Edit button
    Select Data Source "bip_datasource" link in the available Data Sources list
    Select Connection Pool tab
    .... Change the URL|Driver|Properties|Password
    Select Save button.
    OR,
    you have to go to WEblogic Enterprise Manager (http://<server>:7001/em/. Then go to Business Intelligence folder -> coreapplication. Go to "Deployment" tab and then to "Scheduler" tab. Change the database field to point to the new DB and apply changes.
    Hope it help's
    Thanks,
    Satya

  • Navigator Not Visible in Directory Manager

    On Win XP Pro Oracle Directory service does not start on boot, even though it is set to do so automatically. It will start manually from the Windows services app. After starting the service, oidctl runs successfully from the command line "C:\>oidctl connect=oid90 server=oidldapd instance=3 configset=0 start"
    On start up Oracle Directory Manager (ODM) accepts the orcladmin/welcome logon and displays the connecting message and loading schema message. ODM opens but does not display the Navigator panel. ODM seems to be connected to the database because Objects, attributes, entries etc. are visible by selecting choices from the Operations menu.
    When OID was first installed the navigator sometimes did and sometimes did not display. Now it is never displayed.
    Any suggestions appreciated.

    Hi Jay,
    I am a Business Analyst and would like to get Oracle Workflow running so I can play with Workflow Builder. I'm just trying to get my hands dirty with this stuff. I want to use OID as a directory server for workflow.
    I uninstalled 9.0.1.1 in installed 9.2.x.x. The results are similar.
    The Bind request to LDAP failed error re-appeared. I had somehow worked around this on the previous install but I don't know how. The command ldapbind -h trburns -p 389 -D cn=orcladmin -w ohwgwead returns Cant contact ldap server. The error seems to be common as it appears in numerous postings but I havent seen a clearly described explanation and solution.
    Do you have access to Oracles knowledge base? It must have a description of this problem.
    I can open ODM after the bind failure by clicking the close icon. Double clicking the banner works in cases where the navigator tree is not visible. Many thanks for that tip.
    Any authoritative information you could provide about the bind problem would be appreciated.
    Thanks again,
    Tom

  • I need to extend the schema for iPlanet Dir. 5.0 and add custom objectclasses and atributes. I do this by adding entries in the 99user.ldif file. Its not working. Any ideas?

    Hi
    I need to extend the schema for iPlanet Dir. 5.0 and I do not want to do so from the console. As per the documentation, I need to either add entries in the 99user.ldif file or define my own custom [00-99]myname.ldif file. I tried this but its not working.
    I have made the assumption that there is no explicit import step for the 'user defined' schema files (as it is for user data ldif files). I assume that on start (or on opening the console), I'd be able to see the new schema after the server has read the schema file.
    I have verified that entering new objectclasses and attributes from the console adds entries into the 99user.ldif file. So why is the reverse process not working. Can anybody throw some light on this? Also in case my assumptions are faulty, please let me know.
    I did not change the aci entries in the existing ldif file. Is any modification needed there? I was logged in as the Directory Manager during this testing process.
    regards
    Sikka ([email protected])

    Hi Sikka,
    The server reads its schema configuration on startup. If you manually modify the schema files while the server is running, it will not have any effect. You have to restart the server.
    The console adds the new schema elements over LDAP (you could do that as well, you only have to modify the cn=schema entry), so the server is aware of the changes immediately and thus restarting is not needed.
    I hope this helps.
    Bertold

  • RCU Schemas and Information in it

    Hi Guru's
    I am new to OBIEE 11g.
    I have successfully installed obiee 11g on my local machine and we are going forward to install them on Dev server.
    But I am confused with some issues like what will be stored in the schemas like BIPLATFORM and MDS.
    And Obiee wont start up without that schemas.
    What if we update or do something in database that drops these schemas?
    Do we get scripts to create these schemas again in the database if any worse happens without effecting installed OBIEE.
    Thank you Very much.

    Hi
    But I am confused with some issues like what will be stored in the schemas like BIPLATFORM and MDS.
    These schemas will store all the meta-data information related to your BI Application, like lifecycle of app, any triggers, any schedulers etc.
    And Obiee wont start up without that schemas.
    YES. OBIEE will NOT start or work if these Schemas are NOT up and running.
    What if we update or do something in database that drops these schemas?
    Generally, these 2 Schemas cannot be updated directly by any user unless they really go to those tables and modify data. These tables are accessed internally by BI Framework APIs. Most of the times, users will NOT modify these tables data. Only SYS user can drop these schemas, unless other user have SYS privileges. Also, these Schemas can be created only by Database SYS user (Admin). Unless required, actual normal user/developer will not need access to these tables. He just needs details to configure these to this BI Domain for DataSources.
    Do we get scripts to create these schemas again in the database if any worse happens without effecting installed OBIEE.
    YES. There is a big giant zip file / utilitly called RCU (Repository Creation Utility) that can be downloaded from Oracle Site. Also, it has different versions for different middleware products. Like BI 11.5 will use RCU 11.5, BI 11.3 will use RCU 11.3 etc. These versions should match. You download this big zip file, unzip it and run a batch file. It will ask for SYS user/pwd along with db host, port, sid. Then you can select whether to CREATE / DROP schemas. Then you select for which Middleware Product you want Schemas like for BI (above 2 schemas), for SOA/BPM (about 3/4 schemas), WebCenter (Some other schemas etc). And finally it creates Tablespaces, Users, Tables, Functions, StoreProcs etc etc etc. Hence we need SYS details to run RCU command.
    Re: RCU_HOME directory, temporary or permanent?
    Re: RCU installation issue
    Thanks
    Ravi Jegga

  • Where can I download the scripts for sample  IX, SH schemas for 11g

    Hi,
    I have installed oracle 11g database without the sample schemas. In the standard set of sample schemas we had an example Information Exachange schema (for queue), and a Sales Historyschema . Howver I am not getting the sample scripts for these two schemas in my demo directory.
    Can you please let me know where can I get access to the scripts?
    I have a requirement for a OLTP datastore which can receive high volume of data from an external system(Expecting max of 6gb data). I am planning create a separate schema , with dedicated tablespaces, Is it a good idea to have one datafile with a maxsize set to 6gb or to have a set of 3 starting at 1000m locally managed and a max size of 2gb each. There are not many indexes needed, however I need to set up an in queue and out queue as well. If I create this schema them do I need to revisit my redolog groups or temp table sizing as well to keep my existing database performance intact?
    Is there any standard guidelines to follow for a schema where you expect large volume of data,has multiple queues?
    Many Thanks,
    Chandana

    user13057029 wrote:
    Hi,
    I have installed oracle 11g database without the sample schemas. In the standard set of sample schemas we had an example Information Exachange schema (for queue), and a Sales Historyschema . Howver I am not getting the sample scripts for these two schemas in my demo directory.
    Can you please let me know where can I get access to the scripts?http://docs.oracle.com/cd/E11882_01/server.112/e10831/installation.htm#COMSC00002
    >
    I have a requirement for a OLTP datastore which can receive high volume of data from an external system(Expecting max of 6gb data). I am planning create a separate schema , with dedicated tablespaces, Is it a good idea to have one datafile with a maxsize set to 6gb or to have a set of 3 starting at 1000m locally managed and a max size of 2gb each. There are not many indexes needed, however I need to set up an in queue and out queue as well. If I create this schema them do I need to revisit my redolog groups or temp table sizing as well to keep my existing database performance intact?
    Is there any standard guidelines to follow for a schema where you expect large volume of data,has multiple queues?Ask this question in a separate thread.
    Aman....

  • Help with extending schema for redhat ldap sudo integration.

    Hi all,
    I've done LDAP administration for a few years, but I'm new to Directory server and I'm a bit stuck. I want to apply a custom schema and allow sudoers in our CentOs (Redhat) Linux servers. They're authenticating correctly, but I can't get sudoers to work. I've followed this documentation to update my schema.
    http://kbase.redhat.com/faq/docs/DOC-2057
    I'm having issues with the step that creates the SUDOers group as the following.
    dn: ou=SUDOers,dc=example,dc=com
    objectClass: top
    objectClass: organizationalUnit
    ou: SUDOers
    I want to make administration easy via the Workgroup manager so I don't have to manually add users to this group via ldif files. When I create a sudoers group via the workgroup manager, I get this dn
    cn=sudoers,cn=groups,dc=spidertracks,dc=local
    As you can see, it's a cn, not an ou. Furthermore, how do I get the defaults in the sudoer's group so that redhat recognizes the setup, but users can be assigned via the workgroup manager?
    Thanks,
    Todd

    Anyways , I've created an LDIF for Active Directory with theses attributes and class objects.
    Don't really know if this is needed inside AD or not.
    If anyone wants these LDIFs for some reason, drop me a line. Keep in mind that they are a work in progress, so, if you find anything you dont like and would like to change it, please do let me know so I can update my versions aswell.
    If anyone got any idea regarding the last questions I posted, please do let me know aswell
    Rp

  • Verification of prerequisites for Active Directory preparation failed

    We currently have Windows Server 2003 SBS, SP2, Domain Controller. Would like to add Windows Server 2012, Standard, 64-bit as a backup domain controller.
    "Verification of prerequisites for Active Directory preparation failed. Unable to perform Exchange schema conflict check for domain sxxxx.local.
    Exception: The RPC server is unavailable.
    Adprep could not retrieve data from the server name.xxxxx.local through Windows Managment Instrumentation (WMI).
    [User Action]
    Check the log file ADPrep.log in the C:\Windows\debug\adprep\logs\20130417103902-test directory for possible cause of failure."
    What the log says is really:
    "Adprep encountered a Win32 error. Error code: 0x6ba Error messa The RPC server is unavailable."
    Can anyone has similar experience shred some lights to troubleshoot this? Have reviewed
    other links that have similar probems but that doesn't help. 
    Many Thanks!

    Of course I CANNOT remove Symnatec as Meinolf suggests. That would be out of my mind!! I tried to stop all their services though which doesn't help. I know this has nothing to do with Symantec. Here comes another test, the final one:
    Test 8
    This article is really good as it concludes very thoroughly about the problems about "800706BA - RPC Server Is Unavailable" and other WMI query issues:
    http://goo dot gl/l2iha
    I started looking at he ISA 2004 on our SBS 2003.
    Tried to disable the RPF Filter:
    a. Open Microsoft Internet Security and Acceleration Server 2004
    b. Go to Configuration > Add-in and location RPC Filter on the right side, right-click on it and select Properties, uncheck 'Enable this filter'
    c. Hit Apply....
    d. Now I go back to Windows 7 and test the WMI query.
    The result: it WORKS! 
    e. Next, I tried that on the Windows Server 2012 like so:
    c:>wmic /node:sbs2003servername computersystem list brief /format:list
    It also works!
    f. Next also on Windows Server 2012, I continued on what was left over.  I did the "Rerun prerequisites check " and no surprise - "All prerequisite checks passed successfully. Click 'Install' to begin installation"!
    Well that concludes the problem of installing Windows Server 2012 (standard) as a backup domain controller to a Windows SBS 2003 domain controller and the  troubleshooting process that finally led to a solution that solves my problem. Thanks for all
    the discussions over the web. Every bit counts!
    Well if this helps you in some way, give me some points to buy beer! I am going to have a drink with Bill, Cheers! 

Maybe you are looking for

  • New User Trying To Set Up Best Backing Up Scheme

    i am trying to set up the best system to upload my photos from my camera and maintain a good backup procudure, and i am a little confused on the best way to do this. i have a new sony dsc-tx5 that i got around the same time i bought my lightroom soft

  • Capture image after Sysprep w/generalize option...

    Hello all. disclaimer...I'm more versed in IBM mainframe OSes but I can get around pretty good with Windows utils and concepts. But this is probably a noob kinda question ;-) I'm in a work environment where i have an image that has already been custo

  • Imported FLV Publish Compression Settings?

    I have a 5.2 meg FLV video a client has sent me. They want a getURL script at the end of the clip so the Web browser goes to a Web page after the clip is finished playing. To do this, I imported the FLV into a Flash FLA document as "Embed video in SW

  • How can I put a pattern inside a word?

    Hi peeps!! I need a lil help.  What I have here is the word "WILD" with outlines created and a jpg of zebra stripes that I live traced and expanded.  How can I get the zebra pattern to show up just inside the letters?  I've tried a clipping mask but

  • Lightroom Trial about to end  - need to save work....

    Help! I have bought my copy of Lightroom 5 but I'm waiting on it to come through the post (from Amazon). My trial is due to run out tomorrow and I'm very worried that I'm going to lose all my work/snapshots etc. I know I can export as Jpegs etc, but