I'm pulling data from our Advantage Database Server via an ODBC SQL connection in Power Query. Everything was working fine, there a few joins bringing additional data. All good.
I then add one additional joined field, and get the message:
DataSource.Error: ODBC: ERROR [HY000] [iAnywhere Solutions][Advantage SQL][ASA] Error 6605: Client comm layer received more data from the Advantage Database Server than it was expecting. axOpenTable
any idea what it means? thanks.
edit: I do the same join and lookup in another table, using the same logic. So it should in theory work.
The 66xx errors are communication error between server and client, i.e. problem with ADS:
https://devzone.advantagedatabase.com/dz/webhelp/Advantage12/index.html?error_advantage_66xx_error_codes.htm
It will require the SAP/Sybase to research and fix the problem. However, it appears that the Advantage Database Product is no longer in active development so you are unlikely to get any help from them. Might as well to just re-write query to see if you can work around the problem.