dbTalk Databases Forums  

Database 'XXX' does not exist

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Database 'XXX' does not exist in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David Leclerc
 
Posts: n/a

Default Database 'XXX' does not exist - 03-18-2005 , 03:25 AM






Hi.

I'm trying to make a asp.net page to connect to a olap cube.
When i trying to connect to my Analysis Server I receive the error:
Database 'XXX' does not exist.
My config is
-SQL Server 2000 Enterprise Edition SP3
-Analysis Services SP3
-MDAC 2.8
i already added <identity impersonate ="true" /> to web.config

My connection string is "Provider=MSOLAP.2;Data
Source=localhost;Initial Catalog=XXX;"

Thanks

Reply With Quote
  #2  
Old   
allison via SQLMonster.com
 
Posts: n/a

Default Re: Database 'XXX' does not exist - 03-18-2005 , 07:27 AM






are you sure that the 'XXX' database exits?
what are the roles of this cube?
what is the authentication you use?

--
Message posted via http://www.sqlmonster.com

Reply With Quote
  #3  
Old   
David Leclerc
 
Posts: n/a

Default Re: Database 'XXX' does not exist - 03-18-2005 , 08:33 AM



i'm sure that my database exists because i can use the MDX application (the
basic example provided with the installation of Analysis Services) to
execute queries.
I would like to succeed in querying the basic example of olap cube FoodMart
2000 in asp.net.
I use anonymous authentification


"allison via SQLMonster.com" wrote:

Quote:
are you sure that the 'XXX' database exits?
what are the roles of this cube?
what is the authentication you use?

--
Message posted via http://www.sqlmonster.com


Reply With Quote
  #4  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Database 'XXX' does not exist - 03-18-2005 , 07:12 PM



is IIS and AS running on the same box? otherwise this could be a classic
2-hop problem. The reason why the database might not exist is that you are
coming in anonymously and the NT Anonymous account might not have access to
the database.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"David Leclerc" <DavidLeclerc (AT) discussions (DOT) microsoft.com> wrote

Quote:
i'm sure that my database exists because i can use the MDX application
(the
basic example provided with the installation of Analysis Services) to
execute queries.
I would like to succeed in querying the basic example of olap cube
FoodMart
2000 in asp.net.
I use anonymous authentification


"allison via SQLMonster.com" wrote:

are you sure that the 'XXX' database exits?
what are the roles of this cube?
what is the authentication you use?

--
Message posted via http://www.sqlmonster.com




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.