I am trying to use the Calc Manager CDF MDXDataCopy to move data between plan types on a Hybrid Planning application. The issue seems to be in dimensionality. The two plan types have the same number of dimensions, but each has 1 dimension that is not in the other. I've tried to put the member from the dimension on the source to map to the member from the other dimension on the target (kind of like in a partition), but it's not working. I receive:
Error: Cannot perform cube view operation. Essbase Error(1020007): Not all dimensions represented for Update
I've also tried mapping the source dimension to nothing and putting the new dimension member in the target POV mapping. Same error. Is it possible to map 1 dimension to the other with this CDF, or am I out of luck?