I am getting this error message when running a chore. I found one similar topic but it didn't help much.
Code: Select all
2216 [] INFO 2020-01-13 15:43:04.314 TM1.Process Process "Data Import - Financial" executed by chore "Data Import - Financial"
2216 [] ERROR 2020-01-13 15:43:04.316 TM1.Process ExecuteProcess() aborted, recursion level too deep
2216 [] ERROR 2020-01-13 15:43:04.317 TM1.Process Process "Data Import - Financial": : System stack overflow, process terminated : ExecuteProcess() aborted, recursion level too deep
2216 [] INFO 2020-01-13 15:43:04.317 TM1.Chore Chore "Data Import - Financial" time = 64.25 seconds
2216 [] INFO 2020-01-13 15:43:04.319 TM1.Chore Chore "Data Import - Financial" finished executing
The problem is that once the chore ends with this error message it ends always with this error until I restart server and it doesn't matter if this chore runs automatically or I run it manually. These subsequent executions of chore end immediately with this error. If I run manually TI process which is inside this chore then it finishes successfully. So it looks like that only problem is that chore.
I can understand that when one TI clashes with another TI then it can be rollbacked and finishes with any error. But subsequent executions should be fine. This chore usually runs without any issue.
Have you experienced something like that? Thanks for any hint and help.
Matej