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!
MergeFeederCell()?
-
- Posts: 43
- Joined: Mon May 18, 2009 8:41 am
- Version: TM1 9.4 MR1
- Excel Version: 2003
-
- Posts: 125
- Joined: Tue Jun 02, 2009 7:05 pm
- OLAP Product: TM1, PAX, PAW, SPSS
- Version: 2.0.916.10 on RHEL
- Excel Version: 2016
- Location: Minneapolis, MN
Re: MergeFeederCell()?
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.
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.
- paulsimon
- MVP
- Posts: 808
- Joined: Sat Sep 03, 2011 11:10 pm
- OLAP Product: TM1
- Version: PA 2.0.5
- Excel Version: 2016
- Contact:
Re: MergeFeederCell()?
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
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
-
- Posts: 125
- Joined: Tue Jun 02, 2009 7:05 pm
- OLAP Product: TM1, PAX, PAW, SPSS
- Version: 2.0.916.10 on RHEL
- Excel Version: 2016
- Location: Minneapolis, MN
Re: MergeFeederCell()?
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
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