
Hello,
I am created an SSRS report and uploaded it to D365 online environment. The report is getting timed out after 5 mins.
There is no error in the report and everything looks fine until it went into the production. The data I am trying to access is more than a million records.
Is there a possible way for me to run my report beyond timeout period because of the volume of data?
Thank you
Harsha
Hello,
I'm afraid you can't do anything with that limitation. I would recommend replicate the data from 365 instance to AzureSQL using Data Export Service - docs.microsoft.com/.../replicate-data-microsoft-azure-sql-database and build your report on top of that data.