dbTalk Databases Forums  

MSOLAP80 -> msolap90

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


Discuss MSOLAP80 -> msolap90 in the microsoft.public.sqlserver.olap forum.



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

Default MSOLAP80 -> msolap90 - 11-27-2006 , 09:37 AM






Once we moved to SSAS 2005. We use Excel 2002 as Clinet.
I know I have to install
a) Microsoft Core XML Services (MSXML) 6.0
b) Microsoft SQL Server 2005 Analysis Service 9.0 OLE DB Provider
on clinets box

How can I change my ole DB connection in Excel files.

We use to use Excel Macro and update
ActiveCell.PivotTable.PivotCache.Connection
information when moving from one server to other but I don't see ole DB
version in this connection string. what should I do?

Thank you - Ashok


Reply With Quote
  #2  
Old   
Ashok
 
Posts: n/a

Default RE: MSOLAP80 -> msolap90 - 11-27-2006 , 10:06 AM






This is my guess but please confirm if you know because I don't have 2005
ready to test. Excel Macro

With ActiveCell.PivotTable.PivotCache
Response = MsgBox("Current Connection: " & .Connection)
.Connection = Replace(.Connection, "MSOLAP.2", "MSOLAP.3")
Response = MsgBox("New Connection: " & .Connection)
End With


"Ashok" wrote:

Quote:
Once we moved to SSAS 2005. We use Excel 2002 as Clinet.
I know I have to install
a) Microsoft Core XML Services (MSXML) 6.0
b) Microsoft SQL Server 2005 Analysis Service 9.0 OLE DB Provider
on clinets box

How can I change my ole DB connection in Excel files.

We use to use Excel Macro and update
ActiveCell.PivotTable.PivotCache.Connection
information when moving from one server to other but I don't see ole DB
version in this connection string. what should I do?

Thank you - Ashok


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.