Adding a new SQL Data Source issue - Firebird

Stimulsoft Reports.JS discussion
Post Reply
Barnaby
Posts: 27
Joined: Tue Dec 20, 2016 1:57 am

Adding a new SQL Data Source issue - Firebird

Post by Barnaby »

Hey,

In 2019.3.2 I can no longer successfully create a Data Source from an SQL statement.

I create the Firebird connection successfully, then go create a SQL statement.
If I hit the "Run" button, it says "Executed SQL statement successfully".
If I hit the "View Data" button, it pops up an Error dialog with "[object Object]".

If I hit "Retrieve Columns", it breaks and errors in the console. (I can see it has successfully gotten the data in the network requests)

Errors in console:

Code: Select all

Cannot read property 'sti_is' of null
Cannot read property 'sti_is' of null
Uncaught TypeError: Cannot read property 'sti_is' of null
    at <anonymous>:54:241053
    at <anonymous>:40:6007
    at Array.forEach (<anonymous>)
    at Array.n.where (<anonymous>:40:5976)
    at y.disconnectingConnectionInDataStore (<anonymous>:54:241021)
    at y.disconnect (<anonymous>:54:240126)
    at <anonymous>:21:71434
    at e.callCatch (<anonymous>:42:75470)
    at <anonymous>:52:138608
    at e.callCatch (<anonymous>:42:75470)
Thanks.
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Adding a new SQL Data Source issue - Firebird

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue.

Thank you.
Post Reply