Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/24.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 对SQL SERVER进行分区时出错_Sql Server_Database Partitioning - Fatal编程技术网

Sql server 对SQL SERVER进行分区时出错

Sql server 对SQL SERVER进行分区时出错,sql-server,database-partitioning,Sql Server,Database Partitioning,兼容级别为2005的SQL Server 2008 EE。 我在analysis services上运行的一个分区引发以下错误: Message Executed as user: xxxxxxxx\servicesadmin. <return xmlns="urn:schemas-microsoft-com:xml-analysis"><results xmlns="http://schemas.microsoft.com/analysisservices/2003/xmla

兼容级别为2005的SQL Server 2008 EE。 我在analysis services上运行的一个分区引发以下错误:

Message
Executed as user: xxxxxxxx\servicesadmin. <return xmlns="urn:schemas-microsoft-com:xml-analysis"><results xmlns="http://schemas.microsoft.com/analysisservices/2003/xmla-multipleresults"><root xmlns="urn:schemas-microsoft-com:xml-analysis:empty"><Exception xmlns="urn:schemas-microsoft-com:xml-analysis:exception" /><Messages xmlns="urn:schemas-microsoft-com:xml-analysis:exception"><Error ErrorCode="3238002695" Description="Internal error: The operation terminated unsuccessfully." Source="Microsoft SQL Server 2008 Analysis Services" HelpFile="" /><Error ErrorCode="3238002695" Description="Internal error: The operation terminated unsuccessfully." Source="Microsoft SQL Server 2008 Analysis Services" HelpFile="" /><Error ErrorCode="3238395904" Description="OLE DB error: OLE DB or ODBC error: Query timeout expired; HYT00." Source="Microsoft SQL Server 2008 Analysis Services" HelpFile="" /><Error ErrorCode="3240034318" Description="Errors in the OLAP storage engine: An error occurred while processing the 'Fact_2014' partition of the 'General Ledger' measure group for the 'FINANCE_Analysis' cube from the FINANCE_Analysis database." Source="Microsoft SQL Server 2008 Analysis Services" HelpFile="" /><Error ErrorCode="3239837702" Description="Server: The current operation was cancelled because another operation in the transaction failed." Source="Microsoft SQL Server 2008 Analysis Services" HelpFile="" /></Messages></root></results></return>.  The step failed.
我没有通过数据库引擎上的分区运行同一个查询,查询在3小时后成功完成,但当我从Analysis services上的分区运行时,我收到了上面的错误消息

怎么了

我正在考虑延长超时时间,但在执行更改之前,我想先征求您的意见


欢迎提供任何帮助。

您应该包括错误消息的相关部分,这样人们就不必深入研究所有XML。据我所知,QueryTimeoutExpired确实意味着增加命令超时可能会允许完成此操作。你试过了吗?超时值为零,它是无限的。。。也许我看错了超时属性!我真的不明白。