Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 1d3d182

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into Modify9002Article_JoPilov_Sept2021
2 parents 55e589a + 12a6a53 commit 1d3d182

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/big-data-cluster/troubleshoot-ad-hung-deployment-unhealthy-sparkhead-pods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: AD mode deployment hangs - unhealthy `sparkhead` pods
2+
title: AD mode deployment becomes unresponsive - unhealthy `sparkhead` pods
33
titleSuffix: SQL Server Big Data Cluster
44
description: Troubleshooting unresponsive deployment of a SQL Server Big Data Cluster in an Active Directory domain with unhealthy `sparkhead` pods.
55
author: macarv-ms
@@ -11,7 +11,7 @@ ms.prod: sql
1111
ms.technology: big-data-cluster
1212
---
1313

14-
# AD mode deployment hangs - unhealthy `sparkhead` pods
14+
# AD mode deployment becomes unresponsive - unhealthy `sparkhead` pods
1515

1616
Deployment in Active Directory (AD) mode freezes. Check symptoms to see if the cause is a missing reverse lookup zone entry for the domain controller on the different networks of the cluster nodes.
1717

docs/relational-databases/system-dynamic-management-views/sys-dm-os-wait-stats-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ GO
961961
|WINFAB_REPORT_FAULT |Internal use only. <br /><br /> **Applies to**: [!INCLUDE[ssSQL15_md](../../includes/sssql16-md.md)] and later.|
962962
|WORKTBL_DROP |Occurs while pausing before retrying, after a failed worktable drop.|
963963
|WRITE_COMPLETION |Occurs when a write operation is in progress.|
964-
|<a name="writelog"></а>WRITELOG |Occurs while waiting for a log flush to complete. Common operations that cause log flushes are transaction commits and checkpoints. Common reasons for long waits on WRITELOG are: disk latency (where transaction log files reside), the inability for I/O to keep up with transactions, or, a large number of transaction log operations and flushes (commits, rollback)|
964+
|<a name="writelog"></a> WRITELOG |Occurs while waiting for a log flush to complete. Common operations that cause log flushes are transaction commits and checkpoints. Common reasons for long waits on WRITELOG are: disk latency (where transaction log files reside), the inability for I/O to keep up with transactions, or, a large number of transaction log operations and flushes (commits, rollback)|
965965
|XACT_OWN_TRANSACTION |Occurs while waiting to acquire ownership of a transaction.|
966966
|XACT_RECLAIM_SESSION |Occurs while waiting for the current owner of a session to release ownership of the session.|
967967
|XACTLOCKINFO |Occurs during synchronization of access to the list of locks for a transaction. In addition to the transaction itself, the list of locks is accessed by operations such as deadlock detection and lock migration during page splits.|
@@ -1024,4 +1024,4 @@ GO
10241024
[SQL Server Operating System Related Dynamic Management Views &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sql-server-operating-system-related-dynamic-management-views-transact-sql.md)
10251025
[sys.dm_exec_session_wait_stats &#40;Transact-SQL&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-exec-session-wait-stats-transact-sql.md)
10261026
[sys.dm_db_wait_stats &#40;Azure SQL Database&#41;](../../relational-databases/system-dynamic-management-views/sys-dm-db-wait-stats-azure-sql-database.md)
1027-
[sys.dm_os_sys_info &#40;Transact-SQL&#41;](sys-dm-os-sys-info-transact-sql.md)
1027+
[sys.dm_os_sys_info &#40;Transact-SQL&#41;](sys-dm-os-sys-info-transact-sql.md)

docs/reporting-services/install-windows/claims-to-windows-token-service-c2wts-and-reporting-services.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: maggies
66
ms.prod: reporting-services
77
ms.prod_service: "reporting-services-sharepoint"
88
ms.topic: conceptual
9-
ms.date: 09/15/2017
9+
ms.date: 09/09/2021
1010
---
1111

1212
# Claims to Windows Token Service (C2WTS) and Reporting Services
@@ -22,7 +22,9 @@ C2WTS is also required with SQL Server Reporting Services SharePoint mode if you
2222
2323
## Report Viewer (Native Mode) web part configuration
2424

25-
The Report Viewer web part can be used to embed SQL Server Reporting Services native mode reports within your SharePoint site. This web part is available for SharePoint 2013 and SharePoint 2016. Both SharePoint 2013 and SharePoint 2016 make use of claims authentication. As a result, C2WTS needs to be configured properly and Reporting Services needs to be configured for Kerberos authentication for reports to render correctly.
25+
The Report Viewer web part is a custom web part that can be used to view SQL Server Reporting Services (native mode) reports within your SharePoint site. You can use the web part to view, navigate, print, and export reports on a report server. The Report Viewer web part is associated with report definition (.rdl) files that are processed by a SQL Server Reporting Services report server or a Power BI Report Server. This Report Viewer web part can’t be used with Power BI reports hosted in Power BI Report Server.
26+
27+
SharePoint Server 2013, SharePoint Server 2016, and SharePoint Server 2019 all make use of claims authentication. As a result, C2WTS needs to be configured properly and Reporting Services needs to be configured for Kerberos authentication for reports to render correctly.
2628

2729
1. Configure your Reporting Services (Native Mode) instance for Kerberos Authentication by determining the SSRS Service account, setting an SPN, and updating the rsreportserver.config file to use RSWindowsNegotiate Authentication Type. [Register a Service Principal Name (SPN) for a Report Server](../report-server/register-a-service-principal-name-spn-for-a-report-server.md)
2830

0 commit comments

Comments
 (0)