Sandbox Transactions

Post Reply
chewza
Posts: 146
Joined: Tue Aug 17, 2010 11:51 am
OLAP Product: TM1
Version: 9.5
Excel Version: 7

Sandbox Transactions

Post by chewza »

Hi there

Would appreciate it if someone can tell me how sandbox transactions are logged/saved etc.

They will obviously be saved by the "CXTM1SaveDataAll" command, but will transaction logging happen automatically if transaction logging is turned on for the cube concerned?

Many thanks!

Chris
BrianL
MVP
Posts: 264
Joined: Mon Nov 03, 2014 8:23 pm
OLAP Product: TM1
Version: 9.5.2 10.1 10.2 PA2
Excel Version: 2016

Re: Sandbox Transactions

Post by BrianL »

Yes, sandbox transaction logs will be written out when the cube has logging enabled. Each sandbox has its own transaction log. They will show up in the "<LoggingDirectory>\sandboxlogs\<client_name>\<sandbox_index>\" folder.

There is also a global tm1s.cfg option

Code: Select all

EnableSandboxTransactionLog=T (default)
that can disable all sandbox transaction logs.
Post Reply