Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You receive an "Invalid Class String" error when SQL Server connects to a Cluster Server through the Cluster Administrator


Symptoms

The following error message may display when SQL Server connects to a Cluster Server through the Cluster Administrator. For instance, if the Microsoft Search Service is not available, the following error message may occur:

An error occurred attempting to read properties for the "Microsoft Search Service Instance" resource type.
Invalid Class String
Error Id -2147221005(800401f3)
-or-
An error occurred attempting to read properties for the 'Microsoft Search Service Instance' resource type: The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.
The resource type that appears in the error message may be different depending on your specific environment.

↑ Back to the top


Cause

The error message occurs because of one of the following reasons (the DLL or resource may vary depending on your environment):

  • The Microsoft Search Service resource DLL file, Gathercl.dll, is not present in the %systemroot%\Winnt\Cluster folder.
  • The account that is logged in does not have sufficient permissions to access the folder.

↑ Back to the top


Workaround

To work around this problem:

  • For the example error message listed in the first bullet item of the Cause section, make sure that Gathercl.dll is present in the %systemroot%\Winnt\Cluster folder. If Gathercl.dll is not present, copy Gathercl.dll from the SQL Server CD and place it in the %systemroot%\Winnt\Cluster folder. Register the DLL by using Regsvr32. If you have a Service Pack installed, copy the Gathercl.dll file from the Service Pack files.
  • Make sure that the account that you use to login to the Cluster has full control over the %systemroot%\winnt\Cluster folder and all the files in the folder.

↑ Back to the top


Keywords: kb, kbbillprodsweep, kbprb, kbdsupport, kbsql2005clustersweep, kbtshoot, kberrmsg

↑ Back to the top

Article Info
Article ID : 298147
Revision : 5
Created on : 8/19/2020
Published on : 8/20/2020
Exists online : False
Views : 127