all groups > sql server reporting services > november 2006 > threads for friday november 3
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
data set `XYZ' refers to the shared data source `XYZ', which is not published on the report server
Posted by larrylinsonjr NO[at]SPAM hotmail.com at 11/3/2006 12:09:31 PM
We are using our source control system in order to deploy RDL files to
the SSRS Server; and we keep on getting this message:
[exec] [exec] The data set `XYZ' refers to the shared data
source `XYZ', which is not published on the report server.
I'm worried about this because I got th... more >>
Report Viewer alternative
Posted by sankar07 NO[at]SPAM gmail.com at 11/3/2006 11:31:12 AM
Hi,
I am using VS 2005 and sql reporting services 2000. I created the
reports, uploaded in the server and now, i need to view the reports
through a web application.
I tried using report viewer in 2005 but figured that report viewer
works with only RS 2005. how do i connect to RS 2000 Server r... more >>
Removing namespace in web.config
Posted by David at 11/3/2006 8:22:02 AM
We had an instance of RS2005 running for a while and we received this error
after playing around with the authentication settings when we browsed to
localhost/reportserver:
An internal error occurred on the report server. See the error log for more
details. (rsInternalError) Get Online Hel... more >>
Parameter Value Error
Posted by Tenchy at 11/3/2006 8:06:02 AM
I keep getting this error. The parameter works for a while, and then after
doing other corrections in the report, not the query, i get this error all
the time. So i always have to delete the parameters and do them again. Why
does this happen? and what can i do to stop it.
Error 2 [rsInval... more >>
Trying to find a solution
Posted by Twobridge at 11/3/2006 6:15:18 AM
I have a problem that I dont know quite how to go about solving. I
need to create a report that will generate columns as needed......and
display a header for those columns. My basic problem is to show a
payments made over several years. I want to show how much was paid
each year on the bill. ... more >>
reporting services Permission question
Posted by joe at 11/3/2006 1:34:01 AM
I posted a report to reporting server, and link the report to asp.net
reportviewer
i link the report to the reportviewer by
Me.ReportViewer1.ServerReport.ReportServerUrl = New
Uri("http://localhost/Reportserver")
Me.ReportViewer1.serverReport.ReportPath = Server.MapPath("Report1.rdl")
ho... more >>
|