Cubeunload causes problems when TI is started from another TI
Posted: Thu Jan 28, 2016 7:46 am
Dear all,
The question:
Is it possible, that "cubeunload" makes problems, if a TI is started from another TI?
the following situation:
I've a TI (I call it TI No 1) that imports Data from a csv-file. Every week, this TI has to run three times to get all Data for the quarter (one time per importet month). So, I designed a TI (I call it TI No 2) that calls the import-TI three times (ExecuteProcess...), e.g. for jan, feb, march.
As the RAM-usage of the server is critica, I inserted a "Cubeunload" in the Epilog of TI No 1
So, if I start TI No 1 on its own, everything is fine
If I start TI No 2, only the march-data appear in the cube
If I start TI No 1 for Jan, than for Feb, than for March, all data are available,
If I start TI No 2 again, all Data stay in the cube
(let me mention that there is a "viewzeroout" in TI No 1)
If I deactivate the "Cubeunload", everything is fine again.
TM1 10.1
Regards
Mark
The question:
Is it possible, that "cubeunload" makes problems, if a TI is started from another TI?
the following situation:
I've a TI (I call it TI No 1) that imports Data from a csv-file. Every week, this TI has to run three times to get all Data for the quarter (one time per importet month). So, I designed a TI (I call it TI No 2) that calls the import-TI three times (ExecuteProcess...), e.g. for jan, feb, march.
As the RAM-usage of the server is critica, I inserted a "Cubeunload" in the Epilog of TI No 1
So, if I start TI No 1 on its own, everything is fine
If I start TI No 2, only the march-data appear in the cube
If I start TI No 1 for Jan, than for Feb, than for March, all data are available,
If I start TI No 2 again, all Data stay in the cube
(let me mention that there is a "viewzeroout" in TI No 1)
If I deactivate the "Cubeunload", everything is fine again.
TM1 10.1
Regards
Mark