Groups | Blog | Home
all groups > sql server reporting services > january 2005 >

sql server reporting services : Bug?


Asim
1/11/2005 2:53:04 PM
Is there a bug in SQL Server Reporting Services which produces an error like

The value expression for the query parameter ‘@homebase’ refers to a
non-existing report parameter ‘homebase_1’
I made some changes in the dataset (1 of them) and it starts giving me this
error for no reason although the same parameter @homebase is referred in more
than 5 datasets...
Any help is appreciated!
Thanks
Bruce L-C [MVP]
1/11/2005 5:09:34 PM
Click on the ..., go the parameters tab and remap your query parameter to
the report parameter. Sometimes RS gets confused.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

John Geddes
1/11/2005 11:03:18 PM
I got this before and did this....

1) Copy query in dataset
2) Delete dataset
3) re-create dataset
4) run-query in data view and it will re-build columns.

This is what I always do when I do anything to the columns.


[quoted text, click to view]

Patrice
8/24/2006 12:00:00 AM
Another option could have been to hand edit the rdl file to correct the
problem (this is an XML file).

We have done this once to use an option that the UI didn't offered in the
first release of Reporting Services...

--
Patrice

"om" <om_optical@hotmail.com> a écrit dans le message de news:
1df92cf4-df9e-4b38-905c-79df77ba241f@developmentnow.com...
[quoted text, click to view]

om
8/24/2006 3:38:17 AM
Yep - bug

Lost over 2 days development time re-creating reports

NICE ONE MICROSOFT !



From http://www.developmentnow.com/g/115_2005_1_0_0_454665/Bug.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button