What is vcsch.log ?

Post Reply
CellPutN
Posts: 22
Joined: Mon Oct 01, 2018 1:50 pm
OLAP Product: TM1
Version: 10.2.20500.75
Excel Version: 2016
Location: Montreal, Canada

What is vcsch.log ?

Post by CellPutN »

Hello,

What is vcsch.log in the log folder ?


Thanks,
Pete
Attachments
2019-02-12_21h51_36.png
2019-02-12_21h51_36.png (364.39 KiB) Viewed 5140 times
lotsaram
MVP
Posts: 3696
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: What is vcsch.log ?

Post by lotsaram »

I'm guessing you have Pulse installed?
On install Pulse modifies or creates the tm1s-log.properties file to create this separate log file where GlobalCollection, File & System loggers are monitored. It is managed in a separate log file to not pollute the default tm1server.log file.
Pulse monitors this log for system events.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
CellPutN
Posts: 22
Joined: Mon Oct 01, 2018 1:50 pm
OLAP Product: TM1
Version: 10.2.20500.75
Excel Version: 2016
Location: Montreal, Canada

Re: What is vcsch.log ?

Post by CellPutN »

Yes we have Pulse installed!

Thanks a lot Lotsaram, always helpful !!
Niko
Posts: 55
Joined: Tue Feb 15, 2022 6:43 am
OLAP Product: IBM Cognos TM1
Version: PA 2.09 / TM1 11.7.00000.42
Excel Version: EXCEL 2019
Location: Asia

Re: What is vcsch.log ?

Post by Niko »

lotsaram wrote: Wed Feb 13, 2019 6:35 am I'm guessing you have Pulse installed?
On install Pulse modifies or creates the tm1s-log.properties file to create this separate log file where GlobalCollection, File & System loggers are monitored. It is managed in a separate log file to not pollute the default tm1server.log file.
Pulse monitors this log for system events.
Hi,lotsaram, i want to know how to close this log generate
lotsaram
MVP
Posts: 3696
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: What is vcsch.log ?

Post by lotsaram »

From tm1s-log.properties you can comment out or remove the following section.

Code: Select all

log4j.appender.SRC=org.apache.log4j.SharedMemoryAppender
log4j.appender.SRC.File=vcsch.log
log4j.appender.SRC.MaxFileSize=10 MB
log4j.appender.SRC.MaxBackupIndex=0
log4j.appender.SRC.TimeZone=Local
You also need to remove the reference to "SRC" from any loggers being written to multiple files and remove completely or comment out lines for loggers that are being written only to SRC.

Note: if Pulse is running on the server then it would simply recreate these entries in tm1s-log.properties so there would be no point doing it.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
Post Reply