-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 10.0.2
-
Fix Version/s: 11.2.2
-
Component/s: None
-
Labels:None
-
Environment:
Fedora 24
-
Workaround Description:
I have a project with JDG materialization. When I want to deploy static VDB, server shows me error that:
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. |
But when I deploy dynamic VDB, which is generated from that staticVDB, server doesn't shows any errors and materialization works fine.