Skip to content

Commit 86069a6

Browse files
Updated SAP Netweaver Documentation
Added GetEnvironment in unprotected methods command, this is required for SAP Insights
1 parent db4be05 commit 86069a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sap/monitor/provider-netweaver.md

Lines changed: 3 additions & 3 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 -GetEnvironment
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).
@@ -190,7 +190,7 @@ After you restart the SAP service, check that your updated rules are applied to
190190
sapcontrol -nr <instance number> -function ParameterValue service/protectedwebmethods -user "<admin user>" "<admin password>"
191191
```
192192
193-
1. Review the output. Ensure in the output you see the name of methods **GetQueueStatistic ABAPGetWPTable EnqGetStatistic GetProcessList**
193+
1. Review the output. Ensure in the output you see the name of methods **GetQueueStatistic ABAPGetWPTable EnqGetStatistic GetProcessList GetEnvironment**
194194
195195
1. Repeat the previous steps for each instance profile.
196196
@@ -297,7 +297,7 @@ To fetch specific metrics, you need to unprotect some methods for the current re
297297
1. Select the appropriate profile (*DEFAULT.PFL*).
298298
1. Select **Extended Maintenance** &gt; **Change**.
299299
1. Select the profile parameter `service/protectedwebmethods`.
300-
1. Change the value to `SDEFAULT -GetQueueStatistic -ABAPGetWPTable -EnqGetStatistic -GetProcessList`.
300+
1. Change the value to `SDEFAULT -GetQueueStatistic -ABAPGetWPTable -EnqGetStatistic -GetProcessList -GetEnvironment`.
301301
1. Select **Copy**.
302302
1. Go back and select **Profile** &gt; **Save**.
303303

0 commit comments

Comments
 (0)