Applying SPS 7.40 - 12, SUM errors trying to lock "non-existent" tables. I believe these transparent tables are left over from our HANA Migration. The table is in HANA - schema.TABLES but, when trying to view the content, delete it or call the CHECK_TABLE_CONSISTENCY procedure we get errors.
The full error message is:
select * from SAPBWH."0BW:BIA:BI0_0Q00013902"
Could not execute 'select * from SAPBWH."0BW:BIA:BI0_0Q00013902"'
SAP DBTech JDBC: [7]: feature not supported: no result column: line 1 col 8 (at pos 7)
or
drop table SAPBWH."0BW:BIA:BI0_0Q00013902"
SAP DBTech JDBC: [2561]: distributed metadata error: Failed to get table location during table lock, TRANSACTION_ID=60 , UPDATE_TRANSACTION_ID=0 , Schema name=SAPBWH , Table name=0BW:BIA:BI0_0Q00013902 , error=table does not exist
Anyone seen this type of HANA behavior?
Cheers, Joe