dbTalk Databases Forums  

Urgen! AS as linked server produces errors after SP4 was installed.

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


Discuss Urgen! AS as linked server produces errors after SP4 was installed. in the microsoft.public.sqlserver.olap forum.



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

Default Urgen! AS as linked server produces errors after SP4 was installed. - 05-24-2005 , 10:34 AM







Hi!

After installing of the SP4 on both SQL SERVER and AS (They are both on the
same box).
I can't execute any MDX-Query through OPENQUERY

I get following message from SQL Serever

Server: Msg 7358, Level 16, State 1, Line 1
Could not execute query. The OLE DB provider 'MSOLAP.2' did not provide an
appropriate interface to access the text, ntext, or image column
'[MSOLAP.2].[Store].[Store Country].[MEMBER_CAPTION]'.
OLE DB error trace [Non-interface error: Could not get a storage interface
for BLOB the column: ProviderName='MSOLAP.2' TableName='[MSOLAP.2]',
ColumnName='[Store].[Store Country].[MEMBER_CAPTION]'].



Befor SP4 it have run without problem

You can make following test

EXEC sp_addlinkedserver
@server='srv_olap',
@srvproduct='',
@provider='MSOLAP.2',
@datasrc='localhost',
@catalog='foodmart 2000'
go

select * from openquery(SRV_OLAP, 'SELECT { Time.Year.[1997] } ON COLUMNS,
NON EMPTY Store.MEMBERS ON ROWS
FROM Sales
WHERE ( Product.[Product Category].[Dairy] )')



Reply With Quote
  #2  
Old   
neil.foster
 
Posts: n/a

Default Re: Urgen! AS as linked server produces errors after SP4 was installed. - 06-02-2005 , 09:36 AM






I am experiencing exactly the same problem. Have you had any success in
finding a solution/workaround?


Reply With Quote
  #3  
Old   
Alexandre Coutinho
 
Posts: n/a

Default Re: Urgen! AS as linked server produces errors after SP4 was insta - 06-20-2005 , 09:30 AM



Hi,

Me too. But at this time I think I´m rolling back SP4. The problem is that
this SP solves some problems here. If anybody find any solution, please let
me know, it´s realy very important to me.

TIA

Alexandre

"neil.foster" wrote:

Quote:
I am experiencing exactly the same problem. Have you had any success in
finding a solution/workaround?



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.