SQL Server 2012: Login failed for user 'NT Service\MSSQLServerOLAPService'.; 28000

后端 未结 7 1796
执笔经年
执笔经年 2020-12-09 09:45

I am using Analysis services in Microsoft SQL Server 2012 on Windows 7.

I tried to create Mining models and process it. I am getting the following error while proces

7条回答
  •  臣服心动
    2020-12-09 10:18

    I found my solution using the oposite logic of Amir.

    • Run "SQL Server Configuration Manager"
    • Select "SQL Server Services"
    • Right Click "SQL Server Analysis Services" and choose properties.
    • On the "log on " tab ,choose "Built-In Account".
    • Finally select "Local System".

    Though I am just running things locally to make modifications that will later be pushed to production. So if you're running locally, this solution may help.

提交回复
热议问题