Skip to content

Commit eb0ab7a

Browse files
committed
ms pv deprecate, acrolinx pt 2
1 parent 2c425f9 commit eb0ab7a

4 files changed

Lines changed: 4 additions & 4 deletions

docs/reporting-services/install-windows/install-the-first-report-server-in-sharepoint-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ms.custom:
174174
175175
- You installed Reporting Services SharePoint mode before SharePoint was installed.
176176
177-
- The account used to install Reporting Services SharePoint mode, was not a member of the SharePoint farm administrators group. For more information, see the section [Setup accounts](#bkmk_setupaccounts).
177+
- The account used to install Reporting Services SharePoint mode wasn't a member of the SharePoint farm administrators group. For more information, see the section [Setup accounts](#bkmk_setupaccounts).
178178
179179
The necessary files were installed as part of the SQL Server installation wizard, but the services need to be registered into the SharePoint farm.
180180

docs/reporting-services/report-server/turn-on-reporting-services-events-for-the-sharepoint-trace-log-uls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Get-SPDiagnosticConfig
136136
|Shared Service|Sample entries:<br /><br /> MediumUpdating ReportingWebServiceApplication<br /><br /> MediumGranting access to content databases.<br /><br /> MediumProvisioning instances for ReportingWebServiceApplication<br /><br /> MediumProcessing service account change for ReportingWebServiceApplication<br /><br /> MediumSetting database permissions.|
137137

138138
## <a name="bkmk_powershell"></a> View a Log file with PowerShell
139-
![PowerShell related content](/analysis-services/analysis-services/instances/install-windows/media/rs-powershellicon.jpg "PowerShell related content")You can use PowerShell to return a list of the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] related events from a ULS Log file. Type the following command from the SharePoint 2010 Management Shell to return a filtered list of rows from the file a ULS log file UESQL11SPOINT-20110606-1530.log, that contains "**sql server reporting services**":
139+
![PowerShell related content](/analysis-services/analysis-services/instances/install-windows/media/rs-powershellicon.jpg "PowerShell related content")You can use PowerShell to return a list of the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] related events from a ULS Log file. Type the following command from the SharePoint 2010 Management Shell to return a filtered list of rows from the file a ULS log file UESQL11SPOINT-20110606-1530.log that contains "**sql server reporting services**":
140140

141141
```
142142
Get-content -path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\UESQL11SPOINT-20110606-1530.log" | select-string "sql server reporting services"

docs/reporting-services/reporting-services-data-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ The following summarizes the key areas of [!INCLUDE[ssRSnoversion](../includes/s
292292
## <a name="Globalization"></a> Globalization of Data Alerts
293293
Certain script such as Arabic and Hebrew are written right to left. Data alerts support right-to-left scripts as well as left-to-right scripts. Data alerts detect culture and alter the appearance and behavior of the user interface and the layout of data alert messages accordingly. The culture is derived from the regional setting of the operating system on the user's computer. The culture is saved each time you update and then resave the data alert definition.
294294

295-
Whether data satisfies the rules in the alert definition can be affected by the culture in the alert definition. String comparisons are most commonly affected by culture specific rules.
295+
The culture in the alert definition can affect whether data satisfies the rules in the alert definition. String comparisons are most commonly affected by culture specific rules.
296296

297297
Determining whether report data satisfies the rules in the alert definition can be affected by the culture in the alert definition. This most commonly occurs in of strings. For example, in an alert definition with the German culture, a rule that compares the English letter "o" and the German letter "ö" would not be satisfied. In the same alert definition using the English culture the rule would be satisfied.
298298

docs/reporting-services/troubleshooting/troubleshoot-server-and-database-connection-problems-with-reporting-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use this topic to troubleshoot problems that you experience when you're connecti
1717
This is a generic error that occurs when the report server can't open a connection to an external data source that provides data to a report. This error appears with a second error message that indicates the underlying cause. The following additional errors can appear with **rsErrorOpeningConnection**.
1818

1919
### Login failed for user 'UserName'
20-
The user don't have permission to access the data source. If you're using a SQL Server database, verify that the user has a valid database user login. For more information about how to create a database user or a SQL Server login, see [Create a Database User](../../relational-databases/security/authentication-access/create-a-database-user.md) and [Create a SQL Server Login](../../relational-databases/security/authentication-access/create-a-login.md).
20+
The user doesn't have permission to access the data source. If you're using a SQL Server database, verify that the user has a valid database user login. For more information about how to create a database user or a SQL Server login, see [Create a Database User](../../relational-databases/security/authentication-access/create-a-database-user.md) and [Create a SQL Server Login](../../relational-databases/security/authentication-access/create-a-login.md).
2121

2222
### Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
2323
This error occurs when credentials are passed across multiple computer connections. If you're using Windows Authentication, and the Kerberos version 5 protocol is not enabled, this error occurs when credentials are passed across more than one computer connection. To work around this error, consider using stored credentials or prompted credentials. For more information about how to work around this issue, see [Specify Credential and Connection Information for Report Data Sources](../../reporting-services/report-data/specify-credential-and-connection-information-for-report-data-sources.md).

0 commit comments

Comments
 (0)