Page 1 of 1
Cube Serialized messages in TM1 transaction logs
Posted: Tue Mar 19, 2013 3:33 am
by tm1novice
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 !
Re: Cube Serialized messages in TM1 transaction logs
Posted: Tue Mar 19, 2013 8:02 am
by Andy Key
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.
Re: Cube Serialized messages in TM1 transaction logs
Posted: Tue Mar 19, 2013 2:22 pm
by Gabor
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.
Re: Cube Serialized messages in TM1 transaction logs
Posted: Wed Mar 20, 2013 7:04 am
by Andy Key
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.
Re: Cube Serialized messages in TM1 transaction logs
Posted: Thu Mar 21, 2013 2:04 pm
by tm1novice
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.
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.
Any idea ?
Thanks in advance !