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
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.