eI have created a report that contains several stored procedures and they
except a parameter to be passed to it... The parameter name is the same in
all the stored procedures. I created a report parameter and named it exactly
like the parameter in the stored procedures. I can run the report on my
local machine without a problem. However, when I depolyed the report to a
report server and try to run the report it comes back with an error that one
of the sp's is excepting a parameter.
How can I fix this since it works on my machine without an issue.
Thanks in advance.
scuba79 - 15 Jul 2008 18:30 GMT
I deleted and re-created the stored procedure in the report and the issue
resolved itself
> eI have created a report that contains several stored procedures and they
> except a parameter to be passed to it... The parameter name is the same in
[quoted text clipped - 7 lines]
>
> Thanks in advance.