Search found 40 matches

by Guillaume Galtier
Thu Nov 24, 2016 4:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Perspectives not working -- tm1xl.ocx not found
Replies: 3
Views: 5501

Re: Perspectives not working -- tm1xl.ocx not found

Hi jpjosey,

We already faced this kind of issue and registering the dlls didn't work at all.

The problem was coming from a conflict with another Excel add-in: Business Object Live Office Add-In
We fixed the issue deactivating this add-in.

Hope that helps

Guillaume
by Guillaume Galtier
Mon Oct 24, 2016 12:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule based on currently selected/active value of a Dimension
Replies: 4
Views: 4260

Re: Rule based on currently selected/active value of a Dimension

Now our Idea was to add the "Value in % of Net Revenue" KPI wit a formular like ['Value in % of Net Revenue'] = ['Whatever Element of the group is active right now'] / ['Net Revenue']; But i have no idea if it is possible to have the red part as dynamic as "if the element 'xyz' is se...
by Guillaume Galtier
Thu Oct 20, 2016 1:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset using index
Replies: 9
Views: 6820

Re: Subset using index

Hi, I'm on 10.2.2FP1 and SubsetMDXSet is also available. Using the syntax SubsetMDXSet(DimName, SubsetName, '') on an existing dynamic subset, the subset becomes static. But using the syntax SubsetMDXSet(DimName, SubsetName, MDX Expression), the target subset remains dynamic (the MDX is attached to ...
by Guillaume Galtier
Thu Oct 20, 2016 12:24 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bringing numeric cell value as it is from the database
Replies: 9
Views: 6947

Re: Bringing numeric cell value as it is from the database

The measure element 'SALES_TAX_AMT' is numeric and has a format with 3 decimals in the ODBC data source. Eg. '35.832'. Since I need to output this value in to a text file, I convert this element in to string data. While converting, I used trim () to get rid of the trailing spaces and str(). With st...
by Guillaume Galtier
Tue Oct 11, 2016 8:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 168388

Re: SSL breaks on Nov 24

I have a question on the V2 Certificate option (#4). I am reading through the "How to Configure" file provided by IBM and i am not seeing anything that references the Client. Does option 4 not have a required client side update? This would be great as that will save me the headache of pre...
by Guillaume Galtier
Mon Oct 10, 2016 2:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 168388

Re: SSL breaks on Nov 24

I'm on the same set up as you, although we do use Ops Console and have desires to use CDM in the future too. My testing seemed to show it was mostly fine, as long as you don't currently or in the future have requirements to use other tools with TM1 then you should be fine. Thank you Steve. We're no...
by Guillaume Galtier
Mon Oct 10, 2016 1:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 168388

Re: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)

He will update this section tho: Do NOT proceed with this documentation unless you either: a) Do NOT use TM1 Operations Console/PMHub/CAFE b) or are on TM1 10.2.2 FP4+ To state: IBM Cognos TM1 v2 Certificates (TM1 10.2.2 FP4 IF1+ only) Not sure to follow you. That means that switching to v2 certifi...
by Guillaume Galtier
Mon Oct 10, 2016 11:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 168388

Re: SSL breaks on Nov 24

