Current CMS database Migration

Dear Experts,
I would like to know a case resolution.
In current case, a customer has to upgrade the current database (MS SQL 2000 --> MS SQL 2005).
The BOE version is XI R2.
The CMS repository database of BOE is connected to MS SQL 2000.
What is the impact of database update (MS SQL 2000 --> MS SQL 2005) from BOE?
Can BOE CMS repository database migrate to upgrade database?
Any other difficulty on it?
If it can, could you please provide the steps and the official document of it?
Many Thanks.
Sam

It's a pretty simple process as the database upgrade has no table impacts due to the fact that you are staying with the same RDBMS technology.
You basically have to:
1. Disable all servers via CMC
2. Stop all servers
3. Backup SQL2000 - CMS & Audit databases
4. Restore both to new SQL2005
5. Then ensure you have the SQL2005 client m/ware on your BOXI server
6. Create new CMS and AUDIT connections via ODBC Wizard if you used ODBC - or recreate the new OLEDB connections in the CMC in the step below.
7. n CMC when the CMS is stopped it enables the function to recreate the connections - do so for CMS and Audit databases.
8. Restart and enable the CMS and all XI servers.

Similar Messages

  • How to install CMS database on Sql Server

    Hi
    Now I am installing Crystal Reports Server 2008, current environment is windows server 2003 + Sql Server 2005.
    During the installing, because I want to use Sql Server 2005, so I picked "use a existing database server", however when I get into "select existing cms database" step, and selected "Sql Server(ODBC)" there is nothing show on the ODBC(DSN) list, I have already create a new ODBC on Data Sources(ODBC),  when I click "browse" I can not find any data source, so that is mean I have to install a new mysql database in my server, but I don't want to, I just want to use the Sql Server, could you tell me why or how to do it?
    Thanks in advance.

    If you select SQL Server as your CMS database make sure that the datasource you created is a Machine DSN and not a User DSN.  Make sure that you have created a blank SQL Server database and have your Machine DSN point to it.
    I hope that helps

  • What are the risk involved in Database Migration from Oracle 7 to oracle10G

    HI,
    As a business requirement me are need to migrate our current production database (Oracle 7.3.4) to Oracle 10G R2.
    I need to understand the Risk involved in doing so and corrective action required.
    Your small input is greatly appreciated.
    Thanks in advance.
    Regards,
    Vijay

    As a business requirement me are need to migrate our current production database (Oracle 7.3.4) to Oracle 10G R2.
    There is no risk.
    but you can't upgrade directly from 7 to 10g.
    you need to upgrade first 7 to 9 then 9 to 10g ( i would recommend to go with 11g)
    Or
    If database size is small the best is EXPORT /IMPORT. easy fast safe.
    http://tahiti.oracle.com ===check the upgrade guide for more details.
    You need to test the completely upgrade process on TEST eviourment before doing anything in production.
    becuase a lots of changes between two database version.
    1. You may be face "Performance" issue after upgrade. so need to check properly.
    Regards,
    Taj

  • Oracle Database Migration Assistant for Unicode (DMU) is now available!

    Oracle Database Migration Assistant for Unicode (DMU) is a next-generation GUI migration tool to help you migrate your databases to the Unicode character set. It is free for customers with database support contracts. The DMU is built on the same GUI platform as SQL Developer and JDeveloper. It uses dedicated RDBMS functionality to scan and convert a database to AL32UTF8 (or to the deprecated UTF8, if needed for some reasons). For existing AL32UTF8 and UTF8 databases, it provides a validation mode to check if data is really encoded in UTF-8. Learn more about the tool on its OTN pages.
    There is a new Database Migration Assistant for Unicode. We encourage you to post all questions related to the tool and to the database character set migration process in general to that forum.
    Thanks,
    The DMU Development Team

    HI there!
    7.6.03 ? Why do you use outdated software for your migration.
    At least use 7.6.06 or 7.7.07 !
    About the performance topic - well, you've to figure out what the database is waiting for.
    Activate time measurement, activate the DBanalyzer with a short snapshot interval (say 120 or 60 seconds) and check what warnings you get.
    Also you should use the parameter check to make sure that you don't run into any setup-induced bottlenecks.
    Apart from these very basic prerequisites for the analysis of this issue, you may want to check
    SAP Note 1464560 FAQ: R3load on MaxDB
    Maybe you can use some of the performance features available in the current R3load versions.
    regards,
    Lars
    p.s.
    open a support message if you're not able to do the performance analysis yourself.

  • Oracle10g database migration from MID to MIT

    Dear all,
    im currently doing the migration from production server (MID) to dev server (MIT).
    i've use 2 method below but all encounted the error and fail to import. hope some one can point the error and explain the some of my problem.
    1. used oracle exp and imp
    full database.
    - i've exp the full database and drop all the current R3 table by following selection syntax.
            select 'drop table sapsr3.' ||table_name|| ';' from user_table.
    - but some table fail to drop because some of the table name consist '//'
    - after doing imp, R3 cannot be start and keep show yellow status.
    - log file display 'waiting for termination icman'
    Q1. is that the method i did is correct?
    Q2. how do i drop the table which start from '//'
    single table.
    - i've exp a single table from database then imp.
    - while i check on SQL+. the table exist and consist data.
    - but when i check on GUI. the table doesn't exist.
    Q3. is that the table imported is only import to oracle. but not R3?
    Q4. how to make it completely update to R3?
    2. used SAP brtools.
    full database.
    - i've export a complete database backup(MID) by selected
    backup and recovery -> database backup -> backup device type (disk)
    - then import the backup to MIT
    restore and recovery->while dabase reset->select consistent database backup()->
    check the status of database files()->restore control files and redolog files()->
    restore data files() ->reset program status()
    note: () means the whole process.
    Q5. database restored from MID to MIT, but the MIT could not start R3. may i know what i miss to cross R3 could not start?
    single table
    - export single table thru segment management-> export table from MID.
    - import single table thru segment management-> import table to MIT.
    Q6. error show oracle_home didnt set. but i've check on system enviroment and oracle_home is there. and i double confirm the variable by enter 'set'. Oracle_home still there. should i set oracle_home in cmd again?
    note: pls state which method is preferable and which question is answering.
    thanks and appreciate from yours reply.

    finish patch the r3load and add the dbs/ora/tnsname = <SID> in the tnsname.
    but the error is still the same.
    INFO 2009-08-17 18:48:29
    Output of C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe -testconnect is written to the logfile R3load.exe.log.
    WARNING 2009-08-17 18:48:29
    Execution of the command "C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe -testconnect" finished with return code 2. Output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20090817184829
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#20 $ SAP
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Jul  7 2009 08:04:27
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe -testconnect
    DbSl Trace: Cannot connect: dbs/ora/tnsname in profile missing
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Cannot connect: dbs/ora/tnsname in profile missing
    (DB) ERROR: DbSlErrorMsg rc = 29
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20090817184829
    ERROR 2009-08-17 18:48:29
    CJS-30023  Process call 'C:\usr\sap\MID\SYS\exe\uc\NTI386\R3load.exe -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.
    ERROR 2009-08-17 18:48:29
    FCO-00011  The step testDatabaseConnection with step key |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .
    INFO 2009-08-17 18:48:56
    An error occured and the user decide to stop.\n Current step "|NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|testDatabaseConnection".

  • Cannot log onto MySQL CMS Database after network installation

    Post Author: matthewh
    CA Forum: Authentication
    I've just installed Crystal Server XI R2 on a brand new server running MySQL 5.0.45 but when the installation completes it says it can't log on to the CMS database.  It's created the empty database and I have the db.opt file in there but nothing else - no tables or anything.   I've re-run the installation and done a repair and Modify but with no change.  The CMS user has full rights to the MySQL instance for now, so it shouldn't have been an issue.  Is there a SQL script available I can run to build the initial db manually?  Do I need to uninstall and go through it all again?  took over 2 hours across the network and the server is in another part of the country.

    Post Author: TAZ
    CA Forum: Authentication
    Hi Matthew,
    I'm not sure why you cannot access your mysql DB but you do not have to reinstall.
    Launch the CCM(central configuration manager) If the CMS is not stopped then stop it.
    double-click on the CMS choose configuration, choose specify, choose recreate the current data source.
    This will reinitialize the CMS DB if the account configured has the proper permissions. It should be a DB owner
    Regards,
    Tim

  • Database Migration- DB2 Connect for 10G -BI

    Hi ,
    we are Installing  Netweaver BI 2004S, need for database migration- 10g. The existing database is DB & sql& the OS IS unix(AIX)pls answer the following Question.
    1.How to connect DB/SQL with the 10G. ?
    Pls mail me the necessary steps/links/guides/Notes regarding this.
    ***Accurate answers will be awarded Full points.***
    Regards
    CSM Reddy

    Are you currently running DB2 for Linux, Unix and Windows or DB2 for z/OS or DB2 for iSeries ?
    Regards,
    Thomas

  • MDMP database migrate to Oracle

    i plan to migrate my current SQL 2000 + Windows 2003 EE to Oracle + Linux.
    currently my database has multiple codepage. when i do the Export database, what should i do with the Data File Code Page at the General Load Parameter part ?

    Make sure you use
    - the latest R3load
    - the latest libdbmss.dll
    Check note 677447 - INST: System Copy for SAP Systems based on SAP Web AS 6.30
    and see the point
    12/SEP/03   1     System copy of MDMP systems
    Markus

  • Create CMS databases

    Dear,
    recently we migrated Lync 2010 to 2013 and made 5 central sites in lync 2013
    now we planning for move CMS databases from 2010 to 2013 lync, we have separate SQL server cluster for both lync 2010 and lync 2013,
    Q. to create CMS database I need to run following command on each front end lync 2013 server or only for backend SQL server which is in cluster , then use
    Move-CsManagementServer: to move CMS
    Install-CsDatabase -CentralManagementDatabase -SQLServerFQDN <FQDN of SQL Server> -SQLInstanceName <name of instance  >

    Hi,
    Before move CMS to Lync Server 2013,
    for Lync Server 2013 Enterprise Edition, you need to create the new Central Management store in the Lync Server 2013 SQL Server database by the following Lync Server Management Shell:
    Install-CsDatabase -CentralManagementDatabase -SQLServerFQDN <FQDN of your SQL Server> -SQLInstanceName <name of instance>
    For Lync Server 2013 Standard Edition, you need to Prepare first Standard Edition server and then create the new Central Management store on the Lync Server 2013 Standard Edition Front End Server, in the Lync Server Management Shell, type:
    Install-CsDatabase -CentralManagementDatabase -SQLServerFQDN <FQDN of your Standard Edition Server> -SQLInstanceName <name of instance - RTC by default>
    Then you can move the CMS from Lync Server 2010 to Lync Server 2013 Pool.
    More details:
    https://technet.microsoft.com/en-us/library/jj688013.aspx
    What’s more, in Lync Server 2013, it is not supported SQL clustering topology any more, for Back End Server high availability, SQL mirroring is the recommended and supported option.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Unable to login to SAP B1 after database migration

    I would like to know how to login to SAP B1 after database migration. I export data from MSSQL 2005 and import data to MSSQL 2008 which is located in different server. I failed to login to SAP B1 with both current password and default password. It will prompt me the error 'User code or password is incorrect'. Is there any other login ID(current user ID is manager) or how I can change the password? Or is there any other way to transfer or migrate the database to a new server?

    hi,
    i am afraid your database is corrupted, try to make a full database backup from your SQL 2005 then restore it to your SQL 2008. also you can try another method, by detaching your Database from 2005 then copy the .MDF and .LDF then copy this 2 files in your new server, put it in your desired directory, then from your SQL 2008, attached the Database.
    also, have one question, is your SA account in 2008 and 2005 have the same password? it must be the same.
    regards,
    Fidel

  • How to move CR 2008 CMS database to a different SQL Server

    I am trying to figure out how best to do this..all of the help articles discuss moving from XI to server 2008.. I already have 2008 running with a CMS database.. but I need to move the database to a new SQL box.  I have looked at the import wizard and the database migration, but wasn't sure those were the right tools.
    If anyone has done this... would appreciate some help.  If it is as simple as changing the DSN on CR Server.. already hanging my head in shame..
    To clarify.. I know how to restored the SQL database on the new server.. unclear how to make CR Server aware of the change
    Edited by: Vicki Texeira on Aug 10, 2011 11:23 PM

    Hi,
    As i understand you want to change the cms database.
    You can do this by going to
    CCM>Select SIA>Stop SIA>Properties>Configuration>click the specify tab next toCMS System database configuration>update data sourse settings.
    From there you can create a database using any connection.
    let me know if this was helpfull.
    Regards
    Prithvi

  • CMS  Database

    <p>new to BO XI,</p><p>I like to know what is the size for setting up the CMS database on a sun box?</p><p>Can someone share some idea about your CMS database/instance setup parameter(s)?</p><p>Thanks,</p><p>David C</p>

    Install XI 31 on a new server and use import wizard to migrate content from CR to XI 3
    By copying the database only CMS database is copied. which is of no use without the FRS. By using Import Wizard, it copies both CMS and FRS.

  • Database migration from 64-bit to 32-bit

    Hi, I have to migrate production database from 64bit to 32-bit OS & oracle database.
    currently production database is running oracle RHEL 4 update 4 64-bit and 64-bit oracle s/w
    i want to migrate it on 32 bit OS RHEL 4 update 7 & 32-bit Oracle s/w.
    after restoring cold backup,
    wht steps i have to follow?

    user10745179 wrote:
    i ran utlirp.sql after that i checked dba_registry.
    i got many invalid objects:
    COMP_NAME     VERSION     STATUS
    Oracle Expression Filter     10.2.0.1.0     INVALID
    Oracle Database Catalog Views     10.2.0.1.0     INVALID
    Oracle Database Packages and Types     10.2.0.1.0     INVALID
    JServer JAVA Virtual Machine     10.2.0.1.0     VALID
    Oracle XDK     10.2.0.1.0     VALID
    Oracle Database Java Packages     10.2.0.1.0     INVALID
    OLAP Analytic Workspace     10.2.0.1.0     INVALID
    Oracle OLAP API     10.2.0.1.0     VALID
    How to validate them?As mentioned STARTUP database(without upgrade mode) then execute utlrp.sql again

  • Move BOXI31DEV (CMS Database) to BOXI31Prod(CMS Database)

    We have setup our BO 3.1 environment which currently uses BOXI31Dev cms database (oracle 11g) on server1.
    We want to move the cms database to server2 and rename it to BOXIR3Prod (oracle 11g).
    Please suggest the steps.
    Thanks,
    Satvinder

    Stop SIA, go to properties, click on Configuration tab. Next to 'CMS system database configuration' click on Specify button, choose the second option 'copy data from another Data Source' and click OK. Enter the database in Server 2 details, this will copy the CMS database from server 1 to server 2.
    If you have any data in server 2 CMS then it will be removed.
    Note: Take a backup of the CMS database in server 1 before making changes, just in case.
    Thanks,
    Hari

  • Questions on CMS database

    Hi,
    I am trying to find out the name of table and column in CMS database (BOXI 3.1) which stores the information about error message received in scheduling (e.g. Cannot initialize Report Engine server. (Error: RWI 00226) ).
    I was reading this post /people/ted.ueda/blog/2009/02/23/web-intelligence-xi-3x--reporting-off-the-businessobjects-enterprise-cms-via-data-access-ddk by Ted and looks like the error message is stored in CMS database.
    As well as how do i get this from qury bulider like SI_Name or SI_CUID etc. how to get that error message from CMS database.
    Thanks,
    Nimesh.

    Uninstall Apache with the Oracle Universal Installer.
    Joel Pérez

Maybe you are looking for