Search found 3 matches

by ppillai
Tue Jun 22, 2010 10:27 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Pass Parameters into TI including ODBC links
Replies: 4
Views: 7080

Re: Pass Parameters into TI including ODBC links

You can create two parameters in the Parameter tab eg pDataSource and pTableName In the Prolog tab then you can set the datasource name DatasourceNameForServer=pDataSource; and in the Query you can pass in the table name parameter Select * from ?pTableName? When you run the TI process it will ask fo...
by ppillai
Tue Jun 22, 2010 7:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Memory Usage by TM1 Cubes
Replies: 2
Views: 3726

Re: Memory Usage by TM1 Cubes

Thanks for your reply. All the Rules are internal the to the cubes, as you mentioned we are storing most of the calculated values, the rules which we need to define are specific for the Consolidated level, hence we can not use the TI process to calculate and store these, I presume if we need to calc...
by ppillai
Mon Jun 21, 2010 2:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Memory Usage by TM1 Cubes
Replies: 2
Views: 3726

Memory Usage by TM1 Cubes

Hi, I am looking into Performance issues we are facing with TM1 application, We have got two archive cubes which are set as Load on Demand, but it looks like when the TM1 Server is started these two cubes are loading in memory. These cubes are not accessed by any other cubes but has got some rules d...