We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ReportView with Postgres Database

I have Postgres 11 and try to do a simple tablix report and it worked well in the Report Designer  but when I try to open by clicking the three dot and select "open" from the context menu I get the error below.  Report Server is lastest version. .




1 Reply

VS Vinoth Srinivasan Syncfusion Team August 28, 2019 07:00 AM

Hi Albert, 
 
Sorry for the inconvenience. 
 
In our lastest release we missed to add the config section in web.config file for API. This issue will be resolved in our upcoming Report Platform release. As of now could you please add the config details manually in your server installed location as shown in below example. 

Add the section and config file location in web.config file in API folder.  
"C:\Syncfusion\Report Server\ReportServer.Web\API\Web.config"  
  
 
Web.config 
<configSections> 
  <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> 
  <section name="ReportingExtensions" type="Syncfusion.Reporting.Extensions.Configuration.Extensions, Syncfusion.Reporting.Web" 
       allowLocation="true" allowDefinition="Everywhere" /> 
</configSections> 
 
<ReportingExtensions configSource="ReportExtensions\ReportExtension.config" /> 
 
 
Regards, 
Vinoth S. 


Loader.
Live Chat Icon For mobile
Up arrow icon