Problem in Importing to MDS schema

Hello,
I am creating a pre process event handler in OIM 11gR2,in which there is one step "*importing custom event into MDS schema*" to do that:
1)go to OIM_HOME/server/bin and edit the weblogic.props file as follows:
wls_servername=oim_server1
application_name=OIMMetadata
metadata_from_loc=/home/oracle/eventhandlers
Event Handler Config file location as /home/oracle/eventhandlers/metada/EventHandlers.xml
2)weblogicImportmetada.bat file and it prompt
Weblogic Admin User Name : weblogic
Weblogic Admin Password : weblogic admin password
weblogic Admin URL : t3://localhost:7001
after connecting to the weblogic it shows the error message :
Please enter your username :weblogic
Please enter your password :
*Please enter your server URL [t3://localhost:7001] :t3://localhost:7001*
Connecting to t3://localhost:7001 with userid weblogic ...
Successfully connected to Admin Server 'AdminServer' that belongs to domain 'base_domain'.
Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.
Location changed to domainRuntime tree. This is a read-only tree with DomainMBean as the root.
For more help, use help(domainRuntime)
Problem invoking WLST - Traceback (innermost last):
File "IDM_HOME\server\bin\weblogicImportMetadata.py", line 21, in ?
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 289, in importMetadata
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 795, in executeAppRuntimeMBeanOperation
File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 765, in getMDSAppRuntimeMBean
UserWarning: MDS-91002: MDS Application runtime MBean for "oim" is not available. "importMetadata" operation failure.
please advice how to resolve this error as i'm new in OIM
thanks & regards,
Tushar Palekar

hii,
I have restart the server but not luck the error remain same
Problem invoking WLST - Traceback (innermost last):
File "C:\yash\Oracle\Middleware\Oracle_IDM1\server\bin\weblogicImportMetadata.py", line 21, in ?
File "C:\yash\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 289, in importMetadata
File "C:\yash\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 795, in executeAppRuntimeMBeanOperation
File "C:\yash\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py", line 765, in getMDSAppRuntimeMBean
UserWarning: MDS-91002: MDS Application runtime MBean for "oim" is not available. "importMetadata" operation failure.
can you please suggest me what should be in the metadata_from_loc:
metadata_files:
metadata_to_loc:
please help
tushar

Similar Messages

  • Problems importing an XML Schema

    Hello,
    I am trying to import an XML schema using the MDM Console.
    In the Console Hierarchy tree I right-click on the MDM repository into
    which I want to import the XML schema and choose Import
    Repository Schema from the context menu and finally I choose a simple XML file.
    Then an message appears: "MDS Version mismaths. Upgrade the source repository to the latest version and import the original schema again"
    I use the SAP MDM Console for Windows, version 5.5 SP4. There is another way to import an schema in my repository? This Console version really doesn't support it?
    Thank you.
    Could I import my Schema of my repository using MDM Import manager?

    Hi Marta,
    MDM Console will not update the schema.If you select an xml schema in the import manager and try to specify an xml file with different structure,Then it will give you error and will not allow you to import.
    You define xml schema into MDM console so that u can import data into MDM repository from the xml file or files having same structure as defined into xml schema table of repository.
    The XML Schema drop-down list in Import manager includes an entry for each XML schema you define in the MDM Console. For each XML Schema defined in the console, you can select multiple XML source files, each having the same structure.
    Hope it will help you.Let me know the result and further queries if any.
    <b>
    Please remark if it helped you.</b>
    Thanks,<b>
    Shiv Prashant Dixit</b>

  • FK DELETE RULE problem when importing 8i SCHEMA on 10g

    Hi everyone,
    I´m having the following problem:
    When importing a SCHEMA dump from an 8i database to a 10g one, some foreign key´s delete rule are changed from 'no action' to 'set null' automatically, even though the whole SCHEMA was imported.
    Has anyone ever had the same problem?
    Thanks a lot,
    Bruno

    I did some more research and I think I was completely misunderstanding Oracle's implementation of delete rules. Now I believe that Oracle implements the "RESTRICT" option in SQL Developer Data Modeler as "No Action", which is the default option, hence why no DDL option is generated. However, it would still be nice if Data Modeler could detect this fact when comparing two models. What I mean it, if comparing an Oracle DB to a model, treat Restrict and No Action as the same, and thus don't attempt to re-generate the DDL for this "difference". For now, I'll just change the action on my models to No Action, and this should resolve the issue.

  • Problem while importing data schema not found

    Hi,
    I'm facing problem while importing data through system to a schema and impdp gives me error that schema XYZ was not found but when I query dba_users schema exist there what could be the reason of this.
    Regards,
    Abbasi

    Hi,
    Here is complete listing
    bash-3.2$ impdp system/abc schemas=XYZ DIRECTORY=data_dir DUMPFILE=Today_dump.dmp LOGFILE=Today_log.log PARALLEL=8
    Import: Release 11.1.0.7.0 - 64bit Production on Friday, 07 January, 2011 11:18:57
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39165: Schema XYZ was not found.
    Regards,
    Abbasi

  • Problem During Importing using DBMS_DATAPUMP

    Hi,
    I am facing Problems while Importing usinf DBMS_DATAPUMP:
    Its not showing any Error but the Tables not getting Imported.
    Below is the Code whihc i have written for Import:
    CREATE OR REPLACE PROCEDURE Data_Pump_Import_Load AS
    ind NUMBER; -- Loop index
    h1 NUMBER; -- Data Pump job handle
    percent_done NUMBER; -- Percentage of job complete
    job_state VARCHAR2(30); -- To keep track of job state
    le ku$_LogEntry; -- For WIP and error messages
    js ku$_JobStatus; -- The job status from get_status
    jd ku$_JobDesc; -- The job description from get_status
    sts ku$_Status; -- The status object returned by get_status
    BEGIN
    -- Create a (user-named) Data Pump job to do a schema export.
    DBMS_OUTPUT.PUT_LINE('COMES HERE');
    h1 := DBMS_DATAPUMP.OPEN(operation => 'IMPORT', job_mode =>
    'TABLE',job_name => 'RET_IMPORT_TEST');
    DBMS_OUTPUT.PUT_LINE('COMES HERE1111');
    DBMS_DATAPUMP.ADD_FILE(handle => h1,filename =>
    'MYEXPORTTEST.DMP', DIRECTORY => 'EXPORT_DIR',filetype=>1);
    DBMS_OUTPUT.PUT_LINE('COMES HERE2222');
    DBMS_DATAPUMP.ADD_FILE(handle => h1,filename =>
    'MYEIMPORTTEST.LOG',DIRECTORY => 'EXPORT_DIR',filetype=>3);
    DBMS_DATAPUMP.SET_PARAMETER (handle => h1,
    NAME => 'INCLUDE_METADATA',
    VALUE => 1);
    DBMS_DATAPUMP.SET_PARAMETER(handle => h1,NAME =>
    'DATA_ACCESS_METHOD', VALUE =>'AUTOMATIC');
    DBMS_DATAPUMP.SET_PARAMETER(handle => h1,NAME =>
    'TABLE_EXISTS_ACTION', VALUE =>'REPLACE');
    DBMS_OUTPUT.PUT_LINE('COMES HERE3333');
    -- Specify a single dump file for the job (using the handle just returned)
    -- and a directory object, which must already be defined and accessible
    -- to the user running this procedure.
    -- Start the job. An exception will be generated if something is not set up
    -- properly.
    DBMS_DATAPUMP.START_JOB(h1);
    -- The export job should now be running. In the following loop, the job
    -- is monitored until it completes. In the meantime, progress information is
    -- displayed.
    percent_done := 0;
    job_state := 'UNDEFINED';
    WHILE (job_state != 'COMPLETED') AND (job_state != 'STOPPED') LOOP
    dbms_datapump.get_status(h1,
    dbms_datapump.ku$_status_job_error +
    dbms_datapump.ku$_status_job_status +
    dbms_datapump.ku$_status_wip,-1,job_state,sts);
    js := sts.job_status;
    -- If the percentage done changed, display the new value.
    IF js.percent_done != percent_done
    THEN
    DBMS_OUTPUT.PUT_LINE('*** Job percent done = ' ||
    TO_CHAR(js.percent_done));
    percent_done := js.percent_done;
    END IF;
    -- If any work-in-progress (WIP) or error messages were received for the job,
    -- display them.
    IF (BITAND(sts.mask,dbms_datapump.ku$_status_wip) != 0)
    THEN
    le := sts.wip;
    ELSE
    IF (BITAND(sts.mask,dbms_datapump.ku$_status_job_error) != 0)
    THEN
    le := sts.error;
    ELSE
    le := NULL;
    END IF;
    END IF;
    IF le IS NOT NULL
    THEN
    ind := le.FIRST;
    WHILE ind IS NOT NULL LOOP
    DBMS_OUTPUT.PUT_LINE(le(ind).LogText);
    ind := le.NEXT(ind);
    END LOOP;
    END IF;
    END LOOP;
    -- Indicate that the job finished and detach from it.
    DBMS_OUTPUT.PUT_LINE('Job has completed');
    DBMS_OUTPUT.PUT_LINE('Final job state = ' || job_state);
    dbms_datapump.detach(h1);
    END;
    /

    Use metadata_remap proc with REMAP_SCHEMA option:
    DBMS_DATAPUMP.METADATA_RAMAP(id, 'REMAP_SCHEMA', 'SOURCE_SCHEMA', 'DESTINATION_SCHEMA');

  • Problem in importing the type and jobs

    Hello ,
    Actually i am having problem in importing the jobs and types from a dump ,during import it gives an error for both jobs and types and after the import completes ,when i check the job and type in the schema it does not exist ,,
    Kindly give me any suggestion regarding this problem or suggest me any way through which i can import these jobs and types on the same server but in different schema ..or is there any way though which i can make the dump by using export,in which i can exclude the jobs and types in dump file.
    Plz reply me as soon as possible..
    thanks in advance.
    Regards,
    Omer.

    What can be done in this senario when table name in source and target schema are different.
    What other approaches i can follow.
    Please let me know.

  • Missing  Imports System.Xml.Schema in MDKSAPProxy.vb

    I have recently switched computers and I "believe" I have setup my SAP.NET connector 2.0 properly, but, when I generate my proxy the proxy file is missing the line <b>Imports System.Xml.Schema</b> as well as <b>Form:= XmlSchemaForm.Unqualified</b> from almost all XML declarations.
    This creates problems with BPAIs not being able to execute.  My old system is fine, and I did a compare and so far I'm not able to find why this is the case.  Any help will be much appreciated.

    Hi Tomasz,
    how are you doing ?
    the dependacies that most likely are the cause of your affliction are :-
    1> librfc32.dll (this is in (\windows\system32) can be updated by SAPGUI, so the versioning if you use a previous release of SAPGUI could give unpredictable results while generating proxies
    2> JRE / J2SDK, please check the version you are running
    a stable one i use is 1.4.2_12
    do you receive a error message ?
    i would recommend time to be spent re-installing the Connector, which should be simpler than debugging and fixing the installation
    let me know if you need a stable version dependancy list and order of installation from my side
    also tell me as much as you know about your current environment , products installed that could affect :
    1> JRE / J2SDK
    2> NCo
    3> SAP GUI
    with respect,
    amit

  • How to import multiple XML schemas in Toplink.

    Hi All,
    I try to import multiple Schema(defined by EPCGlobal) in toplink This schema imports few other schemas and all are available in the same location.
    For this I tried to create a project by selecting XML radio button, and specified an XSD. The classes are getting generated for this file. After this, I try to import all other schema's using the Import schema option. I'm able to import it. but, I'm not able to generate classes for the schemas imported recently. Can you please let me know whether this is the expected behaviour..?
    Alternatively, I try to import a Schema(defined by EPCGlobal) in toplink through a TopLink-Jaxb Project. But I get the following exception..
    oracle.xml.parser.schema.XSDException
    at oracle.xml.parser.schema.XSDBuilder.buildSchema(XSDBuilder.java:754)
    at oracle.xml.parser.schema.XSDBuilder.build(XSDBuilder.java:407)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at oracle.toplink.workbench.utility.ClassTools.invokeMethodWithException(ClassTools.java:572
    at oracle.toplink.workbench.utility.ClassTools.attemptToInvokeMethodWithException(ClassTools
    .java:198)
    at oracle.toplink.workbench.utility.ClassTools.invokeMethodWithException(ClassTools.java:541
    at oracle.toplink.workbench.utility.ClassTools.invokeMethodWithException(ClassTools.java:526
    at oracle.toplink.workbench.mappingsmodel.schema.MWXmlSchema.reload(MWXmlSchema.java:481)
    at oracle.toplink.workbench.mappingsmodel.schema.MWXmlSchemaRepository.addSchema(MWXmlSchema
    Repository.java:107)
    at oracle.toplink.workbench.mappingsmodel.schema.MWXmlSchemaRepository.createSchemaFromFile(
    MWXmlSchemaRepository.java:89)
    at oracle.toplink.ox.jaxb.compiler.tljaxb.generate(tljaxb.java:70)
    at oracle.toplink.ox.jaxb.compiler.tljaxb.main(tljaxb.java:44)
    I tried to use the "tljaxb.cmd" but there too the same problem occurs.Where the problem could be..? please let me know.
    As I'm struck with this problem, please throw some light in this regard.
    Thanks
    Rajasekaran

    Rajasekaran,
    I have examined your XML schemas and do not believe that the problem is due to the import. Instead it is because the XML schema being imported is itself invalid. I have emailed you the specific correction to your XML schema. It was an error related to the namespace qualification of the type in one of your element declarations.
    -Blaise

  • MDS Schema Configuration Failue during OEM installation

    During the OEM installation the set-up stops at MDS Schema Configuration. I see the following exception in the log files :-(
    emmdscreate_2010_08_25_AD_23_11_09_IST.log*
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : Oracle Home is C:\Oracle\MiddlewareEM\oms11g
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : Trying to set RCU_HOME to C:\Oracle\MiddlewareEM\oms11g
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : RCU_HOME is C:\Oracle\MiddlewareEM\oms11g
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : Trying to set SCRIPT_HOME to C:\Oracle\MiddlewareEM\oms11g\rcu\integration
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : SCRIPT_HOME is C:\Oracle\MiddlewareEM\oms11g\rcu\integration
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : Trying to set RCU_LOG_LOCATION to C:\Oracle\MiddlewareEM\oms11g\cfgtoollogs\cfgfw
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : RCU_LOG_LOCATION is C:\Oracle\MiddlewareEM\oms11g\sysman\log\schemamanager\m_082510_1057_PM\m_082510_1057_PM.CREATE\
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : Trying to set RCU_LOG_NAME to emmds.log
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : RCU_LOG_NAME is rcu.log
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : Prepare to initialize RCU
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : RCU initialized with parameters : -silent -createRepository -compInfoXMLLocation C:\Oracle\MiddlewareEM\oms11g\sysman\emdrep\config\mds\ComponentInfo.xml -storageXMLLocation C:\Oracle\MiddlewareEM\oms11g\sysman\emdrep\config\mds\Storage.xml -connectString (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=WXP-56M33BS.hyd.amer.dell.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl11g))) -dbUser SYS -dbRole sysdba -schemaPrefix SYSMAN -component MDS
    2010_08_25_AD_23_11_09_IST EMMDSSchemaManager: Info : Start rewriting mds.xml
    2010_08_25_AD_23_11_09_IST removePrereqFromMDS : mdsComp.xml[C:\Oracle\MiddlewareEM\oms11g\rcu\integration\mds\mdsComp.xml]
    2010_08_25_AD_23_11_09_IST removePrereqFromMDS : mds.xml[C:\Oracle\MiddlewareEM\oms11g\rcu\integration\mds\mds.xml]
    2010_08_25_AD_23_11_10_IST EMMDSSchemaManager: Info : Finish rewriting mds.xml
    2010_08_25_AD_23_11_10_IST EMMDSSchemaManager: Info : Invoking RCU
    2010_08_25_AD_23_11_12_IST ERROR:MDSoracle.sysman.assistants.rcu.backend.RCUExecutionException: RCU-6090:Skipping Main operation: Failed in Connection step validation
    2010_08_25_AD_23_11_12_IST Parameters are: -silent -createRepository -compInfoXMLLocation C:\Oracle\MiddlewareEM\oms11g\sysman\emdrep\config\mds\ComponentInfo.xml -storageXMLLocation C:\Oracle\MiddlewareEM\oms11g\sysman\emdrep\config\mds\Storage.xml -connectString (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=WXP-56M33BS.hyd.amer.dell.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl11g))) -dbUser SYS -dbRole sysdba -schemaPrefix SYSMAN -component MDS
    emmdscreate.err+
    ERROR:MDSoracle.sysman.assistants.rcu.backend.RCUExecutionException: RCU-6090:Skipping Main operation: Failed in Connection step validation
    oracle.sysman.assistants.rcu.backend.RCUExecutionException: RCU-6090:Skipping Main operation: Failed in Connection step validation
         at oracle.sysman.assistants.rcu.backend.SilentRCUModel.performOperation(SilentRCUModel.java:129)
         at oracle.sysman.assistants.rcu.backend.RCUModel.startOperation(RCUModel.java:268)
         at oracle.sysman.assistants.rcu.Rcu.execute(Rcu.java:324)
         at oracle.sysman.emdrep.mds.EMMDSSchemaManager.perform(EMMDSSchemaManager.java:230)
         at oracle.sysman.emcp.oms.MDSSchemaConfiguration.perform(MDSSchemaConfiguration.java:66)
         at oracle.sysman.emcp.oms.BaseConfiguration.invoke(BaseConfiguration.java:151)
         at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:540)
         at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:120)
         at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
         at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    Parameters are: -silent -createRepository -compInfoXMLLocation C:\Oracle\MiddlewareEM\oms11g\sysman\emdrep\config\mds\ComponentInfo.xml -storageXMLLocation C:\Oracle\MiddlewareEM\oms11g\sysman\emdrep\config\mds\Storage.xml -connectString (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=WXP-56M33BS.hyd.amer.dell.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl11g))) -dbUser SYS -dbRole sysdba -schemaPrefix SYSMAN -component MDS
    Request help as I am unable to proceed further from here :-(
    Edited by: user8915544 on Aug 25, 2010 11:31 AM

    ... find some other problems regarding RCU-6090...
    Re: OID 11g installation problem: service name/tnsnames.ora ok?
    There are some suggestions with the global name in the connection descriptor....
    TNS name WXP-56M33BS.hyd.amer.dell.com
    maybe try IP / localhost or hostname....in the tnsnames
    nothing more than a suggestion....
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Problem While Importing Work Repository

    I am facing a problem with import and export in ODI.
    I was working in ODI Designer and had to move my work repository from one host machine to another host machine.
    After doing a database migration of the ODI database to the new machine, the master repository was imported.
    There was no problem in importing the master repository.
    While taking an export of the old work repository, I took an export into a zip file:
    File---->Export----->Work Repository
    And specified the zip file name there
    Now the problem is, that when I import the work repository into the new environment/host/machine, it throws an error.........
    java.sql.SQLException: ORA-02291: integrity constraint (SCHEMA_NAME.FK_COL_COL) violated - parent key not found
    where SCHEMA_NAME is the Oracle schema being used as a work schema
    Message was edited by:
    CJ@DI

    Yes I believe that's the problem
    Thanks a lot for ur suggestion, I'm going to try that
    Because my schema had been created a month ago and there was some metadat already stored in it at that time
    But now I wanted to REPLACE all that through ODI
    But that seems an impossible task
    So will try to drop and re-create the schema and then import.
    I had some invalid interfaces in my export as well.......so that could have caused it
    Well, in ideal terms ODI should throw an error when you try to export and if anything is invalid in your Designer
    I guess the tool still needs to evolve
    That's my perception but maybe I'm not following some procedures to do things in ODI ; long way to learn!
    Message was edited by:
    CJ@DI

  • 12c Cloud Control Install : plug-in MDS Schema Configuration has failed its

    Anyone,
    I am trying to install Oracle 12c Cloud Control (CC). I am installing this product on the
    same server (a VM) as the database.
    Some basic information ( a repeat of above):
    Platform OS:
    uname -aLinux slc02itk 2.6.18-308.0.0.0.1.el5xen #1 SMP Sat Feb 25 16:26:29 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    Database Software:
    SYS@OTMDX07>select banner from v$version ;
    BANNER
    Oracle Database 12c Enterprise Edition Release 12.1.0.0.1 - 64bit Beta
    PL/SQL Release 12.1.0.0.1 - Beta
    CORE 12.1.0.0.1 Beta
    TNS for Linux: Version 12.1.0.0.1 - Beta
    NLSRTL Version 12.1.0.0.1 - Beta
    Cloud Control Software:
    Software obtained from here:
    http://www.oracle.com/technetwork/oem/enterprise-manager/downloads/index.html
    Enterprise Manager Cloud Control 12c Release 1 (12.1.0.1) for Linux x86-64 (With Bundle Patch 1)
    I have successfully installed the CC software and am having problems with the configuration.
    I am running this command:
    /u01/app/oracle/middleware/oms/sysman/install/ConfigureGC.sh
    In the linux window I get the following feedback. Note the "divide by zero" error.
    Does anyone know what causes this, and better yet, how to avoid it?
    Percent Complete: 50
    Percent Complete: 100
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    Connected As : SYS
    Prefix for (prefixable) Schema Owners : SYSMAN
    RCU Logfile : /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    Component schemas created:
    Component Status Logfile
    Authorization Policy Manager Success /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/apm.log
    Repository Creation Utility - Create : Operation Completed
    Repository Creation Utility - Dropping and Cleanup of the failed components
    Repository Dropping and Cleanup of the failed components in progress.
    2012-06-12 06:01:50,448 [Thread-45] ERROR - createRepository failed with following error:
    java.lang.ArithmeticException: / by zero
    at oracle.sysman.assistants.rcu.backend.SilentProgressor.progress(SilentProgressor.java:58)
    at oracle.sysman.assistants.rcu.backend.RCUModel.cleanUp(RCUModel.java:605)
    at oracle.sysman.assistants.rcu.backend.SilentRCUModel.showCompletionMessage(SilentRCUModel.java:245)
    at oracle.sysman.assistants.rcu.backend.RCUModel.executeTasks(RCUModel.java:449)
    at oracle.sysman.assistants.rcu.backend.SilentRCUModel.performOperation(SilentRCUModel.java:224)
    at oracle.sysman.assistants.rcu.backend.RCUModel.startOperation(RCUModel.java:327)
    at oracle.sysman.assistants.rcu.Rcu.execute(Rcu.java:335)
    at oracle.sysman.emdrep.opss.EMSecuritySchemaManager.perform(EMSecuritySchemaManager.java:317)
    at oracle.sysman.oms.MDSSchemaConfiguration.perform(MDSSchemaConfiguration.java:186)
    at oracle.sysman.oms.BaseConfiguration.invoke(BaseConfiguration.java:192)
    at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:540)
    at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:120)
    at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
    at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    In one of the log files generated:
    /u01/app/oracle/middleware/oms/cfgtoollogs/cfgfw/CfmLogger_2012-06-12_05-45-08-AM.log
    I see the following messages. The messages say "INFO", but they may as well be "FATAL" because the installation
    or configuration cannot continue. I believe the failure lies in the creation of the "SYSMAN_OPSS" user.
    NFO: oracle.sysman.top.oms:__________________________DUMPING PARAMETERS______________________________________________
    INFO: oracle.sysman.top.oms:OracleHome: /u01/app/oracle/middleware/oms
    INFO: oracle.sysman.top.oms:Connect String: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    INFO: oracle.sysman.top.oms:SYS User: SYS
    INFO: oracle.sysman.top.oms:________________________________________________________________________
    INFO: oracle.sysman.top.oms:MDS Schema Creation status: COMPLETED
    INFO: oracle.sysman.top.oms:MDS Schema Creation is successful
    INFO: oracle.sysman.top.oms:_______________________________________________________________________
    INFO: oracle.sysman.top.oms:Starting opss Schema Creation.
    INFO: oracle.sysman.top.oms:Failed to create OPSS schema
    INFO: oracle.sysman.top.oms:_______________________________________________________________________
    INFO: oracle.sysman.top.oms:Starting APM Schema Creation.
    INFO: oracle.sysman.top.oms:Failed to create APM schema
    INFO: oracle.sysman.top.oms:The plug-in MDS Schema Configuration has failed its perform method
    Here I show that the "other" users get created with their objects.
    1* select owner, count(*) from dba_objects where owner like 'SYSMAN%' group by owner
    SYS@OTMDX07>/
    OWNER COUNT(*)
    SYSMAN_RO 847
    SYSMAN_MDS 60
    SYSMAN 11174
    SYSMAN_APM 211
    SYS@OTMDX07>
    1* select tablespace_name, file_name from dba_data_files where tablespace_name like 'M%'
    SYS@OTMDX07>/
    TABLESPACE_NAME FILE_NAME
    MGMT_ECM_DEPOT_TS /u02/oradata/OTMDX07/mgmt_ecm_depot1.dbf
    MGMT_TABLESPACE /u02/oradata/OTMDX07/mgmt.dbf
    MGMT_AD4J_TS /u02/oradata/OTMDX07/mgmt_ad4j.dbf
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    Connected As : SYS
    Prefix for (prefixable) Schema Owners : SYSMAN
    RCU Logfile : /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    Component schemas created:
    Component Status Logfile
    Authorization Policy Manager Success /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/apm.log
    For complete disclosure, the Enterprise Manager prerequisite checks yielded these findings:
    id_check_session_cached_cursors_param ==> fail
    id_check_open_cursors_param ==> fail
    But I think the check is wrong. I do not understand why the check fails on only these initialization parameters:
    1* select name, value from v$parameter where name in ('session_cached_cursors','open_cursors')
    SYS@OTMDX07>/
    NAME VALUE
    session_cached_cursors 1000
    open_cursors 1000
    Any insight is greatly appreciated.
    John

    John,
    I note that your database version is 12.1.0.0.1 - 64bit Beta, which is not certified for EM 12c. This may have something to do with the repository creation failure. Can you try using a certified database version (e.g. 11.2.0.2 or 11.2.0.3) to host the EM 12c repository?
    Regards,
    - Loc

  • Problems with importing text messages from PC Suit...

    Problems with importing text messages from PC Suit 7.1.18.0 to my Nokia 5800
     I am trying to import a csv file that contains text messages (Note that this file was created using PC Suit 7.1.18.0) to a subfolder that I have created to My Folders but PC Suits only imports the text messages to the Draft folder. Note that initially it shows that the messages are import in the correct folder but after a refresh it shows them in the Draft Folder. Is their any setting that I should change in the PC Suit or the phone? My computer runs on Windows XP Service Pack 3 and the Nokia 5800 was upgraded to the latest firmware v20.0.012
     Thanks for your help

    Most phones only allows importing of draft and archived box for SMS.
    To do a restoring, you need to backup the SMS as a .nbu file using PC Suite and restore later.
    If you got an SD card, you can also do a backup on the SD Card (backup.arc) then restore later (reset and restore: backup.arc and mmc).
    What's the law of the jungle?

  • Tempo problems with imported wav files

    Hey everyone, sorry if there's a quick fix for this in the forums that I couldn't find, but I've been having some tempo problems with imported .wav files.
    Long story short, my system couldn't handle playing all the tracks for a song while recording drums, so I bounced out an mp3 of the song and put it in a new Logic file so my drummer could just play along to that as I recorded him. Unfortunately, the original song is at 167 bpm, but I forgot to change the bpm in the new Logic file with the .mp3 file of the song to 167 bpm, so it was left at the default 120 bpm.
    So, the drums were recorded at the correct 167 bpm, but Logic thinks that those new drum .wav files should be played at 120 bpm, so when I import my drum tracks back into the original file, they do not play correctly at all.
    I could get record it all again, but I wanted to check if there was a way I could salvage what I already have, since my drummer lives about an hour away right now and can't just come over whenever he wants.
    Thanks for the help! I really appreciate it.

    Hi,
    First, do not use MP3 in Logic, the sound quality is less than AIFF, WAV or CAF, and Logic has to decode it for playback, making it a heavier burden on the CPU than an uncoded audiofile, such as AIFF, WAV or CAF.
    Secondly, audio files are independent of Logic's tempo. If you bounce down an audio file in any format (other than Apple Loop), it will play back at the same speed, +regardless of Logics' tempo setting+, either at recording or playback. Logic doesn't 'think' anything. The BPM is only important to MIDI tracks, or to the spacing between audio files. The audio files themselves *are not affected* by the tempo setting. If you import an audio file of tempo 167 into a 120 BPM project, the file will still play at 167, only Logic will indicate the wrong bar positions.
    regards, Erik.

  • Having problem with import via dblink

    this is the import command:
    impdp schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    here are the error messages that I am getting:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SYS"."SYS_IMPORT_SCHEMA_06":  /******** AS SYSDBA schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS while calling DBMS_LOB.CREATETEMPORARY []
    ORA-01157: cannot identify/lock data file 1504 - see DBWR trace file
    ORA-01110: data file 1504: '/data/oracle/oradata/hs4/temp02_01.dbf'
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    43045e5d0     14916  package body SYS.KUPW$WORKER
    43045e5d0      6293  package body SYS.KUPW$WORKER
    43045e5d0      9108  package body SYS.KUPW$WORKER
    43045e5d0      3870  package body SYS.KUPW$WORKER
    43045e5d0      6910  package body SYS.KUPW$WORKER
    43045e5d0      1259  package body SYS.KUPW$WORKER
    4303272b0         2  anonymous block
    Job "SYS"."SYS_IMPORT_SCHEMA_06" stopped due to fatal error at 14:34:40
    can someone please help me with this thanks

    I have tried with the g2log user I still get the same error
    I also added 30gb to the temp tablespace as well
    impdp g2log/****** schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Import: Release 10.2.0.3.0 - 64bit Production on Friday, 11 October, 2013 6:50:12
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Starting "G2LOG"."SYS_IMPORT_SCHEMA_02":  g2log/******** schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS while calling DBMS_LOB.CREATETEMPORARY []
    ORA-01157: cannot identify/lock data file 1513 - see DBWR trace file
    ORA-01110: data file 1513: '/data/oracle/oradata/hs4/temp02_10.dbf'
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    43045e5d0     14916  package body SYS.KUPW$WORKER
    43045e5d0      6293  package body SYS.KUPW$WORKER
    43045e5d0      9108  package body SYS.KUPW$WORKER
    43045e5d0      3870  package body SYS.KUPW$WORKER
    43045e5d0      6910  package body SYS.KUPW$WORKER
    43045e5d0      1259  package body SYS.KUPW$WORKER
    429e4fd80         2  anonymous block
    Job "G2LOG"."SYS_IMPORT_SCHEMA_02" stopped due to fatal error at 06:50:16

  • Multiple Import into Multiple schemas in a single Database server ?

    Is it possible to create a multiple import into multiple schema in a single DB server ?

    Hi,
    Yes, You can do it.. With Multiple Export File..it may cause some Performance issue, so need to check your Server configuration before do that..

Maybe you are looking for