Search found 589 matches

by PavoGa
Thu Nov 10, 2016 3:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: The SSL break and TM1Top
Replies: 6
Views: 5842

Re: The SSL break and TM1Top

"Could not connect to server "tm1instance" on admin host "servername" Looks like our problems are all over the place. Got VMs connecting with no problem, Perspectives connects with no problem on a client laptop, but on the same client, Architect will display the instances an...
by PavoGa
Mon Nov 07, 2016 9:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: The SSL break and TM1Top
Replies: 6
Views: 5842

The SSL break and TM1Top

Has anyone had trouble getting TM1Top to work with the new IBM SSL certificates? I have been unable to get it to work. No problem with Ops Console.
by PavoGa
Fri Oct 21, 2016 6:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset using index
Replies: 9
Views: 5698

Re: Subset using index

Yes, the functions are available in 10.2.2 FP1 and have started using it. Thank You for the response. I used to convert the dynamic subset in to static subset same way you explained. Looping elements and create static subset in a TI makes TI faster in processing time than making dynamic subset to st...
by PavoGa
Wed Oct 19, 2016 7:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset using index
Replies: 9
Views: 5698

Re: Subset using index

Tom beat me to the click, but what he recommends is much cleaner.

Tom, I've not used that function. I assume it handles MDX that does not return a set without bombing?
by PavoGa
Wed Oct 19, 2016 7:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset using index
Replies: 9
Views: 5698

Re: Subset using index

What exactly is your process doing? If you are reading and writing within the same cube (and in some instances inter-cube) the CELLPUT may destroy the read cache and causes the MDX to recalculate which greatly slows down the process. The second method you are using is building a static subset, so it...
by PavoGa
Tue Sep 13, 2016 7:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Slow performance in a small cube
Replies: 4
Views: 2321

Re: Slow performance in a small cube

Lotsaram I have in the past as well, and I tested using a copy of the }Cubes dimension, which still acted ugly. It turned out we were able to replicate the bad behavior as long as: 1) we were using a client, not a VM or logged into the actual server 2) the picklist was a dimension, not a subset on t...
by PavoGa
Tue Sep 13, 2016 3:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Slow performance in a small cube
Replies: 4
Views: 2321

Re: Slow performance in a small cube

Okay, just in case anyone wonders, switching to a subset vs a dimension picklist, seems to have resolved the problem.
by PavoGa
Tue Sep 13, 2016 2:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Slow performance in a small cube
Replies: 4
Views: 2321

Re: Slow performance in a small cube

Additional testing had demonstrated that our DEV environment is a problem as well WHEN connecting through Architect from a client laptop.
by PavoGa
Tue Sep 13, 2016 1:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Slow performance in a small cube
Replies: 4
Views: 2321

Slow performance in a small cube

We have a cube we use to designate cube dependencies at server restart: }System - Cube Dependencies. It has two dimensions: Counter: 135 elements 0-134 plus a consolidation element TOTAL. }System - Dependency Measure with two elements, Base Cube and Dependent Cube. There is a cube: "}Picklist_}...
by PavoGa
Mon Sep 12, 2016 2:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CurrentMember in CAFE
Replies: 7
Views: 3573

Re: CurrentMember in CAFE

Ah. My apologies.
by PavoGa
Fri Sep 09, 2016 5:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CurrentMember in CAFE
Replies: 7
Views: 3573

Re: CurrentMember in CAFE

{FILTER(TM1FILTERBYLEVEL(TM1SUBSETALL([Accounts_OPEX_PLAN]) , 0) , [PLAN_Param_CCToGL].([CostCenters_OPEX].CURRENTMEMBER,[StrNum].[nValue]) = 1)} Since the CostCenters_OPEX is a title dimension, the [CostCenters_OPEX].CURRENTMEMBER is not needed for a cube view. It will automatically filter it for ...
by PavoGa
Thu Aug 25, 2016 11:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy sort and Hierarchy MDX
Replies: 24
Views: 14161

Re: Hierarchy sort and Hierarchy MDX

Wim,

I think I've got it. Here is the MDX code that returns a subset wherever the members appear. MDX:

Code: Select all

INTERSECT(	descendants( [tmp_ty].[total customers] )
	, [tmp_ty].[SubCoy]
	, all
	)
by PavoGa
Thu Aug 25, 2016 9:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy sort and Hierarchy MDX
Replies: 24
Views: 14161

Re: Hierarchy sort and Hierarchy MDX

Sorry, Wim, I see now what you're wanting. Say, given "Coy", you want to see the hierarchies Coy is a member of represented fully from the top to Coy. Hmmmm, tricky...
by PavoGa
Thu Aug 25, 2016 9:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy sort and Hierarchy MDX
Replies: 24
Views: 14161

Re: Hierarchy sort and Hierarchy MDX

So in my example, you would want to see the hierarchies for say, just Georgia and Alabama?
by PavoGa
Thu Aug 25, 2016 9:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy sort and Hierarchy MDX
Replies: 24
Views: 14161

Re: Hierarchy sort and Hierarchy MDX

Wim,

Code: Select all

[tmp_ty].members
seems to return the subset you were looking for originally by the way.
by PavoGa
Thu Aug 25, 2016 8:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ViewExtractSkipRuleValuesSet
Replies: 21
Views: 12176

Re: ViewExtractSkipRuleValuesSet

Result: I did not see the rule over-ridden Account in the output file.
That is inconsistent with all of our testing and experience.
by PavoGa
Wed Aug 24, 2016 3:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy sort and Hierarchy MDX
Replies: 24
Views: 14161

Re: Hierarchy sort and Hierarchy MDX

So weights can vary for each element depending on where it is in the hierarchy/hierarchies?
by PavoGa
Wed Aug 24, 2016 2:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy sort and Hierarchy MDX
Replies: 24
Views: 14161

Re: Hierarchy sort and Hierarchy MDX

I could think of a boatload of attributes to capture all parent names in all 4 hierarchies using attributes on the customer dimension, but that does not seem like the best solution to me and would still need a way to capture the ancestor information at a certain time. What if you had an attribute &...
by PavoGa
Tue Aug 02, 2016 4:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SwapAliasWithPrincipalName
Replies: 6
Views: 8114

Re: SwapAliasWithPrincipalName

One trick to remember is to always dirty the cube(s) you impact i.e. if you swap a measure, make sure you change a value in each cube that dimension is used in, then save data. Performed the following steps: 1) Swapped the ElemX and ElemY with ElemXa and ElemYa aliases. 2) Dirtied the cube, changin...
by PavoGa
Tue Aug 02, 2016 12:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SwapAliasWithPrincipalName
Replies: 6
Views: 8114

Re: SwapAliasWithPrincipalName

SwapAliasWithPrincipalName is known to have some issues and wouldn't be trusted fully. Couldn't you export the data and do the necessary changes and import it back.Of course data backup is mandatory.It far more reliable and easier.Thanks. Yes, but this dimension affects a lot of cubes, so that is t...