Mutli development on Analysis service

Is it possible to integrate two cubes develop by difference developers into one analysis service project

Example: Cube A developed by Developer A, Cube B developed by Developer B, once completed, I would like to merge into one project, can i do that in AS2005

Thanks



Answer this question

Mutli development on Analysis service

  • Skippy1313

    This is pretty easy if your dimensionsions are the same.

    If your CubeA depends on the same dimensions as your CubeB, you can simply copy files CubeA.cube and CubeA.partitions into your project folder. Then go right click on your project -> Add-> Existing item and select your cube file.
    You will see your cube added to the project.

    This is only if your CubeA and CubeB use exactly the same structure of dimensions. If not, you will have to merge dimension changes first ( manually going through the dimension stucture) and only then add your cube files.

    Edward.
    --
    This posting is provided "AS IS" with no warranties, and confers no rights.



  • LisaF

    Thanks for the advice.


  • Mutli development on Analysis service