Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server VisualStudio2005多维数据集的部署_Sql Server_Visual Studio_Ssas_Cube - Fatal编程技术网

Sql server VisualStudio2005多维数据集的部署

Sql server VisualStudio2005多维数据集的部署,sql-server,visual-studio,ssas,cube,Sql Server,Visual Studio,Ssas,Cube,我有一个立方体,一直工作到上周五。今天,我将数据导入多维数据集使用的表中,测试所有维度是否也包含所有必需的数据,并尝试部署多维数据集 部署失败,仅出现以下错误: 错误18系统操作员:0 0 (Systemfehler表示系统错误) …现在我希望错误消息中有更多的文本,但是没有 所以我在谷歌上搜索了一下,然后决定删除SQL Server上的多维数据集,然后再试一次——同样的故事。所以我尝试了另一个SQL Server,到目前为止还没有这样的多维数据集——同样的错误 有人知道该怎么办吗?我认为这是文

我有一个立方体,一直工作到上周五。今天,我将数据导入多维数据集使用的表中,测试所有维度是否也包含所有必需的数据,并尝试部署多维数据集

部署失败,仅出现以下错误: 错误18系统操作员:0 0
(Systemfehler表示系统错误) …现在我希望错误消息中有更多的文本,但是没有

所以我在谷歌上搜索了一下,然后决定删除SQL Server上的多维数据集,然后再试一次——同样的故事。所以我尝试了另一个SQL Server,到目前为止还没有这样的多维数据集——同样的错误


有人知道该怎么办吗?

我认为这是文件系统错误

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

我以前试过这个,它对我有效

谢谢你的输入,我确实试过了。由于此plus服务器重新启动没有带来任何东西,我已使整个多维数据集成为新的,这是一个谜-但我担心修复问题后工作量会减少。。。