Page 1 of 1

"Process Aborted" - TM1 warning after running a process

Posted: Wed Dec 08, 2010 7:21 am
by rayjk
I am running a process and I get warning message "Process Aborted". When look into log file it says that "epilog procedure SaveDataAll failed". What is interesting the process runs and loads the data. I never got this message before and I didn't change anything either in the process or files that I am loading. What can be the cause of this warning ????

Re: "Process Aborted" - TM1 warning after running a process

Posted: Wed Dec 08, 2010 2:31 pm
by ajain86
Have you checked the tm1s.log file to see if you are getting an error where it was unable to acquire a lock.

This means there is some process running in the middle that is not releasing all the locks which is required to do a savedataall.

I have always found it best to move savedataall into its own process.