Visual Studio 2014部署错误

时间:2016-06-21 22:50:48

标签: sql-server visual-studio ssas ssms sql-server-2014

我正在尝试使用visual studio 2014运行我的第一个维度并且它并没有真正顺利...我做了所有检查我可以(将其更改为特定窗口帐户身份验证,检查数据源和提供程序,确保sql服务器正在运行...)但它仍然无法工作......我是初学者,错误消息对我来说没有多大意义。

以下是我尝试部署维度时获得的详细信息。

---------------详细------------------------------- -----

<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" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200" xmlns:ddl300="http://schemas.microsoft.com/analysisservices/2011/engine/300" xmlns:ddl300_300="http://schemas.microsoft.com/analysisservices/2011/engine/300/300" xmlns:ddl400="http://schemas.microsoft.com/analysisservices/2012/engine/400" xmlns:ddl400_400="http://schemas.microsoft.com/analysisservices/2012/engine/400/400">
      <Object>
        <DatabaseID>MVA_SSAS</DatabaseID>
        <DimensionID>Date</DimensionID>
      </Object>
      <Type>ProcessFull</Type>
      <WriteBackTableCreation>UseExisting</WriteBackTableCreation>
    </Process>
  </Parallel>
</Batch>
    Processing Dimension 'Date' completed.
        Start time: 22/06/2016 00:26:05; End time: 22/06/2016 00:26:05; Duration: 0:00:00
        Processing Dimension Attribute '(All)' completed.
            Start time: 22/06/2016 00:26:05; End time: 22/06/2016 00:26:05; Duration: 0:00:00
        Processing Dimension Attribute 'Month Number Of Year' completed.
            Start time: 22/06/2016 00:26:05; End time: 22/06/2016 00:26:05; Duration: 0:00:00
Errors and Warnings from Response
    Internal error: The operation terminated unsuccessfully.
    The following system error occurred:  There are currently no logon servers available to service the logon request. 
    Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Adventure Works DW2014', Name of 'Adventure Works DW2014'.
    Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Date', Name of 'Date' was being processed.
    Errors in the OLAP storage engine: An error occurred while the 'Month Number Of Year' attribute of the 'Date' dimension from the 'MVA_SSAS' database was being processed.
    Server: The current operation was cancelled because another operation in the transaction failed.

2 个答案:

答案 0 :(得分:1)

我解决了这个问题。问题是我没有任何pw到我的窗口......认为如果有人得到类似的错误可能会有用。 :)

答案 1 :(得分:0)

我猜你应该担心这个:

A connection could not be made to the data source with the DataSourceID of 'Adventure Works DW2014', Name of 'Adventure Works DW2014'.

再次测试该数据连接。检查模拟帐户,如果需要,请保存密码...