Groups | Blog | Home
all groups > sql server clustering > november 2005 >

sql server clustering : SQL 2000 Ent.Ed. installation failed on Windows 2003 Cluster


Ayad
11/27/2005 3:30:51 PM
Does anyone have any idea of what might be the issue?

I've tried everything but with no success. I'm getting the following error
every time I'm installing SQL 2000 on Active/Passive Win2003 Cluster. This
is first time install on a new 2 Windows 2003 Server.

I'm getting the error in the middle of the installation.

Error:

"An error occurred while creating virtual server resources for clustering.
The system cannot find the file specified."

This is the error in the sqlclstr.log:

[sqlclusterSetup.cpp:291] : 2 (0x2): The system cannot find the file
specified.

[sqlclusterSetup.cpp:310] : 2 (0x2): The system cannot find the file
specified.

[sqlclusterSetup.cpp:1348] : 2 (0x2): The system cannot find the file
specified.

Thanks

Ayad



Rodney R. Fournier [MVP]
11/28/2005 11:04:56 AM
Have you tried copying the media locally and install from there?

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering Website
http://msmvps.com/clustering - Blog
http://www.clusterhelp.com - Cluster Training

[quoted text, click to view]

uttamkp NO[at]SPAM online.microsoft.com
11/28/2005 8:09:58 PM
Ayad,

The error may occur when the Microsoft Search Service resource DLL file (Gathercl.dll) is corrupted or not correctly installed. A similar issue is documented in Microsoft Knowledge Base (KB) article "You receive an
"Error occurred while creating virtual server resources" error message when you install Virtual SQL Server on a cluster computer"
http://support.microsoft.com/default.aspx?scid=kb;en-us;811024

As per this KB, to work around this problem, follow these steps:

Locate the path for Gathercl.dll, and then run the Regsvr32 command on the folder where the Gathercl.dll file exists. Typically, Gathercl.dll is located in the %systemroot%\Winnt\Cluster folder.

1. At a command prompt, unregister Gathercl.dll by typing the following command:
Regsvr32 /u gathercl.dll

2. At the command prompt, register Gathercl.dll by typing the following command:
Regsvr32 gathercl.dll

After you register Gathercl.dll, start the Setup program again.

HTH,

Best Regards,

Uttam Parui
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit http://www.microsoft.com/security.

Microsoft highly recommends that users with Internet access update their Microsoft software to better protect against viruses and security vulnerabilities. The easiest way to do this is to visit the following websites:
http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx

Ayad
11/28/2005 9:39:41 PM
I was able to install SQL successfully. When I tried to register the dll
from the active node, it doesn't work. It registered it but in the registry
the name of the dll is blank.

But when I registered it from the passive node, it did work and the
installation completed with no issue.

Thanks

Ayad

[quoted text, click to view]

uttamkp NO[at]SPAM online.microsoft.com
11/30/2005 9:30:15 PM
Ayad,

I am glad that you were able to successfully install SQL Server 2000 clustered instance. Thanks for the update.

Best Regards,

Uttam Parui
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit http://www.microsoft.com/security.

Microsoft highly recommends that users with Internet access update their Microsoft software to better protect against viruses and security vulnerabilities. The easiest way to do this is to visit the following websites:
http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx

AddThis Social Bookmark Button