Page 1 of 1
MergeFeederCell()?
Posted: Tue Sep 15, 2009 12:59 pm
by jonathan.d
Greetings All,
On going through my tm1server.log file, I found this...
872 INFO 2009-06-02 02:00:01.562 TM1.Cube MergeFeederCell() - unknown combination in cube "Sales Entry" type = 3, curr_cell_type = 3
What does it really mean?
Any help is appreciated!
Re: MergeFeederCell()?
Posted: Tue Oct 27, 2009 6:50 pm
by image2x
Bumping this up.
We're seeing thousands of this same error on server startup. I haven't been able to find any information on the error.
Any ideas?
Thanks.
Re: MergeFeederCell()?
Posted: Tue Oct 27, 2009 9:25 pm
by paulsimon
My guess (or wild theory) is that you might be loading using multiple processors, which means that you can get feeding more than once since when processing in parallel, TM1 cannot determine whether a cell has already been fed. There may be a step that then tries to merge things together so that duplicate feeders are merged together.
I would try changing the
MaximumCubeLoadThreads = 0 or 1 in your TM1S.CFG and see if that cures it, although your start up time may get a litte longer. However, due to the feeder issue using eg all 8 processors can actually make the start up time longer than using 2-4 processors.
Regards
Paul Simon
Re: MergeFeederCell()?
Posted: Wed Oct 28, 2009 12:59 am
by image2x
Paul -- heck of a good guess!
After switching to MaximumCubeLoadThreads = 0, the errors went away and, in fact, the load time decreased 3x. BTW, MaximumCubeLoadThreads = 1 did not work.
Thanks a bunch. -- John