Hello,
What is vcsch.log in the log folder ?
Thanks,
Pete
What is vcsch.log ?
-
- 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 ?
- Attachments
-
- 2019-02-12_21h51_36.png (364.39 KiB) Viewed 5166 times
-
- 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 ?
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.
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.
-
- 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 ?
Yes we have Pulse installed!
Thanks a lot Lotsaram, always helpful !!
Thanks a lot Lotsaram, always helpful !!
-
- 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 ?
Hi,lotsaram, i want to know how to close this log generatelotsaram 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.
-
- 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 ?
From tm1s-log.properties you can comment out or remove the following section.
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.
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
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.