|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, August 31, 2010 10:05 AM
Points: 2,
Visits: 69
|
|
Hi, I have an issue to report paramters
I have a report which group by data based on 2 paramters and also from and to dates The Issue is that whenever during the report execution I do a “Select all” from the second parameter List–and when I click view reports it does not display the report. it throws an error
Default value or value provided for the report parameter 'ProcessNm' is not a valid value. But this error is not thrown always. It is weird that sometimes it works perfectly with “Select all” the parameters. I assume that the above error could be occurring since it is trying to pass a comma separated parameter string into the dataset query which accepts this parameter.
If we may think that this is a data parsing issue due to the fact that staging database has different data than development, but then it should never execute it from SSRS at all. The issue is that it execute same query with all the parameters selected sometimes. The interesting part is that The error mentioned above does not appear always and instead it just clears out the parameter Another thing observed was that if the refresh button (not view report button) continuously it displays the report correctly once and next time it throws error then again displays correctly. The SSRS environment on staging and development are SQL 2005, but on staging SSRS is 2005 but database is SQL2008. The SSRS logs shows the error which appear randomly appear while calling GetReportParamters internal function The same query was captured from tracer when it worked on staging and was executed and works fine from backend. Also there are no null values in the parameter lookup tables Anyone faced this situation in your report with muliple paramter "select all" Appreciate any help or clues towards the resolution.
Regards MP
haha
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 6:25 PM
Points: 198,
Visits: 657
|
|
| I've seen this myself. There seems to be no pattern to the occurences. I wonder if it gets fixed with the application of the latest service pack.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, July 25, 2012 4:17 AM
Points: 53,
Visits: 182
|
|
Hi
I ve used this 'Select All' for a parameter....bt havent faced a single problem while running the report....
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, October 05, 2012 6:04 AM
Points: 1,
Visits: 5
|
|
I have the exact same problem using 2005 server, I was wondering if anyone has come up with an solution?
Thanks
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, March 12, 2013 7:23 AM
Points: 114,
Visits: 386
|
|
Hi, See this link efficent way to pass the multivalue parameter http://www.bi-rootdata.com/2012/09/efficient-way-of-using-all-as-parameter.html
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, May 01, 2013 4:11 AM
Points: 127,
Visits: 507
|
|
Please post your T-SQL query if possible ?
And also try to use SQL Server profiler to get the exact query being passed along with parameter values selected to the database engine.
BI Developer SSRS, SSIS, SSAS, IBM Cognos, IBM Infosphere Cubing services, Crystal reports, IBM DB2, SQL Server, T-SQL Please visit... ApplyBI
|
|
|
|