Blog

QueBIT Blog: TM1 TurboIntegrator Debugger Will Make Your Life Easier

Posted by Yunhee Choi

Find me on:

Aug 22, 2017 10:42:00 AM

Most of us can probably agree that detecting issues behind how the TurboIntgrator (TI) process is loading or calculating data is a very time consuming and tedious task. In order to have visibility into what is being processed, developers would usually resort to using ASCIIOUPUT() statements in their code, which would then produce CSV/TEXT files.

main-qimg-21aa4411b22ca39f6569a533fc9a207e.png

There is good news! IBM has recently released a debugger tool for TM1’s TurboIntegrator processes and there are many ways in which this debugger tool will help make your life easier. 

Here’s a quick summary of what this new tool can do for you:

  1. Make TurboIntegrator Processes Easier to Read

If you prefer using Advanced Rules Editor for its visual perks like the color coding and collapsing/expanding of defined regions, etc. – you can now enjoy these features in TI by using the debugger!

 

  1. Allow for Real-Time Debugging

By stepping through code line by line, the debugger will provide defined variables at any point in time. This can replace the need for ASCIIOUTPUT() statements and dealing with multiple output files.

 

  1. Simplify IF/WHILE Loop Statements

With the IF/WHILE Loop statements, the debugger will step into the portions being processed and skip over the rest. IF and WHILE statements are collapsible in the debugger as well.

 

  1. Allow for booking problematic points in the TurboIntegrator process by using what is called a “Breakpoint”

You can bookmark by line, by type of lock, and by specified data. While adding breakpoints to problematic points in the TurboIntegrator Process, it is possible to add conditional expressions – anything you can put in an IF Statement within a TI, you can also put in your breakpoint as a conditional expression.

 

  1. Help with Performance Testing

You can see the time elapsed per line within the TurboIntegrator Process which will direct attention to part that take the most time being processed.

 

  1. Define Object Locks on the Server

There is an Object Locks pane that will summarize by object name, object type, lock mode, and scope.

Currently, the TurboIntegrator Debugger is only available for TM1 10.2.2 FP 7 and Planning Analytics Local. To install the debugger tool, download the zip file here and edit the TM1 Config file as specified.

Want to know more about IBM’s TM1 TurboIntegrator Debugger?  Register Now for our upcoming webinar!

 

   

Blog Search

Subscribe to Email Updates

Popular Posts

Recent Posts

Follow Me