|
Term
|
Optional/Required
|
Definition
|
|---|
|
-?
|
Optional.
|
Displays the syntax of Rsconfig.exe arguments.
|
|
-c
|
Required if -e argument is not used.
|
Specifies the connection string, credentials, and data source values used to connect a report server to the report server database.
This argument does not take a value. However, additional arguments must be specified with it to provide all of the required connection values.
Arguments that you can specify with -c include -m, -s, -i, -d, -a, -u, -p, and -t.
|
|
-e
|
Required if -c argument is not used.
|
Specifies the unattended report execution account.
This argument does not take a value. However, you must include additional arguments on the command line to specify that values that are encrypted in the configuration file.
Arguments that you can specify with -e include -u and -p. You can also set -t.
|
|
-m
computername
|
Required if you are configuring a remote report server instance.
|
Specifies the name of the computer that is hosting the report server. If this argument is omitted, the default is localhost.
|
|
-s
servername
|
Required.
|
Specifies the SQL Server instance that hosts the report server database.
|
|
-i
instancename
|
Required if you are using named instances.
|
If you used a named SQL Server instance to host the report server database, this value specifies the named instance.
|
|
-d
databasename
|
Required.
|
Specifies the name of the report server database.
|
|
-a
authmethod
|
Required.
|
Specifies the authentication method that the report server uses to connect to the report server database. Valid values are Windows or SQL (this argument is not case-sensitive).
Windows specifies that the report server use Windows Authentication.
SQL specifies that the report server use SQL Server Authentication.
|
|
-u
[domain\]username
|
Required with -e Optional with -c.
|
Specifies a user account for the report server database connection or for the unattended account.
For rsconfig -e, this argument is required. It must be a domain user account.
For rsconfig -c and -a SQL, this argument must specify a SQL Server login.
For rsconfig -c and -a Windows, this argument may specify a domain user, a built-in account, or service account credentials. If you are specifying a domain account, specify domain and username in the format domain\username. If you are using a built-in account, this argument is optional. If you want to use service account credentials, omit this argument.
|
|
-p
password
|
Required if -u is specified.
|
Specifies the password to use with the username argument. You can set this argument to a blank value if the account does not require a password. This value is case-sensitive for domain accounts.
|
|
-t
|
Optional.
|
Outputs error messages to the trace log. This argument does not take a value. For more information, see Report Server Service Trace Log.
|