DRG-10829: feedback id string is longer than the maximum length of string bytes
Cause: Feedback id is longer than the maximum allowed length for the feedback_id column
Action: Use a smaller feedback_id
DRG-10829: feedback id string is longer than the maximum length of string bytes
Cause: Feedback id is longer than the maximum allowed length for the feedback_id column
Action: Use a smaller feedback_id
DRG-10828: token string is longer than maximum length for column string
Cause: A token to be inserted in the feedback table is longer than the maximum allowed column size
Action: Modify the query, or the column size for feedback table, or feedback procedure arguments accordingly
DRG-10827: open_con must be performed before count_last
Cause: last_count returns hit from in-memory query,so an in-memory query must be run before you can use count_last
Action: execute open_con before run count_last
DRG-10826: no document with the specified textkey is found
Cause: There is no document with the specified textkey
Action: Check the textkey
DRG-10825: stored query does not exist: string
Cause: The specified stored query does not exist
Action: Check the query name
DRG-10823: invalid query name
Cause: The query name specified is not valid
Action: Check the query name
DRG-10822: duplicate query name
Cause: You tried to create a stored query with a name already used
Action: Use different name
DRG-10821: contains cursor is not open
Cause: You tried to fetch from a contains cursor which was not open
Action: Open cursor first
DRG-10820: invalid contains cursor id
Cause: You tried to fetch or close a contains cursor with an id which does not exist
Action: Review fetch or close invocation
DRG-10819: could not open contains cursor
Cause: An error occurred while trying to open a contains cursor
Action: See accompanying error messages in the stack