Azure Web App returning 0 with HTML and PDF generator

Stimulsoft Reports.WEB discussion
Post Reply
jdksloan
Posts: 4
Joined: Wed Jun 20, 2018 10:38 am

Azure Web App returning 0 with HTML and PDF generator

Post 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.
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

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

Post by Lech Kulikowski »

Hello,

Hello,

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

Thank you.
jdksloan
Posts: 4
Joined: Wed Jun 20, 2018 10:38 am

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

Post 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
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

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

Post 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.
jdksloan
Posts: 4
Joined: Wed Jun 20, 2018 10:38 am

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

Post 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.
jdksloan
Posts: 4
Joined: Wed Jun 20, 2018 10:38 am

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

Post 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
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

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

Post by HighAley »

Hello, Jethro.

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

Thank you.
Post Reply