Search found 131 matches

by holger_b
Mon Dec 04, 2023 8:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: RAM usage exploding with CubeUnload and ViewConstruct
Replies: 5
Views: 11738

Re: RAM usage exploding with CubeUnload and ViewConstruct

Good idea to open only a very small view, but this still takes 30 GB of RAM even though the cube usually does not take much more than 18 in production. But it works fine to simply unload and copy the cube shortly before the service is anyway restarted, so I will stick to that.

Thank you!
Holger
by holger_b
Thu Nov 30, 2023 6:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: RAM usage exploding with CubeUnload and ViewConstruct
Replies: 5
Views: 11738

RAM usage exploding with CubeUnload and ViewConstruct

My goal is to copy "the" important cube from the production environment to both the test and development instances once a week. But unfortunately IT doesn't allow me to stop and restart the services from a TI routine, so I finally came up with the idea of unloading the cube, copying the pr...
by holger_b
Wed Apr 26, 2023 6:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MaximumViewSize has no effect
Replies: 2
Views: 1927

Re: MaximumViewSize has no effect

Absolutely, yes. Actually that is what I thought the reason might probably be.

Thank you!
Holger
by holger_b
Tue Apr 25, 2023 7:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MaximumViewSize has no effect
Replies: 2
Views: 1927

MaximumViewSize has no effect

We have this analysis cube with a set of really complex rules (which come along without any feeders). Right after system start this cube requires some 2 GB in memory, but when users start browsing, memory used for calculations can quickly jump up to 35 or even 50 GB. MaximumViewSize is set to 5000, ...
by holger_b
Mon Apr 17, 2023 9:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CellPutProportionalSpread Error
Replies: 3
Views: 3401

Re: CellPutProportionalSpread Error

Code: Select all

Error with spreading, error type unknown = 292
also occurs in case one of the target dimension subsets contains no element.
by holger_b
Tue Feb 15, 2022 8:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: "GROUP BY" MDX
Replies: 8
Views: 2243

Re: "GROUP BY" MDX

Actually I was trying to find a way how to avoid the flags which we currently use, as setting them takes quite some performance and I would rather avoid that. Sounds to me like creating the view through MDX might do the job but I do not seem to have the time to find out how to do it exactly... Thank...
by holger_b
Mon Feb 14, 2022 5:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: "GROUP BY" MDX
Replies: 8
Views: 2243

Re: "GROUP BY" MDX

Brilliant, thank you, Steve! This may make me leave my good old 9.5.2 ways behind, looks really powerful... I could not find much syntax help yet, can anyone point me to something?

Regards
Holger
by holger_b
Mon Feb 14, 2022 3:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: "GROUP BY" MDX
Replies: 8
Views: 2243

"GROUP BY" MDX

Probably there is actually no way of solving that by MDX, but maybe someone can think of a solution? I need a list of products and countries plus a key figure, could be revenue. The challenge is, we want to apply a benchmark to the query, like a list of products and countries where revenue "by ...
by holger_b
Thu Jan 20, 2022 7:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic TM1RPTVIEW Parameters
Replies: 4
Views: 13557

Re: Dynamic TM1RPTVIEW Parameters

Ah, I tried a few more things and now it works: The trick is, you must not have different number strings after the cube name, that one must be the same all over, then it works because you can apparently only have one TM1RPTDATARNG?? range, not more.

Awesome, you definitely made my day, thanks a lot!
by holger_b
Thu Jan 20, 2022 7:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic TM1RPTVIEW Parameters
Replies: 4
Views: 13557

Re: Dynamic TM1RPTVIEW Parameters

Tried that, thank you, but it did not help:

- On rebuild I got back the named range TM1RPTDATARNG10
- However, TM1RPTDATARNG15 was not created when using the other option
- Then I created TM1RPTDATARNG15 manually and started the rebuild, and Perspectives got stuck (looped)
by holger_b
Thu Jan 20, 2022 4:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Parallel ODBC loads
Replies: 9
Views: 42703

