Page 1 of 1

Sandbox Transactions

Posted: Mon May 15, 2017 7:46 am
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

Re: Sandbox Transactions

Posted: Mon May 15, 2017 1:26 pm
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.