Trying to process the cube but getting the error at impersonation information

时光总嘲笑我的痴心妄想 提交于 2019-12-01 03:41:23

Try this

Double Click on your data source under solution explorer -> Navigate to Impersonation Information tab -> Choose inherit

Now try processing it again.

I used 'Use a specific username and password' and typed in the username and password I use to log into my PC and it worked

I had to set this to an explicit account and use my personal credentials to get around this problem.

Particularly on a first deploy which I think could be relevant.

Also: This problem went away after I started VS2012 in administrator mode.

And Finally: I suspect that the version of SSAS on your target could affect this behavior. Think developer,enterprise vs standard edition.

Answers are not fully complete , After you want to process cube or dimension , SSAS see Logon account in sql server analysis services service, if match, Process continue else Error.

You should use impersonation level to handle this issue.

First add your user to SSAS Server administrator Right Click on Microsoft analysis service Instance and point Properties --> Security --> Server administrators --> add your account.

Then Go to Data Source properties --> Security settings --> Impersonation Info --> Use a specific windows user name and password --> and set your Username and password Server Admin.

Processing will be continue as well.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!