Changing sql-server DB from tabular to multidimensional

Krzysztof Piszko picture Krzysztof Piszko · Apr 7, 2016 · Viewed 11.7k times · Source

I have following problem: When I try to deploy my SSAS project (with cube, dimensions and all that jazz) to sql-server, it throws error saying that

You cannot deploy the model because the DB deployment server is not running in multidimensional mode.

I'm new to this, so it might be a dumb question, but how do I change database mode from tabular to multidimensional?

Answer

GregGalloway picture GregGalloway · Apr 8, 2016

It is possible to stop SSAS, edit the msmdsrv.ini and change DeploymentMode from 2 to 0. Empty the DataDir folder. Then start SSAS.

Cathy Dumas describes the reverse here.