Transfer content of BO XI 3.1 from production to test

Hi all!
I have separate production system BO XI R3.1 FP 1.3 and a test system BO XI R3.1 FP 1.7.
After a crash I tried to use the import wizard to move the content of production to test. When I create a biar file with the Import Wizard under 1.3, this file is not recogized within Import Wizard 1.7.
Is there another way to copy all items within the BO XI server?
I tried with the Live Cycle Manager - but failed, as not all objects can be choosen for transfer.
Can I use the repository database from production and copy it to test? How can I change then the CMS server settings?
ciao Hakan

So here the solution:
1. Open CCM
2. Stop Server Intelligence Agent (SIA)
3. Open Properties -> Configuration -> Specify
4. Copy from existing Datasource (Prod) to new Datasource (will be overwritten/Test)
5. Check change Clustername to define the new clustername
6. close
7. Open CCM
8. Add new Server Intelligence Agent (last option - don't recreate)
9. Provide "Name and Port" : SIA2 port: 6410 -> on second register port: 6400
10. Define Datasource (Test) - be aware of your production environment had auditing enabled you need the specify also an audtition database in Test too.
11. Start the new entry within CCM for SIA2
12. If everthing was okay, delete the existing node within CMC Website
13. in CCM delete the obsolete entry for SIA - if not possible you need to hack the registry entries for services under Windows /currentcontrolset .. service is listed as BO120SIASIA
I have my test still running, but if anything changes I will post them here.

Similar Messages

  • Missing datafile after cloing oracle EBS from production to test

    Good Day
    I have done a restore from the production system to the test system some time ago . Today I got an error on my test system saying ORA-00376: file 375 cannot be read at this time . After checking I found that the file seems to be missing on the test environment .
    SQL > select file_name from dba_data_files where file_id=375 ;
    /gldb11i/devdb/9.2.0/dbs/MISSING00375
    So I got the name from production and since the file seems to be avilabe in test I did the rename as follows :
    SQL> alter database rename file '/gldb11i/devdb/9.2.0/dbs/MISSING00375' to '/gld
    b11i/oradevd/oradata/dev/gld16.dbf' ;
    Database altered.
    But when I tryed to recover the file I got the error .
    SQL> recover datafile '/gldb11i/oradevd/oradata/dev/gld16.dbf'
    ORA-00283: recovery session canceled due to errors
    ORA-01110: data file 375: '/gldb11i/oradevd/oradata/dev/gld16.dbf'
    ORA-01122: database file 375 failed verification check
    ORA-01110: data file 375: '/gldb11i/oradevd/oradata/dev/gld16.dbf'
    ORA-01206: file is not part of this database - wrong database id
    Ofcourse that is becuse my test dataabse was renamed from production name fmprod to test name fmdev .
    Is there any way to recover the file ? . I have all the archive logs avilable . Can nid change the database id in the file if it is only one file ?
    Why did I not get any errors when I was doing the post cloneing process ?
    Please note my databse is versio 9.2.0.6
    Many thanks to all

    1. Use Transportable feature to transport the remaining datafile from production to test.
    How can I do that without stopping production or making it read only .
    2. Reclone only that tabespace from Production to test.
    How , I used the oracle provided scripts for the cloning process ie . adcfgclone.pl
    3. Depending on the size of data contents, manually drop and recreate the tablespace in test, export contents from Production, import into test.
    I am worried about the data consistancy . Will the database be consistant it I do that there might be tables on other tablespaces related to this tablespace
    Thanks

  • Tablespaces from production to test

    The production database is 400 gig and user want to transfer some of the tablespaces from production to test database. Export/import might be slow can you suggest any method for 9i database

    Thanks Maran
    I was just curious if the OS is different then do we have to convert the tablespace? is that option available in 9i

  • Clone JDEdwards Enterprise One from Production to Test

    Please advice what is the way of Cloning JDEdwards Enterprise One from Production to Test.

    Uhh, this is the JD Edwards World forum. There is actually a separate forum for JD Edwards Enterprise One. Go back to the Forum Home and scroll down past JD Edwards World and you will find the Enterprise One forum. Technically there is a good amount of difference between World and Enterprise One. So to get better answers to your question, you need to post this on the Enterprise One forum. Good luck.
    John Dickey

  • Versioning after migrating from Production to test

    After migrating the Business partner from production to test , Will i be able to delete the latest version and go back to the -1 version. If so , are there any utilities available for the same.

    Have yo used  TDMS-BPL for migrating the Business partner data ?

  • Copying jobs from production to test server

    Hello,
    there are some jobs that are run at particular time in the productive system, the same jobs are not available in the test system.
    can someone tell me, how can i copy these jobs from productive to test system.
    thanks
    Arun

    Hi,
    I dont think SAP has provided any feature to copy job.
    Check the details of job scheduled in prodution & goto SM36 in Test system to create your own job with same details.
    Best regards,
    Prashant

  • Mass Copy directory contents and permissions from production to test server

    am using SUNOS5.8.
    I found out there is a discrepency between the production and test environments.
    The discrepency is only with folder and subfolders contained in /admin/bin/myfolder.
    The production environment is more up to date and the test environment is lagging behind.
    I want to make both the environments same, as they should be.
    Is there a single command in Unix that will overwrite existing folders/files in test server and copy everything including permissions starting from /admin/bin/myfolder from production server to test server?
    Please also give examples of how to user the command?

    I have come to know there are various tools available:
    rsh
    rcp
    rdist
    rsync
    scp
    sftp
    ftp
    ftp is a very tedious tool to copy all directory contents one by one.
    cd DirA
    mv * /path/to/DirB
    This method is also not a very preferable one.

  • Database refresh from production to test database

    Dear All,
    i want to refresh data on test database using production database.Test and production database has same backend structure.
    i am using following steps.Please correct if i am wrong any where.
    1)Take Full export from producion database
    2)DROP SCHEMA ON test database.SKIP schema like sys,system and other oracle schemas.
    3)do full import on test database.
    is this correct way to refresh the data on other enviornmet.
    Thanks.
    rajesh

    user12071799 wrote:
    Dear All,
    i want to refresh data on test database using production database.Test and production database has same backend structure.
    i am using following steps.Please correct if i am wrong any where.
    1)Take Full export from producion database
    2)DROP SCHEMA ON test database.SKIP schema like sys,system and other oracle schemas.
    3)do full import on test database.
    is this correct way to refresh the data on other enviornmet.
    Hi,
    You can do one correction here :
    Instead of taking full export backup , take export of only those schemas which you want to refresh.
    You can use datapump to make it faster.
    For improving speed please check
    http://www.dba-oracle.com/oracle_tips_load_speed.htm
    Regards
    Rajesh

  • Database refresh from production to test -how to clean existing test env

    All,
    My environment is
    Both Production and Test databases are in two node RAC environment
    Oracle version - 10.2.0.4.0
    OS - RHEL5
    Production database size 80GB
    We need to refresh the test environment from production database. Complete objects, data etc should be refreshed.
    We have a datapump export from production environment. With this export dump from production environment, I need to import into test environment.
    So far, I have imported with this kind of dump to the fresh database only.
    Now, we have already objects, data sitting in the test environment. How to clean the existing test environment and refresh the production datapump export dump.
    I thought of dropping all the tablespaces in test (other than system,sysaux, undo and temp). But not able to drop few tablespaces, it is telling that index is available in other tablespaces, dependency errors etc.
    Which is the best method to clean the existing test database. Management is not interested in dropping the test database and recreating it.

    I understand that you are Newbie , let give me simple steps.
    Follow the steps on testing envi.
    1. Drop only Application users that you want to refresh from Prod(Do NOT drop users system,sysaux.. or tablespaces)
    2. Create the users that you dropped.
    3. using import or import data pump import the data.
    In case you want to import user"A" data to "B" use REMAP_SCHEMA option.
    See the below link for data pump export/import with examples.
    http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html
    Hope this helps.
    Regards,
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    Click here for [How to add and remove OCR|http://oracleracexpert.blogspot.com/2009/09/how-to-add-and-remove-ocr-oracle.html]
    Click here in [ Making decisions and migrating your databases |http://oracleracexpert.blogspot.com/2009/08/download-sql-developer-migration.html]
    Click here to lean [ Static parameters change in SPFILE and PFILE|http://oracleracexpert.blogspot.com/2009/09/how-to-change-static-parameters-in.html]
    Edited by: Satishbabu Gunukula on Sep 14, 2009 5:09 PM
    Edited by: Satishbabu Gunukula on Sep 18, 2009 10:35 AM

  • Best wasy to move OC4J from Production to Test MidTier

    I've read the documents but I am still lost on the best way to move a OC4J instance to another MidTier
    I have 3 separate OC4J instances that are deployed for 3 separate divisions that contain different apps.
    What is the easiest way to move them to a different MidTier in a different environment. (in my case same OS,portal 10.1.2 just slightly different layout)
    I have worked though the create a test from production and have my test up and running. I just need to deploy the production apps to the test environment. Both have separate MidTiers, Infrastures and database.
    I know I can manually recreate OC$J instance names and then manually recreate the apps from the .ear files but is there a easier faster way to do this?
    Thanks

    Hi,
    It's not a simple move, it's an upgrade...
    So perhaps transportable tablespace can help you (export from 10gR1 and import into 10gR2 should be work).
    Read the following doc for more info and sample :
    http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10825/dp_export.htm#i1006840
    http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10739/tspaces.htm#sthref1231
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#BEHFFDCD
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#sthref1267
    Or export your db in dump file, on the new server, precreate your db as well, and import like for an upgrade :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14238/preup.htm#sthref67
    Nicolas.
    Message was edited by:
    N. Gasparotto

  • What to copy table entries from production to test

    Hello!
    After production client copying to TSTclient NNN the table Z* (concerned PA2001) was not copied completely...
    How could I transfer Z* table entries to TSTNNN?
    Via SCC8?
    Is pa2001 also need to be copy?
    Regards,
    Tonya

    Refer to
    [http://searchsap.techtarget.com/tip/0,289483,sid21_gci959527,00.html]

  • Migrate security from production to test platform

    Is there a method by which security that exists on production platform, can be migrated back to the test platform (groups, users & passwords, and application filters)?Thanks

    HiThere is a security utility available on this website, that allows for importing and exporting all security etc.This is the simplest way to complete.Hope this helps.Andy Kingwww.analitica.biz

  • Hiding content still being worked on - development vs. production

    So we are building our iTunesU store but people are going to be accessing it as well. How does one work on setting up stuff, perhaps setting up sections that are containers that have no video yet but to make them NOT viewable by the public. Is there a way to hide things whilst developers work on the site and then when ready make everything live?

    The way I would approach it would be to create a custom credential for your developers:
    Developer@urn:mace:itunesu.com:sites:myschool.edu
    and have them access your site using it. If you setup things so that only the developer credential has access to pages/content, you're effectively hiding stuff from production users.

  • Need to insert selected records from PROD into TEST

    I am trying to insert all records (for a specific region only) from production to test.
    I'm a little confused about how the pl/sql would look for this.
    Note that as I insert into the table in test, I also have a key field that is auto incremented by 1 each time.
    The problem that I am having is I need to link two tables in PROD together to determine the region:
    So in test, I want to do something like:
    INSERT INTO ACCOUNT_PRICE
    (select * from ACCOUNT_PRICE@PROD, MARKETER_ACCOUNT@PROD
    where substr(MARKETER_ACCT_NO,1,1) = '3'
    and MARKETER_ACCOUNT_NO = PRICE_ACCOUNT_NO);
    However, i'm not sure if this is correct or if I should be using a BULK insert.
    Note that I cannot just load the whole table as I need to restrict it to only one region of data.
    Any help would be appreciated.
    Sean

    Direct load (BULK) is irrelevant to what you are asking. I would strongly suggest that you read the docs about this feature before considering it for any purpose.
    As to your question what you are asking is unclear and, for reasons known only to you, you did not include a version number.
    So given that I get to invent your version number I have decided you have 10g and therefore you have DataPump so my recommendation is to use
    DataPump to extract and export the records you wish to move.
    http://www.morganslibrary.org/reference/dbms_datapump.html

  • Prepare new test from Production

    How to Clone JDEdwards Enterprise One from Production to Test. Which document to follow. Please advice as this is very urgent.
    Thanks.

    I see you posted in both sections in the JD Edwards World category. Again, there is a separate forum for JD Edwards Enterprise One. If you go back to Forum Home and scroll down below the JD Edwards World category, you will find the JD Edwards Enterprise One category. That would be the better place to post this question (technically there is a good amount of difference between World and Enterprise One).
    John Dickey

Maybe you are looking for

  • The XML page cannot be displayed Cannot view XML input using XSL stylesheet

    Hi Oracle Gurus, I got this error ...once i have submitted request it shows warning ..I opened output it shows the below error...i cant understand how to resolve this error...Please help me...It is PL/SQ L STORED PROCEDURE CODE... The XML page cannot

  • Decrypt errors issue

    Hi everybody, I got this trap massage on WLC. The client failed to communicate, it was still associated wiht WLC though. the trap massage log is blow "Decrypt errors occurred for client 00:40:96:ae:38:fe using unknown key on 802.11a interface of AP 0

  • Performance root cause

    hi Team, We have XI 7.0 running and 6 hours back we had experienced slowness in message processing. But over period of time, the overall performance back to normal. So now i need analysis why there was slowness in message processing. Please help me w

  • Batch File Problem????????????

    Dear All, I have created a batch file which will Export the Logical Oracle dump everyday of the week in their respective days folder eg. SUN, MON, TUE etc..... are the folders Now i am planning to put something like after taking Wednesdays backup the

  • Crop to specific size

    Since Leopard / Photoshop CS3 is currently broken, I'm using Fireworks, but having trouble doing the simplest things. I need to crop a portion of an image to a specific pixel dimension. It's easy in Photoshop, but I'm just not getting it Fireworks. A