Search found 363 matches

by Vadim
Thu Jul 06, 2023 6:40 am
Forum: Stimulsoft Reports.JAVA
Topic: Data source does not respect timeout
Replies: 7
Views: 9014

Re: Data source does not respect timeout

Hello. By defaults StiOptions.Dictionary.getQueryTimeout is 0, so QueryTimeout for every java.sql.Statement takes from SqlSource, default value is 3000 sec = 5 min, if StiOptions.Dictionary.getQueryTimeout not equals 0 -> QueryTimeout for every java.sql.Statement takes from StiOptions.Dictionary.get...
by Vadim
Tue Jul 04, 2023 11:55 am
Forum: Stimulsoft Reports.JAVA
Topic: Data source does not respect timeout
Replies: 7
Views: 9014

Re: Data source does not respect timeout

Hello.

We pass this value (or if defined StiOptions.Dictionary.getQueryTimeout()) to java.sql.Statement & it processed with corresponding DB driver. We can't influence it
by Vadim
Tue Jul 04, 2023 11:29 am
Forum: Stimulsoft Reports.JAVA
Topic: Authentication failed when trying to connect to Postgres from version 2023.2.3 onwards
Replies: 2
Views: 7391

Re: Authentication failed when trying to connect to Postgres from version 2023.2.3 onwards

Hello.

This bug will be fixed in next version, for workaround please remove last semicolon in connection string.
by Vadim
Tue Jul 04, 2023 10:20 am
Forum: Stimulsoft Reports.JAVA
Topic: maximum query time is exceeding the limit imposed
Replies: 5
Views: 8071

Re: maximum query time is exceeding the limit imposed

Hello.

StiWebViewerOptions options.getServer().setRequaestTimeout() restrict JavaScript XMLHttpRequest timeout.
If you want to restrict server requests you need to do it in server configuration, for example for Tomcat in web.xml <session-timeout> element.
by Vadim
Fri May 26, 2023 10:22 am
Forum: Stimulsoft Reports.JAVA
Topic: Report Export
Replies: 3
Views: 7756

Re: Report Export

Hello.

You can clear connection string on save report & setup it before render.

Code: Select all

((StiSqlDatabase) report.getDictionary().getDatabases().get(0)).setConnectionString(value)
by Vadim
Wed May 17, 2023 8:14 am
Forum: Stimulsoft Reports.JAVA
Topic: when data has many "\n" causing oom
Replies: 3
Views: 7703

Re: when data has many "\n" causing oom

Hello.

Please try latest libraries.
by Vadim
Sat May 06, 2023 10:07 am
Forum: Stimulsoft Reports.JAVA
Topic: Using Business Objects in java
Replies: 1
Views: 7443

Re: Using Business Objects in java

Hello.

Java version does not support BusinessObjects, you can do your own database like in sample https://www.stimulsoft.com/en/samples/r ... at-runtime
by Vadim
Tue Apr 18, 2023 11:22 am
Forum: Stimulsoft Dashboards.WEB
Topic: OnlineMap - Location
Replies: 6
Views: 12045

Re: OnlineMap - Location

Hello.

If you not satisfied with postcodes you need to use latitude\longitude values.
by Vadim
Mon Apr 17, 2023 9:59 am
Forum: Stimulsoft Dashboards.WEB
Topic: OnlineMap - Location
Replies: 6
Views: 12045

Re: OnlineMap - Location

Hello.

You should select postcode level for your requirements.
by Vadim
Fri Apr 14, 2023 1:21 pm
Forum: Stimulsoft Reports.JAVA
Topic: Update for Library 2023.1.8 - Report Manager - Java
Replies: 8
Views: 11463

Re: Update for Library 2023.1.8 - Report Manager - Java

Hello.

Problem will be fixed from 2023.2.2 version