- Home
- Forum
- Report Platform
- Import users from database - Internal Server Error
If you became a customer of the Syncfusion� Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion� Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion�.
For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion� for its reporting solutions. Our team will be happy to assist you with any questions you may have.
Thank you for choosing Syncfusion� for your reporting needs.
For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion� for its reporting solutions. Our team will be happy to assist you with any questions you may have.
Thank you for choosing Syncfusion� for your reporting needs.
Import users from database - Internal Server Error
Good night.
I installed Report Server on my computer and it is running on IIS Express.
Include data source and the configuration of our SMTP server in the "Settings" option.
When trying to import users through the "Import from database" functionality, in the "User management" module I am receiving the "Internal server error" error message.
I would like to know if there is any log file where I can check the cause of the error that occurred. If it does not exist, do you suggest another solution?
Regards.
SIGN IN To post a reply.
3 Replies
MM
Mageshyadav M
Syncfusion Team
January 10, 2019 10:17 AM UTC
Hi Luiz,
We are unable to reproduce the issue. Can you please share us the log files from the deployed location? That will be helpful to provide the solution. Please refer below KB to collect and share the log files.
Regards,
Mageshyadav.M
LF
Luiz Felipe Brito
January 10, 2019 01:07 PM UTC
MM
Mageshyadav M
Syncfusion Team
January 11, 2019 10:33 AM UTC
Hi Luiz,
Sorry for the inconvenience caused.
The reported issue occurred when we try to import more users from the existing database. It exceeds default JSON serialization length allowed in the report server app. To solve this issue, please add below code in the configuration file C:\Syncfusion\Report Server\ReportServer.Web\Web.config below the <system.web.webPages.razor> node as shown in the image below
|
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="50000000" />
</webServices>
</scripting>
</system.web.extensions> |
Reference Image:
However, we will fix this issue in the upcoming report server 3.2 release which is excepted on mid of January 2019.
Regards,
Mageshyadav.M
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
LF Luiz Felipe Brito
- Jan 9, 2019 08:35 PM UTC
- Jan 11, 2019 10:33 AM UTC