Skip to content

Commit 0d0d803

Browse files
authored
Update troubleshooting.md
1 parent 27672dc commit 0d0d803

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/events/troubleshooting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ This topic describes how to resolve frequently encountered issues with Adobe I/O
1212

1313
## Events are not showing in App Builder event registration
1414

15-
If Commerce is correctly [configured](configure-commerce.md), but triggered events aren't being received, check if the events exist in the Commerce `event_data` table.
16-
The `event_data` table temporarily stores events before transforming them into Adobe I/O events. The table contains a status column that can have the following values:
15+
If Commerce is correctly [configured](configure-commerce.md), but triggered events aren't being received, check the the _Events Status_ grid, located at **System** > Events > **Events Status** in the Commerce Admin, to view the status of triggered events that are present in the Commerce `event_data` database table.
16+
17+
![Events Status grid](../_images/events/event-status-grid.png)
18+
19+
You can perform additional troubleshooting by retrieving the contents of the `event_data` table, which contains information that is not displayed in the grid.
20+
This table temporarily stores events before transforming them into Adobe I/O events. The table contains a status column that can have the following values:
1721

1822
Status ID | Status
1923
--- | ---
@@ -26,10 +30,6 @@ You can use the following SQL query to select all events from the `event_data` t
2630

2731
`SELECT * FROM event_data`
2832

29-
Alternatively, the _Events Status_ grid, found by navigating to **System** > Events > **Events Status** in the Commerce admin, provides a way to view the status of triggered events contained in the `event_data` table through the UI.
30-
31-
![Events Status grid](../_images/events/event-status-grid.png)
32-
3333
Use the SQL query results or the content of the _Events Status_ grid to determine the next troubleshooting step.
3434

3535
### The table or grid is empty

0 commit comments

Comments
 (0)