Page 1 of 1

Azure Web App returning 0 with HTML and PDF generator

Posted: Wed Jun 20, 2018 11:32 am
by jdksloan
I have an API that generates and returns a report in .net core using Stimulsoft

When running this on local the report gets saturated with the data, when I run the exact same variables and code on Azure the report returns just a blank report with a single 0 value.
I am storing the report.mrt on Azure Blob Storage and reading from that, then taking the JSON data from the API and creating a report.
No errors are seen just a blank report with the 0.

I am using the trial version to test this POC, if this is the cause of my issue then we will gladly buy, but we would like to see this working as we need it before investing.

Re: Azure Web App returning 0 with HTML and PDF generator

Posted: Fri Jun 22, 2018 9:01 am
by Lech Kulikowski
Hello,

Hello,

Please try to set the following static option:
StiOptions.Engine.FullTrust = false;

Thank you.

Re: Azure Web App returning 0 with HTML and PDF generator

Posted: Tue Jun 26, 2018 7:51 am
by jdksloan
Lech Kulikowski wrote: Fri Jun 22, 2018 9:01 am Hello,

Hello,

Please try to set the following static option:
StiOptions.Engine.FullTrust = false;

Thank you.
Hi,

Still returning a blank report.
It populates the static fields but everything else is either blank or a 0

Re: Azure Web App returning 0 with HTML and PDF generator

Posted: Tue Jun 26, 2018 4:10 pm
by HighAley
Hello.

There is no any limitation except TRIAL watermark.
Could you send us a sample that will help us to reproduce the issue?

Thank you.

Re: Azure Web App returning 0 with HTML and PDF generator

Posted: Wed Jun 27, 2018 9:07 am
by jdksloan
Already sent you guys a sample.
Apparently I need to send instructions on how to get it working? It's very simple like 8 lines of code.

Re: Azure Web App returning 0 with HTML and PDF generator

Posted: Thu Jun 28, 2018 9:11 am
by jdksloan
HighAley wrote: Tue Jun 26, 2018 4:10 pm Hello.

There is no any limitation except TRIAL watermark.
Could you send us a sample that will help us to reproduce the issue?

Thank you.
Hi,

I have figured out that it's the dataset vs the data I am sending to the report.
On Azure it wouldn't pickup the JSON datasource.
Now trying to figure out how to send my data to the report.

Kind Regards,
Jethro

Re: Azure Web App returning 0 with HTML and PDF generator

Posted: Sat Jun 30, 2018 9:18 pm
by HighAley
Hello, Jethro.

Where can we find your sample?
Please, send it here if you need our help.

Thank you.