I install on my Vista 64 bit PC Sql Server 64 bit latest release. Using
busines inteligent studio i prepared report. this report works fine in
studio environment. Next step I deployed this report to report server. I
used target server url=
http://localhost/reportserver.
1. However when I run IIS I do not see such folder there. when I go to this
url I get error
Description: An error occurred while accessing the resources required to
serve this request. You might not have permission to view the requested
resources.
Error message 401.3: You do not have permission to view this directory or
page using the credentials you supplied (access denied due to Access Control
Lists). Ask the Web server's administrator to give you access to 'C:\Program
Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting
Services\ReportManager\home.aspx
------
How this works,
2. When I go to asp.net there I see control rsweb:ReportViewer.
2a. this control demanded from me to add code
<add verb="*" path="Reserved.ReportViewerWebControl.axd" type =
"Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms,
Version=9.0.0.0, Culture=neutral, PublicKeyToken=....." />
into web.config into httpHandlers.
but i am not sure if this is enough
2b. when I add code <ServerReport ReportPath="..."/> it responds me that
RSClientController' is undefined
2c. then I changed to <LocalReport ReportPath=".."></LocalReport>
Then I got responce
The definition of the report 'Main Report' is invalid.
The report definition is not valid. Details: The report definition has an
invalid target namespace
'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition'
which cannot be upgraded.
The question is how I can see this report.
--
Aleks Kleyn
http://www.geocities.com/aleks_kleyn