SetChoreVerboseMessages

SetChoreVerboseMessages is used to turn on (or off) more verbose reporting of messages to the Tm1s.log file. You can use this function to debug chores in which several processes call each other with the ExecuteProcess function.

This function is valid in processes only.

This function is not supported in processes on TM1 Database 12.

Syntax

SetChoreVerboseMessages(Flag);

Passing a zero value turns off the output of these messages, passing a non-zero value enables the output of more verbose messages. By default this flag is off.

Use this function to turn on (or off) more verbose reporting of messages to the Tm1s.log file. This function is best used as an aid to debugging chores in which several processes call one another through use of the ExecuteProcess function.

Passing a zero value turns off the output of these messages, passing a non-zero value enables the output of more verbose messages. By default this flag is off.

Argument

Description

Flag

Set to a non-zero value to enable more verbose messaging. Set to zero (default) to turn off verbose messaging.