You receive an "Invalid Class String" error when SQL Server connects to a Cluster Server through the Cluster Administrator (298147)
The information in this article applies to:
- Microsoft SQL Server 2000 Enterprise Edition
- Microsoft SQL Server 2000 Enterprise Evaluation Edition
- the operating system: Microsoft Windows NT 4.0
- the operating system: Microsoft Windows 2000
- Microsoft SQL Server 2000 Developer Edition
- Microsoft SQL Server 2005 Enterprise Edition
- Microsoft SQL Server 2005 Standard Edition
This article was previously published under Q298147 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)
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.
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.
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.
Modification Type: | Minor | Last Reviewed: | 3/18/2006 |
---|
Keywords: | kberrmsg kbtshoot kbprb KB298147 kbAudITPRO kbAudDeveloper |
---|
|