Migrating 11g AW to another environment

Is there any document out there that outlines the steps required to migrate a 11g AW from one environment to another (like Development to Test)?
At a minimum we would need to do the following:
- Using AWM, export the AW as a XML Template.
- Using AWM OLAP Worksheet, run dml command export..eif to migrate the data
- Dump any relational tables from the schema that owns the AW.
How do we migrate the Security Settings (set within AWM)? Do we need to recreate the Security in the new environment or are there any utilites that will allow us to migrate security?

On a related note, the DBMS_AW package contains some procedures like aw_copy, aw_create, aw_rename etc. The DBMS_AW package does not seem to be integrated well with 11g.
I tried to rename an aw from an old name to a new name using the dbms_aw.aw_rename procedure from SQL*PLUS. This worked fine and using AWM i could see the new AW listed but i couldnt browse the Dimensions/Cubes. Renaming the new aw back to the old name aw led to the AWM working fine once again.
Also i guess (from above mails) that the earlier (10g) manner of using OLAP worksheet to get an EIF file using "export all to eif file ..." and using the file to recreate a new AW will not work in 11g. We should plan on using the AW XML template and recreate the aw once again in new environment to ensure that the metadata catalog (used by AWM) works well with it.

Similar Messages

  • How to migrate "Access Restrictions"  from One Environment to another Env

    Hi ,
    Can anyone suggest regarding the "Access Restrictions" , we need to move the "Access Restrictions"  from one environement to another environment .
    Thanks & Regards
    Venkat.

    hi,
    When using Import wizard,
    while importing Universe, Please check the below option to migrate Access Restrictions.
    "Keep Universe Overloads for imported Users and Groups"
    Regards,
    Vamsee

  • How to migrate BPM 11g server to another BPM 11g server

    Hi All,
    There is no change on BPM version (BPMN Editor 11.1.1.3.0.6.84 )
    just simply a physical migrate, changed application server, DB and server domain/IP
    Now we met questions when migrate DB date, there are four schemas DEV_MDS、DEV_SOAINFRA、DEV_ORABAM、DEV_ORASDPM, cannot used including install config settings, could not be used any more, could not be started.
    Is there any guide of how to migrate just user data please?
    Thanks for any help!
    Regards,
    Katherine

    Migration of environment should really be done through backup tools that ensure a consistent point-in-time view of the data. We recently had a need to use import/export for an environment. I'll post those notes here hopefully save some time if you have to use this approach. But I'll emphasize again that a backup/restore model is the better way to go.
    What we did
    We took an environment that had a small set of BPM processes and exported the data from the three core schemas.
    •     PS2_MDS
    •     PS2_SOAINFRA
    •     PS2_ORASDPM
    We then loaded that data into another domain, started the server, and interacted with the composites that had originally been deployed in another domain.
    What we didn’t do
    •     Export complex composites. We didn’t have access to things like AIA applications
    •     Export large amounts of data
    •     Test a broad set of features. We did use Workspace to create roles, view dashboard, and interact with task lists.
    What we learned
    We believe this confirmed the basic assumption that data can be exported from one BPM/SOA environment, then loaded and run in another environment. However the issues around user privileges, starting queues, etc, highlight the need to test the process in a broader context.
    Tools Used
    Data Pump
    Data Pump is an import/export tool provided by Oracle. A summary of features can be found at:
    http://wiki.oracle.com/page/Data+Pump+Export+%28expdp%29+and+Data+Pump+Import%28impdp%29
    SQL*Plus
    Used to run scripts
    Setup
    Create Users
    The data pump export will include privilege information in the export. And the data pump import will create users in the target database (assuming sufficient privileges for the user running the import). However we found that some roles related to AQ were not granted during the import. To resolve that issue we created scripts to pre-create the schema users and grant required privileges in the target environment.
    TODO:
    1.     Review the required privileges to see if there are data pump options that would resolve this
    2.     Verify that there are no additional privileges needed by applications in the target integration environment.
    Create Output Directory
    Data Pump needs to have access to the file system from the database.
    Make sure that the output directory is writable by the DB process.
    From SQL*Plus:
    create directory dbexport as '/scratch/ dbexport';
    grant read,write on directory dbexport to system;
    Export Data For Selected Schemas
    The Data Pump tool supports providing a list of schemas to export as part of a single operation. In this test case we exported the following core BPM schemas to a single file. The commands are in the do_exp.sh script.
    •     PS2_MDS
    •     PS2_SOAINFRA
    •     PS2_ORASDPM
    TODO:
    1.     Verify space required for the target database to ensure that there is sufficient space to export the data.
    Import Data into Target Schemas
    Data Pump supports mapping schema names and table spaces as part of the import specification. In this case we used the same Oracle instance, so the schemas were mapped to new names. The PS2 prefix was mapped to XYZ.
    Note that the OID transform property is required to avoid conflicts with existing object Identifiers.
    impdp system/welcome1 DIRECTORY=dbexport DUMPFILE=bpm.dmp transform=oid:n \
    REMAP_TABLESPACE=PS2_MDS:XYZ_MDS \
    REMAP_TABLESPACE=PS2_SOAINFRA:XYZ_SOAINFRA \
    REMAP_TABLESPACE=PS2_IAS_ORASDPM:XYZ_IAS_ORASDPM \
    REMAP_SCHEMA=PS2_MDS:XYZ_MDS \
    REMAP_SCHEMA=PS2_SOAINFRA:XYZ_SOAINFRA \
    REMAP_SCHEMA=PS2_ORASDPM:XYZ_ORASDPM \
    TODO:
    1.     Check the log for errors. The only errors we saw were related to trying to build stats on empty indexes.
    2.     Identify any other schemas being used
    3.     Verify if any other transform operators are needed
    Post Import
    Start Queues
    SOA infrastructure makes use of queues in the DB server. While the queue structures were created, they were not started as part of the import. The start_queues.sql script starts the queues.
    TODO:
    1.     Verify if there are any other queues that need to be started/configured
    2.     Verify if there are any other Stream/Queuing configuration tasks needed
    Update Data Sources on WLS
    Assuming an existing installation of SOA, the datasources need to be updated to use the new schemas.
    Start Domain and Verify Logs
    It’s important to check the admin and managed server logs for errors related to composite instances and MDS operations.
    Verify Composite State
    Log into EM and ensure that the state of instances is consistent with the prior state.
    Verify Application Roles and Role Mappings
    Since the composites are loaded from MDS, there will be no deployment to create application roles. If the environment is using LDAP or DB, then the validation is to check the mappings through Workspace. If the old environment used a file store, then you’d have to crate the role mappings through Workspace.
    Verify Workspace Operations on Existing Instances
    Verify that task list operations and dashboards are functional.

  • Migrating ODI objects from one environment to another

    Hi,
    This is for the first time that i am trying to migrate odi objects from one environment to another. I am facing issue and requesting help.
    The odi installation is the part of ASCP module of JDEdwards where some standard objects (interfaces/packages) are already created. I have developed some custom interfaces and want to migrate the same to QA environment.
    I exported the specific folder (including children) to an xml file and then trying to import the same in the QA environment.
    When i choose "Synonym Insert_Update" option to import is prompts error :
    You are importing an object from another repository with same identifier. This is forbidden
    This is completely new folder which do not exist on target. If I import using Duplication option, it successfully import and assigns new internal ID to object (which is as expected). But how will I update the newly created object in future ?
    What should be followed to migrate objects ?

    user8628169 wrote:
    Hi,
    This is for the first time that i am trying to migrate odi objects from one environment to another. I am facing issue and requesting help.
    The odi installation is the part of ASCP module of JDEdwards where some standard objects (interfaces/packages) are already created. I have developed some custom interfaces and want to migrate the same to QA environment.
    I exported the specific folder (including children) to an xml file and then trying to import the same in the QA environment.
    When i choose "Synonym Insert_Update" option to import is prompts error :
    You are importing an object from another repository with same identifier. This is forbidden
    recreate your OA repository with repository id different from your DEV repository.
    Then you should not get this problem.
    This is completely new folder which do not exist on target. If I import using Duplication option, it successfully import and assigns new internal ID to object (which is as expected). But how will I update the newly created object in future ?
    What should be followed to migrate objects ?

  • Export WSDL parameters to another environment

    Hi All,
    I changed the CheckIn WSDL in webcenter content 11g, I added the dOutDate parameter in this web service in DEV environment.
    Now I have to migrate the WSDL customization to another environment.
    How do that?
    I'm using WebCenter Content 11.1.1.6
    Regards,
    Bruno Barreto

    Hi ,
    WSDL is already created and being used as a source to connect to existing server , right ? All you need to do to use it with other UCM system is to change the end point address in the WSDL , then using it with any IDE / Application will point to the new server end point which is your 11.1.1.6.0 one .
    Thanks
    Srinath

  • Hi, i have a MB Pro Intel C2D with Lion OS and i migrated the user to another MB Pro i5 Lion, after migrating I'm having a problem on Safari, it won't open and just crashing

    Hi, i have a MB Pro Intel C2D with Lion OS and i migrated the user to another MB Pro i5 Lion, after migrating I'm having a problem on Safari, it won't open and just crashing

    Shouldn't be having a problem, then. That's the version for ML. Try taking your question to the Safari forum - https://discussions.apple.com/community/mac_os/safari - that's where all the Safari experts hang out.
    Clinton

  • How do I migrate one mac to another and have it look just like it did on the other machine on the one I migrated it to?

       I need to migrate a mac to another and have kept my backups current with timemachine. I connected the HD with the time machine back ups to the machine I'm migrateing to and used the migratiation assastiant but now i have 2 accounts and no permissions to access the account I migrated. I just imagined I would use the migration assastiant and afterwards I'd be looking at the mac I transfered/migrated. What did I do wrong or how can I achieve the desired effect?
      Thank you in advance. Jay

    i have 2 accounts and no permissions to access the account I migrated.
    What do you mean by this?  Have you tried to login to these accounts? 
    If you come up automatically to an account, you can log off this account then login to a new account.
    Robert

  • Migrate 11g AWM in 10g AWM (lower version compatibilities)

    Hi,
    I am new to Oracle OLAP AWM.
    I want to migrate 11g AWM in 10g AWM (lower version compatibilities) and then build the Cube in 10G database itself. Can some one please help me in this regard?
    Thanks in advance,
    CD

    Here is a site showing examples of how to use datapump
    http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
    Here is a very simple example where I export two tables, PRICE_AND_COST_FACT and UNITS_FACT, from the GLOBAL schema.
    expdp global/global tables=UNITS_FACT,PRICE_AND_COST_FACT directory=WORK_DIR dumpfile=GLOBAL_PART.dmp logfile=expdGLOBAL.log
    Export: Release 11.2.0.2.0 - Production on Mon Aug 1 08:09:15 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "GLOBAL"."SYS_EXPORT_TABLE_01":  global/******** tables=UNITS_FACT,PRICE_AND_COST_FACT directory=WORK_DIR dumpfile=GLOBAL_PART.dmp logfile=expdGLOBAL.log
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 11.34 MB
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/POST_TABLE_ACTION
    . . exported "GLOBAL"."UNITS_FACT"                       6.522 MB  222589 rows
    . . exported "GLOBAL"."PRICE_AND_COST_FACT"              58.47 KB    2523 rows
    Master table "GLOBAL"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
    Dump file set for GLOBAL.SYS_EXPORT_TABLE_01 is:
      ../oracle/work/GLOBAL_PART.dmpThe impdp command will import it back into an instance. Note that the directory name, T_WORK in my example, is the name of an Oracle DIRECTORY, not just a file system directory. It was created using the CREATE DIRECTORY statement and is exposed in the all_directories view.
    select directory_name from all_directories

  • How can I migrate my photos to another Mac ?

    How can I migrate my photos to another Mac preserving the same structure of events on the original Mac ?
    I have 2 Mac Book Pros and want to migrate photos from one computer to another, however I want to preserve the current events organization as is today. Who can help me ?

    Use an External Hard Drive...
    It is important that the External Hard Drive is formatted as Mac OS Extended (journaled)
    Quit iPhoto if open.
    Open your Pictures folder and select the iPhoto Library.
    Drag the iPhoto Library folder or package to the External Hard Drive
    iPhoto: How to move the Library to an EHD
    Once on the EHD... Drag the iPhoto Library folder to the Other Mac...

  • I migrated a user from another mac and cant get any updates to install!

    Hi
    I migrated a user from another mac and cant get any updates to install, for example it says iPhoto is intalled but its not, i never copied it from the older imac, and i cant download it to this one now
    any help appreciated

    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

  • How to migrate LOVs to the target environment.

    Hi,
    I have 200 users with me.
    How do I migrate it to the target environment?
    Please let me know the Migration process of LOVs.
    Thanks in advance
    Tusar

    If you arent familiar with the ADM, a simple way of migrating is using the EIM tables in combination with a database link between the environments, excel spreadsheet, or even access database.
    Create an IFB file that will extract the specific records out of the S_LST_OF_VAL table (if you are using any hierarchy based LOVs be sure to have two separate exports):
    [Export LOV Parent]
    TYPE = EXPORT
    BATCH = 1001
    TABLE = EIM_LST_OF_VAL
    CLEAR INTERFACE TABLES = TRUE
    EXPORT ALL ROWS = FALSE
    EXPORT MATCHES = S_LST_OF_VAL, (TYPE = 'LOV_TYPE' AND LAST_UPD > '2008-01-01')
    [Export LOV]
    TYPE = EXPORT
    BATCH = 1002
    TABLE = EIM_LST_OF_VAL
    CLEAR INTERFACE TABLES = TRUE
    EXPORT ALL ROWS = FALSE
    EXPORT MATCHES = S_LST_OF_VAL, (TYPE <> 'LOV_TYPE' AND LAST_UPD > '2008-01-01')
    Using some sort of technology, the easiest which is a DB link, copy the LOVs from one environment to the other...
    Pushing data:
    INSERT INTO SIEBEL.EIM_LST_OF_VAL@DESTINATION
    SELECT * FROM SIEBEL.EIM_LST_OF_VAL
    Pulling data:
    INSERT INTO SIEBEL.EIM_LST_OF_VAL
    SELECT * FROM SIEBEL.EIM_LST_OF_VAL@SOURCE
    Then import the data:
    [Import LOV Parent]
    TYPE = IMPORT
    BATCH = 1001
    TABLE = EIM_LST_OF_VAL
    ONLY BASE TABLES = S_LST_OF_VAL
    [Import LOV]
    TYPE = IMPORT
    BATCH = 1002
    TABLE = EIM_LST_OF_VAL
    ONLY BASE TABLES = S_LST_OF_VAL
    Personally i am not as familiar with the new ADM, so this is a quick and easy way of doing it. If you can't create a db link due to security issues, export the data from one EIM table to an access database, or excel. Good luck
    Edited by: user10133940 on Jun 18, 2010 8:54 AM

  • Task Sequence Migration to another Environment

    Good Afternoon,
    I am currently looking at the most optimal way of migrating all Task Sequences/Applications/Content from one environment to another with no connectivity between them.
    Most importantly is migrating the OSD Task Sequences with everything intact, taking into account PackageIDs, etc.
    Using SCCM 2012 SP1.
    Cheers.

    Hi,
    Error: The specified path, file name, or both are too long. The full qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
    The root cause is limitations in the Windows file I/O APIs.
    For more information, please refer to the link below:
    SCCM 2012 Application Export issue.
    http://rootsccm.blogspot.com/2014/05/sccm-2012-application-export-issue.html
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Migration of  Reports from 10g environment to 11g environment

    Can anyone tell me the steps or how to migrate reports from oracle hyperion interactive reporting 10g to oracle hyperion interactive reporting 11g environment??
    Any kind of help would be greatful and highly appreciated.

    OK, apologies for asking the wrong question.
    Oracle Enterprise Performance Management System Workspace, Fusion Edition 11.x does, obviously, integrate with the Oracle Business Intelligence 10.x today. EPM is the Workspace and where the Hyperion Interactive Reporting bqy files reside.
    Users logging in to https://your_domain.com/workspace are able to consume IR files.
    Concerning the upgrade of OBI 10.x to 11g, assuming that EPM remains, there should be no impact on the viability of the IR files.
    Having said that, we should seek verification that the OBI 11g product does nothing to adversley affect the integration with EPM.
    I hope that helps.
    Edited by: SouthernGent on Nov 21, 2012 2:16 PM

  • Migrate GL config from one envrionment to another environment

    Hi,
    How do you migrate the GL config setups from one client to another new client. LDT files are used for programs and users etc..

    Hi
    You can export model from one VC, there is export option. Store this on your client machine / desktop.
    Loggin to new VC/EP create model there & Import the saved VC model model to this new system. You need to make sure that all BI queries/ BI Connections are there in your new setup. otherwise imported model will not get deployed.
    Regards
    Sandeep

  • Copy or migrate web catalog from one environment to another

    Reading docs and some posts, I understand that I should or can use the Catalog > Archive option in answers.
    Our main objective is to migrate the privileges defined thru Administration >> Manage Privileges... We've tried a simple directory system copy (linux to linux) but it doesn't seem to be working.
    Question is... while doing the Archive should I just select the shared folders and archive it ? or for copying the privileges I have to use the catalog manager ?
    Txs. for any help.
    Lombo

    So I'd like to archive the whole catalog... pls. how to do it ? Maybe doing it in 3 parts: my, system, shared ?Is there any difference in zipping whole catalog folder and move to where ever you want and with archiving each folder?
    I would suggest to move entire catalog folder when you want to archive root folder,for any specific changes (in Shared) do it Online mode when you want to keep same permissions.
    Hope this helps, you may send me email if you have any other clarification.

Maybe you are looking for