Skip to content

Commit 643a797

Browse files
Change description of -i parameter
The description of the -i parameter was confusing. I have a default SQL instance, but the SQL Server 2017 Reporting Services silent installation created a name SSRS instance (name "SSRS"). Without specifying the -i parameter (because I am using a default SQL instance), I received a WMI error. When I specified "-i SSRS" in the command line, it worked. It set the database to use in the default SQL Server instance.
1 parent 946be8b commit 643a797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reporting-services/tools/rsconfig-utility-ssrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rsconfig {-?}
5555
|**-e**|Required if **-c** argument is not used.|Specifies the unattended report execution account.<br /><br /> 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.<br /><br /> Arguments that you can specify with **-e** include **-u** and **-p**. You can also set **-t**.|
5656
|**-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**.|
5757
|**-s** *servername*|Required.|Specifies the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance that hosts the report server database.|
58-
|**-i** *instancename*|Required if you are using named instances.|If you used a named [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance to host the report server database, this value specifies the named instance.|
58+
|**-i** *instancename*|Required if you are using named instances.|If you used a named Reporting Services, this value specifies the named instance.|
5959
|**-d** *databasename*|Required.|Specifies the name of the report server database.|
6060
|**-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).<br /><br /> **Windows** specifies that the report server use Windows Authentication.<br /><br /> **SQL** specifies that the report server use SQL Server Authentication.|
6161
|**-u** *[domain\\]username*|Required with **-e** Optional with **-c**.|Specifies a user account for the report server database connection or for the unattended account.<br /><br /> For **rsconfig -e**, this argument is required. It must be a domain user account.<br /><br /> For **rsconfig -c** and **-a SQL**, this argument must specify a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] login.<br /><br /> 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.|

0 commit comments

Comments
 (0)