Move Process Log ?

Post Reply
StoneDX
Posts: 7
Joined: Fri Jul 24, 2009 11:27 am
OLAP Product: Essbase, TM1
Version: 9.3
Excel Version: 2003

Move Process Log ?

Post by StoneDX »

Hello to all

My users wants to have access to their TI ProcessLog files, but ITs don't want them to have access to other logs such as TM1s.log
Do you know a way to do it ?

I tried using LoggingMessage in TM1.cfg, but it set all logs directory, not only ProcessLog.
Maybe I should add some lines on all my TI process and use the ASCIIouput to recreate a new log, but I am not sure it will do the job
Does anyone has already do it ?

Thank you in advance

StoneDX
User avatar
George Regateiro
MVP
Posts: 326
Joined: Fri May 16, 2008 3:35 pm
OLAP Product: TM1
Version: 10.1.1
Excel Version: 2007 SP3
Location: Tampa FL USA

Re: Move Process Log ?

Post by George Regateiro »

Our solution has been to email the log to the users.

We have a TI process that is called in the event of an error. This process calls a exe that will send an email to the user with the log attached.

As far as I know TM1 does not distinguish between the logs.
lotsaram
MVP
Posts: 3698
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: Move Process Log ?

Post by lotsaram »

The live tm1s.log file will be locked for viewing by TM1, there should be no need to be concerned about access to the tm1server.log file

Old tm1sYYYYMMDDHHMMSS.log files can be moved via script either run at regular intervals by windows scheduler and/or called by TI every time a process with SaveDataAll is run. This is easy to implement and should be sufficient to address security concerns.
Post Reply