all groups > sql server reporting services > november 2004 >
You're in the

sql server reporting services

group:

InvalidReportParameterException using Data Processing Extensions


InvalidReportParameterException using Data Processing Extensions SteveM
11/24/2004 9:09:03 PM
sql server reporting services:
We have a report that runs via the data processing extensions. Running this
report from the reporting service interface or via the web is fine.

However, we have a requirement for running this report via some very
speciifc schedules. To achieve this we are programatically rendering this
report. We supply three paramters for this to run. The report runs a stored
procedure to obtain a list of valid periodIds. We pass it a valid period id
(can be found in the list) however, we get the error message below.

Any pointers greatly appreciated.

Steve


*** EXCEPTION: SoapException
*** MSG: System.Web.Services.Protocols.SoapException: Default value or value
provided for the report parameter 'periodId' is not a valid value. --->
Microsoft.ReportingServices.Diagnostics.Utilities.RSException: Default value
or value provided for the report parameter 'periodId' is not a valid value.
--->
Microsoft.ReportingServices.Diagnostics.Utilities.InvalidReportParameterException:
Default value or value provided for the report parameter 'periodId' is not a
valid value.
at
Microsoft.ReportingServices.ReportProcessing.ParameterInfoCollection.ThrowIfNotValid()
at
Microsoft.ReportingServices.Library.RSService.RenderAsLiveOrSnapshot(CatalogItemContext
reportContext, ClientRequest session, Warning[]& warnings,
ParameterInfoCollection& effectiveParameters)
at
Microsoft.ReportingServices.Library.RSService.RenderFirst(CatalogItemContext
reportContext, ClientRequest session, Warning[]& warnings,
ParameterInfoCollection& effectiveParameters, String[]& secondaryStreamNames)
at Microsoft.ReportingServices.Library.RenderFirstCancelableStep.Execute()
at
Microsoft.ReportingServices.Diagnostics.CancelablePhaseBase.ExecuteWrapper()
Re: InvalidReportParameterException using Data Processing Extensions awatanabe NO[at]SPAM herald.com
1/4/2005 11:51:35 AM
Hi Steve,

I am having a similar problem and I wonder if you figured out what the
problem was...

Thanks,

Ana
Re: InvalidReportParameterException using Data Processing Extensio SteveM
1/9/2005 1:03:03 PM
Hi Ana,

It turned out that the problem was one of case sensitivity.

The IDs we were dealing with were all GUIDs. Some of the lists were
uppercase, some were lowercase. As the comparison does not happen in our case
insensitive SQL Server environment, this caused an issue.

Hopefully, any problem you have is just as simple.

Good luck

Steve

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