This post saved me today. I wanted to change the data and the log folder for Analysis services and mistakenly added an incorrect drive name (D instead of J) and saved from SMSS. I then restarted sql server and obviously sql server couldn’t find the drive location to start the service. After identifying the problem ( of the incorrect drive letter ) and finding the workaround I had to change the INI file in the “C:\Program Files\Microsoft SQL Server\MSAS10_50.MSSQLSERVER2008R2\OLAP\Config” folder. But surprisingly I couldn’t edit the “ini” file even after assigning the current user full control of the folder. The only way out is to, drag the “ini” file to the desktop, do the required change on the file and drag it back to appropriate folder. ...
This blog is to, share the encounters and learning’s of Sql Server