-
Updating the Pulse Opensearch JVM maximum memory
This article explains how to update the Pulse Opensearch maximum memory. To see how much memory the Pulse Opensearch service is using, open Task Manager and look for pulse-opensearch.exe (in the example below it is currently using 697,644K): The minimum memory should be 1 GB. This value can be overwritten when installing Pulse. Updating the Pulse Opensearch…
-
WatsonX Virtual Assistants for Planning Analytics with Marius Wirtz
Interested in adding a virtual assistant to your IBM Planning Analytics model? Check out this video!
-
AI Agents, WatsonX, and Python The Future of Planning Analytics with Nic Renotte
Here’s an in-depth discussion with Nic Renotte covering AI Agents, WatsonX, Python, and how these tools are revolutionalizing IBM Planning Analytics.
-
Text, Context, and Subtext: Building Better FP&A Models
Don’t overlook context and subtext when discussing model requirements.
-
Monthly Newsletter, December 2024
Welcome to education and inspiration with the December edition of Cubewise’s Educational Departments Newsletter. Explore a curated collection of enriching topics tailored to inspire and educate. Whether you’re a seasoned professional or a curious learner, discover insights that await you in this edition. For further exploration or questions, contact us at edu@cubewise.com. Happy reading!
-
ProcessExitByProcessRollback function for IBM Planning Analytics (TM1)
ProcessExitByProcessRollback function for IBM Planning Analytics (TM1) ProcessExitByProcessRollback triggers a process rollback and exits with an error code that discards all pending edits and stops further processing in a TurboIntegrator process. An error message is written to the tm1server.log and tm1processorerrorXXX.log files. Additionally, ProcessExitByProcessRollback returns the error code number. Where can the ProcessExitByProcessRollback function be…
-
ProcessExitByChoreRollback function for IBM Planning Analytics (TM1)
ProcessExitByChoreRollback function for IBM Planning Analytics (TM1) ProcessExitByChoreRollback triggers a chore rollback and exits with an error code that discards all pending edits and stops further processing in a TurboIntegrator process. An error message is written to the tm1server.log and tm1processorerrorXXX.log files. Additionally, ProcessExitByChoreRollback returns the error code number. Where can the ProcessExitByChoreRollback function be…
-
Migrating cube data
Starting with Pulse v6.5.1, cube data can be migrated using the Live option. It means that you can migrate cube data between two TM1 instances without having to restart the instance. Option to include cube data When creating a new migration package, the option Include Cube Data needs to be ticked as below: Then after…
-
RuleLoadFromFileEx function for IBM Planning Analytics (TM1)
RuleLoadFromFileEx function for IBM Planning Analytics (TM1) RuleLoadFromFileEx creates or overwrites a cube’s rule from a text file. The file must use a semi-colon (;) to end each rule and a hash (#) for comments. Where can the RuleLoadFromFileEx function be used? TurboIntegrator Which TM1 Server version is the RuleLoadFromFileEx function available for? Version 11…
-
CubeRuleSet function for IBM Planning Analytics (TM1)
CubeRuleSet function for IBM Planning Analytics (TM1) CubeRuleSet returns all the rule lines within a cube rule as a single string. Where can the CubeRuleSet function be used? TurboIntegrator Which TM1 Server version is the CubeRuleSet function available for? Version 11 and 12 What is the syntax for CubeRuleSet? CubeRuleSet(RuleName, RuleString) Relevant Functions