Search found 4 matches
- Wed Apr 11, 2012 8:23 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Has Anyone Used Loadrunner with TM1
- Replies: 2
- Views: 2897
Re: Has Anyone Used Loadrunner with TM1
That's how we test cube performance for large amount of users: 1) fulfill total cube with appropriate dummy data 2) executing processes/reading/editing cube data via .NET API-created application for different number of dummy users. It is very easy to create C# multithreaded OOP application with diff...
- Tue Feb 28, 2012 7:22 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: c-level overriding rule and TI process
- Replies: 4
- Views: 3219
Re: c-level overriding rule and TI process
Those three SET parameters were fine.
And i've found reason for described behavoiur: absence of feeders for such kind of rules.
TI process has started to work with feeders
And i've found reason for described behavoiur: absence of feeders for such kind of rules.
TI process has started to work with feeders
- Tue Feb 21, 2012 2:22 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: c-level overriding rule and TI process
- Replies: 4
- Views: 3219
Re: c-level overriding rule and TI process
Yep, i've set this settings in prolog, but nothing has changed.
- Tue Feb 21, 2012 12:31 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: c-level overriding rule and TI process
- Replies: 4
- Views: 3219
c-level overriding rule and TI process
Hi all. I'm tryin' to get data from a cube via TI-process. I'm getting right data and everything fine except dimension elements which have c-level overriding rule like ['Rent.Distribution':'5'] = DB('Plan.Rent.input', !CurrencyVersions, !Locations.Rent, 'usd', !Date, 'Total', '3'); or ['Rent.Distrib...