Hi, The option chosen is to switch to the IBM Cognos TM1 v2 Certificates. Re-reading the Technotes, I feel a bit confused regarding the limitations of this option (limitations I hadn't noted before... :| ). On the technote "How to update your expiring IBM Cognos TM1 Certificates" ( http://...
by Guillaume Galtier
Thu Sep 22, 2016 9:17 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 168388

Re: SSL breaks on Nov 24

Well in that case just updating the certificates on the server might work. The Admin Host service will communicate with the TM1 services via SSL using the v2 certificate (communication between server components cannot be non-SSL as far as I'm aware) and the TM1 clients would communicate with Admin ...
by Guillaume Galtier
Wed Sep 21, 2016 12:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 168388

Re: SSL breaks on Nov 24

Does this mean that updating the certificates to v2 on the Admin Server will be enough to solve the problem in my case? My concern is to go through the 24 Nov without planning a deployment on the clients... Unfortunately, I don't see how this could work. Clients would have to be updated too to use ...
by Guillaume Galtier
Wed Sep 21, 2016 10:09 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 168388

Re: SSL breaks on Nov 24

Yes, this behaviour is expected. As already mentioned earlier in this thread, this approach will not work. The reason it doesn't work is the fact that UseSSL is a parameter that controls how the communication between the TM1 server and the TM1 clients is performed, but not how the communication wit...
by Guillaume Galtier
Wed Sep 21, 2016 9:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SSL breaks on Nov 24 (TM1 SSL Certificates Expire on 24 November)
Replies: 164
Views: 168388

Re: SSL breaks on Nov 24

Hi All, SSL is turned off on my configuration (UseSSL=F into my tm1s.cfg file). I performed some tests simulating the 25 Nov 2016 (changing the system date on the client side). I was expecting to be able to access my servers as usual but it's not the case: all the servers disappeared from my server ...
by Guillaume Galtier
Tue Jan 15, 2013 3:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI process - Execution speed decrease
Replies: 5
Views: 5094

Re: TI process - Execution speed decrease

First of all, thanks for your replies. Tomok, the process i'm talking about, is a big process calling many sub processes to do a lot of mathematical calculation and to fill in a cube. The sources of these processes are other cubes (including data calculated by rules) and the destination cube itself....
by Guillaume Galtier
Tue Jan 15, 2013 10:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI process - Execution speed decrease
Replies: 5
Views: 5094

TI process - Execution speed decrease

Hi everybody, I'm facing a strange behaviour running a TI calculation process. After several working hours or several processes executions, the execution's speed of my calculation process is running low critically (from 10min initially to a couple of hours) Looking at the memory state on the TM1 ser...
by Guillaume Galtier
Fri Jan 11, 2013 9:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Server start & Message Log
Replies: 9
Views: 7939

Re: Server start & Message Log

Thank you guys for your clear explanations, I understood! The model has effectively been updated recently. The cube "Inventory" has been rebuilt adding new dims, new rules and feeders (conditionnal feeders). For information, the MaximumCubeLoadThreads option into the cfg is set to 1. I've ...
by Guillaume Galtier
Thu Jan 10, 2013 6:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Server start & Message Log
Replies: 9
Views: 7939

Server start & Message Log

Hi guys ! I'm trying to understand why the starting of our TM1 server has recently increased. Looking at the log I can see this: .... 5296 [] INFO 2013-01-10 17:53:14.285 TM1.Server Processing feeders for cube "Inventory" 4484 [] INFO 2013-01-10 17:56:02.438 TM1.Cube.Dependency Adding cube...
by Guillaume Galtier
Thu Dec 13, 2012 9:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Removing Rule populate a cube with 0 values
Replies: 4
Views: 3783

Re: Removing Rule populate a cube with 0 values

Thanks for your answers guys ! My conf is: Server: Windows Server 2008 SP1 64-bit. TM1 Version: 9.5.2 Client: Windows XP. So I can't use the RulesOverwriteCellsOnLoad parameter , but thanks, I will keep it in mind when we will upgrade the system. I've omitted to say that the scope imapcted by my rul...
by Guillaume Galtier
Wed Dec 12, 2012 5:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Removing Rule populate a cube with 0 values
Replies: 4
Views: 3783

Removing Rule populate a cube with 0 values

Hello guys,

I don't understand why, but when I remove a rule on my cube, the scope which was previously calculated by the rule is populated with 0 values.
Dont know if there is a link but I use in my rule the Undefvals function.

Thanks in advance for your help ! :)

Guillaume
by Guillaume Galtier
Thu Jul 19, 2012 8:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CellGetS fails to retrieve calculated string values
Replies: 5
Views: 5036

Re: CellGetS fails to retrieve calculated string values

Duncan P wrote:Regardless of any other reason, the S: needs to be first. See http://www.tm1forum.com/viewtopic.php?t=7146.
And the winner is Duncan !! :D

I've just inverted the N: and S: rules and now CellGetS in my TI process returns the good values.

Thank you !!

Guillaume
by Guillaume Galtier
Thu Jul 19, 2012 7:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CellGetS fails to retrieve calculated string values
Replies: 5
Views: 5036

Re: CellGetS fails to retrieve calculated string values

Thank you all for your replies ! My guess is that you have written ['MyCalcVersion'] = N: ['MySourceVersion']; ['MyCalcVersion'] = S: ['MySourceVersion']; when you need to write ['MyCalcVersion'] = N: ['MySourceVersion']; ['MyCalcVersion'] = S: db('MyCube','MySourceVersion',!Dim1,!Dim2); You can't u...