|
Home > Archive > MS SQL Server OLAP > December 2005 > OLAP Doesn't exists error.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
OLAP Doesn't exists error.
|
|
| arun_rote 2005-12-20, 8:25 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;Conn
ectTo=8.0.
olap is sitting on win 2003 server and msxml 4.0 is installed.
Thanks,
Arun
| |
| Edward Melomed [MSFT] 2005-12-21, 8:25 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 in message news:5921901c798f9@u
we...
> 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;Conn
ectTo=8.0.
>
> olap is sitting on win 2003 server and msxml 4.0 is installed.
>
>
> Thanks,
> Arun
|
|
|
|
|