The following table identifies and describes messages that the Server Manager command writes to the console window, and to results files.
|
Message
|
Exit code
|
Text string
|
Notes
|
|
Success, no need to restart
|
0
|
Success: Installation succeeded.
Success: Removal succeeded.
|
Two different messages might vary slightly, depending on whether the user specified roles or features in the command.
|
|
Success, restart is required
|
3010
|
Success: Installation succeeded. A restart is required.
Success: Removal succeeded. A restart is required.
|
This code is returned when a restart is required. After restarting the computer, you might need to run Server Manager in the Windows Server 2008 R2 user interface to complete required configuration for roles or features.
|
|
Argument not valid
|
4
|
ArgumentNotValid: Argument not valid {argument}
ArgumentNotValid: Missing the answer file path
ArgumentNotValid: Missing log file path
ArgumentNotValid: Feature not valid: '{name}'. The name of the feature was not found.
ArgumentNotValid: Role not valid: '{name}'. The name of the role was not found.
ArgumentNotValid: The following name has already been specified in the input path: {name}
ArgumentNotValid: The following setting has already been specified in the input path: {setting}
ArgumentNotValid: Not a valid feature. '{name}' is a role.
ArgumentNotValid: Not a valid feature. '{name}' is a role service.
ArgumentNotValid: Not a valid role. '{name}' is a feature.
ArgumentNotValid: Invalid role. The name '{name}' is for a role service.
ArgumentNotValid: Not a valid role service. '{name}' is a feature.
ArgumentNotValid: Not a valid role service. '{name}' is a role.
|
Occurs when a user provides an argument that does not exist or omits a required part of a specified argument in the Server Manager command line.
Different messages are displayed depending on the argument that requires attention.
{argument} represents the incorrect argument specified by the user.
{name} represents the incorrectly specified name of the role, role service, or feature.
{setting} represents the name of an incorrectly specified or duplicated reference to a setting for a role, role service, or feature.
|
|
Error opening or reading input file
|
110
|
ReadError: Answer file does not exist: {0}
ReadError: Failed to read the answer file: {0}
ReadError: Failed to load the answer file: {0}. {1}
|
Occurs if the Server Manager command-line interface cannot read or locate the answer file provided by a user. Different messages are displayed for the same error code (110) depending on the specific reason the answer file could not be loaded.
{0} represents the path and name specified by the user.
{1} represents the exception found by Server Manager.
The recommended troubleshooting, if this error message occurs, is to verify that you have provided the correct name and path to your XML answer file, and verify that the answer file validates to the Server Manager answer file schema and uses the correct element structure. For more information about the correct setup and appearance of a Server Manager command answer file, see Creating an Answer File for Server Manager Commands.
|
|
Insufficient permissions or credentials
|
5
|
Error: Server Manager can be run only by a member of the built-in Administrators group on the local computer. You should install and remove roles and features only with elevated permissions.
|
This error occurs if the supplied user credentials do not have local administrative rights on the server, or if a user has not opened the command prompt window with elevated permissions. To do this, right-click the Command Prompt executable, or right-click Command Prompt on the Start menu, and then click Run as administrator.
|
|
No change needed
|
1003
|
NoChange: No changes were made because the roles and features specified in the answer file are already installed, or have already been removed from the local computer.
|
Occurs if the roles, role services, or features specified in the answer file to be installed are already installed on the computer, or if the answer file requests their removal and Server Manager found that they did not exist on the computer or have already been removed. In other words, this message occurs if the actions specified in the command result in a null operation.
|
|
An instance of a Server Manager wizard is already running on this computer
|
1004
|
Error: Another user is running a wizard in the Server Manager user interface.
|
If one of the Server Manager wizards (Add Roles, Add Features, Add Role Services, Remove Roles, Remove Features, Remove Role Services) is already running, attempts to run the Server Manager command line to install or remove roles, role services, or features fail. Server Manager prevents conflicting user changes to the software packages installed on a server by running only one tool at a time. Either the command-line tools or a Server Manager wizard can be run at one time, but not both simultaneously.
|
|
A failure occurred while collecting the list of installed roles or features, or while installing or removing the items specified by the user.
|
1000
|
Error: Installation of one or more roles, role services, or features failed. Check the Server Manager log for additional information and try again.
Error: Removal of one or more roles, role services, or features failed. Check the Server Manager log for additional information and try again.
|
Two different messages might vary slightly, depending on whether the user specified roles or features in the command.
|
|
Same as error 1000, except that a restart is required by this error to undo any changes made to the computer.
|
1001
|
Error: Installation of one or more roles, role services, or features failed, and a restart is required to undo any changes made to the computer. Check the Server Manager log for additional information and try again.
Error: Removal of one or more roles, role services, or features failed, and a restart is required to undo any changes made to the computer. Check the Server Manager log for additional information and try again.
Error: Installation of the role, role service, or feature failed because the computer must be restarted to complete another installation or removal. After restarting the computer, try to install the role, role service, or feature again.
Error: Removal of the role, role service, or feature failed because the computer must be restarted to complete another installation or removal. After restarting the computer, try to remove the role, role service, or feature again.
|
The different messages might vary slightly, depending on whether the user specified roles or features in the command.
|
|
Generic error
|
1002
|
Error: Generic error. {0}
|
This is a generic error for which there is no troubleshooting information available. In the event you receive this error, it is recommended you verify the syntax of your command, verify that you are logged on to the local computer as a member of the Administrators group, and retry the command.
{0} represents the exception found by Server Manager.
|