Hey all,
Lately, I've been trying a few things that require a temporary cube cloned/copied from an existing cube.
So, exactly the same cube, just with a different name.
Since I'm not a fan of creating things manually, I used the CubeCreate function (like 100 times before) in a TI process.
The cube is created as expected (at least visually), but when "working" with it, I realized two things:
-
When I tried to load files into that cube (test data from the original cube) using RunProcess (loading each month in parallel), 11 threads were in WAIT status, and parallel loading did not work as expected.
-
The new cloned cube does not exist in the }PerfCubes dimension-only in }Cubes.
I tried running SaveDataAll after creating the cube - same outcome: no parallel loading possible.
However, if I restart the server after creating the cube via TI, parallel loading works.
When I create the cube manually in PAW, I can load the files in parallel and the cube is also present in the }PerfCubes dimension.
Looking at these observations, it seems that the CubeCreate function does something different than creating it manually.
Is this a bug, or does someone know a better workaround than restarting the server?
Or do I miss something else?
My environment is running on v11.
------------------------------
Thilo Thurner
------------------------------