My CUBE is deployed on SQL 05 Analysis Services. It is the "Portfolio Analyzer" CUBE shipped with Project Server 07.
|||You can do it one of two ways:
1. File... Open... Analysis Services Database
2. File... New... Project... Business Intelligence Projects... Import Analysis Services 9.0 Database
You might see the Project REAL recommendations regarding your different options under the "Three Ways to Interact With Analysis Services" section of: http://www.microsoft.com/technet/prodtechnol/sql/2005/realastd.mspx
|||I can bring it into VS.NET but the measures are not associated with any Data Source views. Any idea?|||Hmm. Maybe the cube is processed via push-mode? But even then, I thought you still had to tie a measure to a column in the data source view. So you don't see any data source views in the project?
After you do the Import command I mentioned, look on disk and open up the .cube and .partitions file in Notepad and do a search for "select " (that's select <space>) and see if you can see any out-of-line bindings. That might be how they do it.
No comments:
Post a Comment