4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Cognos TM1のTurbo Integrator のデバッガー

Last updated at Posted at 2017-04-07

##概要
Cognos TM1 10.2.2のFP7が2017年3月末にリリースされましたが、FP7からTurbo Integratorのデバッガーが使用できるようになりました。

IBM TM1 TurboIntegrator Debugger
https://community.ibm.com/community/user/businessanalytics/blogs/stuart-king1/2020/03/19/turbo-intergrator

上記ページにダウンロードURLの記載があります。
https://community.ibm.com/community/user/businessanalytics/viewdocument/turbo-integrator-debugging-tool?CommunityKey=8fde0600-e22b-4178-acf5-bf4eda43146b&tab=librarydocuments

こんな感じの画面です。
009.PNG

##セットアップ手順
当然ですが、TM1 ServerにFP7が適用されている事が前提です。

先のTIデバッガー紹介リンクにある、TI Debugger here.の文字から、TI Debuggerをダウンロードします。

デバッグ対象のTM1サーバーのTm1s.cfgに以下を追加します。
HTTPPortNumber=8000
EnableTIDebugging=True
001.PNG

UseSSL=T になっている事も確認して下さい。
005.PNG

TM1サーバーを再起動します。
002.PNG

先ほどダウンロードしたデバッグツールを任意のフォルダに解凍し、TurboDebugger.batを実行します。
※TM1 Serverノードではなく、開発用端末で解凍です。
003.PNG

URLの指定を、http → https に変更し、ホスト名をTM1 Serverノードのホスト名に変更します。
UsernameとPasswordを入力し、Loginします。
006.PNG

任意の行を右クリック表示されるメニューで、ブレークポイントの指定が可能です。
007.PNG

この画面上でTIプロセスを選択し、Executeします。
008.PNG

StepOver、StepIn、StepOutなど可能です。
StepOutしてPrologタブのブレークポイントで止まっている状態です。
009.PNG

Variablesの状態や、ロックの状態が表示されています。
010.PNG

4
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?