Flow throws unknown errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 01:57 AM
I'm using AI Search Spoke (Initialize Batcher, Ingest Document, Commit Index, Release Batcher). During the execution of the flow, it throws errors

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 02:16 AM
@Danil It is difficult to analyse this issue, just from logs. I recommend you to investigate LoopOut External Content Flow action and try to make a test run on it to see why the flow is crashing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 03:33 AM
The interesting thing is, that flow ends with State - Complete. And the mentioned error message is all I can get
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 01:42 PM
Hi @Danil!
Analyzing your code, it seems that the problem is in the Ingest Document action.
Apparently it is not possible to insert data into the ais_e6l_search_user_mapping table.
Check the mapping being done in the action.
Analyze whether the fields declared in the action exist.
Analyze whether the values being mapped to the fields are compatible with the type of field that is receiving the value.
If my answer helped you in any way, please mark it as Helpful / Accept as Solution 🎯
Regards,
Isaac Vicentini.
MVP 2025 ✨
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 04:48 PM
If anything check the vendors support documentation or contact them for assistance