Developing and Deploying SQL Sever Apps on Windows Integrity
28 of 39
Deploy the Cube to Integrity
Two most commonly used deployment options
are OnceClick deployment from Business
Intelligence Studio and using the Analysis Services Deployment Wizard. OnceClick does not
provide the flexibility of the Deployment Wizard
.
1. From the Analysis Services Project Select properties. The Deployment Mode
property controls how the project is deployed; either all of the project is deployed or
only the changed objects are deployed.
2. The Transactional Deployment property determines whether the project is
deployed as a single transaction or as multiple transactions. If the project is deployed
as multiple transactions, the deployment is done in one transaction and each
processing operation done as part of the deployment is done in its own transaction.
3. The Processing Option parameter establishes what cube processing is done as part
of the deployment. If Default is selected, the deployment includes whatever
processing is necessary to bring the deployed objects to a fully processed state. If Do
Not Process is selected, no processing is done. If Full is selected, all of the data is
deleted from the deployed objects and all values are reloaded or recalculated.
4. The information entered on the Deployment page of the Project Property Pages dialog
box is stored inside the folder created for your project.
5. To deploy, select Deploy project from Build menu. The progress of the deployment is
displayed in the Output window and the Deployment Progress window. Also from
Solution Explorer Select the Project and then Deploy.