0
我在通過JDBC更新Teiid 8.6模型擴展屬性時遇到問題。我可以查詢元數據,但在嘗試發出UPDATE命令時出現錯誤。在Teiid中更新模型擴展屬性失敗
update "SYS"."Properties" set "Value" = 'VAL1' where "Name" = '{http://example.com/extmodel}prop1' and "UID" = 'mmuuid:e61b4b62-e874-4715-95a8-a5b04e916f5c' and "OID" is null
我得到這個:
org.teiid.jdbc.TeiidSQLException:
TEIID30492 Remote org.teiid.api.exception.query.QueryValidatorException:
TEIID30492 Metadata does not allow updates on the group: SYS.Properties
有沒有辦法來更新這些屬性呢?