Groups | Blog | Home
all groups > sql server reporting services > september 2004 >

sql server reporting services : problem when using reporting service


jasonymk NO[at]SPAM sinaman.com
9/17/2004 9:06:06 PM
Dear all,

i have installed reporting service a few days ago, but i encounter the
following problems,

my report server is in another machine(rather than localhost, like
most examples on the web), after teh installation, i have made rdl,
and deploy to the server, everything goes fine until i type
http://xxx.xxx.xxx.xxx/Reports to access the report. i can browse the
directories, but dead link shown once i click on teh report.

strange thing is when i type http://xxx.xxx.xxx.xxx/ReportServer/, i
can see the report generated on teh screen. could anyone suggest ways
to solve it?

another problem is i tried to use render() to generate report in my
web site (that is localhost) using the server (xxx.xxx.xxx.xxx), but
error keep sending to me ( The request failed with HTTP status 401:
Access Denied.
), i have added a web reference already, it wont work even i type
http://xxx.xxx.xxx.xxx/retest2/..... in the full path

Jéjé
9/18/2004 1:48:23 PM
control your .config files on your server (specially under the reportmanager
folder)
in the .config file, you have the URL of the ReportServer http virtual
folder.
Make sure this parameter = http://xxx.xxx.xxx.xxx/ReportServer/


"jasonymk" <jasonymk@sinaman.com> a écrit dans le message de news:
a4075300.0409172006.526eb426@posting.google.com...
[quoted text, click to view]

Teo Lachev
9/18/2004 8:10:52 PM
For the second problem set your WS proxy to DefaultCredentials.

--
Hope this helps.

-----------------------------------------------------
Teo Lachev, MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
-----------------------------------------------------

[quoted text, click to view]

Jasonymk
9/19/2004 7:43:06 PM
thank you so much for the advice, i will try that later on.
if you have time ,would you see the wuestion i post entitled " 3(should be
2) different conputers problem)?

thanks so much

[quoted text, click to view]
Jasonymk
9/19/2004 7:45:03 PM
Thanks Teo,

i think i have done so by follow:

Dim rs As New reportservice.ReportingService
rs.Credentials = System.Net.CredentialCache.DefaultCredentials

' Render the report as an HTML4.0 fragment using the Web service
Dim results As [Byte]()
results =
rs.Render("http://xxx.xxx.xxx.xxx/ReportServer/retest2/testreport",
"HTML4.0", Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing,
Nothing, Nothing, Nothing)

so...i think i have to check he computer setting before i move on....
please have a look to the topic (3 different computers problem)

thanks in advance.



[quoted text, click to view]
AddThis Social Bookmark Button