Skip to content

Commit 4d8c7bb

Browse files
Merge pull request #216694 from linda33wj/main
Update connector articles
2 parents a7ff32c + bd360e1 commit 4d8c7bb

6 files changed

+41
-23
lines changed

articles/purview/create-a-scan-rule-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 09/27/2021
9+
ms.date: 11/01/2022
1010
---
1111

1212
# Create a scan rule set

articles/purview/register-scan-oracle-source.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 05/04/2022
9+
ms.date: 11/01/2022
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -64,13 +64,9 @@ Currently, the Oracle service name isn't captured in the metadata or hierarchy.
6464
> [!Note]
6565
> The driver should be accessible by the self-hosted integration runtime. By default, self-hosted integration runtime uses [local service account "NT SERVICE\DIAHostService"](manage-integration-runtimes.md#service-account-for-self-hosted-integration-runtime). Make sure it has "Read and execute" and "List folder contents" permission to the driver folder.
6666
67-
## Register
68-
69-
This section describes how to register Oracle in Microsoft Purview using the [Microsoft Purview governance portal](https://web.purview.azure.com/).
70-
71-
### Prerequisites for registration
67+
### Required permissions for scan
7268

73-
A read-only access to system tables is required.
69+
Microsoft Purview supports basic authentication (username and password) for scanning Oracle. The Oracle user must have read access to system tables in order to access advanced metadata. For classification, user also needs to have read permission on the tables/views to retrieve sample data.
7470

7571
The user should have permission to create a session and role SELECT\_CATALOG\_ROLE assigned. Alternatively, the user may have SELECT permission granted for every individual system table that this connector queries metadata from:
7672

@@ -102,9 +98,9 @@ grant select on V_$INSTANCE to [user];
10298
grant select on v_$database to [user];
10399
```
104100

105-
### Authentication for registration
101+
## Register
106102

107-
The only supported authentication for an Oracle source is **Basic authentication**.
103+
This section describes how to register Oracle in Microsoft Purview using the [Microsoft Purview governance portal](https://web.purview.azure.com/).
108104

109105
### Steps to register
110106

@@ -201,6 +197,8 @@ To create and run a new scan, do the following:
201197
202198
1. Select **Continue**.
203199

200+
1. Select a **scan rule set** for classification. You can choose between the system default, existing custom rule sets, or [create a new rule set](create-a-scan-rule-set.md) inline.
201+
204202
1. Choose your **scan trigger**. You can set up a schedule or ran the scan once.
205203

206204
1. Review your scan and select **Save and Run**.

articles/purview/register-scan-sap-bw.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 10/21/2022
9+
ms.date: 11/01/2022
1010
ms.custom: template-how-to
1111
---
1212

@@ -61,12 +61,16 @@ When scanning SAP BW source, Microsoft Purview supports extracting technical met
6161
> [!Note]
6262
> The driver should be accessible to all accounts in the machine. Don't put it in a path under user account.
6363
64-
* Deploy the metadata extraction ABAP function module on the SAP server by following the steps mentioned in [ABAP functions deployment guide](abap-functions-deployment-guide.md). You need an ABAP developer account to create the RFC function module on the SAP server. The user account requires sufficient permissions to connect to the SAP server and execute the following RFC function modules:
64+
* Self-hosted integration runtime communicates with the SAP server over dispatcher port 32NN and gateway port 33NN, where NN is your SAP instance number from 00 to 99. Make sure the outbound traffic is allowed on your firewall.
65+
66+
* Deploy the metadata extraction ABAP function module on the SAP server by following the steps mentioned in [ABAP functions deployment guide](abap-functions-deployment-guide.md). You need an ABAP developer account to create the RFC function module on the SAP server. For scan execution, the user account requires sufficient permissions to connect to the SAP server and execute the following RFC function modules:
6567

6668
* STFC_CONNECTION (check connectivity)
6769
* RFC_SYSTEM_INFO (check system information)
6870
* OCS_GET_INSTALLED_COMPS (check software versions)
69-
* Z_MITI_BW_DOWNLOAD (main metadata import)
71+
* Z_MITI_BW_DOWNLOAD (main metadata import, the function module you create following the Purview guide)
72+
73+
The underlying SAP Java Connector (JCo) libraries may call additional RFC function modules e.g. RFC_PING, RFC_METADATA_GET, etc., refer to [SAP support note 460089](https://launchpad.support.sap.com/#/notes/460089) for details.
7074

7175
## Register
7276

articles/purview/register-scan-sapecc-source.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 05/04/2022
9+
ms.date: 11/01/2022
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -67,9 +67,16 @@ When scanning SAP ECC source, Microsoft Purview supports:
6767
> [!Note]
6868
> The driver should be accessible by the self-hosted integration runtime. By default, self-hosted integration runtime uses [local service account "NT SERVICE\DIAHostService"](manage-integration-runtimes.md#service-account-for-self-hosted-integration-runtime). Make sure it has "Read and execute" and "List folder contents" permission to the driver folder.
6969
70-
* Deploy the metadata extraction ABAP function module on the SAP server by following the steps mentioned in [ABAP functions deployment guide](abap-functions-deployment-guide.md). You'll need an ABAP developer account to create the RFC function module on the SAP server. The user account requires sufficient permissions to connect to the SAP server and execute the following RFC function modules:
71-
* STFC_CONNECTION (check connectivity)
72-
* RFC_SYSTEM_INFO (check system information)
70+
* Self-hosted integration runtime communicates with the SAP server over dispatcher port 32NN and gateway port 33NN, where NN is your SAP instance number from 00 to 99. Make sure the outbound traffic is allowed on your firewall.
71+
72+
* Deploy the metadata extraction ABAP function module on the SAP server by following the steps mentioned in [ABAP functions deployment guide](abap-functions-deployment-guide.md). You'll need an ABAP developer account to create the RFC function module on the SAP server. For scan execution, the user account requires sufficient permissions to connect to the SAP server and execute the following RFC function modules:
73+
74+
* STFC_CONNECTION (check connectivity)
75+
* RFC_SYSTEM_INFO (check system information)
76+
* OCS_GET_INSTALLED_COMPS (check software versions)
77+
* Z_MITI_DOWNLOAD (main metadata import, the function module you create following the Purview guide)
78+
79+
The underlying SAP Java Connector (JCo) libraries may call additional RFC function modules e.g. RFC_PING, RFC_METADATA_GET, etc., refer to [SAP support note 460089](https://launchpad.support.sap.com/#/notes/460089) for details.
7380

7481
## Register
7582

articles/purview/register-scan-saps4hana-source.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 01/20/2022
9+
ms.date: 11/01/2022
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -67,9 +67,16 @@ When scanning SAP S/4HANA source, Microsoft Purview supports:
6767
> [!Note]
6868
> The driver should be accessible by the self-hosted integration runtime. By default, self-hosted integration runtime uses [local service account "NT SERVICE\DIAHostService"](manage-integration-runtimes.md#service-account-for-self-hosted-integration-runtime). Make sure it has "Read and execute" and "List folder contents" permission to the driver folder.
6969
70-
* Deploy the metadata extraction ABAP function module on the SAP server by following the steps mentioned in [ABAP functions deployment guide](abap-functions-deployment-guide.md). You'll need an ABAP developer account to create the RFC function module on the SAP server. The user account requires sufficient permissions to connect to the SAP server and execute the following RFC function modules:
71-
* STFC_CONNECTION (check connectivity)
72-
* RFC_SYSTEM_INFO (check system information)
70+
* Self-hosted integration runtime communicates with the SAP server over dispatcher port 32NN and gateway port 33NN, where NN is your SAP instance number from 00 to 99. Make sure the outbound traffic is allowed on your firewall.
71+
72+
* Deploy the metadata extraction ABAP function module on the SAP server by following the steps mentioned in [ABAP functions deployment guide](abap-functions-deployment-guide.md). You'll need an ABAP developer account to create the RFC function module on the SAP server. For scan execution, the user account requires sufficient permissions to connect to the SAP server and execute the following RFC function modules:
73+
74+
* STFC_CONNECTION (check connectivity)
75+
* RFC_SYSTEM_INFO (check system information)
76+
* OCS_GET_INSTALLED_COMPS (check software versions)
77+
* Z_MITI_DOWNLOAD (main metadata import, the function module you create following the Purview guide)
78+
79+
The underlying SAP Java Connector (JCo) libraries may call additional RFC function modules e.g. RFC_PING, RFC_METADATA_GET, etc., refer to [SAP support note 460089](https://launchpad.support.sap.com/#/notes/460089) for details.
7380

7481
## Register
7582

articles/purview/register-scan-teradata-source.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 05/04/2022
9+
ms.date: 11/01/2022
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -41,7 +41,7 @@ When setting up scan, you can choose to scan an entire Teradata server, or scope
4141

4242
### Required permissions for scan
4343

44-
Microsoft Purview supports basic authentication (username and password) for scanning Teradata. The Teradata user must have read access to system tables in order to access advanced metadata.
44+
Microsoft Purview supports basic authentication (username and password) for scanning Teradata. The Teradata user must have read access to system tables in order to access advanced metadata. For classification, user also needs to have read permission on the tables/views to retrieve sample data.
4545

4646
To retrieve data types of view columns, Microsoft Purview issues a prepare statement for `select * from <view>` for each of the view queries and parse the metadata that contains the data type details for better performance. It requires the SELECT data permission on views. If the permission is missing, view column data types will be skipped.
4747

@@ -144,6 +144,8 @@ Follow the steps below to scan Teradata to automatically identify assets. For mo
144144

145145
1. Select **Continue**.
146146

147+
1. Select a **scan rule set** for classification. You can choose between the system default, existing custom rule sets, or [create a new rule set](create-a-scan-rule-set.md) inline.
148+
147149
1. Choose your **scan trigger**. You can set up a schedule or ran the scan once.
148150

149151
1. Review your scan and select **Save and Run**.

0 commit comments

Comments
 (0)