Is there a good way to run in paralell more than one TI process?
I consider building different TI processes that would write to different cubes, so each could use different CPU core.
I can think of two ways to run two (or more) processes at the same time (but none of them is user friendly enough for me):
1. Running processes from different TM1 Clients (if I open more than one Architect I can run one process from each TM1 Architect).
2. Defining as many chores as processes and schedule them on the same moment.
None of above can give me a comfort of just pressing one button in one place and watching many processes run at the same time.
Any suggestions?
Running TI processes in paralell
-
- Community Contributor
- Posts: 139
- Joined: Mon Sep 15, 2008 1:45 pm
Re: Running TI processes in paralell
I haven't tried but can't you use a .bat script from the command line? (You could use TI to execute that .bat)
I.e. I am not certain that this would work - I really don't know whether such a script would launch them in paralel instead of sequentially but it may be an option.
I.e. I am not certain that this would work - I really don't know whether such a script would launch them in paralel instead of sequentially but it may be an option.
-
- MVP
- Posts: 195
- Joined: Wed Jul 22, 2009 10:35 pm
- OLAP Product: TM1
- Version: 9.5.2 FP3
- Excel Version: 2010
Re: Running TI processes in paralell
Will give it a try, thanks