Hi,
Can anyone have any idea how to stop the ""CubeSerialized" messages in the transaction logs of TM1 ?
With TM1 10.1 new feature, whenever a cubesavedata is called or security is refreshed, cubeserialized message enters in TM1 transaction logs.
But its filling the transactions logs very quickly. Any way to stop these messages in transaction logs ?
Thanks in advance !
Cube Serialized messages in TM1 transaction logs
-
- MVP
- Posts: 352
- Joined: Wed May 14, 2008 1:37 pm
- OLAP Product: TM1
- Version: 2.5 to PA
- Excel Version: Lots
- Location: Sydney
- Contact:
Re: Cube Serialized messages in TM1 transaction logs
As the CubeSerialized messages are in the Transaction Log to enable the most efficient use of the logs with CubeSaveData (rather than SaveDataAll) I doubt there would be a way of stopping them being added.
Andy Key
-
- MVP
- Posts: 170
- Joined: Fri Dec 10, 2010 4:07 pm
- OLAP Product: TM1
- Version: [2.x ...] 11.x / PAL 2.1.13
- Excel Version: Excel 2016-2021-365
- Location: Germany
Re: Cube Serialized messages in TM1 transaction logs
You may try to alter the logging properties by editing the file "tm1s-log.properties". This usually resides in the "tm1s.cfg" folder or it needs to be created there.
The logging tree provides several options, but I guess you need to start with the documentation and then decide, if there is an appropriate level which fits to your needs.
The logging tree provides several options, but I guess you need to start with the documentation and then decide, if there is an appropriate level which fits to your needs.
-
- MVP
- Posts: 352
- Joined: Wed May 14, 2008 1:37 pm
- OLAP Product: TM1
- Version: 2.5 to PA
- Excel Version: Lots
- Location: Sydney
- Contact:
Re: Cube Serialized messages in TM1 transaction logs
We're talking about the Transaction log here, not the Message log. So I don't think changing anything in tm1s-log.properties will have any effect.
Andy Key
-
- Posts: 29
- Joined: Fri Nov 23, 2012 6:25 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2003
Re: Cube Serialized messages in TM1 transaction logs
Thanks Andy. Yes you are right. It comes with a new feature of TM1 when we do the savedata. I understand its importance in this context, but I dont understand why the same kind of logs are generated when we refresh the TM1 security.Andy Key wrote:As the CubeSerialized messages are in the Transaction Log to enable the most efficient use of the logs with CubeSaveData (rather than SaveDataAll) I doubt there would be a way of stopping them being added.
Any idea ?
Thanks in advance !