Reporting Services web portal new data source not creating

Copper Contributor

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 .

divyanshuaaryan_0-1684856419630.png

Please solve this issue asap.

4 Replies

Please look into the issue 

@divyanshuaaryan ; 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

@olafhelper 

 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

-

 

 


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/quotso...

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/fdf664cf-4d67-487b-93cc-21bc374a629a/odata-...

I hope it helps.
I did all these things but still the issue is there