MSSQLSERVER_17112

Applies to: SQL Server

Details

Attribute Value
Product Name SQL Server
Event ID 17112
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name INIT_INVCOMMAND
Message Text An invalid startup option a was supplied, either from the registry or the command prompt. Correct or remove the option.

Explanation

This error indicates that an invalid Database Engine Service Startup Options was specified. When a startup option is not properly specified, SQL Server either fails to start or may not run as expected. Error 17112 is also raised.

In some cases, the instance might start, but when you review the SQL Server Error log, the startup parameters do not look right:

<Datetime> Server Registry startup parameters:
<Datetime> Server -d D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
<Datetime> Server -e D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
<Datetime> Server -l D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
<Datetime> Server -T1118 -g512

Notice how both the last two startup parameters are on the same line.

You may also notice in some cases that adding the necessary startup parameters did not have the intended effect on the server behavior.

Possible causes

You encounter these problems due to the following reasons:

  • Using startup parameters that are not present in the valid list of startup parameters
  • Specifying startup parameters without the proper delimiters [;]
  • Copy and paste the startup parameters from text editors that introduced some invisible special characters, [for example, a space before the -T]
  • Not using the correct case sensitivity for the startup parameter

User action

Use the SQL Server Configuration Manager tool to supply and validate the startup parameters specified for the instance of SQL Server. Ensure each one of the startup parameters is delimited properly and that no special characters are present.

More information

Refer to the following topics for more information on this topic: