Category: Blog
-

TM1py v1.11 is now available
With this release, TM1py closed the performance gap between TM1py and Turbo Integrator. Thanks to @AndrewScheevel, @Kevin Dekker and @Felipe Fonseca for contributing code!
-

Connecting to the Pulse Database
Since Pulse v5.6, Pulse uses only one h2 database by default, to access the data you just need to connect to the docs.h2.db. Instead of the h2 database, since v5.6 you can migrate your Pulse data to a MS SQL Server.
-

Fine-tuning for Pulse
The pulse default configuration should be enough for most environments. This article shares some tips to improve the performance of Pulse if it slows down. Migrating to MS SQL Server The default H2 database is single-threaded. It means that if you have many Pulse users and many TM1 instances. The queries to the database might…
-

Downloading elements during the documentation
By default, Pulse is going to download the elements for all dimensions with fewer elements than the maximum number of elements defined in Pulse.cfg (MaximumElements). If you don’t need Pulse to download elements, you should turn this off. By turning this off, the documentation will be significantly faster because Pulse will not have to request…
-

Determine the version of IBM Planning Analytics
Updated on the Nov,2nd 2022
-

Cube Viewer and Subset Editor Hidden Gems
Arc continues to establish itself as a well know state of the art development interface for IBM Planning Analytics (TM1) developers.
-

Arc and Slice v4.0 is now available
A new version of Arc and Slice is now available to download. Version 4 is a big milestone in the history of Arc and Slice. You can now connect your Arc server to Pulse to unlock many new features in your Arc application, such as Instance/Server Monitoring, Full Model Search, Alerts and Change Tracking. We…
-

Pulse v6.2 is now available
Pulse v6.2 comes with many optimizations in the logic to determine the status of the TM1 instances. The main new feature is the connection with Arc.
-

Create Dynamic Asynchronous Views with MDX
Everyone who works with IBM Planning Analytics / TM1 is familiar with a cube view that you can create using a cube viewer.
-

Making it Easier to Write and Test MDX Queries with Arc
As we explained in a previous article, MDX is becoming more and more important in the IBM Planning Analytics / TM1 community and it is one of the key skills that any TM1 developer needs to have in order to make the most of the software.