Search found 155 matches

by Emixam
Wed Jun 11, 2025 5:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Exception computing feeders for base cube 'Cube': IX locking is prohibited in nested transactions
Replies: 2
Views: 7306

Re: Exception computing feeders for base cube 'Cube': IX locking is prohibited in nested transactions

I had the same problem couple months ago. You can read this technote from IBM for more information: https://www.ibm.com/support/pages/exception-computing-feeders-base-cube-cubename-ix-locking-prohibited-nested-transactions I hate to say that but you'll have to review all your feeders to find the cul...
by Emixam
Mon Mar 10, 2025 2:37 pm
Forum: Bugs
Topic: TM1 Web Clipboard extension for Chrome no longer works.
Replies: 3
Views: 10384

Re: TM1 Web Clipboard extension for Chrome no longer works.

Our infrastructure team told us the new update of Chrome will break the extension and IBM told us starting 2.0.88, the extension will no longer be needed to copy-paste.. and it's working as expected !

Unfortunately, I cannot find any tech note from IBM :)
by Emixam
Tue Jan 28, 2025 4:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 215
Views: 463790

Re: Ultimate Long TM1 quiz

I remember reading somewhere it can impact performance but I don't know why. I always avoid this function because c-level rule does not impact higher-lever consolidations and it messes up the natural consolidation of elements. TM1 always calculate consolidations first THEN override consolidation val...
by Emixam
Mon Jan 20, 2025 8:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Best way to optimize feeders
Replies: 4
Views: 12612

Re: Best way to optimize feeders

Someone called me out on another post for not replying. :D I drank a lot of coffee and reviewed and optimized the feeders one by one. Mistakes were made on the 'Next Period' feeders and the feeders on consolidation. There was a "Day" dimension (ex: 2024-01-01, 2024-01-02, ...) and the feed...
by Emixam
Thu Jan 02, 2025 1:58 pm
Forum: Other OLAP tools
Topic: Limitation of other FP&A platforms
Replies: 0
Views: 87712

Limitation of other FP&A platforms

Hello, We all know TM1 can almost do everything. However, for non-tm1 expert, it can be really complicated to implement and maintain. Because of that, one of my client is considering switching to OneStream (or maybe Anaplan) and I would like to know what are the limitations of these platforms ? Have...
by Emixam
Sat Nov 09, 2024 2:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Which platform do you use to write TI and Rules ?
Replies: 8
Views: 12745

Re: Which platform do you use to write TI and Rules ?

TI/Rule with Arc but query cube view with PAW
by Emixam
Sat Nov 09, 2024 2:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Which platform do you use to write TI and Rules ?
Replies: 8
Views: 12745

Which platform do you use to write TI and Rules ?

No comment, no debate. How do you write TI and Rules ? I'm also curious how you get cube data ?
by Emixam
Wed Oct 30, 2024 1:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 215
Views: 463790

Re: Ultimate Long TM1 quiz

How optimised are these alternative solutions, what does the empirical evidence show? As per Cubewise, including the dimension reference is faster because this constrains the element search to a single dimension instead of searching over all dimensions. https://code.cubewise.com/blog/7-tips-to-writ...
by Emixam
Tue Oct 29, 2024 7:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 215
Views: 463790

Re: Ultimate Long TM1 quiz

Code: Select all

['Dim Name':'Y'] = MAX(0, ['Dim Name':'X']);
by Emixam
Thu Oct 17, 2024 3:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cube rule - Grey out Cells based on Conditions
Replies: 3
Views: 7187

Re: Cube rule - Grey out Cells based on Conditions

What you are looking at is }CellSecurity.
Here's a useful link but there is a lot more: https://exploringtm1.com/cell-security- ... ete-guide/
by Emixam
Wed Oct 02, 2024 6:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run TI via tm1py
Replies: 5
Views: 7991

Re: Run TI via tm1py

You can use tm1runti or use ProcessService class from tm1py.
by Emixam
Tue Sep 24, 2024 10:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Best way to optimize feeders
Replies: 4
Views: 12612

Best way to optimize feeders

Hello, I inherit a model with a cube of +/- 400 rules & feeders and the feeder file is 13gb. I suspect a lot of overfeed as there is not a lot of data in the cube. The server takes forever to start when the feeders are reprocess (they are using persistent feeders). I will review the feeders but ...
by Emixam
Mon Sep 02, 2024 2:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 215
Views: 463790

Re: Ultimate Long TM1 quiz

On which client you took this screenshot?
Adam is right.
by Emixam
Fri Aug 23, 2024 3:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 215
Views: 463790

Re: Ultimate Long TM1 quiz

Even if you are ReadOnlyUser, you can still create and execute TI. Simply create and execute a TI with the following command:

Code: Select all

CellPutN(0, '}ClientProperties', 'my_name', 'ReadOnlyUser');
by Emixam
Tue Aug 20, 2024 12:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ultimate Long TM1 quiz
Replies: 215
Views: 463790

Re: Ultimate Long TM1 quiz

You can make all users read only using the }ClientProperties and put a 1 under ReadOnlyUser but it will prevent them from doing input on other cubes that are not impacted by this data load. Another option could be: lock the cube (}CubeProperties) and use CubeLockOverride(1) in your TI and allow writ...
by Emixam
Wed Aug 14, 2024 3:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help on Data Validation using TM1PY
Replies: 3
Views: 4552

Re: Help on Data Validation using TM1PY

That's what we are doing. TM1py is connected to both server and we do something like this: mdx_server1 = "my_mdx1" mdx_server2 = "my_mdx2" df_server1 = tm1_server1.cells.execute_mdx_dataframe(mdx_server1) df_server2 = tm1_server2.cells.execute_mdx_dataframe(mdx_server2) if df_ser...
by Emixam
Tue Aug 06, 2024 5:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Performance of View Zero Out
Replies: 2
Views: 4488

Performance of View Zero Out

Hello, I started a project and one of the requirement was to be able to ViewZeroOut a very large data set (100,000,000+ cells). I never had to ViewZeroOut such a large data set and I noticed it takes around 10min. I was wondering if there is a rule of thumb in term of number of cell per seconds that...
by Emixam
Thu Jan 04, 2024 1:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule Dependency Query
Replies: 2
Views: 2987

Re: Rule Dependency Query

Hi, I've never done any testing but during server startup, can you see the cube dependency being created ? 12345 [] INFO 1900-01-01 00:00:00:00 TM1.Cube.Dependency Adding cube dependency: Cube 'Cube A' depends on cube 'Cube B' You could also use log4j.logger.TM1.Cube.Dependency=DEBUG in tm1s-log.pro...
by Emixam
Fri Sep 01, 2023 3:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 instance without TI (TM1 REST API only)
Replies: 1
Views: 1715

TM1 instance without TI (TM1 REST API only)

Hello,
With TM1 REST API becoming more and more popular, I was wondering if anybody ever created a model using only the TM1 REST API without any TI ? And what about only using TM1py ?

Thanks and have a good day !
by Emixam
Sat Feb 04, 2023 11:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Why transaction logs are only available in Architect ?
Replies: 3
Views: 2964

Re: Why transaction logs are only available in Architect ?

Thanks lotsaram. This is our plan but I was more curious about why it is not available in Workspace/Arc and why querying transaction from TM1py seems to be slower than Architect.