-
Enhancement
-
Resolution: Done
-
Major
-
9.2
-
None
The convert script generates empty GRANT statements for roles that don't have permission to access a certain schema.
E.g. GRANT ON SCHEMA glims TO mica;
When you try to deploy the script, the server complains that it expects a permission type (like select or alter) here.
These lines should probably be removed.
- relates to
-
TEIID-4398 Write a utility to convert a .VDB with Index file into -vdb.xml or DDL format
- Resolved