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
Try this
Double Click on your data source under solution explorer -> Navigate to Impersonation Information
tab -> Choose inherit
Now try processing it again.
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.
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
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.