In a two- or three-tier environment, you want to install a new instance of the Information Centric Analytics (ICA) cube on a new server but continue to use the existing application and database.
Release : 6.x
Component : Microsoft SQL Server Analysis Services
After installing Microsoft SQL Server Analysis Services (SSAS) in Multidimensional Mode on the new server and configuring the server's settings per the instructions in the ICA Administrator Guide, this procedure will require you to:
NOTE: If the XMLA script is generated from the old SSAS server and the new SSAS server will retain the name and/or IP address of the old SSAS server, steps 4 through 6 can be omitted.
/* Metrics Table */
UPDATE RiskFabric.dbo.Metrics
SET ServerName = '<target server>';
/* DetailsGridQueries */
UPDATE RiskFabric.dbo.DetailsGridQueries
SET [Server] = '<target server>';
/* PortalSettings */
UPDATE RiskFabric.dbo.PortalSettings
SET ASDBServer = '<target server>';