简体   繁体   English

Visual Studio 2005多维数据集的部署

[英]Visual Studio 2005 Deployment of cube

I have a cube that has worked fine until last friday. 我有一个立方体,在上周五之前,它一直运转良好。 Today I imported data into the tables the cube uses, did my tests if all dimensions have all necessary data also, and tried to deploy the cube. 今天,我将数据导入到多维数据集使用的表中,测试了所有维度是否还包含所有必需的数据,并尝试部署多维数据集。

The deployment fails and only gives this error: Error 18 Systemfehler: 0 0 部署失败,并且仅出现以下错误:错误18 Systemfehler:0 0
(Systemfehler means System error) ...now I would have appreciated some more text in the error message, but there is none! (Systemfehler表示系统错误)...现在,我希望在错误消息中再加上一些文字,但是没有!

So i googled a little, then decided to delete the cube on the SQL-Server and try again - same Story. 所以我用谷歌搜索了一下,然后决定删除SQL Server上的多维数据集,然后重试-相同的故事。 So I tried out other SQL-Server, where there is no such cube up to now -again the same error. 因此,我尝试了其他SQL-Server,直到现在还没有这样的多维数据集-再次出现相同的错误。

Does anyone hav any idea what to do? 有谁知道该怎么办?

I think its a file system error. 我认为这是文件系统错误。

1. Stop the Analysis Services service
2. Delete everything in the C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\%YOUR_PROJECTNAME% folder
3. Restart the Analysis Services service
4. Connect to the Analysis Service using SQL Server Management Studio
5. Delete the Analysis Service database which you got the error
6. Re-deploy the SSAS project

I have tried this before and it worked for me. 我以前尝试过,对我有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM