Dear Developers,
During my work in HANA I got the following error:
[SAP AG][LIBODBCHDB DLL][HDBODBC] General error;604 remote temp table access failure: remote temp table access failure
This happened during a regular SELECT statement on a system table:
SELECT TABLE_NAME FROM SYS.M_TABLES WHERE TABLE_NAME='ABC' AND SCHEMA_NAME='XYZ'
Any idea why this error is thrown?
Thanks,
Tal.