]
Van Halbert commented on TEIIDDES-2953:
---------------------------------------
[~dsteigne] Are they using JDG 6 or 7?
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
Assignee: Barry LaFond
Priority: Critical
Fix For: 11.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.