How to get string from log file ?

Post Reply
Moder
Posts: 2
Joined: Fri Apr 20, 2018 8:18 am
OLAP Product: Planning Analytics
Version: 2.0.4
Excel Version: 2010

How to get string from log file ?

Post by Moder »

tm1server.log show the information of processes and date time that event occurs.

Which tm1 command can handle this issue ? And how to use it ?

For Example : If I want all error information from that latest process, what should I do ?

Thank you for your help

Have a nice day
Wim Gielis
MVP
Posts: 3103
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: How to get string from log file ?

Post by Wim Gielis »

Hello

Process this file in Turbo Integrator as a text file data source.
The Metadata and Data tab of the process will allow you to write code to act on each line of the file.
Typical functions to use will be Scan, Subst, Delet, and then of course DimensionElementInsert, CellPutN/S, CellIncrementN, ... just to store this information in a cube.
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Post Reply