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
1. Select **Profile** > **Save** to save the changes.
74
74
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.
110
110
2. Configure **SDF/SMON** metrics to be aggregated every minute.
111
111
3. recommended scheduling **SDF/SMON** as a background job in your target SAP client each minute.
112
112
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.
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:
247
266
Recommended Action: 'check the input hostname, instance number, and host file entries. '.
248
267
(Code: ProviderInstanceValidationOperationFailed)
249
268
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.
250
275
276
+
INTERFACE = XBP
277
+
VERSION = 3.0
278
+
EXTCOMPANY = TESTC
279
+
EXTPRODUCT = TESTP
251
280
252
281
## Configure NetWeaver for Azure Monitor for SAP solutions (classic)
253
282
@@ -309,10 +338,6 @@ Repeat the previous steps for each instance profile.
309
338
310
339
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).
311
340
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
-
316
341
### Install NetWeaver provider
317
342
318
343
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
359
384
## Next steps
360
385
361
386
> [!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