]
Matej Kralik commented on TEIIDDES-2953:
----------------------------------------
I noticed that when I remove SupportsDirectQueryProcedure and SupportsNativeQueries
properties from overriding translator from dynamicVDB, the server shows the same error.
Maybe in the staticVDB is not set correctly these properties.
Static VDB with JDG materialization has a warning after deploy
--------------------------------------------------------------
Key: TEIIDDES-2953
URL:
https://issues.jboss.org/browse/TEIIDDES-2953
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0.2
Environment: Fedora 24
Reporter: Matej Kralik
Priority: Critical
Fix For: 10.0.2
Attachments: completeJDGproject2.zip
I have a project with JDG materialization. When I want to deploy static VDB, server shows
me error that:
{code:java}
15:47:10,347 WARN [org.teiid.MATVIEWS] (Worker1_QueryProcessorQueue9)
org.teiid.jdbc.TeiidSQLException: TEIID30168 Couldn't execute the dynamic SQL command
"EXECUTE IMMEDIATE array_get(strings, index)" with the SQL statement
"execute BookCacheSource.native('truncate cache')" due to: TEIID30357
BookCacheSource.native does not exist.
{code}
But when I deploy dynamic VDB, which is generated from that staticVDB, server doesn't
shows any errors and materialization works fine.