March 10, 2015 at 10:15 am
I am trying to automate the deployment of my SSAS projects. One of the last stumbling blocks I'm encountering is the actual deployment (after build and custom config is completed).
If I use Microsoft.AnalysisServices.Deployment.exe to deploy with the /s option, I don't get any error codes or status back to the shell, so I'd like to use Microsoft.AnalysisServices.Deployment.exe to generate an .xmla file from the .asdatabase file then execute the .xmla file with a Powershell Invoke-ASCmd. This way I will be able to handle errors.
If I use Microsoft.AnalysisServices.Deployment.exe to generate a .xmla file from a .asdatabase file it doesn't appear that the .deploymentoptions file is being used even if it's manually placed in the bin folder beforehand.
What are the defaults for the options specified in the .deploymentoptions file?
Is there a way to integrate the .deploymentoptions file into the deployment when using Invoke-ASCmd?
Viewing post 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply