Skip to content

Commit 2f86e0a

Browse files
authored
EOP-263: Fixing table format of importlog page (#776)
Signed-off-by: Doug Koerich <[email protected]>
1 parent 37a8a92 commit 2f86e0a

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed
Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastUpdated: "03/26/2020"
2+
lastUpdated: "10/14/2024"
33
title: "importlog"
44
description: "The importlog records the outcome of a spool import operation It is configured in the ec logger The following is a description of the fields Table 35 8 Import Record Fields Offset Example Field Description 0 1064869327 Date of the event in Unix timestamp format seconds since 00 00 00..."
55
---
@@ -15,27 +15,9 @@ The following is a description of the fields:
1515

1616
| Offset | Example Field | Description |
1717
| --- | --- | --- |
18-
| 0 | 1064869327 | Date of the event in Unix timestamp format (seconds since 00:00:00 Jan 1, 1970) |
19-
| 1 | 00/00-25004-31B987F3 |
20-
21-
Message's original in-spool message-id
22-
23-
(This is a unique value per message and corresponds with its location in the spool being imported.)
24-
25-
|
18+
| 0 | 1064869327 | Date of the event in Unix timestamp format (seconds since 00:00:00 Jan 1, 1970). |
19+
| 1 | 00/00-25004-31B987F3 | Message's original in-spool message-id.<br>This is a unique value per message and corresponds with its location in the spool being imported. |
2620
| 2 | I | `I` indicates that this log line is an import event. |
27-
| 3 | 00/00-25004-31B987F3 |
28-
29-
Message's new in-spool message-id
30-
31-
(This is usually the same as the message-id recorded in field 1, but may be altered during import to avoid collisions with existing messages with the same identifier.)
32-
33-
|
34-
| 4 | 1 |
35-
36-
Result indicator
37-
38-
(This is a number between 1 and 4 with the following meanings: 1 is complete success, 2 indicates failure during the read of metadata, 3 is failure reading the message from the spool. and 4 is failure writing the message into the main Momentum spool.)
39-
40-
|
41-
| 5 | /var/spool/my-alternative-spool | Base directory containing the spool being imported |
21+
| 3 | 00/00-25004-31B987F3 | Message's new in-spool message-id.<br>This is usually the same as the message-id recorded in field 1, but may be altered during import to avoid collisions with existing messages with the same identifier. |
22+
| 4 | 1 | Result indicator.<br>This is a number between 1 and 4 with the following meanings:<br>`1` is complete success;<br>`2` indicates failure during the read of metadata;<br>`3` is failure reading the message from the spool; and<br>`4` is failure writing the message into the main Momentum spool. |
23+
| 5 | /var/spool/my-alternative-spool | Base directory containing the spool being imported |

0 commit comments

Comments
 (0)