Search found 23 matches

by denis.awfm
Wed Jun 30, 2021 12:46 pm
Forum: Stimulsoft Reports.JAVA
Topic: Report not generate in Domain URL
Replies: 5
Views: 2344

Re: Report not generate in Domain URL

Hello Vadim,
We enabled the StiOptions.Engine.logLevel = 10, but not able to find any logs in our tomcat application. Can you please guide us on where to expect these debug logs. Or can you please help us out is there any custom path of log file we can pass.
by denis.awfm
Tue Jun 22, 2021 10:58 am
Forum: Stimulsoft Reports.JAVA
Topic: Report not generate in Domain URL
Replies: 5
Views: 2344

Report not generate in Domain URL

Hi , Facing issue with report generate, it shows loading screen when data is large while using through Domain name URL eg. "https://domain.name:8080" (External URL). Working fine with same data set in localhost URL eg. "http://localhost:8080" (internal URL). ${report} and ${optio...
by denis.awfm
Thu Feb 13, 2020 11:10 pm
Forum: Stimulsoft Reports.JAVA
Topic: How to set Date variable for "Tomorrow + 3 hours"
Replies: 9
Views: 6696

Re: How to set Date variable for "Tomorrow + 3 hours"

Hi Andrew.
I was able to download the latest stimulsoft libraries (*.jar). Just forgot to take off the checkbox in Publish screen.
And now Java window where date parameters are set works as planned (.AddDays() instead of current timestamp).
Thanks,
Denis.
by denis.awfm
Thu Feb 13, 2020 10:23 pm
Forum: Stimulsoft Reports.JAVA
Topic: How to set Date variable for "Tomorrow + 3 hours"
Replies: 9
Views: 6696

Re: How to set Date variable for "Tomorrow + 3 hours"

Hi Andrew.
In version 2020.2 if I do publish report in Java, stimulsoft*.jar's are not put in the .zip file.
Therefore I cannot test if that has been fixed (I mean the issue where time parameters in Java are defaulting to current timestamp).
Can you please advice how can I test it?
Regards,
Denis.
by denis.awfm
Thu Feb 13, 2020 10:15 pm
Forum: Stimulsoft Reports.JAVA
Topic: variables value is not updated in 2020.1
Replies: 4
Views: 2935

Re: variables value is not updated in 2020.1

Hi HighAley,
It has been fixed in 2020.2

Regards,
Denis.
by denis.awfm
Thu Jan 16, 2020 8:40 pm
Forum: Stimulsoft Reports.JAVA
Topic: How to set Date variable for "Tomorrow + 3 hours"
Replies: 9
Views: 6696

Re: How to set Date variable for "Tomorrow + 3 hours"

Hi Vadim.
Thanks for the answer, I was able to set up date and time format in parameters panel, using:

options.getAppearance().setParametersPanelDateFormat("dd/MM/yyyy HH:mm:ss");

for something like 16/01/2020 22:40:00
by denis.awfm
Thu Jan 16, 2020 8:01 pm
Forum: Stimulsoft Reports.JAVA
Topic: ORA-01008: not all variables bound
Replies: 4
Views: 11141

Re: ORA-01008: not all variables bound

Hi Lech, Hello, Which data source type is used? Also, please try to check: https://stackoverflow.com/questions/7493028/ora-01008-not-all-variables-bound-they-are-bound Thank you. I use Oracle data source for all my reports. I have reviewed the link, thank you. Maybe it will help me in future, if my ...
by denis.awfm
Thu Jan 16, 2020 7:58 pm
Forum: Stimulsoft Reports.JAVA
Topic: ORA-01008: not all variables bound
Replies: 4
Views: 11141

Re: ORA-01008: not all variables bound

Hi Support. Just a follow-up: I have discovered a workaround, which avoids creation of ORA-01008 error. In SQL of the Query I put the filter " and (D.SHIFT_START_SCH >= :PScheduledStart) and (D.SHIFT_END_SCH <= :PScheduledEnd) " BEFORE the filter for :PReportNo And it worked without any OR...
by denis.awfm
Wed Jan 15, 2020 12:33 pm
Forum: Stimulsoft Reports.JAVA
Topic: How to set Date variable for "Tomorrow + 3 hours"
Replies: 9
Views: 6696

Re: How to set Date variable for "Tomorrow + 3 hours"

Followup: If I use a "buffer" variable (which is initialized by expression Today.AddDays(1.125)), which is not requested from user, stays on top in Variables section of the Dictionary, and the requested variable is initialized by value of that "buffer" variable, it still displayi...
by denis.awfm
Wed Jan 15, 2020 11:59 am
Forum: Stimulsoft Reports.JAVA
Topic: variables value is not updated in 2020.1
Replies: 4
Views: 2935

Re: variables value is not updated in 2020.1

Just a follow-up. This does not affect Java (if I use latest JAR's from 2020.1).