This post discuss about configuring the AdventureWorks Analysis Services Database in SQL Server 2008 R2. You can download the sample databases from here. By default when you install the setup you would not see the analysis services database, you need to do some configurations to get it appear in analysis services database. |
To deploy the analysis services database perform the following steps:
1. Ensure that Analysis Services service account has got the access to the AdentureWorksDW2008R2 database.
2. Start the Business Intelligence Development Studio
3. Navigate to the sample databases installation location and open the AdeventureWorks.sln file. If you installed the sample databases in default location then path would be C:\programe files\Microsoft SQL Server\100\Tools\Samples\Adventure Works 2008R2 Analysis Services Project\enterprise\Adventure Works.sln
4. After opening the solution, double click the “Adventure Works.dsâ€. Click the Edit…. button and supply the SQL Server name and database name. Click ok to save changes.
5. Right click on the solution explorer, choose properties. You will get the following dialogue box, change the target server property to your AS server name.
6. Right click the solution and click the Deploy Solution
Share this post : |
[…] To download and configure the AW analysis services database read my previous post. […]
I have set up my sql instance using sharepoint 2010 and installed the powerpivot farm solution. However when I try and process the SSAS solution for the first time I get an error “PowerPivot database error: Cannot set StorageEngineMode prpoerty of database ‘AdventureWorks DW 2008R2’ to ‘Traditional’ because analysis services is in VertiPaq mode.” Any thoughts on what the best way to stand up the SSAS cube without disabling the PowerPivot functionality?
Thanks
Hi
Is PowerPivot installed in sharepoint integration mode? You can run ADW cubes and powerpivot sibe by side by configuring your ADW 2008 r2 database on powerpivot database instance.
PowerPivot uses analysis services to run and you can use the same instance for running ADW cubes.
Thanks