将SSAS多维数据集部署到环境

编程入门 行业动态 更新时间:2024-10-06 20:37:55
本文介绍了将SSAS多维数据集部署到环境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我们在本地(在我们的工作站)使用BIDS 2008来开发我们的OLAP对象/多维数据集。来到推广到发展的时候,我们可以通过BIDS部署。但是,当需要执行不干预部署时(例如,对UAT或Live),我们将生成一个XMLA文件。这(生成的XMLA文件)当然包含环境特定信息(例如服务器名称,数据库名称等)。如果我们想自动生成XMLA文件以部署到每个环境,是否有一个配置类型过程来参数化这些值(如.NET:web.config:appSettings 或 SSIS:dtsConfig) 。

We are using BIDS 2008 locally (on our workstations) to develop our OLAP objects/cube. Come the time of promotion to Development we can deploy via BIDS. However when a hands-off deployment is required (eg. to UAT or Live) we are generating an XMLA file. This (the generated XMLA file) of course contains environment specific information (eg server name, database name, etc). If we would like to automate the generation of the XMLA file for deployment to each environment, is there a config type process to parameterise these values (like .NET : web.config : appSettings or SSIS : dtsConfig).

请注意,我们可以解析XMLA文件,并根据环境(例如通过xmlpoke)替换这些值,但这有点凌乱,取决于XML路径结构,

Note we could parse the XMLA file and replace these values depending on the environment (eg. via xmlpoke), but this is a little messy and depends on XML path structure, and hence would rather avoid this approach

推荐答案

这应该指向正确的方向: blog.kejser/2006/11/28/automating-build -of-analysis-services-projects /

This should point you in the right direction: blog.kejser/2006/11/28/automating-build-of-analysis-services-projects/

以下是部署实用程序和命令行开关的更多信息: msdn.microsoft/en-us/library/ms162758(v = sql.105 ).aspx

Here's more on the deployment utility and command line switches: msdn.microsoft/en-us/library/ms162758(v=sql.105).aspx

更多推荐

将SSAS多维数据集部署到环境

本文发布于:2023-11-28 03:32:56,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1640794.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:多维   集部   环境   数据   SSAS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!