June 30, 2009 at 12:56 pm
I am running SQL Server 2008 SP1 with WSS and the sharepoint add-in for reporting services. The Report Server is in Integration mode and the Report Server URL is https://crabnebula.domain.com/ReportServer_CRABNEBULA. I am trying to deploy a report to the report server from SQL Server 2008 Development Studio when I get the message:
The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
TargetDataSourceFolder: http://crabnebula.domain.com/ReportingServices/Data%20Sources
TargetReportFolder:
http://crabnebula.domain.com/ReportingServices/LCB%20Reports
TargetServerURL:
http://crabnebula.domain.com/ReportingServices
I created a site named ReportingServices with two document libraries named LCB Reports and Data Sources. Any help would be great.
July 1, 2009 at 7:29 am
Here is my configuration in Sharepoint central administration:
Report Server Web Service URL
https://crabnebula.domain.com:443/ReportServer_CRABNEBULA
Authentication Mode
Trusted Account Windows Authentication
Here is my report server web service config in rsreportserver.config:
<Application>
<Name>ReportServerWebService</Name>
<VirtualDirectory>ReportServer_CRABNEBULA</VirtualDirectory>
<URLs>
<URL>
<UrlString>http://+:80</UrlString>
<AccountSid>S-1-5-18</AccountSid>
<AccountName>LocalSystem</AccountName>
</URL>
<URL>
<UrlString>https://crabnebula.domain.com:443</UrlString>
<AccountSid>S-1-5-18</AccountSid>
<AccountName>LocalSystem</AccountName>
</URL>
</URLs>
</Application>
October 2, 2009 at 10:27 am
Did you resolve this issue? i am having the exact same issue.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply