Oracle DB Migration questionnaire

Hello

I am preparing a Questionnaire for a client who wants to migrate its DBs courses from AIX to Linux.

I put in the following Questions.

Size of the databases

Downtime that can be granted

Current versions of the databases

Size of the databases

Current architecture of PROD

Current backup policies

Golden Gate licenses are available

Used for databases current monitoring tool

Please let me know if I need to get more details that will help me to work on forecasts.

Kind regards

VN

Hello

Also check these questions:

-Oracle database Edition, and what options?

-Different version of Oracle database migration?

-Likewise, character set or not.

-Even backup strategies, or not?

-Is the Linux server with the version of DB certified?

-Are you want to use the features of the ASM, the witch is an Oracle grid infrastructure option.

-Are you want to reorganize your storage space?

This about you:

What strategic migration, you want to use:

-Full backup RMAN.

-Export (exp/imp or epdp/impdp)

-Transportable Tablespace

-Copy system...

Best regards.

Tags: Database

Similar Questions

  • Ms SQL Server 2005 to Oracle 9i migration

    Hi all

    MS-SQLServer to Oracle 9i migration. in migration, work bench lists only SQL SERVER 2000

    Thank you
    -
    ABK

    Oracle Migration Workbench is outdated and replaced with SQL Developer Migration Workbench.
    Take a look on:
    http://www.Oracle.com/technology/tech/Migration/Workbench/index_sqldev_omwb.html

  • Oracle DB Migration of AIX to RHEL platform

    How can I migrate my db from AIX to RHEL oracle with minimal down time.

    Check the MOS Document: -.

    Migration of an Oracle database in the OS (generic platform) (Doc ID 733205.1)

    Note to master for the upgrades of Oracle database and migration (Doc ID 1152016.1)

    Version of the database of reference in next time.

  • MySQL for Oracle Database Migration

    I'm migrating 75 Tables of MySQL (5.0.18) to Oracle (10.2.0.1.0) using SQL-Developer (2.1.1.64)

    Below are the steps to follow to a State where I'm stuck:

    1: opens a connection with MySQL (5.0.18) which has * 86 * databases.
    2: open another connection with Oracle (10.2.0.1.0); a new installation.
    3: just clicked one of the MySQL database and selected ' + * Capture schema * + ".
    After the capture, this particular database appeared on ' + * models Captured * + ".
    4: right-click on this model converted, that says "* [email protected]:3306 (MySQL), etc. * ' and selected ' + convert model Oracle +".
    5: nothing appeared on the "* Converted models."

    ~~~~~~~~~~~ Stuck ~~~~~~~~~~~

    Another thing:
    -If I select different tables of the database under "* models Captured *" and then convert them then ' * SQL Developer * "generate converted models.
    -If I repeat anyone else of tables "* Converted model *" are generated.

    Am I suppose to repeat this step for each Table, the trigger, view etc.?

    Thank you


    Edited by: user13397582 on August 26, 2010 06:08_

    Also the * 'Script' * output even * "name of the constraint *; Viz

    + Cdr5 ALTER TABLE ADD CONSTRAINT PRIMARY PRIMARY KEY (table_id) ENABLE; +

    Constraint must have derived the name of the table. Otherwise, you will have repeated migrations:

    Error report:*.
    SQL error: ORA-02264: name already used by an existing constraint
    + 02264. 00000 - 'name already used by an existing constraint ' +.
    * Cause: The specified constraint name must be unique. +
    * Action: Specify a name for the constraint unique constraint. +

    Published by: user13397582 on August 26, 2010 06:08

    Which JDK version do you use?

    There is a problem with SQL Developer 2.1.1 with JDK1.6 less than 18 years of age and older, during the conversion of a migration phase, with exactly the symptoms you describe.

    If you use one of these JDK could you try to install JDK1.6 U17?

    Concerning
    Wolfgang

  • Visual foxpro data to oracle 10g migration.

    Hi all
    How can I migrate visual foxpro/tables of data to oracle 10g with the help of SQL Developer?
    Tanx a lot
    Alam

    I've never done this before, but I guess it should work.

    Import the foxpro database in Ms Access and then use wizard migration oracle to MS access import into oracle.

  • MySql to Oracle DB Migration, creating schema problem

    Hello
    Im a beginner, try to migrate a mysql database in oracle. The mysql db contains a few tables, if im trying to migrate everything manually.
    When filling out the tables a problem im. It's as follows:

    Table 1 has a Key (t1_col1, t1_col2, t1_col3) primary Composite.
    Table2 contains a column (t2_col1), which is a reference to Table1 t1_col1 (to make t1_col1 a repository key in the other table must be UNIQUE or PRIMARY, but as we know table can have a unique primary key and the t1_col1 contains redundant data, so cant make UNIQUE either).
    So I tried indexing of the t1_col1 column but it dint seem to work as well, creating table2 it gives "no unique match or primary key for this list of columns.
    ".

    I think that MySql is not so strict a lot compared to Oracle, please guide me through this, any workaround (s)?
    This is the MySql schema:

    CREATE TABLE "temp". "table1")
    't1_col1' varchar (50) NOT NULL,
    't1_col2' varchar (50) NOT NULL,
    't1_col3' varchar (50) NOT NULL,
    "t1_col4" integer NOT NULL,
    PRIMARY KEY ('t1_col1', 't1_col2', 't1_col3')
    )
    ENGINE type = InnoDB
    CHARACTER SET utf8 COLLATE utf8_general_ci;



    CREATE TABLE "temp". "table2")
    't2_col1' varchar (50) NOT NULL,
    't2_col2' varchar (50) NOT NULL,
    FOREIGN KEY CONSTRAINT 'table2_fk1' 'table2_fk1' ('t2_col1')
    REFERENCES, 'table1' ('t1_col1')
    ON DELETE CASCADE
    ON UPDATE CASCADE
    )
    ENGINE type = InnoDB
    CHARACTER SET utf8 COLLATE utf8_general_ci;


    Looking forward to the answer.

    Kind regards
    Peter

    _______________
    The system configuration:
    CentOS 5 (linux kernel 2.6.18 - 8).
    MySQl 5.0.
    Oracle 10g Enterprise edition

    Published by: user10707566 on December 12, 2008 04:28

    If I didn't know that MySQL allows you to declare FK constraints that are non-profit information only and does not apply, I would find this surprisiing really, since the essence of a FK relationship is that the child is identified by the parent.

    In Oracle, you must create a primary key for the substitution on the table1 based on the unique combination of col1, col2 and col3. I would certainly use a sequence for it. Next, you create a unique constraint on col1, col2 and col3 to apply your natural primary key. FK in table2 would be the key to substitution from table1. Something like:

    CREATE TABLE table1 (
       t1_surr_key NUMBER NOT NULL,
       t1_col1 Varchar2(50) NOT NULL,
       t1_col2 Varchar2(50) NOT NULL,
       t1_col3 Varchar2(50) NOT NULL,
       t1_col4 integer NOT NULL)
    
    ALTER TABLE table1 ADD CONSTRAINT table1_pk
       PRIMARY KEY (t1_surr_key);
    
    ALTER TABLE table1 ADD CONSTRAINT table1_uk
       UNIQUE (t1_col1, t1_col2, t1_col3);
    
    CREATE TABLE table2 (
       t2_col1 varchar2(50) NOT NULL,
       t2_col2 varchar2(50) NOT NULL,
       t1_surr_key NUMBER NOT NULL,
    CONSTRAINT table2_fk1 FOREIGN KEY (t1_surr_key)
       REFERENCES table1 (t1_surr_key)
       ON DELETE CASCADE
       ON UPDATE CASCADE)
    

    John

  • Sybase 15 Oracle Migration Error

    I worked on our database from Sybase ASE 15 migration to Oracle. I followed all the instructions on the site Web of Oracle using the Migration SQL Developer tool. Once the migration starts, I get this error for any reason that I could not understand. Here's the XML file for my mistake.

    <?xml version="1.0" encoding="windows-1252" standalone="no"?>
    <log>
    <record>
      <date>2014-07-31T12:26:27</date>
      <logger>oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle</logger>
      <level>SEVERE</level>
      <class>oracle.dbtools.migration.workbench.core.logging.MigrationLogUtil</class>
      <message>Capture
    Enterprise Capture
    Capture failed.  Refer to MIGRLOG table in the repository for details</message>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doOnlineEnterpriseCapture(FullMigrateTask.java:758)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doCapture(FullMigrateTask.java:601)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doMaskBasedActions(FullMigrateTask.java:400)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:314)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:147)</param>
      <param>oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)</param>
      <param>java.util.concurrent.FutureTask.run(FutureTask.java:262)</param>
      <param>oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:554)</param>
      <param>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)</param>
      <param>java.util.concurrent.FutureTask.run(FutureTask.java:262)</param>
      <param>java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)</param>
      <param>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)</param>
      <param>java.lang.Thread.run(Thread.java:745)</param>
      <param>oracle.dbtools.migration.workbench.core.logging.LogInfo@caaa1c7</param>
      <exception>
        <message>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask$FullMigrateTaskException: Capture
    Enterprise Capture
    Capture failed.  Refer to MIGRLOG table in the repository for details</message>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>758</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>601</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>400</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>314</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>147</line>
        </frame>
        <frame>
          <class>oracle.dbtools.raptor.backgroundTask.RaptorTask</class>
          <line>193</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask</class>
          <line>262</line>
        </frame>
        <frame>
          <class>oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask</class>
          <line>554</line>
        </frame>
        <frame>
          <class>java.util.concurrent.Executors$RunnableAdapter</class>
          <line>471</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask</class>
          <line>262</line>
        </frame>
        <frame>
          <class>java.util.concurrent.ThreadPoolExecutor</class>
          <line>1145</line>
        </frame>
        <frame>
          <class>java.util.concurrent.ThreadPoolExecutor$Worker</class>
          <line>615</line>
        </frame>
        <frame>
          <class>java.lang.Thread</class>
          <line>745</line>
        </frame>
      </exception>
    
    
    </record>
    <record>
      <date>2014-07-31T12:26:27</date>
      <logger>oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle</logger>
      <level>WARNING</level>
      <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
      <message>Error:ORA-06550: line 1, column 14:
    PLS-00201: identifier 'SYB12ALLPLATFORM.STAGECAPTURE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    : FAILED : Database Migration : FAILED</message>
      <param>oracle.dbtools.migration.workbench.core.logging.LogInfo@434de9ab</param>
    
    
    </record>
    </log>
    

    Hello

    My guess is the user you tried to install/partner to the migration repository done don't have the appropriate privileges.

    Best to start over if we can enter the question.

    Start by creating a new user in Oracle for the migration repository. Give the correct privileges

    > Connect to SYS or SYSTEM and run the following commands

    Migrep CREATE a USER identified by migrep;

    GRANT connect, resources, create view, create a view on migrep;

    ALTER USER migrep unlimited quota on USERS;

    Now using SQL Developer, create a connection to the MIGREP and associate the migration repository in this regard.

    Check if migration Repository packages have been created and are compiled valid. Worth the package bodies are valid as well.

    I hope it was just a privilege you were missing.

    Kind regards

    Dermot.

    SQL development team.

  • Problem with migration SQL Server Oracle 11.2 2012 DB using SQL Developer Migration workbench

    Hello

    I have a problem when migrating SQL Server Oracle 11.2 2012 using SQL Developer Migration workbench, hope that someone had the same problem before and can give same advide...

    I use SQL Developer Version 4.0.1.14 and Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0. and last jtds - 1.3.

    I created the schema migration_repo, privileges, connected to the third part of Db (SQL Server) and begin a trial with assistant. In the first step of the model to Capture, I get the message from the:

    "Company Capture Capture failed.  Refer to the table MIGRLOG in the repository for more details ".

    But MIGRLOG is empty.

    Here is my log:

    <? XML version = "1.0" encoding = "windows-1252" standalone = 'no '? >

    < Log >

    account <>

    < date > 2014-03-16T 20: 49:17 < / date >

    oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle < recorder > < / recorder >

    < level > SEVERE < / level >

    oracle.dbtools.migration.workbench.core.logging.MigrationLogUtil < class > < / class >

    < message > Capture

    Capture Enterprise

    Capture failure.  Refer to the MIGRLOG table in the repository for more details < / message >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doOnlineEnterpriseCapture(FullMigrateTask.java:758) < param > < / param >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doCapture(FullMigrateTask.java:601) < param > < / param >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doMaskBasedActions(FullMigrateTask.java:400) < param > < / param >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:314) < param > < / param >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:147) < param > < / param >

    oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193) < param > < / param >

    java.util.concurrent.FutureTask.run(FutureTask.java:262) < param > < / param >

    oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ (RaptorTaskManager.java:554) < param > RaptorFutureTask.run < / param >

    java.util.concurrent.Executors$ (Executors.java:471) < param > RunnableAdapter.call < / param >

    java.util.concurrent.FutureTask.run(FutureTask.java:262) < param > < / param >

    java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) < param > < / param >

    java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615) < param > < / param >

    java.lang.Thread.run(Thread.java:744) < param > < / param >

    oracle.dbtools.migration.workbench.core.logging.LogInfo@68e69a < param > < / param >

    < exception >

    < message > oracle.dbtools.migration.workbench.core.ui.FullMigrateTask$ FullMigrateTaskException: Capture

    Capture Enterprise

    Capture failure.  Refer to the MIGRLOG table in the repository for more details < / message >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    < line > 758 < / line >

    < / framework >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    < line > 601 < / line >

    < / framework >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    line 400 > of < < / line >

    < / framework >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    < line > 314 < / line >

    < / framework >

    < frame >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    < line > 147 < / line >

    < / framework >

    < frame >

    oracle.dbtools.raptor.backgroundTask.RaptorTask < class > < / class >

    < line > 193 < / line >

    < / framework >

    < frame >

    java.util.concurrent.FutureTask < class > < / class >

    < line > 262 < / line >

    < / framework >

    < frame >

    oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ RaptorFutureTask < class > < / class >

    < line > 554 < / line >

    < / framework >

    < frame >

    java.util.concurrent.Executors$ RunnableAdapter < class > < / class >

    < line > 471 < / line >

    < / framework >

    < frame >

    java.util.concurrent.FutureTask < class > < / class >

    < line > 262 < / line >

    < / framework >

    < frame >

    java.util.concurrent.ThreadPoolExecutor < class > < / class >

    < line > 1145 < / line >

    < / framework >

    < frame >

    java.util.concurrent.ThreadPoolExecutor$ Worker < class > < / class >

    < line > 615 < / line >

    < / framework >

    < frame >

    java.lang.Thread < class > < / class >

    < line > 744 < / line >

    < / framework >

    < / exception >

    < / recording >

    account <>

    < date > 2014-03-16T 20: 49:17 < / date >

    oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle < recorder > < / recorder >

    WARNING < level > < / level >

    oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

    <>error message: ORA-06550: line 1, column 14:

    PLS-00201: identifier ' SS2K5ALLPLATFORM. STAGECAPTURE' must be declared

    ORA-06550: line 1, column 7:

    PL/SQL: Statement ignored

    : FAILED: Database Migration: FAILURE < / message >

    oracle.dbtools.migration.workbench.core.logging.LogInfo@1e2c9b99 < param > < / param >

    < / recording >

    I try with model db (DB empty, just a single table), but the error is same. However, if I try to copy the acronym tabele from SQL Server to Oracle it works fine...

    I guess it's something with the configuration, but beacause I am new in Oracle still have no idea...

    Any help would be much appreciated

    I thank in advance

    Stefan

    Hello Stefan,

    did you create the repository Migration of your database to Oracle (Tools-> Migration-> repository management)?

    The SS2K5ALLPLATFORM package is usually created when you add the migration of the Oracle database repository and it contains the function StageCapture.

    So please make sure that you have created a repository of migration in an Oracle database and associate it with the first step of your migration.

    -Klaus

  • Access 2003-&gt; Oracle 10 g: fixed error of migration, SQL script

    I recently migrated an Access 2003 to SQL using Oracle SQL developer Oracle database, and the process went well, with the exception of some migration errors.

    The errors I had have largely brought on 3 main groups:

    (i) "doesn't have to convert' errors:
    Failed to convert view Q345_Delete_NR > filename. Q345 - Delete NR: unexpected node in the AST: EXEC_PARAM_LIST: column of the row-1-1

    (II) 'limitation of translation mistakes:
    Limitation of the translation "cannot convert to display" met on view filename. Q326 - update column of NA column_name line 0 0

    (III) "parse errors":
    oracle.dbtools.migration.parser.ext.ExtStringTemplate.setValue(ExtStringTemplate.java:106)

    I know that these can be fixed, but I'm unable to understand what they mean. I would be grateful for some advice on what this means and how do I address to them.

    Finally, I would like to watch the complete SQL script for the database migrated - please someone let me know how to consider this in a single sheet? I would like to create a stored procedure from this one.

    Thank you.

    Published by: 803242 on October 19, 2010 16:23

    As you have an Oracle database you currently have support for this database and this is quite enough to save a service request for the SQL Migration Workbench developer.
    Saving a service request will allow us to examine the migration of more detailed SQL Dev and then we can improve the product.

    (The stored procedures, you need to manually extract the instructions in the script generated) that you intend to do) and then put it in a procedure.

  • Advantage of the portfolio after the migration to HSM with Oracle 11.2.0.1.0

    Hello

    I found this integration for Utimaco Cryptoserver guide: http://hsm.utimaco.com/solutions/db-encryption/ and now I wonder if it is necessary to keep the original portfolio after the migration of HSM with Oracle 11.2.0.1.0. As I understand it, eventually all the necessary keys are stored in HSM. Is still used portfolio in a way or is it possible to reuse maybe after you set the METHOD to FILE sqlnet.ora?

    Thank you

    Hi flyer007,

    If you used the Wallet before Oracle, then migrate the master key of TDE from there to an HSM is a renewal of key operation; the keys of the table (for the TDE column encryption), and tablespace (for TDE tablespace encryption) key is decrypted with the old key in the portfolio) and encrypted again with the new MK unified (in the HSM).

    Your RMAN backup files, export files Data Pump and same 'live' in the redo logs, TEMP and UNDO tablespace can be encrypted with the old MK in the wallet, that's why we NEVER delete the portfolio.

    Of course, the Oracle database automatically knows what MK he needs.

    Good luck

    Peter

  • BIEE12 - Migration could not import into BIEE12 RDP processing has no

    Dear

    Experts

    In my attempt to migrate BIEE 12 apply for BIEE 11.1.1.7 had an error when importing the file.

    Error:

    ==

    bin] $ ./migration-tool.sh in /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bitools/bin/Exp11to12v3.jar ssi

    Migration Oracle BI tool

    Session: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-16-19-36-11.log

    RPD password is required for migration

    Enter the password of the RPD:

    Requested import of bundle: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bitools/bin/Exp11to12v3.jar

    Import asked Oracle home: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain

    Import asked the home realm: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain

    Run validation before importing

    Execution of import

    Login to /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/jazn/jazn.log

    Problem importing: metadata Plugin - oracle.bi.migration.plugin.metadata.TransformBarException: Transformation failed. Check the logs for failure messages.

    Import failed: metadata Plugin - oracle.bi.migration.plugin.metadata.TransformBarException: Transformation failed. Check the logs for failure messages.

    Migration action failed

    ==

    archive

    /U02/OFM/12.2.1-OBIEE/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-16-19-36-11.log

    ==

    16 February 2016 19:36:11 oracle.bi.migration.tool.MigrationTool prepareForAction

    INFO: Loading in 12 c pots of ' / ' u02/ofm/12.2.1-obiee/WLS

    16 February 2016 19:36:12 oracle.bi.migration.tool.environment.ClasspathSetup loadJar

    NEWS: Pot of loading: oracle_common/modules/internal/features/jrf_wlsFmw_oracle.jrf.wls.classpath.jar

    16 February 2016 19:36:12 oracle.bi.migration.tool.environment.ClasspathSetup loadJar

    NEWS: Pot of loading: oracle_common/modules/com.bea.core.utils.jar

    16 February 2016 19:36:12 oracle.bi.migration.tool.environment.ClasspathSetup loadJar

    NEWS: Pot of loading: wlserver/server/lib/wlclient.jar

    16 February 2016 19:36:12 oracle.bi.migration.tool.environment.ClasspathSetup loadJar

    NEWS: Pot of loading: oracle_common/modules/oracle.jps/jps-manifest.jar

    16 February 2016 19:36:12 oracle.bi.migration.tool.environment.ClasspathSetup loadJar

    NEWS: Pot of loading: bi/bifoundation/javahost/lib/obisintegration/bi-transform-rpd.jar

    16 February 2016 19:36:12 oracle.bi.migration.tool.environment.ClasspathSetup loadJar

    NEWS: Pot of loading: bi/bifoundation/web/catalogmanager/apis/webcatlcmplugin.jar

    16 February 2016 19:36:12 oracle.bi.migration.tool.environment.ClasspathSetup loadJar

    NEWS: Pot of loading: bi/lib/bi-bar.jar

    16 February 2016 19:36:12 oracle.bi.migration.orchestration.actionspecification.ImportAction post

    INFO: Java Version is: 1.8.0_66

    16 February 2016 19:36:12 oracle.bi.migration.orchestration.actionspecification.ImportAction post

    INFO: Top-level installation directory: /u02/ofm/12.2.1-obiee/WLS

    16 February 2016 19:36:12 oracle.bi.migration.orchestration.actionspecification.ImportAction post

    INFO: Area home: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain

    16 February 2016 19:36:12 oracle.bi.migration.orchestration.actionspecification.ImportAction post

    NEWS: Export Bundle: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain

    16 February 2016 19:36:12 oracle.bi.migration.tool.MigrationTool informUser

    INFO: RPD password is required for migration

    16 February 2016 19:36:29 oracle.bi.migration.tool.MigrationTool informUser

    NEWS: Import asked bundle: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bitools/bin/Exp11to12v3.jar

    16 February 2016 19:36:29 oracle.bi.migration.tool.MigrationTool informUser

    NEWS: Import asked Oracle home: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain

    16 February 2016 19:36:29 oracle.bi.migration.tool.MigrationTool informUser

    NEWS: Import requested to the home realm: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain

    16 February 2016 19:36:29 oracle.bi.migration.tool.HardCodedPluginFactory addPluginIfConfigured

    NEWS: Plugin active by default: metadata

    16 February 2016 19:36:29 oracle.bi.migration.tool.HardCodedPluginFactory addPluginIfConfigured

    NEWS: Plugin active by default: ObiSch

    16 February 2016 19:36:29 oracle.bi.migration.tool.HardCodedPluginFactory addPluginIfConfigured

    NEWS: Plugin active by default: Obips

    16 February 2016 19:36:29 oracle.bi.migration.tool.HardCodedPluginFactory addPluginIfConfigured

    NEWS: Plugin active by default: pipo

    16 February 2016 19:36:29 oracle.bi.migration.orchestration.BundleImporter runImport

    INFO: The following import plugins are configured: metadata, ObiSch, Obips, pipo

    16 February 2016 19:36:29 oracle.bi.migration.orchestration.BundleExploder explodeBundle

    INFO: Exploding bundle: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bitools/bin/Exp11to12v3.jar

    16 February 2016 19:36:29 oracle.bi.migration.bundle.BundleExtractor doExtractFiles

    NEWS: Extract all files to: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629

    16 February 2016 19:36:29 oracle.bi.migration.bundle.ExternalBundleExtractor getManifestInputStream

    INFO: Package opening: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bitools/bin/Exp11to12v3.jar

    16 February 2016 19:36:29 oracle.bi.migration.bundle.BundleExtractor doExtractFiles

    INFO: No plugin file: pipo

    16 February 2016 19:36:29 oracle.bi.migration.bundle.BundleExtractor doExtractFiles

    INFO: No file plugin: ObiSch

    16 February 2016 19:36:29 oracle.bi.migration.bundle.BundleExtractor doExtractFiles

    INFO: No file plugin: Obips

    16 February 2016 19:36:29 oracle.bi.migration.bundle.BundleExtractor doExtractFiles

    INFO: Extraction: PluginData/metadata.bar

    16 February 2016 19:36:29 oracle.bi.migration.bundle.BundleExtractor extractFile

    INFO: Writing /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PluginData/metadata.bar

    16 February 2016 19:36:30 oracle.bi.migration.orchestration.BundleExploder explodeBundle

    INFO: Manifest: {metadata=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PluginData/metadata.bar}

    16 February 2016 19:36:30 oracle.bi.migration.tool.MigrationTool informUser

    INFO: Run validation of forward import

    16 February 2016 19:36:30 oracle.bi.migration.orchestration.BundleImporter doPluginValidation

    INFO: Validation of import of metadata plugin with data /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PluginData/metadata.bar

    16 February 2016 19:36:30 oracle.bi.migration.orchestration.BundleImporter doPluginValidation

    INFO: Validation of import for the ObiSch plugin with data zero

    16 February 2016 19:36:30 oracle.bi.migration.orchestration.BundleImporter doPluginValidation

    INFO: Validation of import for the Obips plugin with data zero

    16 February 2016 19:36:30 oracle.bi.migration.orchestration.BundleImporter doPluginValidation

    INFO: Validation of import for obis with data plugin zero

    16 February 2016 19:36:30 oracle.bi.cam.obis.migration.ObisPlugin validate

    INFO: Shipped NQSConfig.INI file is in: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-shipped-files1455658589631/InstanceFiles/1_config_OracleBIServerComponent_coreapplication__obis1_NQSConfig.INI

    16 February 2016 19:36:30 oracle.bi.cam.obis.migration.ObisPlugin validate

    NEWS: Home of the domain is: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain

    16 February 2016 19:36:30 oracle.bi.cam.obis.migration.ObisPlugin validate

    INFO: The existing NQSConfig.INI file is in: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/config/fmwconfig/biconfig/OBIS/NQSConfig.INI

    16 February 2016 19:36:30 oracle.bi.cam.obis.migration.ObisPlugin validate

    NEWS: Plugin temporary directory is: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/obis

    16 February 2016 19:36:30 oracle.bi.migration.tool.MigrationTool informUser

    NEWS: Execution of import

    16 February 2016 19:36:30 oracle.bi.migration.orchestration.BundleImporter doPluginImport

    INFO: Performer for metadata plugin using /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PluginData/metadata.bar data import

    16 February 2016 19:36:30 oracle.bi.migration.plugin.metadata.MetadataImportPlugin importData

    INFO: Transforming BAR: domainHome=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain, oracleHome=/u02/ofm/12.2.1-obiee/WLS, dataFile=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PluginData/metadata.bar

    16 February 2016 19:36:30 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    NEWS: Mining 11g bundle to the folder: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted

    16 February 2016 19:36:30 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    INFO: Successfully extract the bar from 11g to /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted

    16 February 2016 19:36:30 oracle.bi.migration.plugin.metadata.TransformBar buildTransformPlugins

    INFO: List of plugin for the building

    16 February 2016 19:36:30 oracle.bi.migration.catalog.WebcatTransformContext populateInputParams

    INFO: Catalog of Extracing content at: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted/metadata/runtime/content

    16 February 2016 19:36:33 oracle.bi.migration.catalog.WebcatTransformContext populateInputParams

    INFO: delete result of file: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted/metadata/runtime/content/live.cat is true

    16 February 2016 19:36:33 oracle.bi.migration.catalog.WebcatTransformContext populateInputParams

    INFO: content msgdb does not exist in the 11g bar

    16 February 2016 19:36:33 oracle.bi.migration.catalog.WebcatTransformContext populateInputParams

    INFO: Creating a msgdb folder empty

    16 February 2016 19:36:33 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: Call processing plugin for metadata - SPR

    16 February 2016 19:36:33 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: Invoking transformation plugin with parameter - {runtime.rpd.password=Admin123, runtime.rpd=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted/metadata/runtime/datamodel/live.rpd}

    16 February 2016 19:36:33 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: Call processing plugin for metadata - WEBCAT

    16 February 2016 19:36:33 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: Invoking transformation plugin with parameter - {instance.config=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-shipped-files1455658589631/InstanceFiles/1_config_OracleBIPresentationServicesComponent_coreapplication__obips1_instanceconfig.xml, runtime.content=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted/metadata/runtime/content}

    16 February 2016 19:36:33 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: Call processing plugin for metadata - JAZN

    16 February 2016 19:36:33 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: Invoking transformation plugin with parameter - {runtime.jazn=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted/metadata/runtime/authmodel/jazn/system-jazn-data.xml}

    16 February 2016 19:36:33 oracle.bi.migration.RPDTransformPlugin doTransform

    INFO: Transform the RPD Runtime

    16 February 2016 19:36:33 oracle.bi.metadata.util.TransformRpdUtil executeBiCmd

    INFO: Executing Command: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bitools/bin/biserverxmlgen.sh -R /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted/metadata/runtime/datamodel/live.rpd -P *** -O /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/rpd/live.rpd/datamodel/customizations/default/default_diff.xml -8 -B

    16 February 2016 19:36:33 oracle.bi.migration.jazn.LogUtils addFileHandler

    Information: Logging /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/jazn/jazn.log

    16 February 2016 19:36:33 oracle.bi.migration.jazn.LogUtils configureDefaultLogging

    INFO: Set the recording level: INFO

    16 February 2016 19:36:33 oracle.bi.migration.jazn.LogUtils configureDefaultLogging

    WARNING: Could not find the base record on classpath config to: /oracle/bi/migration/jazn/logging.properties

    16 February 2016 19:36:34 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Started copy of required nodes

    16 February 2016 19:36:36 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Rolefound: BISystem

    16 February 2016 19:36:36 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Application Role retired while transforming the jazn: BISystem

    16 February 2016 19:36:36 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Rolefound: BIAdministrator

    16 February 2016 19:36:36 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Application Role added in the transformation jazn file: BIAdministrator

    16 February 2016 19:36:36 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Rolefound: BIAuthor

    16 February 2016 19:36:36 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Application Role added in the transformation jazn file: BIAuthor

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Rolefound: BIConsumer

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Application Role added in the transformation jazn file: BIConsumer

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Rolefound: ocdm_sna_admin_approle

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Application Role added in the transformation jazn file: ocdm_sna_admin_approle

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Rolefound: ocdm_sna_user_approle

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Application Role added in the transformation jazn file: ocdm_sna_user_approle

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Rolefound: ocdm_sna_viewer_approle

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Application Role added in the transformation jazn file: ocdm_sna_viewer_approle

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Rolefound: ocdm_sna_viewer_ltd_approle

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Application Role added in the transformation jazn file: ocdm_sna_viewer_ltd_approle

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: The roles of Application 11 g jazn file are added to the 12 c jazn file

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: jazn-policy 11g jazn file are added to the 12 c jazn file

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType=oracle.essbase.server,resourceName=/EssbaseCluster-1 so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found GestionnaireCalc node with the name: resourceType = epm.calcmgr.permission, resourceName = EPM_Calc_Manager_Administrator so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found GestionnaireCalc node with the name: resourceType = oracle.calcmanager, resourceName = / so detached.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = epm.fr.permission, resourceName = oracle.epm.financialreporting.administerReporting so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = oracle.fr, resourceName = / so detached.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_dc_persp, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_batch, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType = epm.essbase.permission, resourceName = EPM_Essbase_Administrator so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType = epm.essbase.permission, resourceName = EPM_Essbase_Filter so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType=oracle.essbase.application,resourceName=/EssbaseCluster-1 so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType=oracle.essbase.server,resourceName=/EssbaseCluster-1 so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = epm.fr.permission, resourceName = oracle.epm.financialreporting.accessReporting so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = oracle.fr, resourceName = / so detached.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType = epm.essbasestudio.permission, resourceName = oracle.epm.essbasestudio.viewer so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType = oracle.essbasestudio, resourceName = / so detached.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_dc_persp, resourceName = explores so detached.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_dc_persp, resourceName = AtAGlance so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_batch, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType = epm.essbase.permission, resourceName = EPM_Essbase_Administrator so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType = epm.essbase.permission, resourceName = EPM_Essbase_Calculate so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType=oracle.essbase.application,resourceName=/EssbaseCluster-1 so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found GestionnaireCalc node with the name: resourceType = epm.calcmgr.permission, resourceName = EPM_Calc_Manager_Designer so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found GestionnaireCalc node with the name: resourceType = oracle.calcmanager, resourceName = / so detached.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = epm.fr.permission, resourceName = oracle.epm.financialreporting.editBatch so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = epm.fr.permission, resourceName = oracle.epm.financialreporting.editBook so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = epm.fr.permission, resourceName = oracle.epm.financialreporting.editReport so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = epm.fr.permission, resourceName = oracle.epm.financialreporting.scheduleBatch so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found the node en (financial information) with the name: resourceType = oracle.fr, resourceName = / so detached.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType = epm.essbasestudio.permission, resourceName = oracle.epm.essbasestudio.cpadmin so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found essbase node with the name: resourceType = oracle.essbasestudio, resourceName = / so detached.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_dc_persp, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin isRemovePermissionNode

    INFO: Found rtd (real time decision) node with the name: resourceType = rtd_ils, resourceName = subject so removing.

    16 February 2016 19:36:37 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Adding permission-set-ref with name like va.author to BIAuthor main.

    16 February 2016 19:36:38 oracle.bi.migration.jazn.JAZNTransformPlugin transformJaznFile

    INFO: Successfully copied the required node.

    16 February 2016 19:36:38 oracle.bi.migration.jazn.JAZNTransformPlugin doTransform

    INFO: exit jazn path: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/jazn/authmodel/jazn/jazn-data.xml

    16 February 2016 19:36:38 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: Transformation JAZN plugin was released with result: true

    16 February 2016 19:36:39 oracle.bi.migration.RPDTransformPlugin doTransform

    SEVERE: Failure of the transformation of Runtime DPR

    16 February 2016 19:36:39 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: Transformation of the RPD Plugin was released with result: false

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    INFO: Processing completed for all plugins. Validate the results of the transformation

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    INFO: RPD metadata plugin processing result: false

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    INFO: SPR plugin log file is: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-16_07-36-33PM.log

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    SEVERE: Metadata Plugin returned false after processing: RPD

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar processPluginMessages

    INFO: Error Messages from the RPD metadata plugin are:

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.MetadataPlugin run

    INFO: WEBCAT Transformation plugin was released with result: true

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar processPluginMessages

    GRAVE: biserverxmlgen came out with the State 15

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar processPluginMessages

    GRAVE: [nQSError: 13042] repository password is incorrect.

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar processPluginMessages

    INFO: RPD metadata plugin WARNINGS messages are:

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar processPluginMessages

    ATTENTION: biserverxmlgen is out with the State 15

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar processPluginMessages

    WARNING: [nQSError: 13042] repository password is incorrect.

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    INFO: WEBCAT metadata plugin processing result: true

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    INFO: WEBCAT plugin log file is: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.MetadataPlugin isExpectedResultExists

    INFO: WEBCAT pluing result map: {log.file.location=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content, baseline.content=null, runtime.content=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/11gExtracted/metadata/runtime/content}

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    INFO: JAZN metadata plugin processing result: true

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.TransformBar transformBar

    INFO: Log for plugin JAZN file is: /u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/jazn/jazn.log

    16 February 2016 19:38:03 oracle.bi.migration.plugin.metadata.MetadataPlugin isExpectedResultExists

    Information: Map of JAZN pluing result: {log.file.location=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/jazn/jazn.log, runtime.jazn=/u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/tmp/bi/migration-tool/migration-bundle-plugin-data1455658589629/PerPluginTemp/metadata/jazn/authmodel}

    16 February 2016 19:38:03 oracle.bi.migration.tool.MigrationTool alertUser

    SEVERE: Problem importing: metadata Plugin - oracle.bi.migration.plugin.metadata.TransformBarException: Transformation failed. Check the logs for failure messages.

    oracle.bi.migration.importer.ImportProblemException: metadata Plugin - oracle.bi.migration.plugin.metadata.TransformBarException: Transformation failed. Check the logs for failure messages.

    at oracle.bi.migration.plugin.metadata.MetadataImportPlugin.importData (MetadataImportPlugin.java:55)

    at oracle.bi.migration.orchestration.BundleImporter.doPluginImport(BundleImporter.java:114)

    at oracle.bi.migration.orchestration.BundleImporter.runImport(BundleImporter.java:89)

    at oracle.bi.migration.orchestration.actionspecification.ImportAction.performAction(ImportAction.java:137)

    at oracle.bi.migration.orchestration.MigrationConductor.performMigrationAction(MigrationConductor.java:115)

    at oracle.bi.migration.tool.MigrationTool.go(MigrationTool.java:203)

    at oracle.bi.migration.tool.MigrationTool.main(MigrationTool.java:258)

    Caused by: oracle.bi.migration.plugin.metadata.TransformBarException: processing failed. Check the logs for failure messages.

    at oracle.bi.migration.plugin.metadata.TransformBar.transformBar(TransformBar.java:123)

    at oracle.bi.migration.plugin.metadata.MetadataImportPlugin.importData (MetadataImportPlugin.java:44)

    ... 6 more

    16 February 2016 19:38:03 oracle.bi.migration.orchestration.BundleImporter finishing

    INFO: Compression diagnostics directory

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils compressDirectoryToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs' zip ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/migration-diagnostics.tmp.zip'

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi/metadata ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi/metadata/si_history.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi/metadata/si_history.log ' as 'bilogs/service_instances/ssi/metadata/si_history.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi/metadata/si_history.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi/metadata/si20160111_122744.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi/metadata/si20160111_122744.log ' as 'bilogs/service_instances/ssi/metadata/si20160111_122744.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi/metadata/si20160111_122744.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi/metadata ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances/ssi' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/service_instances' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-22-43-53.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-22-43-53.log" under the name "bilogs/migration/migration-2016-02-15-22-43-53.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-22-43-53.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-16-19-36-11.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-16-19-36-11.log" under the name "bilogs/migration/migration-2016-02-16-19-36-11.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-16-19-36-11.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-22-09-53.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-22-09-53.log" under the name "bilogs/migration/migration-2016-02-15-22-09-53.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-22-09-53.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-14-41.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-14-41.log" under the name "bilogs/migration/migration-2016-02-15-21-14-41.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-14-41.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-16-19-36-11.log.lck" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-16-19-36-11.log.lck" under the name "bilogs/migration/migration-2016-02-16-19-36-11.log.lck".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-16-19-36-11.log.lck" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-23-15-17.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-23-15-17.log" under the name "bilogs/migration/migration-2016-02-15-23-15-17.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-23-15-17.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-20-53-43.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-20-53-43.log" under the name "bilogs/migration/migration-2016-02-15-20-53-43.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-20-53-43.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-34-18.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-34-18.log" under the name "bilogs/migration/migration-2016-02-15-21-34-18.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-34-18.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-56-33.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-56-33.log" under the name "bilogs/migration/migration-2016-02-15-21-56-33.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-21-56-33.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-23-17-51.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-23-17-51.log" under the name "bilogs/migration/migration-2016-02-15-23-17-51.log".

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration/migration-2016-02-15-23-17-51.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/migration' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/singleidentityok_primary.txt ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/singleidentityok_primary.txt ' as 'bilogs/singleidentityok_primary.txt '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/singleidentityok_primary.txt ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-16_07-36-33PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-16_07-36-33PM.log ' as 'bilogs/metadata/datamodel/RPDTransform2016-02-16_07-36-33PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-16_07-36-33PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-15-13PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-15-13PM.log ' as 'bilogs/metadata/datamodel/RPDTransform2016-02-15_09-15-13PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-15-13PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_10-10-06PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_10-10-06PM.log ' as 'bilogs/metadata/datamodel/RPDTransform2016-02-15_10-10-06PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_10-10-06PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_10-44-03PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_10-44-03PM.log ' as 'bilogs/metadata/datamodel/RPDTransform2016-02-15_10-44-03PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_10-44-03PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_11-15-36PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_11-15-36PM.log ' as 'bilogs/metadata/datamodel/RPDTransform2016-02-15_11-15-36PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_11-15-36PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RpdMetadataManagerPlugin2016-01-11_12-28-40PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RpdMetadataManagerPlugin2016-01-11_12-28-40PM.log ' as 'bilogs/metadata/datamodel/RpdMetadataManagerPlugin2016-01-11_12-28-40PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RpdMetadataManagerPlugin2016-01-11_12-28-40PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-56-59PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-56-59PM.log ' as 'bilogs/metadata/datamodel/RPDTransform2016-02-15_09-56-59PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-56-59PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_11-18-00PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_11-18-00PM.log ' as 'bilogs/metadata/datamodel/RPDTransform2016-02-15_11-18-00PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_11-18-00PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-34-48PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-34-48PM.log ' as 'bilogs/metadata/datamodel/RPDTransform2016-02-15_09-34-48PM.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel/RPDTransform2016-02-15_09-34-48PM.log" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/datamodel' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcatmetadataplugin.0.0.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcatmetadataplugin.0.0.log ' as 'bilogs/metadata/content/webcatmetadataplugin.0.0.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcatmetadataplugin.0.0.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.4.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.4.log ' as 'bilogs/metadata/content/webcattransformplugin.0.4.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.4.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.5.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.5.log ' as 'bilogs/metadata/content/webcattransformplugin.0.5.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.5.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.3.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.3.log ' as 'bilogs/metadata/content/webcattransformplugin.0.3.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.3.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.2.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.2.log ' as 'bilogs/metadata/content/webcattransformplugin.0.2.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.2.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.6.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.6.log ' as 'bilogs/metadata/content/webcattransformplugin.0.6.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.6.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.1.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.1.log ' as 'bilogs/metadata/content/webcattransformplugin.0.1.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.1.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.7.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.7.log ' as 'bilogs/metadata/content/webcattransformplugin.0.7.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.7.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.0.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.0.log ' as 'bilogs/metadata/content/webcattransformplugin.0.0.log '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content/webcattransformplugin.0.0.log ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata/content' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/metadata' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/singleidentityok_mirrored.txt ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/singleidentityok_mirrored.txt ' as 'bilogs/singleidentityok_mirrored.txt '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/singleidentityok_mirrored.txt ' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively add "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/bieeconfiglogs_2016-01-11_12-04-07PM.zip" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Compression of "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/bieeconfiglogs_2016-01-11_12-04-07PM.zip" as "bilogs/bieeconfiglogs_2016-01-11_12-04-07 PM .zip '.

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Recursively added "/ u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs/bieeconfiglogs_2016-01-11_12-04-07PM.zip" to zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils recursivelyAddToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs' zip

    16 February 2016 19:38:03 oracle.bi.migration.util.ZipUtils compressDirectoryToZip

    INFO: Added recursively ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/bilogs' zip ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/migration-diagnostics.tmp.zip'

    16 February 2016 moveFile oracle.bi.migration.util.DefaultFileOperations$ 1 19:38:03

    INFO: Move the file to ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/migration-diagnostics.tmp.zip' to ' / u02/ofm/12.2.1-obiee/WLS/user_projects/domains/bifoundation_domain/migration-diagnostics.zip'

    16 February 2016 19:38:03 oracle.bi.migration.tool.MigrationTool alertUser

    SEVERE: Import failed: metadata Plugin - oracle.bi.migration.plugin.metadata.TransformBarException: Transformation failed. Check the logs for failure messages.

    oracle.bi.migration.importer.ImportProblemException: metadata Plugin - oracle.bi.migration.plugin.metadata.TransformBarException: Transformation failed. Check the logs for failure messages.

    at oracle.bi.migration.plugin.metadata.MetadataImportPlugin.importData (MetadataImportPlugin.java:55)

    at oracle.bi.migration.orchestration.BundleImporter.doPluginImport(BundleImporter.java:114)

    at oracle.bi.migration.orchestration.BundleImporter.runImport(BundleImporter.java:89)

    at oracle.bi.migration.orchestration.actionspecification.ImportAction.performAction(ImportAction.java:137)

    at oracle.bi.migration.orchestration.MigrationConductor.performMigrationAction(MigrationConductor.java:115)

    at oracle.bi.migration.tool.MigrationTool.go(MigrationTool.java:203)

    at oracle.bi.migration.tool.MigrationTool.main(MigrationTool.java:258)

    Caused by: oracle.bi.migration.plugin.metadata.TransformBarException: processing failed. Check the logs for failure messages.

    at oracle.bi.migration.plugin.metadata.TransformBar.transformBar(TransformBar.java:123)

    at oracle.bi.migration.plugin.metadata.MetadataImportPlugin.importData (MetadataImportPlugin.java:44)

    ... 6 more

    16 February 2016 19:38:03 oracle.bi.migration.tool.MigrationTool alertUser

    SEVERE: Migration Action failed

    ==






    Notes;

    The liverpd generated in the process without errors.

    I've searched for the file and opened it and I checked and no errors on it and no warnings


    The passwor is ok, I can log into the admin tool no problem.




    The idea about the solution or the test?


    Thank you

    If you typed the password correctly, I don't know what is the issue. I had a problem using the migration also tool, but another question - after migration (no error) the RPD has been deployed in the environment of 12 c, which was absolutely nothing in it. To solve this problem I just installed the client tools of 12 c on the server and then opened and recorded the 11 SPR g with the new client, tools, essentially upgrading the RPD to the new version. I then used the tool of data-model - cmd.cmd to download the new repository - you can always try that?

  • Migrate Repository designer SDDM and fusion in VisualSubversion

    I'm filing our great Oracle Designer migration to Oracle SQL Devleoper Data Modeler. A few months back I imported Designer SDDM and changed some diagrams to resemble those in the designer in a sandbox on my workstation. In the meantime I've set up a repository subversion on a server and made changes in the designer. At this point, I want a smooth migration of the designer and to merge with the sandbox. It's only a couple of patterns that have been modified in SDDM.

    It is interesting to try to merge, only two patterns? If it's worth what is the process? I watched several videos and know how to import Designer SDDM and check it into Subversion. But how do I merge what is already on my workstation in Subversion.

    I'm on SDDM V3.1.1.703 and VisualSubversion V 2.5.6.

    Thank you

    Marcus Bacon

    Hi Marcus,

    It is not possible to merge the only patterns if you do not merge used objects. I logged a bug for this.

    Philippe

  • The Migration-related questions

    Hello

    I would like to ask some under queries regarding oracle apps migration platform
    My current platform is Windows Server 2003 and Oracle apps 11i db version 9i 32 bit, single node installation

    My question is if I install OEL 5 64-bit (single node) can then migrate to it as my current implementation is the 32-bit host operating system?

    Before migration (single node)

    Windows 2003 32-bit operating system
    32-bit Oracle Applications 11i
    32-bit Oracle 9i DB

    After migration (single node)

    OEL OS 5.5 64-bit
    32-bit Oracle Applications 11i
    Oracle 9i 64-bit DB

    is the above before and after are correct is feasible as my current environment is 32-bit

    Please let me know

    Thank you
    Zaid

    Zaid,

    OK, I got the point, then I'll go for full 32-bit we don't need multi node environment

    Once I move to 32-bit 11i applications / environment db on 32-bit OEL after if I switch to R12 at this point that I can use single node 64 bit OS OEL while seen DB as 64-bit and 32-bit applications is this right?
    such a little update is possible?

    It's just for 11i but for R12 you can have layer applications running on 64-bit (since he is certified) in addition to the 64-bit database.

    Thank you
    Hussein

  • import oracle.bpel.worklistapp.dc.ale.beans.view. * not found

    Hello experts,

    JDeveloper can't find the classes below:

    Import oracle.bpel.worklistapp.dc.ale.beans.view.ApprovalListEditorComp;
    Import oracle.bpel.worklistapp.dc.ale.util.ApprovalListUtil;

    Advice on finding these classes?

    Thanks in advance!

    On
    -----

    Oracle JDeveloper 11g Release 1 11.1.1.4.0
    Studio Edition Version 11.1.1.4.0
    Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923
    Copyright © 1997, 2011 Oracle and/or its affiliates. All rights reserved.
    The IDE version: 11.1.1.4.37.59.23
    Product ID: oracle.jdeveloper
    Product version: 11.1.1.4.37.59.23

    Version
    -------

    Version of the component
    =========     =======
    11.1.1.59.23 ADF business components
    BPMN Editor 11.1.1.4.0.5682
    Java (TM) Platform 1.6.0_24
    Oracle IDE 11.1.1.4.37.59.23
    SOA Composite Editor 11.1.1.4.0.56.82
    Support versioning 11.1.1.4.37.59.23


    Extensions
    ----------

    Name identifier Version status
    ====     ==========     =======     ======
    Oracle ADF business components. BC4J 11.1.1.4.37.59.23 loaded
    ADF business components dependence oracle.bc4j.dependency 11.1.1.4.37.59.23 responsible
    Responsible for deployment of components Business ADF oracle.bc4jdt.deploy 11.1.1.4.37.59.23
    ADF Business Modeler of components oracle.adfbcdt.modeler 11.1.1.4.37.59.23 responsible
    ADF business components Syscat oracle.bc4j.syscat 0 load
    Tester components Business ADF oracle.bc4j.tester 11.1.1.4.37.59.23 responsible
    Responsible for auditing common ADF oracle.adf.common.audit 0
    Debugger context ADF oracle.adf.share.debug 11.1.1.4.37.59.23 responsible
    ADF Controller Configuration Design Time oracle.adf.controller.config.dt 11.1.1.4.37.59.23 responsible
    Testing time DFA data visualizations Design oracle.dvt.dt 11.1.1.4.37.59.23 responsible
    Debugger ADF oracle.adf.debug 11.1.1.4.37.59.23 responsible
    Charge of diagram for the ADF oracle.adf.debug.diagram 11.1.1.4.37.59.23 Debugger Support
    ADF Desktop Integration Design Time oracle.adfdt.desktopintegration 11.1.1.4.37.59.23 responsible
    ADF Faces Cache oracle.webcache 11.1.1.4.37.59.23 responsible
    ADF Faces Data Visualization helps tools oracle.dvt - faces-doc 11.1.1.0.0 Loaded
    ADF Faces Databinding Design Time oracle.adf - faces-databinding-dt 11.1.1.4.37.59.23 Loaded
    ADF Faces Design Time oracle.adf - faces-dt 11.1.1.4.37.59.23 Loaded
    ADF Faces Design Time Migration oracle.adffacesdt.migration 11.1.1.4.37.59.23 responsible
    ADF Faces Runtime help oracle.adf - faces-rt-doc 11.1.1.0.0 Loaded
    ADF Faces Skin Design Time oracle.adf - faces-skin-dt 11.1.1.4.37.59.23 Loaded
    JMX ADF data control oracle.adf.jmxdc 11.1.1.4.37.59.23 Designtime support
    ADF Java Server Faces diagram oracle.adf.jsf.diagram 11.1.1.4.37.59.23 responsible
    ADF Design Time oracle.jdeveloper.adflibrary 11.1.1.4.37.59.23 library loaded
    Design of life cycle time ADF oracle.adf.lifecycle.dt 11.1.1.4.37.59.23 responsible
    The ADF oracle.adf.management 11.1.1.4.37.59.23 management Pages load
    Model Menu ADF Design-Time oracle.adfmenudt 11.1.1.4.37.59.23 load
    Moment of conception Flow Page ADF oracle.adf.pageflow.dt 11.1.1.4.37.59.23 responsible
    Time Extras Design Flow Page ADF oracle.adf.pageflow.dt.extras 11.1.1.4.37.59.23 responsible
    ADF Page model DT oracle.adf - faces-templates-dt 11.1.1.4.37.59.23 Loaded
    ADF area Design Time oracle.adf - faces-region-dt 11.1.1.4.37.59.23 Loaded
    ADF Struts Page Flow Model oracle.struts.adf 11.1.1.4.37.59.23 responsible
    ADF Struts and a model data binding oracle.adf.struts.and.model.one.databinding.dt 11.1.1.4.37.59.23 responsible
    ADF Swing oracle.adfdt.swingcore 11.1.1.4.37.59.23 responsible
    View ADF adf.view.debugging.dt 11.1.1.4.37.59.23 debugging Design-time loaded
    Data binding common ADFv oracle.adf - view-databinding-dt 11.1.1.4.37.59.23 Loaded
    Ant oracle.ant 11.1.1.4.37.59.23 responsible
    Application Server oracle.jdeveloper.asnav 11.1.1.4.37.59.23 Manager support
    Status of implementation - browser oracle.ideimpl.appstate.appnav 11.1.1.4.37.59.23 Application charge
    State of enforcement - publishers oracle.ide.appstate.editors 11.1.1.4.37.59.23 responsible
    The application Manager oracle.ide.appstate 11.1.1.4.37.59.23 State
    Archive Compare oracle.jdeveloper.archive - compare 11.1.1.4.37.59.23 Loaded
    BAM oracle.bam 11.1.1 loaded
    Graph of beans BI oracle.bibeans 11.1.1.4.37.59.23 responsible
    BM of the metamodel oracle.bm.meta 11.1.1.4.37.59.23 responsible
    Bug Reporter oracle.jdeveloper.bugfiler 11.1.1.4.37.59.23 Loaded
    Chargé d'affaires oracle.bm 11.1.1.4.37.59.23 modelers
    Check For Updates oracle.ide.webupdate 11.1.1.4.37.59.23 responsible
    Oracle.ide.ceditor 11.1.1.4.37.59.23 code editor in charge
    Responsible for management of the formatting from command-line oracle.jdeveloper.ojformat 11.1.1.4.37.59.23
    Make/Rebuild Support oracle.jdevimpl.oj - 11.1.1.4.37.59.23 Loaded compiler command line
    Charge of common controller DTC oracle.controller.dt 11.1.1.4.37.59.23
    Charge of the commune Page Flow Design-Time oracle.pageflow.dt 11.1.1.4.37.59.23
    Charge of the component Palette oracle.ide.palette1 11.1.1.4.37.59.23
    ADF links oracle.controller.bindings.dt 11.1.1.4.37.59.23 bridge controller responsible
    Support connection to database oracle.jdeveloper.db.connection 11.1.1.4.37.59.23 responsible
    Charge of the database features (JDeveloper) oracle.jdeveloper.db 11.1.1.4.37.59.23
    Charge of the database features (SQLDeveloper in JDeveloper) oracle.jdeveloper.db.navigator 11.1.1.4.37.59.23
    Load the database model oracle.dbmodeler 11.1.1.4.37.59.23
    Modeler of Migration of database oracle.dbmodeler.migrate 11.1.1.4.37.59.23 management
    Charge of the dependency object oracle.jdeveloper.db.dependency 11.1.1.4.37.59.23 API support database
    Charge of the object database explorers oracle.ide.db.explorer 11.1.1.4.37.59.23
    Load the database object transfer framework oracle.jdeveloper.db.transfer 11.1.1.4.37.59.23
    Charge of oracle.ide.db of the user interface of database 11.1.1.4.37.59.23
    Design time Resource Bundle Variable resolver oracle.jdeveloper.resourcebundle.resolver.dt 11.1.1.4.37.59.23 Loaded
    Schema oracle.diagram framework 11.1.1.4.37.59.23 Loaded
    Toplink oracle.diagram.toplink 11.1.1.4.37.59.23 Loaded extensions framework diagram
    Diagram of Javadoc Extension oracle.diagram.javadoc 11.1.1.4.37.59.23 Loaded
    Diagram thumbnail oracle.diagram.thumbnail 11.1.1.4.37.59.23 Loaded
    Diagram at XMLEF Bridge oracle.diagram.xmlef 11.1.1.4.37.59.23 Loaded
    Diff/Merge oracle.ide.diffmerge 11.1.1.4.37.59.23 responsible
    EJB oracle.ejb 11.1.1.4.37.59.23 responsible
    Charge of Modeler EJB oracle.ejbmodeler 11.1.1.4.37.59.23
    Tint editor oracle.ide.ceditor - held 11.1.1.4.37.59.23 Loaded
    Hue (Java) oracle.jdeveloper.ceditor - hue-java 11.1.1.4.37.59.23 Loaded Editor
    Extended Platform IDE oracle.javacore 11.1.1.4.37.59.23 responsible
    Designtime Core oracle.jdeveloper.extensiondt.core 11.1.1.4.37.59.23 extension loaded
    Designtime UI oracle.jdeveloper.extensiondt.ui 11.1.1.4.37.59.23 extension loaded
    Oracle.IDE.externaltools of external tools 11.1.1.4.37.59.23 responsible
    Your comments oracle.ide.feedback 11.1.1.4.37.59.23 load
    Support oracle.ide.files 11.1.1.4.37.59.23 Loaded file
    Merge definition of submission of Application oracle.ide.appoverview.fusion.definition 11.1.1.4.37.59.23 responsible
    Fusion Web Application (ADF) load model oracle.adf.webapp.template 11.1.1.4.37.59.23
    Go to file oracle.ide.gotofile 11.1.1.4.37.59.23 Loaded
    Go to Type Java 11.1.1.4.37.59.23 Loaded oracle.jdeveloper.gotojava
    HTML oracle.html 11.1.1.4.37.59.23 loaded
    Help oracle.ide.help system 11.1.1.4.37.59.23 Loaded
    Steeped in history oracle.jdeveloper.history Support 11.1.1.4.37.59.23
    Reports oracle.ide.report 11.1.1.4.37.59.23 IDE extension loaded
    Charge of the Import/Export oracle.ide.importexport 11.1.1.4.37.59.23 Support
    Index Migrator support oracle.ideimpl.indexing - migrator 11.1.1.4.37.59.23 Loaded
    J2EE oracle.j2ee 11.1.1.4.37.59.23 responsible
    J2EE oracle.j2ee.webapp.ve 11.1.1.4.37.59.23 responsible
    J2EE oracle.j2ee.webapp.ve.facelets 11.1.1.4.37.59.23 responsible
    J2EE CSS oracle.css 11.1.1.4.37.59.23 responsible
    J2EE Faces Config oracle.j2ee.facesconfig 11.1.1.4.37.59.23 responsible
    J2EE Web App oracle.j2ee.webapp 11.1.1.4.37.59.23 responsible
    J2EE-EIM oracle.j2ee.adrs 11.1.1.4.37.59.23 responsible
    Charge of J2EE extension help oracle.j2ee.help 11.1.1.0.0
    JDeveloper oracle.jdeveloper 11.1.1.4.37.59.23 responsible
    JDeveloper Runner oracle.jdeveloper.runner 11.1.1.4.37.59.23 responsible
    JGoodies Forms oracle.jdeveloper.jgoodies 11.1.1.4.37.59.23 responsible
    JPublisher oracle.jdeveloper.db.jpub 11.1.1.4.37.59.23 responsible
    Responsible for the support of JSON language oracle.jdeveloper.json 11.1.1.4.37.59.23
    Integration of JUnit oracle.jdeveloper.junit 11.1.1.4.37.59.23 responsible
    JViews record Addin oracle.diagram.registration 11.1.1.4.37.59.23 responsible
    Inspector Annotation Java oracle.jdeveloper.annotation.inspector 11.1.1.4.37.59.23 responsible
    Java java-breadcrumbs breadcrumbs - oracle.jdeveloper.ceditor 11.1.1.4.37.59.23 Loaded
    Load shape class Java oracle.javamodeler 11.1.1.4.37.59.23
    TopLink Modeler Java extensions oracle.javamodeler.toplink 11.1.1.4.37.59.23 responsible
    Java Server Faces Page Flow Model oracle.jsfmod 11.1.1.4.37.59.23 responsible
    Compare the Structure of Java oracle.jdeveloper.java - compare 11.1.1.4.37.59.23 Loaded
    Research of Type Java oracle.jdeveloper.searchbar.java 11.1.1.4.37.59.23
    Extension of Java help oracle.java.help 11.1.1.0.0 responsible
    JavaBeans, Swing and AWT oracle.swingawt 11.1.1.4.37.59.23 load
    Charge of the language support of JavaScript oracle.ide.javascript 11.1.1.4.37.59.23
    Interface editor user JDeveloper oracle.jdeveloper.uieditor 11.1.1.4.37.59.23 responsible
    Load the Extension XML JDeveloper oracle.jdeveloper.xml 11.1.1.4.37.59.23
    Legacy controller DTC oracle.controller.bm.dt 11.1.1.4.37.59.23 charges
    Integration of preferences inherited for BM oracle.modeler.bm.prefs 11.1.1.4.37.59.23 responsible
    Connect to oracle.ide.log 11.1.1.4.37.59.23 of the Loaded window
    MDS Extension 11.1.1.4.37.59.23 oracle.mds management
    Charge of integrating Ide MOF oracle.mof.ide 11.1.1.4.37.59.23
    Integration of Modeler MOF oracle.modeler.mof 11.1.1.4.37.59.23 responsible
    Mac OS X adapter oracle.ideimpl.apple 11.1.1.4.37.59.23 responsible
    Management model framework oracle.modeler 11.1.1.4.37.59.23
    Load shape layer Common Framework oracle.modeler.common 11.1.1.4.37.59.23
    Modeling of migration from BM oracle.modeler.bm.migrate 11.1.1.4.37.59.23 responsible
    Navigator oracle.ide.navigator 11.1.1.4.37.59.23 responsible
    Nightly indexing support oracle.ideimpl.indexing - rt 11.1.1.4.37.59.23 Loaded
    Extended Support deployment SROS/MAR/SAR oracle.deploy.orapp 11.1.1.4.37.59.23 responsible
    GOSA Policy Manager installer oracle.jdeveloper.webservice.wsmpm.installer 11.1.1.4.37.59.23 responsible
    Gallery of the object oracle.ide.gallery 11.1.1.4.37.59.23 responsible
    Object Viewer oracle.sqldeveloper.oviewer 11.1.1.64.46 responsible
    Charge of oracle.jdeveloper.offlinedb of database offline 11.1.1.4.37.59.23
    Offline database Import/generate oracle.jdeveloper.offlinedb.transfer 11.1.1.4.37.59.23 responsible
    Charge of the Extension of database offline oracle.jdeveloper.offlinedb.report 11.1.1.4.37.59.23 reports
    Database offline SXML oracle.jdeveloper.offlinedb.sxml 11.1.1.4.37.59.23 responsible
    Load oracle.jdeveloper.offlinedb.userprops user properties from database offline 11.1.1.4.37.59.23
    User properties database offline SXML oracle.jdeveloper.offlinedb.userprops.sxml 11.1.1.4.37.59.23 responsible
    Support of Oracle BPEL 1.1 Designer oracle.bpel.v1.designer 11.1.1.4.0.56.82
    Support of Oracle BPEL 1.1 Designer Plugins oracle.bpel.v1.designer.plugins 11.1.1.4.0.56.82
    Support of Oracle BPEL 2.0 Designer oracle.bpel.v2.designer 11.1.1.4.0.56.82
    Support of Oracle BPEL 2.0 Designer Plugins oracle.bpel.v2.designer.plugins 11.1.1.4.0.56.82
    Support of Oracle BPEL designer Code Shared oracle.bpel.designer.shared 11.1.1.4.0.56.82
    Oracle BPM DVM oracle.bpm.dvm 11.1.1.4.0.56.82 responsible
    Oracle BPM internal oracle.bpm.fusion.internal 11.1.1.4.0.5682 responsible
    Oracle BPM internal oracle.bpm.resources 11.1.1.0.30.50.25 responsible
    Oracle BPM load internal oracle.bpm.resourcesrt - ar 11.1.1.0.30.50.25 ar
    Loading of Oracle BPM inner cs oracle.bpm.resourcesrt - cs 11.1.1.0.30.50.25
    Oracle BPM internal da oracle.bpm.resourcesrt da 11.1.1.0.30.50.25 charge
    Internal Oracle BPM load of oracle.bpm.resourcesrt - 11.1.1.0.30.50.25
    Oracle BPM load internal el oracle.bpm.resourcesrt - el 11.1.1.0.30.50.25
    Oracle BPM load internal oracle.bpm.resources - en 11.1.1.0.30.50.25
    Internal Oracle BPM loading are oracle.bpm.resourcesrt - are 11.1.1.0.30.50.25
    Oracle BPM load internal fi oracle.bpm.resourcesrt - fi 11.1.1.0.30.50.25
    Oracle BPM load internal en oracle.bpm.resourcesrt - en 11.1.1.0.30.50.25
    Responsible for internal Oracle BPM hu oracle.bpm.resourcesrt - hu 11.1.1.0.30.50.25
    Oracle BPM internal it oracle.bpm.resourcesrt - TI 11.1.1.0.30.50.25 Loaded
    Oracle BPM internal iw oracle.bpm.resourcesrt - iw 11.1.1.0.30.50.25 load
    Oracle BPM internal ja oracle.bpm.resources - ja 11.1.1.0.30.50.25 load
    Oracle BPM internal KB oracle.bpm.resourcesrt - ko 11.1.1.0.30.50.25 Loaded
    Oracle BPM load internal oracle.bpm.resourcesrt - nl 11.1.1.0.30.50.25 nl
    Loaded BPM internal no oracle.bpm.resourcesrt 11.1.1.0.30.50.25 - not Oracle
    Oracle BPM load internal pl oracle.bpm.resourcesrt - pl 11.1.1.0.30.50.25
    Oracle BPM internal pt oracle.bpm.resourcesrt - pt 11.1.1.0.30.50.25 load
    Pt_BR BPM internal Oracle oracle.bpm.resourcesrt - pt_BR 11.1.1.0.30.50.25 loaded
    Internal Oracle BPM Wagoner 11.1.1.0.30.50.25 oracle.bpm.resourcesrt responsible
    Oracle BPM internal oracle.bpm.resourcesrt - ru 11.1.1.0.30.50.25 ru in charge
    Oracle BPM internal sk oracle.bpm.resourcesrt - sk 11.1.1.0.30.50.25 load
    Oracle BPM internal oracle.bpm.resourcesrt - sv 11.1.1.0.30.50.25 sv load
    Internal Oracle BPM load e oracle.bpm.resourcesrt - e 11.1.1.0.30.50.25
    Oracle BPM internal tr oracle.bpm.resourcesrt - tr 11.1.1.0.30.50.25 loaded
    Zh_CN BPM internal Oracle oracle.bpm.resourcesrt - zh_CN 11.1.1.0.30.50.25 loaded
    Oracle BPM internal zh_TW oracle.bpm.resourcesrt - zh_TW 11.1.1.0.30.50.25 load
    Oracle BPM Studio oracle.bpm.fusion.core 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.repository 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.builder 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.ui 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.studio 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.tests.jdev - test 11.1.1.4.0.5682 Loaded
    Oracle BPM Studio oracle.bpm.fusion.jdeveloper 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.fcp 11.1.1.4.0.5682 responsible
    Oracle BPM Studio oracle.bpm.fusion.designer 11.1.1.4.0.5682 responsible
    Oracle SOA BPM Studio oracle.bpm.fusion.soa 11.1.1.4.0.5682 Extension loaded
    Oracle BPM XREF oracle.bpm.xref 11.1.1.4.0.56.82 responsible
    Oracle Business rules Designer oracle.bpm.rules 11.1.1.4.0.56.82 responsible
    Oracle Database Browser oracle.sqldeveloper.thirdparty.browsers 11.1.1.64.46 responsible
    Oracle Enterprise Repository editor oracle.jdeveloper.oereditor 11.1.1.4.37.59.23 responsible
    Support of Oracle Designer events oracle.bpm.events 11.1.1.4.0.56.82
    Fabric Oracle Plugins oracle.sca.modeler.plugins 11.1.1.4.0.56.82 responsible
    Responsible for task Oracle Designer human oracle.bpm.workflow 11.1.1.4.0.56.82
    Oracle IDE oracle.ide 11.1.1.4.37.59.23 responsible
    Oracle JDeveloper, WebLogic SCA oracle.jdeveloper.spring 11.1.1.4.37.59.23 Spring integration
    Oracle deployment JDevloper Core Module oracle.deploy.core 11.1.1.4.37.59.23 responsible
    Load Oracle MDS design time oracle.mds.dt 11.1.1.4.37.59.23
    Oracle ADF Mobile oracle.wireless.dt 11.1.1.4.37.59.23 responsible
    Oracle Page Templates oracle.adf - page-template-samples 11.1.1.4.37.59.23 Loaded
    Oracle SOA Composite Editor oracle.sca.modeler 11.1.1.4.0.56.82 responsible
    Oracle SOA mediator oracle.sca.mediator 11.1.1.4.0.56.82 responsible
    Oracle SQL Developer oracle.sqldeveloper 11.1.1.64.46 responsible
    Oracle SQL Developer Reports oracle.sqldeveloper.report 11.1.1.64.46 responsible
    Oracle SQL Developer Worksheet oracle.sqldeveloper.worksheet 11.1.1.64.46 responsible
    Oracle Client Extension of the Messaging user oracle.ums.jdev 11.1.1.4.0 Service charge
    Support for XML Schema Oracle 11.1.1.64.46 oracle.sqldeveloper.xmlschema management
    PL/SQL Debugger oracle.jdeveloper.db.debug.plsql 11.1.1.4.37.59.23 responsible
    Debugger oracle.jdeveloper.db.debug.probe 11.1.1.4.37.59.23 Loaded PROBE
    Look oracle.ide.peek 11.1.1.4.37.59.23 responsible
    Storage Oracle.IDE.persistence persistent 11.1.1.4.37.59.23 loaded
    Profiler oracle.jdeveloper.profiler 11.1.1.4.37.59.23 load
    Charge of the property oracle.jdeveloper.props 11.1.1.4.37.59.23 files Support
    Support for the property inspector oracle.ide.inspector 11.1.1.4.37.59.23
    Features fast loading start for Web Applications quickstart.webapp.dt 11.1.1.4.37.59.23
    QuickDiff oracle.ide.quickdiff 11.1.1.4.37.59.23 responsible
    Oracle.JDeveloper.WebService.rest Web 11.1.1.4.37.59.23 Loaded REST Services
    Refactoring oracle.jdeveloper.refactoring 11.1.1.4.37.59.23 management
    Charge to replace by oracle.ide.replace 11.1.1.4.37.59.23
    Oracle.javatools.report Extension 11.1.1.4.37.59.23 Loaded reports
    Charge of Resource Bundle Support oracle.ide.resourcebundle 11.1.1.4.37.59.23
    Charge of Resource Bundle Support for properties oracle.jdeveloper.resourcebundle.props 11.1.1.4.37.59.23 files
    Loading the Resource Catalog Application Server Adapter oracle.jdeveloper.asadapter 11.1.1.4.37.59.23
    Loading the resource catalog DB UI extension oracle.jdeveloper.db.rcadapter.ui 11.1.1.4.37.59.23
    Oracle.JDeveloper.rcdbadapter resources 11.1.1.4.37.59.23 catalog database adapter support
    Load resources catalogue WSIL adapter oracle.jdeveloper.rcwsiladapter 11.1.1.4.37.59.23
    Research of resources oracle.jdeveloper.rclookup 11.1.1.4.37.59.23
    Runner oracle.ide.runner 11.1.1.4.37.59.23 load
    SQL * more integration oracle.jdeveloper.db.sqlplus 11.1.1.4.37.59.23 responsible
    SQLJ oracle.jdeveloper.sqlj 11.1.1.4.37.59.23 responsible
    Charge of the search oracle.ide.searchbar 11.1.1.0.0 bar
    Ordering of the search oracle.ide.searchbar.commands 11.1.1.4.37.59.23 bar
    Preferences of the search oracle.ide.searchbar.preferences 11.1.1.4.37.59.23 bar support
    Extract window oracle.sqldeveloper.snippet 11.1.1.64.46 load
    Struts Page Flow Modeler oracle.struts 11.1.1.4.37.59.23 management
    Studio oracle.studio 11.1.1.4.37.59.23 responsible
    Studio extension help oracle.studio.help 11.1.1.0.0 responsible
    Model oracle.ide.ceditor model 11.1.1.4.37.59.23 Loaded
    TopLink oracle.toplink 11.1.1.4.37.59.23 responsible
    Trinidad Databinding Design Time oracle.trinidad - databinding-dt 11.1.1.4.37.59.23 Loaded
    Trinidad oracle.trinidad - dt 11.1.1.4.37.59.23 Loaded design time
    Catalogue of resources oracle.jdevimpl.uddiadapter 11.1.1.4.37.59.23 UDDI provider support
    UML XMI 11.1.1.4.37.59.23 Oracle.UML.v2.XMI responsible
    UML v2 oracle.uml.v2 11.1.1.4.37.59.23 management
    Charge of the Business Modeler UML v2 11.1.1.4.37.59.23 oracle.uml.v2.activity
    Charge of oracle.uml.v2.clazz v2 11.1.1.4.37.59.23 UML class diagram
    UML v2 Migration oracle.uml.v2.migrate 11.1.1.4.37.59.23 management
    Load diagram sequence UML v2 11.1.1.4.37.59.23 oracle.uml.v2.sequence
    Charge of the Transformation of v2 UML to Java oracle.uml.v2.umljava 11.1.1.4.37.59.23
    Charge of oracle.uml.v2.usecase v2 11.1.1.4.37.59.23 UML use case diagram
    Common classes of modelers UML2 oracle.uml.v2.modeler 11.1.1.4.37.59.23 load
    Oracle.jdevimpl.urlconn URL connection Designtime 0 load
    THT oracle.ide.vhv 11.1.1.4.37.59.23 responsible
    Responsible for control of supported oracle.jdeveloper.vcs 11.1.1.4.37.59.23 version
    Versioning support for Subversion oracle.jdeveloper.subversion 11.1.1.4.37.59.23 disabled by user
    Oracle.IDE.VFS of charge virtual filesystem 11.1.1.4.37.59.23
    WSDL oracle.jdeveloper.wsdllookup 11.1.1.0.0 selector support
    Load WSDL web services extension oracle.jdevimpl.wsdl 11.1.1.4.37.59.23
    Browser Web and Proxy oracle.ide.webbrowser 11.1.1.4.37.59.23 responsible
    Web Services oracle.jdeveloper.webservice 11.1.1.4.37.59.23 support
    Support connection WebDAV oracle.jdeveloper.webdav2 11.1.1.4.37.59.23 responsible
    WebStart oracle.j2ee.webstart 11.1.1.0.0 responsible
    Compare XML oracle.jdeveloper.xml - compare 11.1.1.4.37.59.23 Loaded
    Load the Extension XML Editing Framework IDE oracle.ide.xmlef 11.1.1.4.37.59.23
    Loading XML Editing Framework Java Integration oracle.jdeveloper.xmlef 11.1.1.4.37.59.23
    The Mapper of XSL oracle.bpm.mapper 11.1.1.4.0.56.82 responsible
    ADF-deploy-dt oracle.adfdt.common.deploy 11.1.1.4.37.59.23 responsible
    ADF-deploy-dt-mds oracle.adfdt.common.deploy.mds 11.1.1.4.37.59.23 responsible
    ADF-Installer-ide adf.installer.dt 11.1.1.4.37.59.23 responsible
    ADF-operation forestry-dt oracle.adf.logging.dt 11.1.1.4.37.59.23 responsible
    ADF-Model-debugger-dt oracle.adf - model-debugger-dt 11.1.1.4.37.59.23 Loaded
    ADF-Model-sqldc-ide oracle.adfm.sqldc 11.1.1.4.37.59.23 responsible
    ADF-model-tools oracle.adf.model.tools 11.1.1.4.37.59.23 responsible
    ADF-security-policy-dt oracle.adfdtinternal.adf - security-policy-dt 11.1.1.4.37.59.23 Loaded
    ADF-sharing - oracle.adf - share-audit 11.1.1.4.37.59.23 Loaded
    ADF-hand-deploy-dt oracle.adf.share.deploy.dt 11.1.1.4.37.59.23 responsible
    ADF-share-dt oracle.adf.share.dt 11.1.1.4.37.59.23 responsible
    Responsible for deploying ADFM-business-editor oracle.adf.businesseditor.deploy 11.1.1.4.37.59.23
    ADFM-business-editor-ide oracle.adf.model.businesseditor 11.1.1.4.37.59.23 responsible
    ADFM-business-editor-settings-ide oracle.adfm.businesseditor.settings 11.1.1.4.37.59.23 responsible
    adfmcoredt-xdf oracle.adfm.xdf 11.1.1.4.37.59.23 responsible
    adfquerylovdt 11.1.1.4.37.59.23 oracle.adf-faces-query-and-lov-dt load
    Analytics.Measurement oracle.bpm.analytics.measurement 11.1.1.4.0.5682 responsible
    appoverview oracle.ide.appoverview 11.1.1.4.37.59.23 responsible
    ASNAV-weblogic oracle.jdeveloper.asnav.weblogic 11.1.1.4.37.59.23 responsible
    Audit oracle.ide.audit 11.1.1.4.37.59.23 Loaded
    Charge of the verification-core oracle.ide.audit.core 11.1.1.4.37.59.23
    BAM oracle.bpm.bam 11.1.1.4.0.5682 responsible
    bcgen oracle.bpm.bcgen 11.1.1.4.0.5682 responsible
    BI-jdbc oracle.bi.jdbc 11.1.1.4.37.59.23 responsible
    Start oracle.bpm.boot 11.1.1.4.0.5682 Loaded
    BPA oracle.bpm.bpa 11.1.1.4.0.5682 responsible
    BPM - services.client oracle.bpm.bpm - services.client 11.1.1.4.0.5682 Loaded
    BPM - services.interface oracle.bpm.bpm - services.interface 11.1.1.4.0.5682 Loaded
    bpmobject oracle.bpm.bpmobject 11.1.1.4.0.5682 responsible
    bpmobject. DataControl oracle.bpm.bpmobject.datacontrol 11.1.1.4.0.5682 responsible
    bpmobject. Runtime oracle.bpm.bpmobject.runtime 11.1.1.4.0.5682 responsible
    casemanagement.implementation oracle.bpm.casemanagement.implementation 11.1.1.4.0.5682 responsible
    chart oracle.bpm.chart 11.1.1.4.0.5682 load
    classpath: protocol extension oracle.jdeveloper.classpath 11.1.1.0.0 Manager support
    compiler oracle.bpm.compiler 11.1.1.4.0.5682 responsible
    Compiler.Debug oracle.bpm.compiler.debug 11.1.1.4.0.5682 responsible
    Compiler.XPath oracle.bpm.compiler.xpath 11.1.1.4.0.5682 responsible
    Charge of oracle.bpm.configuration configuration 11.1.1.4.0.5682
    connectors oracle.bpm.connectors 11.1.1.4.0.5682 load
    Basic oracle.bpm.core 11.1.1.4.0.5682 responsible
    DB-audit oracle.ide.db.audit 11.1.1.4.37.59.23 responsible
    DB-Modeler-transform oracle.dbmodeler.transform 11.1.1.4.37.59.23 responsible
    dcadapters-ide oracle.adfm.dc - 11.1.1.4.37.59.23 Loaded adapters
    dependence-java oracle.jdeveloper.java.dependency 11.1.1.4.37.59.23 responsible
    dependence-refactor oracle.jdeveloper.refactoring.dependency 11.1.1.4.37.59.23 responsible
    Deploy-ant oracle.deploy.ant 11.1.1.4.37.59.23 management
    deploy-rt oracle.jdevimpl.deploy - rt 11.1.1.4.37.59.23 Loaded
    Designer oracle.bpm.designer 11.1.1.4.0.5682 loaded
    Diagram.Draw oracle.bpm.diagram.draw 11.1.1.4.0.5682 responsible
    Diagram.Editor oracle.bpm.diagram.editor 11.1.1.4.0.5682 responsible
    oracle.bpm.editor 11.1.1.4.0.5682 editor-in-Chief responsible
    Oracle.BPM.FDI IDE 11.1.1.4.0.5682 loaded
    Comments-client2 oracle.ideimpl.feedback2.client 11.1.1.4.37.59.23 responsible
    fuegoui oracle.bpm.fuegoui 11.1.1.4.0.5682 responsible
    Fusion. SCA oracle.bpm.fusion.sca 11.1.1.4.0.5682 responsible
    Fusion. SCAC oracle.bpm.fusion.scac 11.1.1.4.0.5682 responsible
    IDE-diagnosis oracle.ide.diagnostics 11.1.1.0.0 responsible
    J2EE-adrsimpl oracle.j2ee.adrsimpl 11.1.1.0.0 responsible
    J2EE-facelets oracle.j2ee.facelets 11.1.1.4.37.59.23 responsible
    J2EE-jpsconfig oracle.j2ee.jpsconfig 11.1.1.4.37.59.23 responsible
    The security of J2EE oracle.j2ee.security 11.1.1.4.37.59.23
    J2EE-server oracle.j2ee.server 11.1.1.0.0 loaded
    J2EE-server-dt oracle.j2ee.server.dt 11.1.1.4.37.59.23 responsible
    J2EE-serverimpl oracle.j2ee.serverimpl 11.1.1.4.37.59.23 responsible
    J2EE-weblogic oracle.j2ee.weblogic 11.1.1.4.37.59.23 responsible
    J2EE weblogic-publishers oracle.j2ee.weblogic.editors 11.1.1.4.37.59.23 responsible
    jdukshare oracle.bm.jdukshare 11.1.1.4.37.59.23 responsible
    lib oracle.bpm.lib 11.1.1.4.0.5682 Loaded
    Library-dconfig-infra oracle.jdeveloper.library.dconfig.infra 11.1.1.4.37.59.23 responsible
    Library-jee-api oracle.jdeveloper.library.jee.api 11.1.1.4.37.59.23 responsible
    Library-jmx oracle.jdeveloper.library.jmx 11.1.1.4.37.59.23 responsible
    Library-jps oracle.jdeveloper.library.jps 11.1.1.4.37.59.23 responsible
    Library-weblogic-api oracle.jdeveloper.library.weblogic.api 11.1.1.4.37.59.23 responsible
    Charge of the library-weblogic-client oracle.jdeveloper.library.weblogic.client 11.1.1.4.37.59.23
    MOF oracle.mof 11.1.1.4.37.59.23 responsible
    MOF-index oracle.mof.index 11.1.1.4.37.59.23 responsible
    MOF - xmi oracle.mof.xmi 11.1.1.4.37.59.23 responsible
    BOIP oracle.bpm.obpi 11.1.1.4.0.5682 responsible
    Oracle.ADFM oracle.adfm 11.1.1.4.37.59.23 responsible
    Oracle.ADFM.Contextual oracle.adfm.contextual 11.1.1.4.37.59.23 responsible
    Oracle.Dynamic - faces-dt oracle.dynamic.faces 11.1.1.4.37.59.23 responsible
    Oracle.IDE.Dependency oracle.ide.dependency 11.1.1.4.37.59.23 responsible
    Oracle.IDE.fileQuery oracle.ide.filequery 11.1.1.4.37.59.23 responsible
    Oracle.IDE.Indexing oracle.ide.indexing 11.1.1.4.37.59.23 responsible
    Responsible for the follow-up of the Oracle.IDE.usages 11.1.1.4.37.59.23 of oracle.ide.usages-
    Oracle.todo.Tasks oracle.todo.tasks 11.1.1.4.37.59.23 responsible
    Palette2 oracle.ide.palette2 11.1.1.4.37.59.23 responsible
    PAPI oracle.bpm.papi 11.1.1.4.0.5682 responsible
    Analyzer oracle.bpm.parser 11.1.1.4.0.5682 responsible
    space reserved-jsf-ui oracle.placeholderjsf - ui 11.1.1.4.37.59.23 Loaded
    placeholderdc-dt oracle.placeholderdc.dt 11.1.1.4.37.59.23 responsible
    PML.service oracle.bpm.pml.service 11.1.1.4.0.5682 responsible
    Project oracle.bpm.project 11.1.1.4.0.5682
    Project.Catalog oracle.bpm.project.catalog 11.1.1.4.0.1 responsible
    Project.Command oracle.bpm.project.command 11.1.1.4.0.5682 responsible
    Project.Compile oracle.bpm.project.compile 11.1.1.4.0.5682 responsible
    Project.Draw oracle.bpm.project.draw 11.1.1.4.0.5682 responsible
    Project.importer oracle.bpm.project.importer 11.1.1.4.0.5682 responsible
    Project.interface oracle.bpm.project.interface 11.1.1.4.0.5682 responsible
    Project.IO oracle.bpm.project.io 11.1.1.4.0.5682 responsible
    Project.Metadata oracle.bpm.metadata 11.1.1.4.0.5682 responsible
    Project.Model oracle.bpm.project.model 11.1.1.4.0.5682 responsible
    Project.UI oracle.bpm.project.ui 11.1.1.4.0.5682 responsible
    Project.View oracle.bpm.project.view 11.1.1.4.0.5682 responsible
    rcasadapter-dt oracle.jdeveloper.asadapter.dt 11.1.1.4.37.59.23 responsible
    rcasadapter-oc4j oracle.jdeveloper.asadapter.oc4j 11.1.1.4.37.59.23 responsible
    Charge of rcasadapter-rescat2 oracle.jdeveloper.asadapter.rescat2 11.1.1.4.37.59.23
    rcasadapter-tier oracle.jdeveloper.asadapter.thirdparty 11.1.1.4.37.59.23 responsible
    rcasadapter-weblogic oracle.jdeveloper.asadapter.weblogic 11.1.1.4.37.59.23 responsible
    rcasadapter-weblogic-api oracle.jdeveloper.asadapter.weblogic.api 11.1.1.4.37.59.23 responsible
    rescat2 oracle.jdevimpl.rescat2 11.1.1.4.37.59.23 responsible
    ResourceBundle api adfdeps oracle.jdeveloper.resourcebundle.adfdeps 11.1.1.4.37.59.23 responsible
    ResourceBundle api xliff oracle.resourcebundle.xliff 11.1.1.4.37.59.23 responsible
    customization of the ResourceBundle oracle.jdeveloper.resourcebundle.customization 11.1.1.4.37.59.23 responsible
    Oracle.BPM.RMI RMI 11.1.1.4.0.5682 loaded
    oracle.bpm.script 11.1.1.4.0.5682 script loaded
    Searchbar-Gallery oracle.ide.searchbar.gallery 11.1.1.4.37.59.23 responsible
    Searchbar-help oracle.ide.searchbar.help 11.1.1.4.37.59.23 responsible
    Searchbar-index oracle.ide.searchbar.index 11.1.1.4.37.59.23 responsible
    SOA.humantask oracle.bpm.soa.humantask 11.1.1.4.0.5682 responsible
    status oracle.ide.status 11.1.1.4.37.59.23 responsible
    tests. Core oracle.bpm.tests.core 11.1.1.4.0.5682 responsible
    UI oracle.bpm.ui 11.1.1.4.0.5682 responsible
    vfilesystem oracle.bpm.vfilesystem 11.1.1.4.0.5682 responsible
    Web.Execution oracle.bpm.web.execution 11.1.1.4.0.5682 responsible
    Oracle.BPM.XML XML 11.1.1.4.0.5682 loaded
    XML-schema-dt oracle.jdevimpl.xml.schema 11.1.1.4.37.59.23 responsible
    XObject.devel oracle.bpm.xobject.devel 11.1.1.4.0.5682 responsible
    XObject.Runtime oracle.bpm.xobject.runtime 11.1.1.4.0.5682 responsible
    XSL - dt oracle.jdevimpl.xml.xsl 11.1.1.4.37.59.23 responsible
    xsqldt-ide oracle.xsqldt - ide 11.1.1.4.37.59.23 Loaded

    I think you are looking for jar $MW_Home\Oracle_SOA1\soa\modules\oracle.soa.worklist_11.1.1\adflibWorklistComponents.jar ($JDev_Home\soa\modules\oracle.soa.worklist_11
    .1.1\adflibWorklistComponents.jar)

    ApprovalListEditorComp is an interface and ApprovalListUtil is a class.

    Kind regards
    Anuj

  • using the following with oracle erp system

    Hi all

    Does anyone have experience in the use of the Infor ERP LN with oracle. They are completely compatible... the reason why I ask is to make a good argument why our society needs oracle when migrate us to our new ERP system infor ERP LN. currently sellers are trying to make us change to sql sever.

    The seller itself should be able to tell if they are certified against Oracle. I would do certainly official confirmation from the supplier it themselves, otherwise you might find yourself in a lot of trouble if it turns out that he is not certified and you have major problems.

    Saying: "I asked a guy on a forum" would do nothing to help keep your job in this case...

Maybe you are looking for