Hi Experts.
We are having an error saying that a "$TA_" table was not found when we try to modify and activate a "TYPES.hdbdd" file. This "TYPES" file is included in "ENTITY.hdbdd" file and in this "ENTITY" file we are defining a text analysis index, generating a $TA table with something like this:
@SearchIndex.text: { enabled: true, name: '', textAnalysis : { mode: #EXTENDED, configurationID : 'EXTRACTION_CORE_VOICEOFCUSTOMER' } }
@SearchIndex.fuzzy: { enabled: true }
We have the "ADMIN.hdbrole" where the INSERT and SELECT authorization to "$TA" table is defined/granted and also an scripted Calculation View where the "$TA" table is used. When we try to activate "TYPES.hdbdd" file, the error that is shown is related to "ADMIN.hdbrole" and CV objects, saying that the $TA table is not found.
HANA version: 1.00.092.00.1422010182
Thanks in advance for your help.
Eduardo