Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server 2017 multidimensional mode needed

MS SQL Server 2017 (developer edition) is connected and running on my PC. However, when I want to start the develop process in MS Visual studio 2017, it is giving me the following error:

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

I tried reinstalling MS SQL server with additional features, but I cannot find this multidimensional option. I googled some articles and they solved it in older versions of MS VS, however, they are not helpful in MS VS 2017. Please, give some suggestions.

like image 781
Said Akbar Avatar asked Apr 17 '26 17:04

Said Akbar


1 Answers

Well, it turns out I did not need to re-install the instance. Instead, I had to change msmdsrv.ini in C:\Program Files\Microsoft SQL Server\MSAS14.MSSQLSERVER\OLAP\Config. The line <DeploymentMode>2</DeploymentMode> in the file (2 means tabular) should be changed to <DeploymentMode>0</DeploymentMode>. After restarting the analysis server, I finally managed to run the server in multidimensional mode.

like image 189
Said Akbar Avatar answered Apr 19 '26 09:04

Said Akbar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!