Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QVX Connector Error Extracting Query

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

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

It appears you cannot have any special characters in table names.  That was my issue.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

It appears you cannot have any special characters in table names.  That was my issue.