Question

IQ bot : Extracting Data from the documents - Error: "DW_UPLOAD_SUCCESS": value not one of declared Enum instance names

  • 20 March 2024
  • 2 replies
  • 57 views

Badge +3

Hello Community,

I’m trying to extract data from document, and I’m getting the below error from the IQ bot command which I have taken as the response;

7839f752-ac8d-487a-ae58-b27bae370f65
IQB_EXTRACT_FAILURE
500
Unexpected error occurred during uploading extraction result
com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `com.google.protobuf.Descriptors$EnumDescriptor` from String "DW_UPLOAD_SUCCESS": value not one of declared Enum instance names
 at [Source: (String)"{
  "id": "7839F752-AC8D-487A-AE58-B27BAE370F65",
  "learningInstanceId": "DCCE2B52-DE6C-42CE-9AEA-134A01E8F2BD",
  "status": "DW_UPLOAD_SUCCESS",
  "createdOn": "2024-03-20T10:30:11.807844Z",
  "updatedOn": "2024-03-20T10:30:11.807846Z",
  "isHeuristicFeedbackEnabled": true
}"; line: 4, column: 13]
Native

So can anyone help me with what’s the exact issue here, as I have trained the document and I got validated and I got the Success file as CSV format also.


2 replies

Userlevel 1
Badge +4

Hi Keetz,

Please share the screenshot of the issue you are facing.

Badge +3

hi  @patelmaulesh , There is no such screenshot of the error,  I have taken this error message by logging the response of the command, IQBOT Extraction360[Preview] to a txt file.
 

Please the code snippet below; Used community edition here.

 

I have created another instance and trained other documents also, but getting this IQB_EXTRACT_FAILURE error.

 

Reply