Product: Aqua Data Studio
Version: 12.0.0-rc-7
Build #: 29456
Build Date: 2012-Sep-26 10:34:46 AM
Operating Environment: Linux (3.2.0-29-generic, amd64) / UTF-8 / en / US / Sun Microsystems Inc. 1.6.0_35-b10
Memory: Max=3,819,634,688; Total=384,106,496; Free=312,003,512; CPUs=8
Sybase ASE 12.5, 12, 15, 15.5
1. Connect to Sybase ASE
2. Take Database Properties
3. Go to Space Used Tab
No Chart is being generated.
4. Chart is correctly generated in ADS 11.0 and previous versions
Exception Generated when Database properties is taken is below
com.sybase.jdbc4.jdbc.SybSQLException: The statement used to define the cursor 'jconnect_implicit_5' is neither a SELECT nor an EXECUTE.
at com.sybase.jdbc4.tds.Tds.processEed(Tds.java:3952)
at com.sybase.jdbc4.tds.Tds.nextResult(Tds.java:3095)
at com.sybase.jdbc4.tds.Tds.getResultSetResult(Tds.java:3818)
at com.sybase.jdbc4.tds.TdsCursor.open(TdsCursor.java:329)
at com.sybase.jdbc4.jdbc.SybStatement.executeQuery(SybStatement.java:2030)
at com.sybase.jdbc4.jdbc.SybStatement.executeQuery(SybStatement.java:524)
at \\...\\ .\\हिñçêČάй語简�?한\\.o⢬ꆸꌅꉦ 10.executeQuery(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.bꀒͩꉁ⢈ short if.S(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.bꀒͩꉁ⢈ short if.ap(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.yꆯꏷꌟ assert.ap(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Lꁠ᠒ꆠꀃ static.bNc(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Lꁠ᠒ꆠꀃ static.initComponents(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Lꁠ᠒ꆠꀃ static.b(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Lꁠ᠒ꆠꀃ static.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.qꏽᚦꊮꑣ protected.cU(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.sꍑꏕꆠꎫ.success(Unknown Source)
at com.common.ui.util.Zꂪꊑꇓᛖ 3.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:666)
at java.awt.EventQueue.access$400(EventQueue.java:81)
at java.awt.EventQueue$2.run(EventQueue.java:627)
at java.awt.EventQueue$2.run(EventQueue.java:625)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:636)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
|
85 KB
|
86 KB
This problem may be specific to jConnect7. ADS 12.0 with jConnect6 might work. jConnect7 might work if we update the meta data on our Sybase servers.
We added ConnectionUtil.executeQueryIgnoreOthers() method that should be used for sybaseASE when executing a multi recordset return query. the class will return the first none empty recordset found. There could still be places where this fix will need to be implemented. currently fixed extraction for instance, index, segment & storage. If we find anymore please reopen issue and comment what area isn't working...
We added ConnectionUtil.executeQueryIgnoreOthers() method that should be used for sybaseASE when executing a multi recordset return query. the class will return the first none empty recordset found. There could still be places where this fix will need to be implemented. currently fixed extraction for instance, index, segment & storage. If we find anymore please reopen issue and comment what area isn't working...
Issue #7660 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.0-rc-11 |
No time estimate |
1 issue link |
relates to #7669
Issue #7669Not able to create database object - views in Sybase ASE |
This problem may be specific to jConnect7. ADS 12.0 with jConnect6 might work. jConnect7 might work if we update the meta data on our Sybase servers.