Skip to content

Commit 0e7e524

Browse files
Merge pull request #208386 from YoavDaniely/patch-18
Update sap-deploy-troubleshoot.md
2 parents 4c467ef + 40ed071 commit 0e7e524

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/sentinel/sap/sap-deploy-troubleshoot.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ The following steps reset the connector and reingest SAP logs from the last 30 m
142142
1. Delete the **metadata.db** file from the **sapcon/[SID]** directory. Run:
143143

144144
```bash
145-
cd ~/sapcon/<SID>
146-
ls
147-
mv metadata.db metadata.old
145+
cd /opt/sapcon/<SID>
146+
rm metadata.db
148147
```
149148

150149
> [!NOTE]

0 commit comments

Comments
 (0)