Forum Discussion
divyanshuaaryan
May 23, 2023Copper Contributor
Reporting Services web portal new data source not creating
Hi Everyone,
Please look into the issue which I am facing .I am using 2 SSRS services.
we can 't fill any detail in SSRS data source web portal .don't suggest dynamic IP .
Please solve this issue asap.
- olafhelperBronze Contributor
Please look into the issuedivyanshuaaryan ; how; you didn't provide any usefull information?
If it's a on-premise installation of SSRS then review the error log for more details, see
Reporting Services Log Files and Sources - SQL Server Reporting Services (SSRS) | Microsoft Learn
Olaf
- divyanshuaaryanCopper Contributor
showing model extension 500 error internal server
current ssrs error logs
Microsoft.ReportingServices.Portal.WebHost!reportserverwebapp!e!05/23/2023-18:40:27:: e ERROR: [n6yld4uk]: OData exception occurred: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Microsoft.SqlServer.ReportingServices.SoapExceptionStrings.resources" was correctly embedded or linked into assembly "Microsoft.ReportingServices.Portal.Services" at compile time, or that all the satellite assemblies required are loadable and fully signed.
I tried lots of thing but not fixed
-condiguration file changes
-SA ACCOUNT ALL PERMISSION
-REPORTSERVER URL FIXED
BUT DIDN'T WORK
PLEASE HELP ASAP
IF POSSIBLE CAN WE CONNECT THROUGH SCREENSHATE ON GOOGLE MEET
-
- Raksha112Copper Contributor
According to the error message, you can try doing this.
1 Grant the SSRS service account full permission on your project path.
2 Adding the following to the rsreportserver.config file:
<ReportServerUrl>
https://<FQDN>/ReportServer
</ReportServerUrl>
3 Enable 32 bit=true in IIS setting if you integrated SSRS into the asp.net project.
Reference which you can view:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/d5f5896e-2d8a-4dcd-b2ec-43c213d2e207/quotsomething-went-wrongquot-trying-to-add-a-new-data-source-sql-server-2016?forum=sqlreportingservices
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/fdf664cf-4d67-487b-93cc-21bc374a629a/odata-exception-occurred-systemresourcesmissingmanifestresourceexception-could-not-find-any?forum=sqlreportingservices
I hope it helps.