Hi,
We are planning to integrate Bamboo with MSBI SSAS 2012 cube for deployment. Please share if any documents or links are available. Thanks!!
Able to build the cube using the below command line (Visual studio command prompt 2010)
MSBUILD "Solution.sln"
Able to deploy using the below command line
Microsoft.AnalysisServices.Deployment.exe "\\path\bin\Model.asdatabase" /s"
Kindly suggest how can I implement these command lines using bamboo.
Hello @Arun
I personally don't have enough knowledge about MSBI SSAS 2012 cube, but considering you need to use MSBUILD and Microsoft.AnalysisServices.Deployment command, these are the options I see you can use:
Please let me know if that is what you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.