sql server - SSAS Cube (Multidimensional) - Unknown table -
i have created datawarehouse database in ms sql server 2012 enterprise edition. can process cube , works fine.
now have consultant helping me adding dimensions datawarehouse. has copy of database on ms sql server 2012 standard edition.
she has created brand new cube (multidimensional) project on our test site (also enterprise edition) uses of old dimensions (views) datawarehouse database new dimensions created (also views). cube project has created created against our test-environment , sql server 2012 enterprise edition analysis server.
the strange thing when tries process old dimension works fine. when tries process new dimension fails.
the error is:
dimensionattribute [vdim contract location company].[contract location company key] : keycolumn #0 refers 'edw_vdim_contractlocationcompany', unknown table, in 'ontrack' datasourceview. the strange thing can explore data cube project. when try process it, cannot find it?
sounds datasource in consultant's ssas database (in test environment) still pointing live source database. of course won't have new tables/views.
check connection string in ssms. if pointing right place, check settings under impersonationinfo. permissions select new views/tables hasn't been granted login being used.
Comments
Post a Comment