I get this error message when running ADC against an Open Edge database:
Unable to find IADCRead Configuration for Query Name=TestQuery.
The correct data is in the READ and READ DEFS tables:
The Studio logs shows:
Cc QueryServiceManager - Failed to load ADCReadDef table into Service Callout Cache java.sql.SQLException: [DataDirect][OpenEdge JDBC Driver][OpenEdge] Syntax error in SQL statement at or about "SEQUENCE,SQL,PRIMARY_ENTITY,ENABLE FROM " (10713)
The column names SEQUENCE and SQL happen to be reserved words - could that be causing the problem?
If so how can it be fixed.
If that's not the issue, any ideas?
Thanks