我正在尝试刷新在本地计算机上运行的 SSAS 多维数据集,该多维数据集从服务器获取数据。
我查看了一些网站,例如http://technet.microsoft.com/en-us/library/ff929186.aspx寻求帮助,但似乎没有帮助。
以下是我的脚本和设置:
服务器:127.0.0.1\MSSQLSERVER1
<Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Parallel>
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100">
<Object>
<DatabaseID>db </DatabaseID>
<CubeID>cube_name</CubeID>
</Object>
<Type>ProcessFull</Type>
<WriteBackTableCreation>UseExisting</WriteBackTableCreation>
</Process>
</Parallel>
</Batch>
它不断抛出以下错误:
2013 年 11 月 25 日 08:34:57,处理 dailer cube 作业,错误,1,KARABOV-HP\MSSQLSERVER1,process dailer cube job,process cube,,以用户身份执行:NT Service\SQLAgent$MSSQLSERVER1。或对象不存在。" Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" />。步骤失败。,00:00:00,0,0,,,,0
请协助。
提前致谢。