rsInvalidParameterCombination

New: 12 December 2006

Details

Product Name

SQL Server

Product Version

9.0

Product Build Number

9.00.1399

Event ID

rsInvalidParameterCombination

Event Source

Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings

Component

Reporting Services

Message Text

Invalid combination of parameter values has been provided to the function call.

Explanation

This error occurs when you specify a combination of parameters on a method, and the combination of values is not valid.

If you are creating a subscription that targets a SharePoint document library or a shared folder, this error will occur if the settings for Autocopy and Overwrite conflict with each other. These two settings are mutually exclusive. If you enable one, you cannot enable the other.

The combination of values that you passed to an object is not valid. The values may be too long, contain reserved characters, or do not conform to the data type (for example, passing in a string value for a field that requires integers).

User Action

Correct the parameter values and try again.