Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Has anyone seen this error while building a custom QVX connector?
Error ExtractQueryAndTransmitTableHeader() - QvxPleaseSendReplyException(QVX_SYNTAX_ERROR, "Invalid query: SELECT * FROM table")
Error QVX_SYNTAX_ERROR: Invalid query: SELECT * FROM table
It appears you cannot have any special characters in table names. That was my issue.
I have seen similar errors with customer connectors where the specific field names must be specified in the SELECT statement, i.e. you cannot use SELECT *.
-Phil
It appears you cannot have any special characters in table names. That was my issue.