Skip to content

Commit f2ea7d9

Browse files
authored
Update provider-netweaver.md
Minor updates to make the unprotect statement more clear and GetEnvironment calls
1 parent 935c4c6 commit f2ea7d9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/sap/monitor/provider-netweaver.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,25 +63,24 @@ This step is **mandatory** when configuring SAP NetWeaver Provider. To fetch spe
6363
1. Open an SAP GUI connection to the SAP server.
6464
1. Sign in with an administrative account.
6565
1. Execute transaction **RZ10**.
66-
1. Select the appropriate profile (recommended Instance Profile - no restart needed, *DEFAULT.PFL* requires restart of SAP system).
66+
1. Select the appropriate profile (recommended Instance Profile).
6767
1. Select **Extended Maintenance** > **Change**.
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).
7575
7676
1. On Windows systems, use the SAP Microsoft Management Console (MMC) or SAP Management Console (MC) to restart the service. Right-click each instance. Then, choose **All Tasks** > **Restart Service**.
7777
78-
1. On Linux systems, use the following commands to restart the host. Replace `<instance number` with your SAP system's instance number.
78+
2. On Linux systems, use the following commands to restart the host. Replace `<instance number>` with your SAP system's instance number.
7979
8080
```Command to restart the service
8181
sapcontrol -nr <instance number> -function RestartService
82-
```
83-
84-
82+
```
83+
3. Repeat the previous steps for each instance profile.
8584
8685
### Prerequisite to enable RFC metrics
8786
@@ -190,7 +189,7 @@ After you restart the SAP service, check that your updated rules are applied to
190189
sapcontrol -nr <instance number> -function ParameterValue service/protectedwebmethods -user "<admin user>" "<admin password>"
191190
```
192191
193-
1. Review the output. Ensure in the output you see the name of methods **GetQueueStatistic ABAPGetWPTable EnqGetStatistic GetProcessList**
192+
1. Review the output. Ensure in the output you see the name of methods **GetQueueStatistic ABAPGetWPTable EnqGetStatistic GetProcessList GetEnvironment**
194193
195194
1. Repeat the previous steps for each instance profile.
196195

0 commit comments

Comments
 (0)