dbTalk Databases Forums  

OLAP Doesn't exists error.

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


Discuss OLAP Doesn't exists error. in the microsoft.public.sqlserver.olap forum.



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

Default OLAP Doesn't exists error. - 12-20-2005 , 01:51 PM






Other user unable to access web site.User able to connect to sql 2k when
there trying to access analysis server,it is throwing olap doesn't exists
error.We using windows authentication on IIS and my connection string for
olap is PROVIDER=MSOLAP.2;DATA SOURCE=WS-Server;INITIAL
CATALOG=TMOLAP4;ConnectTo=8.0.

olap is sitting on win 2003 server and msxml 4.0 is installed.


Thanks,
Arun

Reply With Quote
  #2  
Old   
Edward Melomed [MSFT]
 
Posts: n/a

Default Re: OLAP Doesn't exists error. - 12-21-2005 , 01:29 PM






PROVIDER=MSOLAP.2; in your connection string means that you are using
version 2000 of Analysis Services OLEDB provider and you can use it only to
connect to Analysis Services 2000 and not 2005.

If you need to establish connection to Analysis Server 2005 you should use
PROVIDER=MSOLAP - this will force using latest installed OLEDB version on
your machine or you can specify PROVIDER=MSOLAP.3 - in this case you are
guaranteed to use version 2005.

Edward Melomed
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"arun_rote" <u16842@uwe> wrote

Quote:
Other user unable to access web site.User able to connect to sql 2k when
there trying to access analysis server,it is throwing olap doesn't exists
error.We using windows authentication on IIS and my connection string for
olap is PROVIDER=MSOLAP.2;DATA SOURCE=WS-Server;INITIAL
CATALOG=TMOLAP4;ConnectTo=8.0.

olap is sitting on win 2003 server and msxml 4.0 is installed.


Thanks,
Arun



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.