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: doc/system_components/Journal-Viewer.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,7 @@ Contains information on the IBEX journal viewer. This feature is intended to pro
27
27
1. Journal parser can be run as `C:\Instrument\Apps\EPICS\ISIS\JournalParser\master\bin\windows-x64\JournalParser.exe <Instrument Name> <Run Number> cycle_00_0 "C:\data" NDW<Instrument Name>`
28
28
- Change `<Instrument Name>` to the name of your instrument
29
29
- Change `<Run Number>` to one that exists in `C:\Data\Journal\journal_00_0.xml` on your machine
30
-
- Note that you need to prefix your instrument with "NDW" in the last argument as this will get stripped by the script
30
+
- Note that you need to prefix your instrument with "NDW" in the last argument as this will get stripped by the script
31
+
32
+
## Repopulate Journals following truncation
33
+
To add journal entries back on an instrument following a truncation (e.g. if there is the following nagios error: `EPICS MYSQL Journal Entries`), run `[group public share]\JournalParser\add_journal_entries.bat` on the instrument.
0 commit comments