You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Error message when you try to install SQL Server
7
+
# SQL Server installation errors
8
8
9
-
This article helps you resolve various errors that occurs when you try to install SQL Server.
9
+
This article can help you resolve some common SQL Server installation errors.
10
10
11
11
_Original product version:_ SQL Server
12
12
_Original KB number:_ 2449398
13
13
14
14
## Symptoms
15
15
16
-
When you try to install Microsoft SQL Server, you receive one or more of the following error messages or experience one or more of the following symptoms. Additionally, you cannot continue with the setup.
16
+
When you try to install Microsoft SQL Server, you receive one or more of the following error messages or experience one or more of the following symptoms. Additionally, you can't continue the setup.
17
17
18
-
Setup error messages or symptoms
18
+
### Setup error messages and symptoms
19
19
20
20
- Error message 1
21
21
@@ -47,16 +47,16 @@ Setup error messages or symptoms
47
47
48
48
- Symptom 1
49
49
50
-
You cannot select x64 bit installation.
50
+
You cannot select the 64-bit installation.
51
51
52
52
- Symptom 2
53
53
54
54
Some components are missing on the Select Component page of Setup.
55
55
56
-
Error messages in SQL Server Setup log files
56
+
### Error messages in SQL Server Setup log files
57
57
58
58
> [!NOTE]
59
-
> For more information about SQL Server Setup log files, see the topic in SQL Server Books Online: [View and Read SQL Server Setup Log Files](/sql/database-engine/install-windows/view-and-read-sql-server-setup-log-files).
59
+
> For more information about SQL Server Setup log files, see [View and Read SQL Server Setup Log Files](/sql/database-engine/install-windows/view-and-read-sql-server-setup-log-files).
60
60
61
61
- Error message 1
62
62
@@ -88,7 +88,7 @@ Error messages in SQL Server Setup log files
88
88
89
89
## Cause
90
90
91
-
This problem may occur for one of the following reasons:
91
+
This problem might occur for one of the following reasons:
92
92
93
93
- The installation media is damaged.
94
94
- The installation source is corrupted.
@@ -101,29 +101,32 @@ To resolve the problem, use one of the following methods:
101
101
102
102
- If you installed SQL Server over a computer network, install it again from a local drive, and then rerun the Setup program.
103
103
104
-
- Rename the *Setup.rll* file. To do this, follow these steps:
104
+
- Rename the *Setup.rll* file. Follow these steps:
105
105
106
-
1. Open Windows Explorer. To do this, click **Start**, click**All Programs**, click**Accessories**, and then click **Windows Explorer**.
106
+
1. Open Windows Explorer (select **Start** >**All Programs** >**Accessories** > **Windows Explorer**).
107
107
108
-
2. Locate and then click the folder:`C:\Program Files\Microsoft SQL Server\1XX\Setup Bootstrap\SQLXXX\resources\1033`.
108
+
2. Locate and select the following folder:
109
109
110
-
3. Right-click Setup.rll, and then click **Rename**.
3. Right-click Setup.rll, and then select **Rename**.
113
113
114
114
:::image type="content" source="media/error-install-sql-server-2008-r2/rename.png" alt-text="Screenshot shows the Rename option of Setup.rll in Windows Explorer." border="false":::
115
115
116
-
4.Type*setup.rll.old*, and then press **Enter**.
116
+
4.Enter*setup.rll.old*, and then press **Enter**.
117
117
118
118
5. Rerun the Setup program.
119
119
120
-
- If you are using a localized version of SQL Server, you can change the operating system settings to support localized versions. For more information about how to change the operating system settings, see [How to: Change Operating System Settings to Support Localized Versions](/previous-versions/sql/sql-server-2008-r2/ms144258(v=sql.105)).
120
+
- If you use a localized version of SQL Server, you can change the operating system settings to support localized versions. For more information about how to change the operating system settings, see [Local Language Versions in SQL Server](/sql/sql-server/install/local-language-versions-in-sql-server).
121
121
122
122
> [!IMPORTANT]
123
-
> Installations of different language versions of SQL Server instances on the same computer are not supported.
123
+
> Installations of different language versions of SQL Server instances on the same computer aren't supported.
124
124
125
125
## More information
126
126
127
-
The error messages that are mentioned in the [Symptoms](#symptoms) section may have other causes. If the steps in the [Resolution](#resolution) section do not resolve the problem, you may be experiencing a different problem.
127
+
The error messages that are mentioned in the [Symptoms](#symptoms) section might have other causes. If the steps in the [Resolution](#resolution) section don't resolve the problem, you might be experiencing a different problem. See the [References](#references) section for additional guidance and considerations when installing SQL Server.
128
128
129
-
[SQL Server installation guide](/sql/database-engine/install-windows/install-sql-server)
129
+
## References
130
+
131
+
-[SQL Server installation guide](/sql/database-engine/install-windows/install-sql-server)
132
+
-[Repair a failed SQL Server installation](/sql/database-engine/install-windows/repair-a-failed-sql-server-installation)
0 commit comments