Search found 72 matches

by LoadzaGrunt
Wed Dec 21, 2011 6:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to control physical memory usage for TM1
Replies: 16
Views: 10197

Re: How to control physical memory usage for TM1

Alan Kirk wrote:If the TM1 server application was running on a real server box with Lotsaram and Loadzagrunt, then you'd be getting decent performance.
Alan, you always had a way with words :) Happy Christmas!
by LoadzaGrunt
Tue Aug 02, 2011 1:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA - Bulk Reporting; including subsets
Replies: 6
Views: 5382

Re: VBA - Bulk Reporting; including subsets

For the purposes of completeness only... ITYM "There is no way in VBA to get a list of the subsets that a dimension has unless you resort to calling the TM1 API with it"...
You could potentially look at the content of the DIMENSION_NAME}subs folder in the data folder...

YMMV
by LoadzaGrunt
Tue Jan 11, 2011 1:40 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Epilog: The Limitation that went Unnoticed
Replies: 10
Views: 7375

Re: Epilog: The Limitation that went Unnoticed

I am pretty sure Alan's explanation is correct. Apologies in advance for being the one who copies and pastes from the manual (with 9.4.1 FP3)... DimensionElementInsert This is a TM1 TurboIntegrator function, valid only in TurboIntegrator processes. This function adds an element to a dimension. You c...
by LoadzaGrunt
Mon Dec 20, 2010 9:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Virtual Memory discussion
Replies: 5
Views: 5737

Re: TM1 Virtual Memory discussion

If there is insufficient physical RAM and parts of the model need to be swapped to disk then performance will suffer, and not just incrementally but by orders of magnitude. Access to main memory is around 10^2 nanoseconds and for magnetic disk it is around 10^7 nanoseconds - some difference. An int...
by LoadzaGrunt
Wed Oct 27, 2010 2:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Transaction Log Query for Non Admin
Replies: 8
Views: 5782

Re: Transaction Log Query for Non Admin

Once you start to allow non-Admin users to look at the transactions you need to ask yourself if there are any security issues... Using the relational store as Lotsa suggests is great if there are no issues, otherwise you start to have problems having to rework TM1 security into some sort of ETL logi...
by LoadzaGrunt
Fri Oct 22, 2010 1:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: QA and Performance Test TM1 Process
Replies: 2
Views: 2412

Re: QA and Performance Test TM1 Process

You could investigate the Hofmeister-Brezel framework which has been used to some effect in the past ?
by LoadzaGrunt
Wed Oct 20, 2010 4:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Calculate Median in TM1
Replies: 7
Views: 6244

Re: Calculate Median in TM1

As an example...

Original cubeview:
Image

MDX query:
Image

Result:
Image
by LoadzaGrunt
Wed Oct 20, 2010 3:30 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to apply to VBA updating of "In Spreadsheet browser"
Replies: 4
Views: 3170

Re: How to apply to VBA updating of "In Spreadsheet browser"

There's not really a direct method of talking to the In Spreadsheet Browser via VBA. It is possible indirectly but if I recall correctly you can't invoke the object methods.

Active Forms are the new In Spreadsheet Browsers...
by LoadzaGrunt
Wed Oct 20, 2010 3:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Calculate Median in TM1
Replies: 7
Views: 6244

Re: Calculate Median in TM1

Statistical functions aren't well catered for in TM1, and there isn't a rules or TI function to find median averages. There is a MEDIAN MDX function that I guess you could try and leverage in either a dynamic subset or view query (via a 3rd party tool). Which would lead me to ask: do you want to fil...
by LoadzaGrunt
Wed Oct 20, 2010 3:11 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Any good rule writing convention for easy readability?
Replies: 12
Views: 6763

Re: Any good rule writing convention for easy readability?

