Browse cube - Change User: The following system error occurred: The user name or password is incorrect

五迷三道 提交于 2020-01-17 06:36:31

问题


I'm trying to browse SSAS cube using different user and I get "the user name or password is incorrect". I gave the user Admin rights on the cube, admin rights on the SSAS server and these were not helped. the only users who can browse the cube are domain admins. By the way, browsing the cube directly without changing the user works well. What is the problem? what should I change?


回答1:


You are logged into a laptop or server as DOMAIN\user1 then you try to switch to DOMAIN\user2. Make sure user1 is an SSAS administrator. Impersonating other users requires admin permissions. But user2 does not need admin permissions.

If you are running SSMS on the server itself and user1 permissions as an SSAS admin are granted through the local Windows Administrators group make sure to do Run As Administrator when you launch SSMS.



来源:https://stackoverflow.com/questions/33410968/browse-cube-change-user-the-following-system-error-occurred-the-user-name-or

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