Book: Professional Microsoft SQL Server Analysis Services 2008 with MDX: 978-0-470-24798-3
This is the forum to discuss the Wrox book Professional Microsoft SQL Server Analysis Services 2008 with MDX by Sivakumar Harinath, Robert Zare, Sethu Meenakshisundaram, Matt Carroll, Denny Guang-Yeu Lee; ISBN: 9780470247983
You are currently viewing the Book: Professional Microsoft SQL Server Analysis Services 2008 with MDX: 978-0-470-24798-3 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
at first was getting invalid loggin attempt, but changed from native client 10 to just native
but now i am getting the following error, have tried removing the tbale but recvd same error but for different table
so i think i am having connection problems to the db
i can view the tables and see the contents so not sure what i have wrong.
i know sql but not microsoft sql at all
any help would be much appreciated.
Error 16 OLE DB error: OLE DB or ODBC error: Invalid object name 'dbo.DimCurrency'.; 42S02. 0 0
You as a user might have permissions to the backend relational database. When you are deploying then Analysis Services uses the credentials specified in Data Source which by default is the service startup account of Analysis Services which might not have permissions to the relational database. Hence you are seeing this error. Can you please check change the datasource to use your credentials or make sure the service startup account of Analysis Services has permissions?
If this is not a permission issue can you please provide the configuration you are using for relational and analysis services?