0% found this document useful (0 votes)
87 views

Troubleshooting SQL Server 7

This document provides troubleshooting tips for installing SQL Server 7.0, including checking hardware and software requirements, verifying hardware compatibility, using appropriate user accounts and services, stopping conflicting services, and reviewing log files for error messages. Potential issues that may need to be addressed include insufficient resources, incompatible hardware, incorrect registry entries, problems with MS DTC or unattended installations.

Uploaded by

Vamsi SagAr
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views

Troubleshooting SQL Server 7

This document provides troubleshooting tips for installing SQL Server 7.0, including checking hardware and software requirements, verifying hardware compatibility, using appropriate user accounts and services, stopping conflicting services, and reviewing log files for error messages. Potential issues that may need to be addressed include insufficient resources, incompatible hardware, incorrect registry entries, problems with MS DTC or unattended installations.

Uploaded by

Vamsi SagAr
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Troubleshooting SQL Server 7.

0 installation
Alexander Chigrik [email protected]

Should you have problems installing SQL Server 7.0, review this troubleshooting checklist to find potential solutions. ***** 1. Check the hardware requirements. You should have: y y y y Alpha AXP, Intel or compatible platform Pentium 166 MHz or higher (Pentium Pro, Pentium II and compatible) 32MB RAM (minimum), 64MB RAM and more (recommended) 180MB (full installation), 170MB (typical), 65MB (minimum), 90MB (management tools only) plus 50MB for OLAP Services and 12MB for the English Query ***** 2. Check the software requirements. You should have: For the Desktop Edition: y Windows 95 y Windows 95 OSR2 y Windows 98 y Windows NT Server/Workstation 4.0 with Service Pack 4 y Windows NT Server Enterprise Edition y Windows 2000 (all editions) For the Standard Edition: y Windows NT Server 4.0 with Service Pack 4 y Windows NT Server Enterprise Edition y Windows 2000 Server/Advanced Server/Datacenter For the Enterprise Edition: y Windows NT Server Enterprise Edition y Windows 2000 Advanced Server/Datacenter ***** 3. Check the hardware compatibility list. For more information about the specific supported hardware, look at the hardware compatibility list at http://www.microsoft.com/hcl/default.asp

***** 4. Login as a Local Administrator on the Server. SQL Server needs these permissions to create registry entries, create services and so on. ***** 5. Check that network card or Microsoft loopback adapter is functioning. SQL Server needs to use network functionality, so you should have network card, or a dummy driver Microsoft loopback adapter, which pretends to be a network card. ***** 6. Use the LocalSystem account for MSSQLServer and SQLServerAgent services. You can change it later to an appropriate domain account, once you have successfully installed SQL Server. Using the LocalSystem account helps to reduce potential SQL Server installation problems. ***** 7. Before reinstalling SQL Server 7.0 after a failed install, delete the following registry entries: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLServer HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLServerAgent HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server 7 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServ70 and delete the target installation directory (C:\MSSQL7 by default). ***** 8. If upgrading from SQL Server version 6.5. Ensure that the default database for the login 'sa' is master. ***** 9. Stop these services, which can cause installation failure. Try stopping these services before installing SQL Server 7.0, and then restart them once SQL Server has been successfully installed. y y y y y IIS - Internet Information Server PWS - Personal Web Server Exchange Server SNA Server Disk Keeper

y SNMP Service For more details see, see this URL: http://support.microsoft.com/support/SQL/Content/setup/setup1.asp ***** 10. If you install SQL Server 7.0 on Windows 9x, you should install Microsoft Client for Networks. Click Start -> Control Panel -> Network -> Add Microsoft Client for Networks. ***** 11. To upgrade from MSDE to SQL Server 7.0, it may be necessary to edit some registry entries. If you receive the following error: You cannot install a version which is older (7.00.623) than the version on your machine (7.00.677). Uninstall the older version. then you should change: HKEY_LOCAL_MACHINE/Software/Microsoft/MSSQLServer/MSSQLServer/CurrentVersion to have a value of 7.00.623. For more details see: Q234915 - FIX: Upgrade to SQL Server Fails When MSDE Installed from MOD ***** 12. Problems installing MS DTC. If you cannot install MS DTC on a server with multiple network cards or SPX installed, uninstall one of the network cards or SPX, and then retry the SQL Server Setup. ***** 13. Problems with unattended installation. Read this Microsoft article on how to amend the unattended install files, if you have problems with unattended installation: INF: Customizing SQL/MSDE Unattended Installation Files ***** 14. For more details about installation errors. The following files, found on your server, can help provide valuable error messages if your SQL Server installation fails. y sqlstp.log (located in your \Windows or \WinNT directory) y errorlog file (located in the \MSSQL7\Log directory)

y cnfgsvr.out file (located in the \MSSQL7\Install directory)

You might also like