Quantcast
Channel: SQL Server Analysis Services forum
Viewing all articles
Browse latest Browse all 14337

Cluster resource 'Analysis Services' of type 'Generic Service' in clustered role 'SQL Server' failed.

$
0
0

Windows Server 2012 R2

SQL Server 2012

After a recent cluster failover from node 1 to node 2, the Analysis Services role is in a failed state, with the service stopped. When attempting to start the service, there are two error messages captured in Failover Cluster Manager:

Log Name:      System
Source:        Microsoft-Windows-FailoverClustering
Date:          4/10/2014 11:48:49 AM
Event ID:      1042
Task Category: Generic Service Resource
Level:         Error
Keywords:      
User:          SYSTEM
Computer:      HQ-HASQL-1.sbgnet.int
Description:
Generic service 'Analysis Services (HASQL)' failed with error '1067'. Please examine the application event log.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-FailoverClustering" Guid="{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
    <EventID>1042</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>16</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-10T15:48:49.752168200Z" />
    <EventRecordID>26212</EventRecordID>
    <Correlation />
    <Execution ProcessID="9036" ThreadID="14748" />
    <Channel>System</Channel>
    <Computer>HQ-HASQL-1.sbgnet.int</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="ResourceName">Analysis Services (HASQL)</Data>
    <Data Name="Status">1067</Data>
  </EventData>
</Event>

---------

Log Name:      System
Source:        Microsoft-Windows-FailoverClustering
Date:          4/10/2014 11:48:49 AM
Event ID:      1069
Task Category: Resource Control Manager
Level:         Error
Keywords:      
User:          SYSTEM
Computer:      HQ-HASQL-1.sbgnet.int
Description:
Cluster resource 'Analysis Services (HASQL)' of type 'Generic Service' in clustered role 'SQL Server (HASQL)' failed.

Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster Manager or the Get-ClusterResource Windows PowerShell cmdlet.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-FailoverClustering" Guid="{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
    <EventID>1069</EventID>
    <Version>1</Version>
    <Level>2</Level>
    <Task>3</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-10T15:48:49.752168200Z" />
    <EventRecordID>26213</EventRecordID>
    <Correlation />
    <Execution ProcessID="6464" ThreadID="9076" />
    <Channel>System</Channel>
    <Computer>HQ-HASQL-1.sbgnet.int</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="ResourceName">Analysis Services (HASQL)</Data>
    <Data Name="ResourceGroup">SQL Server (HASQL)</Data>
    <Data Name="ResTypeDll">Generic Service</Data>
  </EventData>
</Event>

With just these generic error messages being present, this has been difficult to diagnose. Some research has yielded possible resolutions of the Event Viewer log being full, .NET corruption, missing registry entries, but none of those seem to be the issue (Event Viewer logs cleared, Analysis services is working on the same physical servers in a different cluster, and the registry entries was only a supported issue for SQL Server 2008 and 2008 R2).

Any help would be greatly appreciated.



Viewing all articles
Browse latest Browse all 14337

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>