I have SQL Serve 2012 and its Analyses Services. Data source uses Inherit as Impersonation Information. The AD user who have opened Visual Studio 2010 havedb_owner security rights to the Database. Also AD account for Analyses Services havedb_owner security rights to the database. The cube structure looks good on the Visual Studio and I can Build of project, but Deploy of project fails. SQL Management Studio shows that Cube exist, but facts and dimensions areunprocessed. Is this permission related problem? How to solve?
OLE DB error: OLE DB or ODBC error: The SELECT permission was denied on the object 'Unit', database 'Cargotec_2011_CBA', schema 'dbo'.; 42000.
Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Unit', Name of 'Unit' was being processed.
Errors in the OLAP storage engine: An error occurred while the 'Unit Name' attribute of the 'Unit' dimension from the 'MultidimensionalProject1' database was being processed.
Kenny_I