Search found 9 matches

by Bert
Wed Jul 21, 2021 4:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Planning Analytics 2.0.9.9
Replies: 39
Views: 44433

Re: Planning Analytics 2.0.9.9

No workbook is active/opened. You use TM1 > Explorer to log on in Perspectives. You open a view on a random cube and ask for an Active form to Excel. Nothing out of the ordinary I would say. Bam ! Error ! It looks like you also have Planning Analytics for Excel (PAX / PAfE) open. This will cause an...
by Bert
Wed Jul 21, 2021 1:40 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Planning Analytics 2.0.9.9
Replies: 39
Views: 44433

Re: Planning Analytics 2.0.9.9

Right. So you upgrade to 2.0.9.9 (over an existing 2.0.8 install) installing the server, Architect and Perspectives, TM1 Web and a bunch of other things that are not important for now. 2 small TM1 models are opening fine in Architect when their respective services are started and the data is loaded...
by Bert
Tue Oct 15, 2013 7:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CX 10.1 rule compiler incorrect logical comparison
Replies: 4
Views: 2917

Re: CX 10.1 rule compiler incorrect logical comparison

Have you tried either putting the conditions within Parentheses e.g. ... ('A' @= !A) & ('B' @= !B) ... or just the dimension reference within Parentheses e.g. ...'A' @= (!A) & 'B' @= (!B)... I would expect both examples to work fine. The first example can also make the rule easier to underst...
by Bert
Mon Mar 26, 2012 12:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Not able to see the services running for tm1 in 2008 R2
Replies: 11
Views: 6443

Re: Not able to see the services running for tm1 in 2008 R2

Are you installing 32 bit or 64 bit TM1? If 32 bit, I think you need to install the services manually.
by Bert
Thu Aug 06, 2009 11:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Executive Viewer Client
Replies: 7
Views: 5724

Re: Executive Viewer Client

From the readme.txt When you apply element security on Dimensions within an Applix TM1 cube, where ancestors of available (read/write) elements are made unavailable as part of the security profile, you must do the following: 1) Preload the cube; 2) If meta-data of the cube is expected to change duri...
by Bert
Mon Apr 27, 2009 12:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Securtity Rights not working in Excel tables
Replies: 17
Views: 15929

Re: Securtity Rights not working in Excel tables

I wasn't suggesting to use cell level security. The reason for asking if it has been used was that it could explain why a user can see data for elements that they have no access to. If cell security has been defined as Read or Write then this will override the None set for the dimension element secu...
by Bert
Thu Apr 23, 2009 8:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Securtity Rights not working in Excel tables
Replies: 17
Views: 15929

Re: Securtity Rights not working in Excel tables

Have you used cell level security for the cube in question? If so, where defined, this will override the dimension element security.

Bert.
by Bert
Tue Feb 24, 2009 6:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA code for Integrated Login
Replies: 8
Views: 8430

Re: VBA code for Integrated Login

Have you tried TM1SystemServerConnectIntegratedLogin?

Declare Function TM1SystemServerConnectIntegratedLogin Lib "tm1api.dll" (ByVal hPool As Long, ByVal sServerName As Long) As Long

Bert.
by Bert
Fri Dec 19, 2008 10:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Sliding Attributes
Replies: 3
Views: 3086

Re: Sliding Attributes

I've seen attributes move when database files are renamed, specifically a }ElementAttributes_xxx.cub file (which shouldn't be renamed). It could be worth checking which dimensions are used in the problematic attribute cube to see if this is the case.

Bert.