Re: Parallel ODBC loads

Hi John, I did a lot in that field and had big benefits from using TM1RunTI together with Cubewise's hustle.exe. Google for that, it's easy and I love it. And: You may have to think about object locking. Especially if your processes update dimensions, instances will block each other so they will run...
by holger_b
Thu Jan 20, 2022 3:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic TM1RPTVIEW Parameters
Replies: 4
Views: 13557

Dynamic TM1RPTVIEW Parameters

Hi all, I have seven Active Forms on seven cubes all with the same simple dimensionality: }Clients, <Dimension n>, Measure. In all of these Active Forms, TM1RPTROW handles this one dimension which makes the difference between these cubes. I was thinking to have everything in just one sheet instead o...
by holger_b
Mon Apr 29, 2019 2:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Parallel data loads and TM1runTI, Hustle
Replies: 11
Views: 7343

Re: Parallel data loads and TM1runTI, Hustle

Hi Evgeny, I cannot quite confirm this: 2. Hustle - TM1RunTI with inbuilt queuing mechanism, but has a limitation where threads must be ran under different users, as when user thread logs out and another thread tries to log back in (under the same user account) it creates a lock. Potentially a lot o...
by holger_b
Tue Apr 09, 2019 10:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Parallel data loads and TM1runTI, Hustle
Replies: 11
Views: 7343

Re: Parallel data loads and TM1runTI, Hustle

Hi both, do not miss to take a look at RushTI (also from Cubewise). It works just like hustle.exe, but it uses only one connection for all the calls, so less overhead, e.g. less traffic in your LDAP connection. It just requires Python installed on the server plus a little library with TM1 specific p...
by holger_b
Tue Jan 08, 2019 1:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: hustle.exe redirect output
Replies: 1
Views: 1705

Re: hustle.exe redirect output

Well. After more fiddling around I got it to work after I made the call a parameter of cmd.exe and refrained from putting double quotes around the redirection target file... That is to say, for me it works quite simply like this: sCMD = 'D:\Hustle\Hustle.exe ' | sTaskFile | ' ' | NumberToString(p_nT...
by holger_b
Tue Jan 08, 2019 11:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: hustle.exe redirect output
Replies: 1
Views: 1705

hustle.exe redirect output

Dear all, since a few weeks we have been using hustle.exe with great success. However, I did not manage yet to redirect the output to a text file, can someone help? This is how I tried it. Hustle executes, but sTaskLogFile is not created: sCMD = '"D:\Hustle\Hustle.exe" "' | sTaskFile ...
by holger_b
Wed Feb 07, 2018 3:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }ElementAttributes Rule and TI conflict
Replies: 10
Views: 6406

Re: }ElementAttributes Rule and TI conflict

RuleLoadFromFile(Cube, TextFile) could be even quicker if it is just about reinstating the previously deleted rules
by holger_b
Wed Feb 07, 2018 2:30 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DB load time 10.2.2 vs Planning Analytics
Replies: 1
Views: 1714

DB load time 10.2.2 vs Planning Analytics

Dear all,

we are about to move from Version 10.2.2 to 11.1.0.30. While testing, I found that our models seem to take around 25% more time to load in V11 than in V10.

Can anyone confirm that? What do you experience? Any recommendations maybe?

Thank you
Holger
by holger_b
Fri Nov 18, 2016 3:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }ElementAttributes type control cube missing
Replies: 8
Views: 9125

Re: }ElementAttributes type control cube missing

Hi, I believe the core of it is, whenever you have a rule in a cube that includes the }Cubes dimension, and this rule throws an error, }ElementAttribute Cubes will not be created, and there will be no error message to make you aware. You will have to rely on the forum and on helpful guys like you, l...
by holger_b
Tue Mar 15, 2016 11:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Send encrypted email out of TI
Replies: 4
Views: 3267

Re: Send encrypted email out of TI

I discussed the matter with our IT department. Looks like we will use a separate Outlook mailbox which encrypts all outgoing email by default, so it seems to be solved.