Hi:
I have created a cube and deployed in sql server. I am trying to connect to analysis services to access cube with linked server. I am getting this error...how do i fix this.
OLE DB provider "MSOLAP" for linked server "(null)" returned message "Errors in the OLE DB provider. The Extended Properties property is set to a value that is not supported.".
Msg 7373, Level 16, State 2, Line 1
Cannot set the initialization properties for OLE DB provider "MSOLAP" for linked server "(null)".
Thanks,
Pramod

OLEDB provider error.
Naokazu Tsukada
Just leave it blank like this: Extended Properties="".
What's your whole connection string
Thanks.
Frustrated1689
Xinwei:
Extended properties for my database is null...
Thanks,
Pramod
rileyjim
Achelon
Xinwei:
This is the query i am using...
SELECT
a.* FROM OPENROWSET( 'MSOLAP','DATASOURCE=PKUMAR\PKUMAR;Initial Catalog=Analysis Services Project1;'
, 'SELECT Measures.members ON ROWS,[Product Category].members ON COLUMNS FROM [Adventure Works Internet Sales]'
) as ago
Thanks,
helpmeimstupid
wromee
gwc