OLE DB error: OLE DB or ODBC error: The SELECT
permission was denied on the object 'dimTask', database 'Project', schema
'dbo'.; 42000.
The first thing I checked was the Impersonation Information tab
on the Data Source.
Secondly, I then looked in SSMS and needed to verify that this account had
the appropriate SQL Security role to process data from the Project DB (or whatever
database). To resolve this problem, I opened up SQL Server Management Studio
(SSMS), Under Security, Select the
specified account (SSASProc in this scenario), Select the Server Roles in the Login
Properties page. I then gave this account sysadmin server role.
SQL Server Management Studio |
This solved my SSAS Cube processing problem. I hope this
works for you.
No comments:
Post a Comment