dbTalk Databases Forums  

Parallel partition processing

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


Discuss Parallel partition processing in the microsoft.public.sqlserver.olap forum.



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

Default Parallel partition processing - 02-06-2004 , 12:00 PM






I know you can use the ParallelProcess utility to process
cubes/partitions in parallel. However, I would like to
automate the parallel processing using the command line. I
believe this is done with ProcessPartition.exe, but I have
not been able to find any examples of this.

Are there any examples of how to automate the parallel
process of partitions?

Thanks in advance!

Reply With Quote
  #2  
Old   
Sean Boon [MS]
 
Posts: n/a

Default Re: Parallel partition processing - 02-06-2004 , 12:29 PM






The parallel process utility has s command line interface. There should be
documentation with the utility that explains how to do it.

Sean


--
Sean

--
Sean Boon
SQL Server BI Product Unit

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.

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

Quote:
I know you can use the ParallelProcess utility to process
cubes/partitions in parallel. However, I would like to
automate the parallel processing using the command line. I
believe this is done with ProcessPartition.exe, but I have
not been able to find any examples of this.

Are there any examples of how to automate the parallel
process of partitions?

Thanks in advance!



Reply With Quote
  #3  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Parallel partition processing - 02-10-2004 , 06:37 AM



Sean is right -- also it would be better to use the command-line option of
ParallelProcess.exe. If you call ProcessPartition by-hand, you will have to
implement your own parallelization and workload management scheme.

Using ParallelProcess via command-line is easy. You can create a
configuration interactively, and then actually do the 'processing' of that
workload by calling ParallelProcess from the command-line (see readme.doc
for more info). ParallelProcss will then schedule and parallelize individual
runs of ProcessPartition, just as if you were running it interactively. Read
the readme.doc file carefully. There are some restrictions, such as the
scheduling agent (WinAT, SQL Agent, etc.) must be running under an NT
account that is included in the OLAP Administrators group on the Analsyis
server.
--
Dave Wickert [MS]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Practices Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Sean Boon [MS]" <seanboon (AT) online (DOT) microsoft.com> wrote

Quote:
The parallel process utility has s command line interface. There should
be
documentation with the utility that explains how to do it.

Sean


--
Sean

--
Sean Boon
SQL Server BI Product Unit

--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.

"Sue" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message
news:c09d01c3ecdb$152b7b70$a601280a (AT) phx (DOT) gbl...
I know you can use the ParallelProcess utility to process
cubes/partitions in parallel. However, I would like to
automate the parallel processing using the command line. I
believe this is done with ProcessPartition.exe, but I have
not been able to find any examples of this.

Are there any examples of how to automate the parallel
process of partitions?

Thanks in advance!





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.