Description:
At times, it may be necessary to move the Business Intelligence CMS database after the initial Business Intelligence installation.
Solution:
In this example, the Business Intelligence CMS database is moved to another SQL server.
On the 'new' SQL database server, perform the following:
- Login to the central SQL server as SA.
- Create a new user called bo_user with mixed mode authentication
- Create a database called bo_cms
- For the bo_user user, make bo_cms its default database and assign dbowner privileges
On the Business Intelligence server, perform the following:
- In the Central Configuration Manager stop Central Management Server process/service
- Go to Administrative Tools -> ODBC Data Sources
- Create a new System DSN for the 'new' SQL server with the BO_USER SQL user
- Test and ensure that connectivity is successful
- In the Central Configuration Manager, right click on Central Management Server and select PROPERTIES
- Go to Configuration and click on Specify button for CMS Data Source option
- Check the option Copy data from the another data source
- Click on OK
- In the Get Data from, select the original SQL ODBC SYSTEM DSN that Business Intelligence is currently using
- In the Copy to the following data source option select the 'new' SQL ODBC SYSTEM DSN created in step #3
- Click on OK.
- Start Central Management Server process/service in Central Configuration Manager.