Hi experts!
One of my Data Services customers has to migrate the existing MS SQL Server database to another machine. That MS SQL Server contains the repositories for Information Platform Services and Data Services (version 14.2.2), i.e. the repository databases and the DB connections have to be switched to the MS SQL Server on the new machine (the remaining DS installation on the existing application server keeps unchanged).
We did the following:
- We created the (empty) databases and the database users on the new SQL Server with the same names as on the old MS SQL Server.
- The DBA “copied” the content of the repository databases from the old to the new SQL Server (by a backup / recovery procedure).
- We created a new ODBC data source on the application server for the CMS and Audit database on the new SQL Server.
- We copied the CMS database from the old to the new SQL Server according to chapter 11.4 in the IPS Administrator Guide (http://help.sap.com/businessobject/product_guides/sbods42/en/ds_42_ips_admin_en.pdf) and we checked the successful execution in the CMC under Settings -> points to the new SQL Server.
- In the CMC we switched the Audit database to the new ODBC connection (under Auditing -> Configuration ADS Database).
- In the CMC we changed the Data Services repositories to the new SQL Server (under Data Services -> Repositories -> right-click -> Properties) by changing only the database server name (everything else is the same as before).
- In the DS Server Manager we replaced the existing repository entries by the repositories on the new SQL Server (since it is not possible there to update only the database server name we associated the new repositories additionally and deleted the old entries afterwards).
- We checked the entries in the AL_MACHINE_INFO table of the DS repository and updated them to the new database server name.
- Then we shutdowned the old SQL Server machine and restarted the application server (i.e. we restarted IPS, DS and Tomcat).
After all those steps we were able to login successfully to the CMC and everything looks fine there (the CMS database settings, the Audit database connection and the DS repositories database host).
But when we tried to login to the DS Designer we get the repository list but cannot logon to the repository since it still points to the old and no longer available SQL Server (the error message “cannot open database” contains the old database server name).
Questions:
- What did we miss?
- Where are the database connections stored? We checked all of the CMS tables in the IPS repository database but couldn’t find any information about databases.
What’s interesting: When we define a new DS repository in the CMC pointing to the same new database as the existing repository entry we are able to logon to that repository and everything works fine. So it seems that for the existing DS repository entry the CMC shows the new database server name but still uses the old one!?
Thanks in advance for your replies and suggestions!
Marcus