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

后端 未结 4 1450
旧巷少年郎
旧巷少年郎 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 17:44

    Try this

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

    Now try processing it again.

    0 讨论(0)
  • 2021-01-11 17:44

    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.

    0 讨论(0)
  • 2021-01-11 17:45

    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

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题