0

JDBC を介して Teiid 8.6 モデル拡張プロパティを更新する際に問題が発生しています。メタデータを照会できますが、UPDATE コマンドを発行しようとするとエラーが発生します。

   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

これらのプロパティを更新する方法はありますか?

4

1 に答える 1