| How can I create a script that generates XMLA script from Analysis Services solution project |
| Written by Vidas Matelis | ||||
| Saturday, 28 April 2007 18:57 | ||||
|
Q: How can I create a script that generates XMLA script from Microsoft SQL Server Analysis Services 2005 solution project ? A: To create an XMLA script from SSAS solution project you have to buld solution (generate .asdatabase file), then run deployment wizard with option specifying that you want to generate XMLA script. Step by step guide:
You could use ascmd utility and generated XMLA file to deploy analysis services database. Note: File Microsoft.AnalysisServices.Deployment.exe by default is located in the folder C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE and it is included in the path, so you do not have to specify full path in the script.
|
||||
Top Rated
- How to install Adventure Works SQL DW and Analysis Services 2005 sample database and project
- Analysis Services 2005 XMLA script to add/drop existing partition aggregate
- When accessing calculation tab in BIDS I am getting error Unexpected error occurred
- How in MDX query can I get top 3 sales years based on order quantity?
- How to calculate YTD monthly average and compare it over several years for the same selected month
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer
- How in SSAS 2005 do you create what is used to be "Member Properties" in Analysis Services 2000
- What TCP port SQL Server Analysis Services 2005 uses

I used these utilities for automating my deployment. We are using Oracle as DS and when deploying the Password is not getting stored in the DS of the deployed cube. I changed the value from
PasswordRemoved to Unchanged in Cube.configsettings file. Still it is not retaining the password. Is there any way to retain the password.