dbTalk Databases Forums  

PTS Excel 2000 need MS-Query?

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


Discuss PTS Excel 2000 need MS-Query? in the microsoft.public.sqlserver.olap forum.



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

Default PTS Excel 2000 need MS-Query? - 07-08-2005 , 03:01 PM






Just a little question... should i have MS-query to use OLAP Pivot table
Services in Excel 2000? or should i only install PTSfull.exe?

Thanks

Rodrigo

Reply With Quote
  #2  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: PTS Excel 2000 need MS-Query? - 07-08-2005 , 04:27 PM






I'm not sure about ms-query...you don't do anything in the ms-query
program - you just pick a tab page saying connect to olap cubes instead of
starting ms-query so i don't think so.

but you need pts - either ptslite i think or ptsfull as you say. and this
needs to be the same sp version as the server in order to avoid
problems....so if you have sp3a on server take the pts from this sp.


"Rodrigo" <Rodrigo (AT) discussions (DOT) microsoft.com> wrote

Quote:
Just a little question... should i have MS-query to use OLAP Pivot table
Services in Excel 2000? or should i only install PTSfull.exe?

Thanks

Rodrigo



Reply With Quote
  #3  
Old   
Jéjé
 
Posts: n/a

Default Re: PTS Excel 2000 need MS-Query? - 07-10-2005 , 08:42 AM



MSQuery is required to access OLAP cubes in Excel, because Excel relay to
the MSQuery subsystem to display the connection dialog box.
I have not tested if you open an excel file already connected to a cube. In
this case, the MS Query could be optional.


"Rodrigo" <Rodrigo (AT) discussions (DOT) microsoft.com> wrote

Quote:
Just a little question... should i have MS-query to use OLAP Pivot table
Services in Excel 2000? or should i only install PTSfull.exe?

Thanks

Rodrigo



Reply With Quote
  #4  
Old   
Rodrigo
 
Posts: n/a

Default Re: PTS Excel 2000 need MS-Query? - 07-11-2005 , 09:06 AM



uhmm... I did the next test:
I renamed the MSQuery .EXE file (MSQRY32.EXE) and then built the next macro:

Sub Test1
With ActiveWorkbook.PivotCaches.Add(SourceType:=xlExter nal)
.Connection = "OLEDB;Provider=MSOLAP.2;Data
Source=LICANCABUR;Initial Catalog=MIS;Client Cache Size=25;Auto Synch
Period=10000"
.CommandType = xlCmdCube
.CommandText = Array("Resultado_Colocaciones")
.MaintainConnection = True
.CreatePivotTable TableDestination:=Range("A3"), TableName:= _
"Colocaciones"
End With
end sub

and... surprise, it worked...

So it seem that PTS don`t need MSquery to work...

Regards

Rodrigo

*************
"Jéjé" wrote:

Quote:
MSQuery is required to access OLAP cubes in Excel, because Excel relay to
the MSQuery subsystem to display the connection dialog box.
I have not tested if you open an excel file already connected to a cube. In
this case, the MS Query could be optional.


"Rodrigo" <Rodrigo (AT) discussions (DOT) microsoft.com> wrote in message
news:3CE4CFA1-B6EA-44E9-9EE5-27A252CD6B93 (AT) microsoft (DOT) com...
Just a little question... should i have MS-query to use OLAP Pivot table
Services in Excel 2000? or should i only install PTSfull.exe?

Thanks

Rodrigo




Reply With Quote
  #5  
Old   
Jéjé
 
Posts: n/a

Default Re: PTS Excel 2000 need MS-Query? - 07-11-2005 , 07:41 PM



exactly, PTS don't need msquery
msquery is just required to create a new connection from Excel himself, not
by code.


"Rodrigo" <Rodrigo (AT) discussions (DOT) microsoft.com> wrote

Quote:
uhmm... I did the next test:
I renamed the MSQuery .EXE file (MSQRY32.EXE) and then built the next
macro:

Sub Test1
With ActiveWorkbook.PivotCaches.Add(SourceType:=xlExter nal)
.Connection = "OLEDB;Provider=MSOLAP.2;Data
Source=LICANCABUR;Initial Catalog=MIS;Client Cache Size=25;Auto Synch
Period=10000"
.CommandType = xlCmdCube
.CommandText = Array("Resultado_Colocaciones")
.MaintainConnection = True
.CreatePivotTable TableDestination:=Range("A3"), TableName:= _
"Colocaciones"
End With
end sub

and... surprise, it worked...

So it seem that PTS don`t need MSquery to work...

Regards

Rodrigo

*************
"Jéjé" wrote:

MSQuery is required to access OLAP cubes in Excel, because Excel relay to
the MSQuery subsystem to display the connection dialog box.
I have not tested if you open an excel file already connected to a cube.
In
this case, the MS Query could be optional.


"Rodrigo" <Rodrigo (AT) discussions (DOT) microsoft.com> wrote in message
news:3CE4CFA1-B6EA-44E9-9EE5-27A252CD6B93 (AT) microsoft (DOT) com...
Just a little question... should i have MS-query to use OLAP Pivot
table
Services in Excel 2000? or should i only install PTSfull.exe?

Thanks

Rodrigo






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.