OLEDB provider error.

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




Answer this question

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

    Yep...it didnt help

  • 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 a

    go

    Thanks,



  • helpmeimstupid

    What's your Extended Properties Please check whether there is any typo.

  • wromee

    The problem is on the Extended Properities as the error msg stated. If you have nothing to specify, please try delete it.

  • gwc

    I am moving this to the SQL Server Analysis Services Forum.

  • OLEDB provider error.