Skip to content

Commit aed0200

Browse files
committed
resolving merge conflict and PR review issues
2 parents 8a0174f + d027e9d commit aed0200

18 files changed

Lines changed: 66 additions & 40 deletions

docs/big-data-cluster/deploy-active-directory.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to upgrade SQL Server Big Data Clusters in an Active Dire
55
author: NelGson
66
ms.author: negust
77
ms.reviewer: mikeray
8-
ms.date: 11/27/2019
8+
ms.date: 12/02/2019
99
ms.topic: conceptual
1010
ms.prod: sql
1111
ms.technology: big-data-cluster
@@ -170,13 +170,16 @@ AD integration requires the following parameters. Add these parameters to the `c
170170

171171
- `security.domainDnsName`: Name of your domain (e.g. `contoso.local`).
172172

173-
- `security.clusterAdmins`: This parameter takes **one AD group**. Members of this group will get administrator permissions in the cluster. This means that they will have sysadmin permissions in SQL Server, superuser permissions in HDFS and administrators in Controller. **Please note that this group needs to exist in AD before deployment begins**
173+
- `security.clusterAdmins`: This parameter takes **one AD group**. Members of this group will get administrator permissions in the cluster. This means that they will have sysadmin permissions in SQL Server, superuser permissions in HDFS and administrators in Controller. **Please note that this group needs to exist in AD before deployment begins. Also note that this group can not be DomainLocal scoped in Active Directory. A domain local scoped group will result in deployment failure.**
174174

175-
- `security.clusterUsers`: List of the AD groups that are regular users (no administrator permissions) in the big data cluster. **Please note that these groups need to exist in AD before deployment begins**
175+
- `security.clusterUsers`: List of the AD groups that are regular users (no administrator permissions) in the big data cluster. **Please note that these groups need to exist in AD before deployment begins. Also note that these groups can not be DomainLocal scoped in Active Directory. A domain local scoped group will result in deployment failure.**
176176

177-
- `security.appOwners` **Optional parameter**: List of the AD groups who have permissions to create, delete, and run any application. **Please note that these groups need to exist in AD before deployment begins**
177+
- `security.appOwners` **Optional parameter**: List of the AD groups who have permissions to create, delete, and run any application. **Please note that these groups need to exist in AD before deployment begins. Also note that these groups can not be DomainLocal scoped in Active Directory. A domain local scoped group will result in deployment failure.**
178178

179-
- `security.appReaders` **Optional parameter**: list of the AD groups who have permissions to run any application. **Please note that these groups need to exist in AD before deployment begins**
179+
- `security.appReaders` **Optional parameter**: list of the AD groups who have permissions to run any application. **Please note that these groups need to exist in AD before deployment begins. Also note that these groups can not be DomainLocal scoped in Active Directory. A domain local scoped group will result in deployment failure.**
180+
181+
**How to check AD group scope:**
182+
[Click here for instructions](https://docs.microsoft.com/en-us/powershell/module/activedirectory/get-adgroup?view=winserver2012-ps&viewFallbackFrom=winserver2012r2-ps) for checking the scope of an AD group, to determine if it is DomainLocal.
180183

181184
If you have not already initialized the deployment configuration file, you can run this command to get a copy of the configuration.
182185

@@ -290,3 +293,5 @@ curl -k -v --negotiate -u : https://<Gateway DNS name>:30443/gateway/default/web
290293
- The secure AD mode will only work on `kubeadm` deployment environments and not on AKS right now. The `kubeadm-prod` deployment profile includes the security sections by default.
291294

292295
- Only one BDC per domain is allowed at this time. Enabling multiple BDCs per domain is planned for a future release.
296+
297+
- None of the AD groups specified in security configurations can be DomainLocal scoped. You can check the scope of an AD group by following [these instructions](https://docs.microsoft.com/en-us/powershell/module/activedirectory/get-adgroup?view=winserver2012-ps&viewFallbackFrom=winserver2012r2-ps).

docs/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
"2014/**/*.md": "SQL Server 2014",
129129
"2014/integration-services/**/*.md": "SQL Server 2014 Integration Services",
130130
"2014/relational-database/replication/**/*.md": "SQL Server 2014 Replication",
131-
"2014/reporting-services/**/*.md": "SQL Server 2014 Reporting Services",
132-
"2014/database-engine/availability-groups/**/*.md": "SQL Server 2014 Always On",
131+
"2014/reporting-services/**/*.md": "SQL Server 2014 Reporting Services (SSRS)",
132+
"2014/database-engine/availability-groups/windows/**/*.md": "SQL Server 2014 Always On",
133133
"2014/sql-server/failover-clusters/**/*.md": "SQL Server 2014 Always On",
134134
"2014/database-engine/database-mirroring/**/*.md": "SQL Server 2014 Database Mirroring",
135135
"2014/database-engine/log-shipping/windows/**/*.md": "SQL Server 2014 Log Shipping",

docs/relational-databases/system-catalog-views/sys-database-principals-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
4545
|**allow_encrypted_value_modifications**|**bit**|**Applies to**: [!INCLUDE[ssSQL15_md](../../includes/sssql15-md.md)] and later, [!INCLUDE[ssSDS_md](../../includes/sssds-md.md)].<br /><br /> Suppresses cryptographic metadata checks on the server in bulk copy operations. This enables the user to bulk copy data encrypted using Always Encrypted, between tables or databases, without decrypting the data. The default is OFF. |
4646

4747
## Remarks
48-
The *PasswordLastSetTime* properties are available on all supported configurations of SQL Server, but the other properties are only available when SQL Server is running on Windows Server 2003 or later and both CHECK_POLICY and CHECK_EXPIRATION are enabled. See [Password Policy](../../relational-databases/security/password-policy.md) for more information.
48+
The *PasswordLastSetTime* properties are available on all supported configurations of SQL Server, but the other properties are only available when SQL Server is running on Windows Server 2003 or later and both CHECK_POLICY and CHECK_EXPIRATION are enabled. See [Password Policy](../../relational-databases/security/password-policy.md) for more information.
49+
The values of the principal_id may be reused in the case that principals have been dropped and therefore is not guaranteed to be ever-increasing.
4950

5051
## Permissions
5152
Any user can see their own user name, the system users, and the fixed database roles. To see other users, requires ALTER ANY USER, or a permission on the user. To see user-defined roles, requires ALTER ANY ROLE, or membership in the role.

docs/reporting-services/application-integration/choosing-between-url-access-and-soap.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
title: "Choosing between URL access and SOAP in Reporting Services | Microsoft Docs"
2+
title: "Choose between URL access and SOAP"
3+
description: "There are two ways to integrate Reporting Services into custom applications: URL access and the Reporting Services SOAP API. Which to use depends on several factors."
34
ms.date: 10/19/2017
45
ms.prod: reporting-services
56
ms.prod_service: "reporting-services-native"
67
ms.technology: application-integration
78

8-
9+
ms.custom: seo-lt-2019
910
ms.topic: reference
1011
author: maggiesMSFT
1112
ms.author: maggies
1213
monikerRange: "= sql-server-2016 || = sqlallproducts-allversions"
1314
---
14-
# Choosing between URL access and SOAP in Reporting Services
15+
# Choose between URL access and SOAP in Reporting Services
1516

1617
[!INCLUDE [ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE[ssrs-appliesto-2016](../../includes/ssrs-appliesto-2016.md)] [!INCLUDE[ssrs-appliesto-not-2017](../../includes/ssrs-appliesto-not-2017.md)] [!INCLUDE [ssrs-appliesto-not-pbirs](../../includes/ssrs-appliesto-not-pbirs.md)]
1718

docs/reporting-services/application-integration/integrating-reporting-services-into-applications.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: "Integrating Reporting Services into Applications | Microsoft Docs"
2+
title: "Integrating into Applications"
3+
description: Reporting Services is an open and extensible reporting platform designed to provide developers with a comprehensive set of APIs for developing solutions.
4+
ms.custom: seo-lt-2019
35
ms.date: 05/14/2019
46
ms.prod: reporting-services
57
ms.prod_service: "reporting-services-native"

docs/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-data-collection.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Data collection in ReportViewer Control 2016
2+
title: Data collection in ReportViewer Control
3+
description: Anonymous usage data is collected by the control to better understand how customers use the product. Usage data enables future development to focus on improvements that are most relevant to customers.
34
author: maggiesMSFT
45
ms.author: maggies
6+
ms.custom: seo-lt-2019
57
ms.reviewer: ""
68
ms.prod: reporting-services
79
ms.prod_service: reporting-services-native
@@ -10,7 +12,7 @@ ms.topic: reference
1012
ms.custom: ""
1113
ms.date: 09/18/2018
1214
---
13-
# Integrating Reporting Services Using ReportViewer Controls - Data Collection
15+
# Integrate Reporting Services Using ReportViewer Controls - Data Collection
1416

1517
Anonymous usage data is collected by the control to better understand how customers make use of the product. Usage data enables future development to be focused on improvements that are most relevant to customers.
1618

docs/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: "Getting started with the ReportViewer 2016 control | Microsoft Docs"
2+
title: "Get started with Report Viewer controls"
3+
description: The Report Viewer controls can be used to integrate Reporting Services RDL reports into WebForms and WinForms apps.
4+
ms.custom: seo-lt-2019
35
ms.date: 09/18/2018
46
ms.prod: reporting-services
57
ms.prod_service: "reporting-services-native"

docs/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: "Integrating Reporting Services Using the Report Viewer Controls | Microsoft Docs"
2+
title: "Integrate Using Report Viewer Controls"
3+
description: Visual Studio provides two Report Viewer controls for integrating report viewing functionality into your applications.
34
ms.date: 09/18/2018
45
ms.prod: reporting-services
56
ms.prod_service: "reporting-services-native"
67
ms.technology: application-integration
7-
8+
ms.custom: seo-lt-2019
89

910
ms.topic: reference
1011
helpviewer_keywords:
@@ -14,7 +15,7 @@ ms.assetid: 3ba47fb4-73a9-4059-89fd-329adebe94a8
1415
author: maggiesMSFT
1516
ms.author: maggies
1617
---
17-
# Integrating Reporting Services Using Report Viewer Controls
18+
# Integrate Reporting Services Using Report Viewer Controls
1819
[!INCLUDE[msCoName](../../includes/msconame-md.md)] Visual Studio 2015 provides two Report Viewer controls for integrating report viewing functionality into your applications. There is a version for Windows Forms-based applications and one for Web Forms applications. Each control provides similar functionality but each is designed to target their individual environments. Both controls can process reports that have been deployed to a report server (remote processing mode) or have been copied to a computer where [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] has not been installed (local processing mode).
1920

2021
The Report Viewer control does not include built-in support for dynamically adapting to different devices with different screen resolutions.

docs/reporting-services/application-integration/integrating-reporting-services-using-soap-web-application.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: "Using the SOAP API in a Web Application - Reporting Services | Microsoft Docs"
2+
title: "Use SOAP API in Web Applications"
3+
description: You can access the full functionality of the report server through the Reporting Services SOAP API.
34
ms.date: 06/26/2019
45
ms.prod: reporting-services
56
ms.prod_service: "reporting-services-native"
67
ms.technology: application-integration
78

8-
9+
ms.custom: seo-lt-2019
910
ms.topic: reference
1011
helpviewer_keywords:
1112
- "SOAP [Reporting Services], Web applications"

docs/reporting-services/application-integration/integrating-reporting-services-using-soap-windows-application.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: "Using the SOAP API in a Windows Application | Microsoft Docs"
2+
title: "Use SOAP API in Windows Applications"
3+
description: You can access the full functionality of the report server through the Reporting Services SOAP API. Access the Web service in a Windows application by writing code that makes calls to the service.
34
ms.date: 03/14/2017
45
ms.prod: reporting-services
56
ms.prod_service: "reporting-services-native"
67
ms.technology: application-integration
78

8-
9+
ms.custom: seo-lt-2019
910
ms.topic: reference
1011
helpviewer_keywords:
1112
- "rendered reports [Reporting Services]"

0 commit comments

Comments
 (0)