You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/register-scan-sap-bw.md
+23-25Lines changed: 23 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,46 +26,44 @@ The supported SAP BW versions are 7.3 to 7.5. SAP BW4/HANA is not supported.
26
26
27
27
When scanning SAP BW source, Azure Purview supports extracting technical metadata including:
28
28
29
-
- Instance
30
-
- InfoArea
31
-
- InfoSet
32
-
- InfoSet query
33
-
- Classic InfoSet
34
-
- InfoObject including unit of measurement, time characteristic, navigation attribute, data packet characteristic, currency, characteristic, field, key figure
35
-
- Data store object (DSO)
36
-
- Aggregation level
37
-
- Open hub destination
38
-
- Query including the query condition
39
-
- Query view
40
-
- HybridProvider
41
-
- MultiProvider
42
-
- InfoCube
43
-
- Aggregate
44
-
- Dimension
45
-
- Time dimension
46
-
47
-
Info area, Info object, DSO (does not support ADSO yet), aggregation level, info set, infot set query. Classic info set, open hub destination, query, query view, hybrid provider, multi provider, info cube, aggregate cube.
29
+
- Instance
30
+
- InfoArea
31
+
- InfoSet
32
+
- InfoSet query
33
+
- Classic InfoSet
34
+
- InfoObject including unit of measurement, time characteristic, navigation attribute, data packet characteristic, currency, characteristic, field, key figure
35
+
- Data store object (DSO)
36
+
- Aggregation level
37
+
- Open hub destination
38
+
- Query including the query condition
39
+
- Query view
40
+
- HybridProvider
41
+
- MultiProvider
42
+
- InfoCube
43
+
- Aggregate
44
+
- Dimension
45
+
- Time dimension
48
46
49
47
## Prerequisites
50
48
51
49
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
52
50
53
51
* An active [Azure Purview resource](create-catalog-portal.md).
54
52
55
-
* You will need to be a Data Source Administrator and Data Reader to register a source and manage it in the Azure Purview Studio. See our [Azure Purview Permissions page](catalog-permissions.md) for details.
53
+
* You need Data Source Administrator and Data Reader permissions to register a source and manage it in Azure Purview Studio. For more information about permissions, see [Access control in Azure Purview](catalog-permissions.md).
56
54
57
55
* Set up the latest [self-hosted integration runtime](https://www.microsoft.com/download/details.aspx?id=39717). For more information, see [the create and configure a self-hosted integration runtime guide](manage-integration-runtimes.md).
58
56
59
57
* Ensure [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) is installed on the machine where the self-hosted integration runtime is installed.
60
58
61
59
* Ensure Visual C++ Redistributable for Visual Studio 2012 Update 4 is installed on the self-hosted integration runtime machine. If you don't have this update installed, [you can download it here](https://www.microsoft.com/download/details.aspx?id=30679).
62
60
63
-
* The connector reads metadata from SAP using the [SAP Java Connector (JCo)](https://support.sap.com/en/product/connectors/jco.html) 3.0 API. Make sure the Java Connector is available on your machine where self-hosted integration runtime is installed. Make sure that you are using the correct JCo distribution for your environment. Make sure the **sapjco3.jar** and **sapjco3.dll** files are available.
61
+
* The connector reads metadata from SAP using the [SAP Java Connector (JCo)](https://support.sap.com/en/product/connectors/jco.html) 3.0 API. Make sure the Java Connector is available on your machine where self-hosted integration runtime is installed. Make sure that you use the correct JCo distribution for your environment, and the **sapjco3.jar** and **sapjco3.dll** files are available.
64
62
65
63
> [!Note]
66
64
> The driver should be accessible to all accounts in the machine. Don't put it in a path under user account.
67
65
68
-
* 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 will 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:
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. The user account requires sufficient permissions to connect to the SAP server and execute the following RFC function modules:
69
67
70
68
* STFC_CONNECTION (check connectivity)
71
69
* RFC_SYSTEM_INFO (check system information)
@@ -93,7 +91,7 @@ On the **Register sources (SAP BW)** screen, do the following:
93
91
94
92
1. Enter the **Application server** name to connect to SAP BW source. It can also be an IP address of the SAP application server host.
95
93
96
-
1. Enter the SAP **System number**. This is a integer between 0 and 99.
94
+
1. Enter the SAP **System number**. It's an integer between 0 and 99.
97
95
98
96
1. Select a collection or create a new one (Optional).
99
97
@@ -107,7 +105,7 @@ Follow the steps below to scan SAP BW to automatically identify assets and class
107
105
108
106
### Create and run scan
109
107
110
-
1. In the Management Center, select Integration runtimes. Make sure a self-hosted integration runtime is set up. If it is not set up, use the steps mentioned [here](./manage-integration-runtimes.md) to create a self-hosted integration runtime.
108
+
1. In the Management Center, select Integration runtimes. Make sure a self-hosted integration runtime is set up. If it isn't set up, use the steps mentioned [here](./manage-integration-runtimes.md) to create a self-hosted integration runtime.
111
109
112
110
1. Navigate to **Sources**
113
111
@@ -127,7 +125,7 @@ Follow the steps below to scan SAP BW to automatically identify assets and class
127
125
* Provide a user ID to connect to SAP server in the User name input field.
128
126
* Store the user password used to connect to SAP server in the secret key.
129
127
130
-
1.**Client ID**: Enter the SAP Client ID. This is a three-digit numeric number from 000 to 999.
128
+
1.**Client ID**: Enter the SAP Client ID. It's a three-digit numeric number from 000 to 999.
131
129
132
130
1.**JCo library path**: The directory path where the JCo libraries are located.
0 commit comments