Page 1 of 1

Error occurred while Chore was running

Posted: Sun May 26, 2013 7:27 am
by roei61
Hi to all the TM1 experts,

I'm trying to load data from ODBC by a few process.
After the data was loaded into one of the cubes I have a diffrent cube that a process transfers relevent data to it.
All those process are working together in a chore.
Everything was working fine till I start getting the following message:
"Error occurred while chore was running. Please check the message log file".
When I'm looking at the log file I see that the process compeleted successfully with no errors at all, but all my cubes don't have the data.
Did someone handaled such situation?

Thanks in advanced

Re: Error occurred while Chore was running

Posted: Mon May 27, 2013 3:06 am
by rmackenzie
roei61 wrote:Everything was working fine till I start getting the following message:
"Error occurred while chore was running. Please check the message log file".
When I'm looking at the log file I see that the process compeleted successfully with no errors at all, but all my cubes don't have the data.
Did someone handaled such situation?
So your transfer process completed successfully, but perhaps it was the data load process before that that had the error - did you check that? If that were the case, then the 'successful' process simply didn't have any data to transfer and successfully did that...

You do realise you're asking a question about how to inspect message logs and not anything TM1 specific, right?

Re: Error occurred while Chore was running

Posted: Mon May 27, 2013 10:19 am
by roei61
Thnaks for your answer.
It's a probably something wrong with the machine and not with the TM1.
All the data was loaded fine but the last process which transfers the data didn't work.
When I run all the process in one chore I got this error, but when I run it step-by-step it finished successfully.
I'm still trying to investigate it and I will gladly publish any conclusions when I will find some.

Re: Error occurred while Chore was running

Posted: Tue May 28, 2013 11:25 am
by ioscat
it's possible to be process commit conflict issue

Re: Error occurred while Chore was running

Posted: Tue May 28, 2013 11:57 am
by cgaunt
You should also check that you dont have any parameters being pre-selected in the chore. Open the chore and check the 'Specify Values for Parameters' button for each selected process. That could well epxlain why the TIs work individually, but not when run through the chore.