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

后端 未结 4 1505
旧巷少年郎
旧巷少年郎 2021-01-11 17:03

I have built a cube in Business Development Intelligent Studio(BIDS) using some database with the name \'Test_cube\' which consists of Products dimension table, customers di

4条回答
  •  青春惊慌失措
    2021-01-11 18:02

    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.

提交回复
热议问题