In Excel, if you want a new line, you drop down to the next cell. I'm genuinely unclear on how that's "a pain". Well, take for example a rule like this: ['Measure']=N:DB('SomeCube',!Dim1,'SpecificElement',!Dim2,!Dim3); Now, for arguments sake, let's say I want to break the rule up like th...
by LoadzaGrunt
Mon Oct 18, 2010 4:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DISTINCT Counts in TM1
Replies: 13
Views: 13212

Re: DISTINCT Counts in TM1

I assume you are talking about something equivalent to doing a "SELECT DISTINCT" type query in SQL Actually I think the OP's problem is more to do with the fact he is trying to resolve a headcount from adding up FTEs. I would advise him to explore the option of a separate cube, with a sep...
by LoadzaGrunt
Mon Sep 20, 2010 1:18 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Server Load
Replies: 5
Views: 4252

Re: Server Load

I believe I saw an article in the Forum (which I can’t seem to find) of a technique that disables cube rules as the restart begins to speed up load time and enable the rules as the load is complete Have you looked at the DEMANDLOAD measure in the }CubeProperties cube. From the manual (Ops guide):...
by LoadzaGrunt
Mon Sep 20, 2010 1:01 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Xcelerator loading XLSM files to application folder
Replies: 14
Views: 9300

Re: Xcelerator loading XLSM files to application folder

This definitely looks like a bug, not a feature...

You can do us all a favour and raise a ticket with IBM :)
by LoadzaGrunt
Mon Sep 20, 2010 12:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Process hanging in TM1 9.4
Replies: 7
Views: 5102

Re: Process hanging in TM1 9.4

Is your problem that the process is hanging, as in it never stops, or is your problem that you are struggling with a zero out because of cells that are conditionally calculated ?
by LoadzaGrunt
Wed Jul 28, 2010 10:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 9.5.1 Hotfixes
Replies: 40
Views: 47227

Re: 9.5.1 Hotfixes

I downloaded it myself this morning, so it's definitely there.
Thanks. Where are you getting the release note items from ?

I'm getting conflicting information about when hotfixes are coming out and what will be in them - so I'm just looking for definitive information...
by LoadzaGrunt
Wed Jul 28, 2010 3:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Parameter variable wont insert element
Replies: 6
Views: 4939

Re: Parameter variable wont insert element

Are you creating TargetVersion in the Prolog ? If so, you probably should create TargetVersion first in a separate process, before trying to include it in a subset in your version copy process.
by LoadzaGrunt
Wed Jul 28, 2010 3:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 9.5.1 Hotfixes
Replies: 40
Views: 47227

Re: 9.5.1 Hotfixes

Thanks Alan,

Do you know the release date for 9.5.1 HF2 ?
by LoadzaGrunt
Mon Jul 12, 2010 4:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Insert delay in TI process
Replies: 13
Views: 15756

Re: Insert delay in TI process

Code: Select all

DoingNothingCounter=100000000;
WHILE(DoingNothingCounter>0);
  DoingNothingCounter=DoingNothingCounter-1;
END;
Then just change 100000000 to whatever works for you in terms of a delay.
by LoadzaGrunt
Wed Jun 02, 2010 4:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Loading invoice details into TM1 cube for allocation analys
Replies: 4
Views: 3513

Re: Loading invoice details into TM1 cube for allocation ana

Or perhaps if you can categorise the invoices so you get different points of aggregation (by customer, by payment terms, etc) in the invoice dimension then you can chop off the detailed level in the cube and allow access to the invoice detail using a relational drill-through.
by LoadzaGrunt
Wed Jun 02, 2010 2:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Loading invoice details into TM1 cube for allocation analys
Replies: 4
Views: 3513

Re: Loading invoice details into TM1 cube for allocation ana

my invoice dimension will be 6000 * 15 * 12 * 3 which is 3.2 million. Is this even possible, let alone running efficiently? Yes, and that wouldn't be the largest dimension out there either. However, very large dimensions such as these don't 'play well' with functionality like Subset Editor, Cube Vi...