Hi,
I am experiencing the following error message:
SAP DBTech JDBC: [2048]: column store error: search table error: [16] An operation has failed on a file (create, delete, copy, move, ...)
Unfortunately I am not able to find anything on this error message except an entry on a TREX error from the year 2005:
0016 an operation has failed on a file (create, delete, copy, move...) This error occurs when the system tries to delete an index that is locked by another process. Solution: 1. Stop the TREX Services. 2. Delete the index directory and the entry in bartho.ini,TREXIndexServer.ini and in TREXTcpipClient.ini manually.
The error occurs during the following query:
In contrast the same query is executed without a problem when replacing BKPF with BSEG (which is about 4 times the size of BKPF).
It is a multitenant system and BKPF and BSEG are views referring to tables on another tennant. Querying the single tables/views works without a problem, so I assume that it is not a permission issue. The problem seems to occurs especially in case the BKPF is joined with the third table.
Other joins e.g. BKPF and /COCKPIT/THDR or the third table with BSEG work without a problem.