TI Process Log Cube

Post Reply
Beast
Posts: 20
Joined: Thu May 13, 2010 4:58 pm
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

TI Process Log Cube

Post by Beast »

Looking to record when a TI process starts and ends in a Process Log Cube. Ive created a variable for each

vStarted = TIMST(NOW,'\D_\M_\Y_\h_\i_\s'); I have put into the Prolog tab and then done a CellPutS to a Log cube

vEnded= TIMST(NOW,'\D_\M_\Y_\h_\i_\s'); I have put in the Epilog tab and again done a CellPutS to a log cube

All seems to work fine apart from fact that both Start and End times are exactly the same, and although I am not loading a lot of data in the TI i would expect it to take more than a second to execute successfully ? Have I got the variables in the right place ?

Also Id like to have some sort of status flag for the process along the lines of 'Completed', 'Error' or something similar, has anybody done something similar ?

Thanks as always for any help.
declanr
MVP
Posts: 1830
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: TI Process Log Cube

Post by declanr »

Have you looked in the actual server log file to see the timestamps for process executed and process completed to see how long they take to complete?
Declan Rodger
winsonlee
Regular Participant
Posts: 180
Joined: Thu Jul 01, 2010 3:06 am
OLAP Product: Cognos Express
Version: 9.5
Excel Version: 2007
Location: Melbourne, Australia

Re: TI Process Log Cube

Post by winsonlee »

http://www.bihints.com/monitoring_chore ... ail_part_2

prob you can do something like the above tutorial.
nick_leeson
Posts: 98
Joined: Sat Feb 11, 2012 11:13 am
OLAP Product: TM1 9x, BPC, Hyperion, HANA
Version: TM1 10
Excel Version: Excel 2003 - 2010

Re: TI Process Log Cube

Post by nick_leeson »

A document that will give you a few ideas.
http://www.ibm.com/developerworks/data/ ... ge328.html


Cheers
lotsaram
MVP
Posts: 3704
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: TI Process Log Cube

Post by lotsaram »

The 2 links you've been given above are pretty good and I think about all you need to build your own process logging solution. Depending on the number of records you are processing I wouldn't be too surprised if start time and finish time were the exact same second considering that TI should processes multiple thousand records per second.
Beast
Posts: 20
Joined: Thu May 13, 2010 4:58 pm
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

Re: TI Process Log Cube

Post by Beast »

Some great responses as always.

The two links provided were excellent and provided some useful techniques.

And you were all write as well, the process I was testing did indeed take only a second to run.

Thanks.

:D
Post Reply