TM1ProcessError.LOG function for IBM Planning Analytics (TM1)
TM1ProcessError.LOG generates a log file when a process encounters an error.
In this video, a process will be executed which will cause an error that creates a TM1ProcessError log file.
Where can the TM1ProcessError.LOG function be used?
TurboIntegrator
Which TM1 Server version is the TM1ProcessError.LOG function available for?
Version 11 and 12
What is the syntax for TM1ProcessError.LOG?
TM1ProcessError_<time stamp>_<UID>_<process name>.log
- TM1ProcessError_ = TM1ProcessError file always start with TM1ProcessError_
- Time stamp = Date and time that an error file has generated
- UID = Unique identifier expressed as MMMTTTTT
- Process name = Name of the process where an error has occurred.
Relevant Functions
- MinorErrorLogMax = Sets the maximum number of minor errors written in the TM1 process error log file
- NValue = A TM1 reserved local variable. We don’t need to define this variable to use it in the TM1 script
- OnMinorErrorDoItemSkip = Instructs the process to skip to the next record when a minor error is encountered
- SValue = A TM1 reserved local variable. We don’t need to define this variable to use it in the TM1 script
- TM1ProcessError.log = Generates a log file when a process encounters an error
- Value_Is_String = A reserved local variable that checks if the data source type is a string or number