Product: Aqua Data Studio
Version: 13.0-dev-42
Build #: 30434
Build Date: 2012-Dec-04 02:29:13 PM
1. Connected to Vertica Server at .111
2. Clicked on Tool - Export Data and Selected all Tables and Views from the schema Public
3. Select the destination -- Export to File and enter the Folder.
4. Once the export is completed, click on the Generate AquaScript Button, enter a Filename and Folder and Select a project and you get a NPE
java.lang.NullPointerException
at \\...\\ .\\हिñçêČάй語简�?한\\.o⣛ꀌᡭꈦ.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.m⢃ꃟꂈꋒ.nZ(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.m⢃ꃟꂈꋒ.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.m⢃ꃟꂈꋒ.d(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.m⢃ꃟꂈꋒ.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.m⢃ꃟꂈꋒ.ata(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.m⢃ꃟꂈꋒ.nU(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Bᠧᚸꍫ⠙.cB(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.i̛ꃲᠤꃮ double int.onOk(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Xꍐ⣲ꐨꅸ Boolean char.action(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.L⣪ꎉ̧ᢩ.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
|
78 KB
extraction for views in vertica actually comes from extractview.getview...
for some reason view extraction here was coming from extracttable, where tables and views are extracted together. There are some databases that don't catalog views & tables together, those may still have issues here and should be checked to insure they work...
Issue #8015 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 13.0-dev-48 |
No time estimate |
extraction for views in vertica actually comes from extractview.getview...
for some reason view extraction here was coming from extracttable, where tables and views are extracted together. There are some databases that don't catalog views & tables together, those may still have issues here and should be checked to insure they work...