Issue with Firebird data

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

Issue with Firebird data

Post by Barnaby »

Hey,

I'm unable to get the dashboards to work using Firebird.

I've attached an example that uses nodejs to return some test data as per it would using Firebird. Loading the webpage will load a dashboard mrt that will have a dictionary ready to use the test data.
Run the nodejs server, load the webpage (localhost:8080), then try drag and drop the data onto the dashboard (or create a table and drag the TestData into it)

I get this error

Code: Select all

Cannot read property 'copy' of undefined

TypeError: Cannot read property 'copy' of undefined at Function.t.fetch 
(http://localhost:8080/scripts/stimulsoft.reports.js:47:102358) at Function.e.analyse 
(http://localhost:8080/scripts/stimulsoft.reports.js:47:22147) at Function.t.create 
(http://localhost:8080/scripts/stimulsoft.reports.js:53:274926) at Function.t.getOrCreate 
(http://localhost:8080/scripts/stimulsoft.reports.js:53:273612) at Function.j.renderCells 
(http://localhost:8080/scripts/stimulsoft.dashboards.js:11:56605) at j.render 
(http://localhost:8080/scripts/stimulsoft.dashboards.js:11:54053) at Function.k.renderElement 
(http://localhost:8080/scripts/stimulsoft.dashboards.js:11:73276) at Function.e.invokeStaticMethod 
(http://localhost:8080/scripts/stimulsoft.reports.js:53:279403) at Function.e.saveElementToString 
(http://localhost:8080/scripts/stimulsoft.viewer.js:10:6801) at Function.xi.getSvgContent 
(http://localhost:8080/scripts/stimulsoft.designer.js:20:199368)
If i go to the preview tab first, then go back and drag the data in, I dont see the error. But if I then preview it, there is no data displayed.

Thanks
Attachments
Dashboard.zip
(3.41 MiB) Downloaded 211 times
Lech Kulikowski
Posts: 6254
Joined: Tue Mar 20, 2018 5:34 am

Re: Issue with Firebird data

Post by Lech Kulikowski »

Hello,

We need some time to check the issue. We will let you know about the result.

Thank you.
#8006
Lech Kulikowski
Posts: 6254
Joined: Tue Mar 20, 2018 5:34 am

Re: Issue with Firebird data

Post by Lech Kulikowski »

Hello,

We have made some improvements in that direction. Please check the last release 2019.2.2 build.

Thank you.
Barnaby
Posts: 27
Joined: Tue Dec 20, 2016 1:57 am

Re: Issue with Firebird data

Post by Barnaby »

Yep, its now working.

Thanks!
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Issue with Firebird data

Post by Andrew »

Hello,

Great! Thanks for letting us know about this.
Post Reply