Bug in TI Process order?
Posted: Wed Dec 14, 2016 5:01 pm
I think this is a small bug seen in CX 10.2 something or other
If I create a consolidation in the prolog and put it in a view for the datasource of that TI then the process aborts since the consolidation is not in the dimension by the time the MD / D tabs access the view.
If I Process Break at the end of the TI I can see that the view gets created without issue.
Isn't this wrong? It means the TI is accessing the view before the prolog completes / commits so there seems to be some kind of ordering problem here.
Interestingly using the direct function doesn't resolve this issue and I had to step out into a sub TI to build the consolidation.
I expect TI has always behaved like this and just not noticed or thought about what was going on.
If I create a consolidation in the prolog and put it in a view for the datasource of that TI then the process aborts since the consolidation is not in the dimension by the time the MD / D tabs access the view.
If I Process Break at the end of the TI I can see that the view gets created without issue.
Isn't this wrong? It means the TI is accessing the view before the prolog completes / commits so there seems to be some kind of ordering problem here.
Interestingly using the direct function doesn't resolve this issue and I had to step out into a sub TI to build the consolidation.
I expect TI has always behaved like this and just not noticed or thought about what was going on.