Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

rowOrientation fails to display results from Vertica database in horizontally mode

Peter Bengov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 5, 2017

Hello,

We are trying to use the rowOrientation in order to display charts in a better way. However, we have noticed that a when using a Bob Swift's SQL Query macro that is pulling data from a linked DB, it working only when pulling data from a MySQL DB. 

A similar query on Vertica DB fails and showing the error: 

Error rendering macro 'sql-query' : java.sql.SQLFeatureNotSupportedException: [Vertica][JDBC](10220) Driver not capable

Thanks

2 answers

1 vote
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2017

First, make sure you are using the latest available JDBC driver for your database. Horizontal row orientation means we need to use additional JDBC support to achieve the results. Some JDBC drivers may not have support for one or more of these. If that is the case, then you can only do vertical row orientation.

  1. ResultSet.TYPE_SCROLL_INSENSITIVE

  2. ResultSet.CONCUR_READ_ONLY

 

0 votes
Peter Bengov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2017

@Bob Swift [Bob Swift Atlassian Add-ons] could you take a look at this? Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events