i finally got my platform to work a few minutes ago. in the
"StvPl" <StvPl@discussions.microsoft.com> wrote in message
news:02D03AE5-43AA-4B2A-9EBB-C88C0676D111@microsoft.com...
> This is a continuation of a previous question I asked, I've made progress
> but
> still not quite there!
>
> To simplify testing and remove as many variables as possible I have
> prepared
> a very simple report based on the Northwind database and deployed it to a
> Windows 2003 server.
>
> If I access //servername/reportserver I can veiw and run the report.
> However
> if I try to access
http://www.domain.co.uk/reportserver I can see the
> report
> listing directory and run it but it always hangs on the 'Report is being
> generated' screen.
>
> The final goal is to have a C# developed asp.net application producing
> reports over the intranet and when necessary the internet but this is
> showing
> the same symptoms. I'm presuming there must be a permissions issue
> somewhere
> and once solved on the simple northwind report the asp one should follow
> suit.
>
> We have installed Reporting Services evaluation edition along with RS
> Service pack 1 on a Windows 2003 server - per cpu licensing and no ssl
> security was selected. Sql server standard edition is installed on the
> same
> server.
>
> The report's data component connection has been set to use a user with
> enough permissions on the database (briefly tried sa, again with the same
> result).
>
> So far I have:-
> Tried every combination of <ReportServerUrl>, <ReportServerExternalUrl>
> and
> <ReportServerVirtualDirectory> settling on the latter.
>
> Tried many folder permissions on the physical ReportServer directory.
>
> Also, although we are behind a hardware firewall the server was briefly
> set
> as a DMZ with no success.
>
> Thanks in advance
> Steven