SQL Server Analysis Services 和 Team Foundation Server
我正在尝试设置 Team Foundation 服务器,但是遇到了有关 SQL Server Analysis Services 的问题。
安装程序会发出警告,指出 Analysis Services 未运行。当我们安装 SQL 版本时,已经安装了 Analysis Services,因为我们确实有部署向导等,但是服务窗口中没有显示正在运行的服务。
我尝试运行部署向导,但它要求我指定要连接到的数据库,但我无法创建数据库,因为我无法连接到分析服务。
我在这里似乎缺少一些基本的东西,如果有人能给我指导,我将非常感激。
I am attempting to setup Team Foundation server, however I am running into a problem regarding SQL Server Analysis Services.
The installer gives a warning saying that Analysis Services is not running. Analysis Services was installed when we installed the version of SQL because we do have the Deployment Wizard etc, however there is not a service showing in the services window that is running.
I tried to run the deployment wizard but it wants me to specify what database to connect to, and I can't create a database because I cant connect to analysis services.
There appears to be something fundamental that I am missing here, if anyone could give me guidance I would much appreciate it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您安装和配置 TFS 2010 所使用的 AD 帐户必须在 AS 多维数据集中具有管理权限。您应该能够使用 SQL Server Management Studio 连接到它。在配置过程中需要这些权限来创建和设置多维数据集。
The AD account you install and configure TFS 2010 with has to have administrative privileges in the AS cube. You should be able to connect to it using SQL Server Management Studio. It needs these privileges during configuration to create and setup the cube.
你是如何安装SQL的?尝试将 SQL 安装光盘扔回并安装 Analysis Services(如果尚未存在)。
如果您在 TFS 安装过程中安装了 SQL Express,则您不会获得 Analysis Services 或依赖于它的任何 TFS 功能(报告)。
How did you install SQL? Try tossing the SQL Install disc back in and install Analysis Services if it's not already present.
If you installed SQL Express as part of the TFS Install, then you don't get Analysis Services or any TFS features that depend on it (reporting).