Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rookie_sql
Constraint Violating Yak Guru
443 Posts |
Posted - 2008-02-07 : 04:29:40
|
Hi I've not done much work on reporting services before. I've made a change on my page and i can see the change on the preview its just a drop down list containing the week number. But i can see to get to deploy these changes when i build my package it builds fine but when i go to deploy it am getting this error message The item '/Data sources' already exist |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2008-02-07 : 04:49:35
|
If it is just one report, Just add it manually. Go to http://<ServerName>/Reports/Pages/Folder.aspx and add the .rdl file, then choose the datasource on the properties page. |
 |
|
rookie_sql
Constraint Violating Yak Guru
443 Posts |
Posted - 2008-02-07 : 05:07:01
|
The report is already up and running its the changes i've made to it that i can't see on the web page. Maybe am not meant to deploy it if it has already been deployed. But how do i up date changes to the report. I can already see these changes in the preview window. |
 |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2008-02-07 : 06:46:36
|
Just update the .rdl file on the link I gave you. Obviously <servername> is the name of your reporting server. |
 |
|
|
|
|