Search found 3515 matches

by lotsaram
Thu Feb 09, 2023 5:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy security update require a call to SecurityRefresh Function
Replies: 7
Views: 1268

Re: Hierarchy security update require a call to SecurityRefresh Function

I tried the CellPutS but the trick didnt work. :-( Maybe also try CellPutS to the element security cube. What George said rang a bell and I think I can recall needing to do this. (Why I don't know becasue AFAIK ElementSecurityPut should alone be adequate). HierarchyElementSecurityPut(sElSecurity, p...
by lotsaram
Thu Feb 09, 2023 12:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy security update require a call to SecurityRefresh Function
Replies: 7
Views: 1268

Re: Hierarchy security update require a call to SecurityRefresh Function

I agree this sounds strange. If element security cubes don't contain rules then the ElementSecurityPut function should be sufficient to update security without needing a SecurityRefresh.
by lotsaram
Mon Feb 06, 2023 7:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Why transaction logs are only available in Architect ?
Replies: 3
Views: 1200

Re: Why transaction logs are only available in Architect ?

At least as far as Arc goes you can raise a feature request
by lotsaram
Fri Feb 03, 2023 8:37 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Why transaction logs are only available in Architect ?
Replies: 3
Views: 1200

Re: Why transaction logs are only available in Architect ?

If you want to expose transaction logs to non-admin users then you have no alternative but to do the work yourself and load the transaction logs into another database which users have access rights to becasue non-admin users don't have access to transaction logs via rest API (or process error logs f...
by lotsaram
Wed Jan 25, 2023 8:36 am
Forum: Enhancements
Topic: Python Integration PA on Cloud
Replies: 4
Views: 9406

Re: Python Integration PA on Cloud

Where is the like button?
by lotsaram
Fri Jan 20, 2023 11:37 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: quote issue on a MDX TurboIntegrator function
Replies: 7
Views: 2882

Re: quote issue on a MDX TurboIntegrator function

+1 I would also always use Expand for such cases. It's just easier.
by lotsaram
Mon Jan 16, 2023 1:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Uploading data from source cube to target cube with the source cube bigger in dimensionality
Replies: 3
Views: 855

Re: Uploading data from source cube to target cube with the source cube bigger in dimensionality

There is a bedrock process which can do this task without writing any code. }bedrock.cube.data.copy.intercube
by lotsaram
Thu Jan 12, 2023 8:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: RunProcess
Replies: 2
Views: 738

Re: RunProcess

I think you might be confusing RunProcess (runs in parallel on a new thread in new transaction) with ExecuteProcess (runs in serial in same thread in same transaction). If you want the calling process to wait for the sub-process and easily read the status of the sub-process then using ExecuteProcess...
by lotsaram
Mon Jan 09, 2023 12:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need help on this MDX
Replies: 11
Views: 1453

Re: Need help on this MDX

It seems that both Subset1 and Subset2 already exist.

Here pseudo-code is not your friend. Please provide the actual code! Otherwise no one can tell what you are actually querying as the pseudo code is so far off the mark that I don't even know where to start.
by lotsaram
Wed Jan 04, 2023 3:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Data Source cube view optimization in TI
Replies: 15
Views: 1708

Re: Data Source cube view optimization in TI

Well first you can make sure that your instance is using MTQ, e.g. MTQ= -1 ot MTQ = All to use all cores, MTQ = -2 to use all cores except 1 or MTQ = 16 to use just 16 cores (assuming the server has more). In all my experience even on big servers and big data models there hasn't ever been a performa...
by lotsaram
Fri Dec 23, 2022 5:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Variables wrongly assigned in PAW
Replies: 8
Views: 1310

Re: TI Variables wrongly assigned in PAW

The problem will be that you're creating the view in Workspace. All views in vorkspace are per definition MDX views. MDX views assign index order of variables based on the view structure . 1st column dimensions (MDX axis 0), then row dimensions (MDX axis 1), then slicer dimensions. So if you constru...
by lotsaram
Thu Dec 15, 2022 5:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Alias doesn't work in rule right hand side
Replies: 4
Views: 1794

Re: Alias doesn't work in rule right hand side

What he said.

It doesn't matter if an area statement on the LHS uses an alias, when !dimension is used on the RHS it will always evaluate as the principal name. This is how it has always been and will always be.

At least you understand that using aliases on the LHS is a bad idea. Don't do this.
by lotsaram
Wed Dec 07, 2022 9:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX escape special character
Replies: 7
Views: 4807

Re: MDX escape special character

After reading the link Wim provided, I have to say it makes a good point about not using the shortcut. I have used both the cube query and the short cut although most of the time I've used the shortcut syntax. Will probably adjust that going forward as it is more clear using the cube query. Also on...
by lotsaram
Tue Nov 29, 2022 6:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Drill down in only a row
Replies: 9
Views: 4058

Re: Drill down in only a row

This kind of thing should be configurable and left in the hands of the user. FWIW I agree. Ideally there should be a toggle in the row dimensions area for symetric vs asymetric drill-down. As a user this is what I would want. But if I have to choose between one and the other then I would take asyme...
by lotsaram
Tue Nov 29, 2022 2:30 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Creating indented snapshots from cube views
Replies: 6
Views: 1081

Re: Creating indented snapshots from cube views

I think the short answer is that indenting to indicate parent/child relationships when exporting from TM1Web wasn't considdered necessary as part of the MVP and it has never been an important enough missing feature to revisit. That's probably unlikely to change.
by lotsaram
Tue Nov 29, 2022 2:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Drill down in only a row
Replies: 9
Views: 4058

Re: Drill down in only a row

How can I achieve the old Architect-behaviour in a PAW cube view? By default, a consolidation is just extended in the row I click. What if I want to extend it in all rows? You have chosen to wake up quite an old thread. Short answer, you can't. PAW only does asymetric drill-down. In general I think...
by lotsaram
Wed Nov 23, 2022 11:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Prop. Spread on calculated C-Element
Replies: 6
Views: 1328

Re: Prop. Spread on calculated C-Element

Spreading over a rule does work as long as at the leaf level there is only 1 independent variable. As you have more than one potential input to flex spreading can't be done.
by lotsaram
Mon Nov 14, 2022 9:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ATTRS rules in }ElementAttribute cube causes a TI to load data slowly in 2.0.9.15
Replies: 6
Views: 1769

Re: ATTRS rules in }ElementAttribute cube causes a TI to load data slowly in 2.0.9.15

We are experiencing a similar issue after applying 2.0.9.15 meaning we can't load attributes into our control cubes with rule files attached. A TI process that took a few seconds now takes so long it doesn't finish after running for several hours. Looks like this has already been reported to IBM. T...
by lotsaram
Mon Nov 14, 2022 8:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX view dimension order when used as a source to a TI
Replies: 11
Views: 2191

Re: MDX view dimension order when used as a source to a TI

(Just thinking out loud about solutions, not trying to say it isn't a problem....) For a certain level of complexity of MDX you could probably have a TI whose only job was to parse an MDX statement and figure out the contents. Can certainly see how this would be challenging / impossible for all pos...
by lotsaram
Mon Nov 14, 2022 8:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ATTRS rules in }ElementAttribute cube causes a TI to load data slowly in 2.0.9.15
Replies: 6
Views: 1769

Re: ATTRS rules in }ElementAttribute cube causes a TI to load data slowly in 2.0.9.15

Search for
[PH50635] TI process updating attributes has significant performance degredation if attribute cube contains rules
It might apply in your case.
I'm skipping 2.0.9.15 until this is fixed.