|
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. |
|