Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
PUBLIC CLOUD
PRIVATE CLOUD
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
ODBC Driver and Canary Historian
CodeRookie
<p>Hi, all! I'm currently building a report to pull information from Canary Historian, and am running into some issues which I believe may be driver based. </p>
<p>A bit of background: I'm using BDPro v11.0.3 and the driver for the data source is <strong>sun.jdbc.odbc.JdbcOdbcDriver</strong>. I know from reading other posts in the forums that this is not the 'correct' driver to be using as it is only a stop-gap that Sun put out for temporary use. The report runs, but will only spit out sevens days' worth of data not matter what time span I use over seven.</p>
<p>I've run the query in QTODBC with no issues at all when searching 30 days of results. If I look at the driver info there, it says the name is CanaryODBCClientDriver from Simba Technologies, Inc., and the file name is CANARYODBCCLIENT.DLL. </p>
<p>I guess my question is: Is there a way for me to utilize that driver in BDPro to possibly alleviate the date range issues?</p>
<p> </p>
<p>Have a great day!</p>
<p> </p>
<p>Thanks,</p>
<p>Scott</p>
Find more posts tagged with
Comments
jfranken
<p>Hi Scott,</p>
<p> </p>
<p>The drivers typically go in the \eclipse\plugins\org.eclipse.birt.report.data...\drivers folder. I know nothing about the Canary driver so I can't tell you if that will work or not. </p>
<p> </p>
<p>In terms of modifying the query for the driver that only returns a weeks worth of data, I can't think of a simple solution. My first thought was to do something with a scripted Data Set, but there's a good chance you'll run into the same driver limitation. </p>