Showing posts with label quota. Show all posts
Showing posts with label quota. Show all posts

Friday, February 24, 2012

connection could not be made to Report Server

Hi,

My report server and report manager was working fine till yesterday. But suddenly today when i tried to deploy a report i got error: "A connection could not be made with report server at https://webserver1/ReportServer "

So when i tried to browse the report manager from IIS, I get error:"Could not establish trust relationship with remote server."

I think its someting to do with SSL. Please help me with that 'czo out of the blue today I have started getting this error.

Thanks

Hi,

try this :

- open "c:\program files\microsoft sql server\mssql.3\reporting services\reportserver\web.config"

- remove the xmlns="http://schemas.microsoft.com..." attribute in the first <configuration> tag

- restart RS service

Also check that the certificate name maps with the server name in the RSWebApplication.config file.

Fabrice