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/sentinel/sap/sap-deploy-troubleshoot.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ docker logs -f sapcon-[SID]
45
45
46
46
1. On your VM, edit the **sapcon/[SID]/systemconfig.ini** file.
47
47
48
-
1. Define the **General** section if it was not previously defined. In this section, define `logging_debug = True`.
48
+
1. Define the **General** section if it wasn't previously defined. In this section, define `logging_debug = True`.
49
49
50
50
For example:
51
51
@@ -56,7 +56,7 @@ docker logs -f sapcon-[SID]
56
56
57
57
1. Save the file.
58
58
59
-
The change takes effect two minutes after you save the file. You do not need to restart the Docker container.
59
+
The change takes effect two minutes after you save the file. You don't need to restart the Docker container.
60
60
61
61
**Disable debug mode printing**:
62
62
@@ -73,7 +73,7 @@ The change takes effect two minutes after you save the file. You do not need to
73
73
74
74
1. Save the file.
75
75
76
-
The change takes effect two minutes after you save the file. You do not need to restart the Docker container.
76
+
The change takes effect two minutes after you save the file. You don't need to restart the Docker container.
77
77
78
78
## View all Docker execution logs
79
79
@@ -132,7 +132,7 @@ If you want to check the SAP data connector configuration file and make manual u
132
132
133
133
1. Update the configuration if needed, and save the file.
134
134
135
-
The change takes effect two minutes after you save the file. You do not need to restart the Docker container.
135
+
The change takes effect two minutes after you save the file. You don't need to restart the Docker container.
136
136
137
137
## Reset the SAP data connector
138
138
@@ -199,7 +199,7 @@ If ABAP runtime errors appear on large systems, try setting a smaller chunk size
199
199
200
200
1. save the file.
201
201
202
-
The change takes effect two minutes after you save the file. You do not need to restart the Docker container.
202
+
The change takes effect two minutes after you save the file. You don't need to restart the Docker container.
203
203
204
204
> [!NOTE]
205
205
> The **timechunk** size is defined in minutes.
@@ -243,7 +243,7 @@ docker restart sapcon-[SID]
243
243
244
244
### Missing ABAP (SAP user) permissions
245
245
246
-
If you get an error message similar to: **..Missing Backend RFC Authorization..**, your SAP authorizations and role were not applied properly.
246
+
If you get an error message similar to: **..Missing Backend RFC Authorization..**, your SAP authorizations and role weren't applied properly.
247
247
248
248
1. Ensure that the **MSFTSEN/SENTINEL_CONNECTOR** role was imported as part of a [change request](prerequisites-for-deploying-sap-continuous-threat-monitoring.md) transport, and applied to the connector user.
249
249
@@ -305,7 +305,7 @@ While your system should automatically switch to compatibility mode if needed, y
305
305
306
306
1. save the file.
307
307
308
-
The change takes effect two minutes after you save the file. You do not need to restart the Docker container.r restart sapcon-[SID]
308
+
The change takes effect two minutes after you save the file. You don't need to restart the Docker container.r restart sapcon-[SID]
309
309
```
310
310
311
311
### SAPCONTROL or JAVA subsystems unable to connect
@@ -329,7 +329,7 @@ If you're not able to import the [required SAP log change requests](prerequisite
329
329
330
330
### Audit log data not ingested past initial load
331
331
332
-
If the SAP audit log data, visible in either the **RSAU_READ_LOAD**or**SM200** transactions, isnot ingested into Microsoft Sentinel past the initial load, you may have a misconfiguration of the SAP system and the SAP host operating system.
332
+
If the SAP audit log data, visible in either the **RSAU_READ_LOAD**or**SM200** transactions, isn't ingested into Microsoft Sentinel past the initial load, you may have a misconfiguration of the SAP system and the SAP host operating system.
333
333
334
334
- Initial loads are ingested after a fresh installation of the SAP data connector, or after the **metadata.db**fileis deleted.
335
335
- A sample misconfiguration might be when your SAP system timezone isset to **CET**in the **STZAC** transaction, but the SAP host operating system time zone isset to **UTC**.
0 commit comments