Skip to content

Commit c2101ed

Browse files
Merge pull request #227694 from hsridharan/patch-2
Update provider-netweaver.md
2 parents 9691747 + 68bf067 commit c2101ed

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

articles/sap/monitor/provider-netweaver.md

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This step is **mandatory** when configuring SAP NetWeaver Provider. To fetch spe
6868
1. Select the profile parameter `service/protectedwebmethods`.
6969
1. Change the value to:
7070
```Value field
71-
SDEFAULT -GetQueueStatistic -ABAPGetWPTable -EnqGetStatistic -GetProcessList ```
71+
SDEFAULT -GetQueueStatistic -ABAPGetWPTable -EnqGetStatistic -GetProcessList
7272
1. Select **Copy**.
7373
1. Select **Profile** > **Save** to save the changes.
7474
1. Restart the **SAPStartSRV** service on each instance in the SAP system. Restarting the services doesn't restart the entire system. This process only restarts **SAPStartSRV** (on Windows) or the daemon process (in Unix or Linux).
@@ -110,6 +110,25 @@ It's also recommended to check that you enabled the ICF ports.
110110
2. Configure **SDF/SMON** metrics to be aggregated every minute.
111111
3. recommended scheduling **SDF/SMON** as a background job in your target SAP client each minute.
112112
113+
5. **To enable secure communication**
114+
115+
To [enable TLS 1.2 or higher](enable-tls-azure-monitor-sap-solutions.md) with SAP NetWeaver provider please execute steps mentioned on this [SAP document](https://help.sap.com/docs/ABAP_PLATFORM_NEW/e73bba71770e4c0ca5fb2a3c17e8e229/4923501ebf5a1902e10000000a42189c.html?version=201909.002)
116+
117+
**Check if SAP systems are configured for secure communication using TLS 1.2 or higher**
118+
119+
1. Go to transaction RZ10.
120+
2. Open DEFAULT profile, select Extended Maintenance and click change.
121+
3. Below configuration is for TLS1.2 the bit mask will be 544: PFS. If TLS version is higher, then bit mask will be greater than 544.
122+
123+
![tlsimage1](https://user-images.githubusercontent.com/74435183/219510020-0b26dacd-be34-4441-bf44-f3198338d416.png)
124+
125+
**Check HTTPS port to be provided during the create provide process**
126+
1. Go to transaction SMICM.
127+
2. Choose from the menu GOTO -> Services.
128+
3. Verify if HTTPS protocol is in Active status.
129+
130+
![tlsimage2](https://user-images.githubusercontent.com/74435183/219510068-45f9e083-209c-4f33-86fc-488eb1e73a32.png)
131+
113132
### Adding NetWeaver provider
114133
115134
Ensure all the pre-requisites are successfully completed. To add the NetWeaver provider:
@@ -247,7 +266,17 @@ Possible Causes: The operation failed with error: 'Unable to reach the hostname:
247266
Recommended Action: 'check the input hostname, instance number, and host file entries. '.
248267
(Code: ProviderInstanceValidationOperationFailed)
249268

269+
#### Batch job metrics not fetched
270+
Apply the OSS Note - 2469926 in your SAP System to resolve the issues with batch job metrics.
271+
272+
After you apply this OSS note you need to execute the RFC function module - BAPI_XMI_LOGON_WS with following parameters:
273+
274+
This function module has the same parameters as BAPI_XMI_LOGON but stores them in the table BTCOPTIONS.
250275

276+
INTERFACE = XBP
277+
VERSION = 3.0
278+
EXTCOMPANY = TESTC
279+
EXTPRODUCT = TESTP
251280

252281
## Configure NetWeaver for Azure Monitor for SAP solutions (classic)
253282

@@ -309,10 +338,6 @@ Repeat the previous steps for each instance profile.
309338

310339
You can use an access control list (ACL) to filter the access to a server port. For more information, see [SAP note 1495075](https://launchpad.support.sap.com/#/notes/1495075).
311340

312-
### To enable secure communication
313-
314-
To [enable TLS 1.2 or higher](enable-tls-azure-monitor-sap-solutions.md) with SAP NetWeaver provider please execute steps mentioned on this [SAP document](https://help.sap.com/docs/ABAP_PLATFORM_NEW/e73bba71770e4c0ca5fb2a3c17e8e229/4923501ebf5a1902e10000000a42189c.html?version=201909.002)
315-
316341
### Install NetWeaver provider
317342

318343
To install the NetWeaver provider in the Azure portal:
@@ -359,4 +384,4 @@ Don't specify an IP address for the hostname if your SAP system is part of netwo
359384
## Next steps
360385

361386
> [!div class="nextstepaction"]
362-
> [Learn about Azure Monitor for SAP solutions provider types](providers.md)
387+
> [Learn about Azure Monitor for SAP solutions provider types](providers.md)

0 commit comments

Comments
 (0)