I am trying to use URL access to pull down some reports from sql server reporting services 2008. One of the parameters I need to pass is a Guid. When I just paste the guid in to the url as
&LoggerID=CD4869DC-68B8-4513-B3C6-0E6DD9F74380
I get the error: Default value or value provided for the report parameter 'LoggerID' is not a valid value. (rsInvalidReportParameter)
I have tried single quotes and brackets and curly brackets. What am I missing?