MinorErrorLogMax
This TurboIntegrator local variable defines the number of minor errors that will be
written to the TM1ProcessError.log file during process execution. If this variable is not defined in
the process, the default number of minor errors written to the log file is 1000.
Syntax
MinorErrorLogMax=N;
Argument |
Description |
---|---|
N |
Value indicating the number of errors that should be written to the log file. Specify an integer greater than zero to set the maximum number of errors written to the log file. Specify a value of 0 to log no errors during process execution. Specify a value of -1 to allow an unlimited number of minor errors to be written to the log file. |
The following table provides an example error log message
and the corresponding result.
Example |
Result |
---|---|
MinorErrorLogMax=750; |
The log file will accept up to 750 errors. |
MinorErrorLogMax=0; |
No errors will be written to the log file. |
MinorErrorLogMax=-1; |
No limit on the number of errors written to the log file. |