Search found 12 matches
- Sat Dec 13, 2014 5:55 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Bandwidth Consideration
- Replies: 3
- Views: 3520
Re: Bandwidth Consideration
Thanks a lot Jim and Matt for your reply. It was useful to me.
- Fri Dec 12, 2014 1:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Bandwidth Consideration
- Replies: 3
- Views: 3520
Bandwidth Consideration
Hi All, Is there any document available which talks about band width considerations for TM1 10.2.2 - where end users are to access the application across geography - connected via LAN/WAN ? Following is the document already available. http://download.boulder.ibm.com/ibmdl/pub/software/dw/dm/cognos/p...
- Thu Mar 27, 2014 7:40 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to make TM1 server use lesser number of cores than avail
- Replies: 7
- Views: 6230
Re: How to make TM1 server use lesser number of cores than a
@Stephens : Yes you are absolutely right - I am trying to do it for licensing compliance purpose - reducing PVU count. So, process affinity setting, wont work. @ All : Thanks a lot. Looks like, I can safely conclude - Its a no, It can't be managed in TM1. Either it has to be managed in OS Level (UNI...
- Thu Mar 27, 2014 3:36 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to make TM1 server use lesser number of cores than avail
- Replies: 7
- Views: 6230
How to make TM1 server use lesser number of cores than avail
Hi All, Is there any way /any setting - by which we can dictate how many cores will be utilized by TM1 servers? For example - we have a machine - which has 24 CPU cores. OS is Windows 2008 R2, 64 bit Enterprise server. Can we make TM1 use only 16 cores out of available 24 cores by some setting? I un...
- Fri Feb 21, 2014 10:44 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 27267
Re: Execute Multiple TI processes with TM1RUNTI utility
@ rksharmatm1 : PlanningDev has already answered your question - still just wanted to put my 2 cents here. I tried data loading to two separate cubes - by two separate TI processes - both cubes are having shared dimensions - still both processes went parallel. So, it works. Just if I go another step...
- Sat Feb 15, 2014 7:59 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 27267
Re: Execute Multiple TI processes with TM1RUNTI utility
I am afraid, I wont be able to share the code. However, thanks for all your posts. I could achieve the stuff I wanted with TM1runTI utility.
- Wed Feb 12, 2014 8:09 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 27267
Re: Execute Multiple TI processes with TM1RUNTI utility
Hi Lotsa, Parallel interaction is already enable in my tm1s.cfg file and I have 8 cores in the server. Can you please guide, how to make sure - when two processes are running in parallel - they take 3 cores each or one takes 4 cores and another takes 3 cores? Tom, yes datasource is ODBC. There is no...
- Wed Feb 12, 2014 3:27 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 27267
Re: Execute Multiple TI processes with TM1RUNTI utility
Hey PlanningDev : You are the man! yes, I was trying with two Dim build processes, and they were being serialized. However, when I tried two Data load processes, which loads data to two separate cubes - they ran parallely. one didnt need to wait for another. Each of this process takes 25 mins to exe...
- Mon Feb 10, 2014 10:45 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 27267
Re: Execute Multiple TI processes with TM1RUNTI utility
Hi planningDev, I created two different configuration files, for two different independent TI processes. Opened two command prompt - executed them together, followed by monitoring them from TM1Top. Both the processes started executing - but at any point of time only one progresses on and another goe...
- Mon Feb 10, 2014 10:10 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 27267
Re: Execute Multiple TI processes with TM1RUNTI utility
Thanks to all of you for your posts. Let me reply to all of one by one. @Tomok : When in configuration file, [TM1RUNTI] section contains multiple process names, it executes only the first one, and ignores the rest. For your example - [TM1RunTI] process=TEST_RunTI_1 process=TEST_RunTI_2 process=TEST_...
- Sun Feb 09, 2014 4:08 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 27267
Re: Execute Multiple TI processes with TM1RUNTI utility
Thanks "PlanningDEV" for your response. If I read the TM1RunTI guide - it says - multiple TI process can be called from a single configuration file. Let me paste the section of TM1runti guide here, for ready reference - The configuration file contains: 1. A single TM1RunTI section. 2. One ...
- Sun Feb 09, 2014 2:24 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 27267
Execute Multiple TI processes with TM1RUNTI utility
Hi Experts, Can some one please guide, how to execute multiple TI processes parallely from TM1RUNTI configuration file? I am able to execute one TI process from both command prompt and using a configuration file. But how to specify multiple process names in the configuration files? How to ensure the...