
Hi,
I have created a SSRS report which uses a Stored Procedure with three parameters. The stored procedure is stored in the mscrm database.
The error from CRM 4.0 (4.0.7333.1750):
If I remove the parameters in the store procedure and changes the Command Type to Text and in the query string writes: "Exec spc_rs_test" it works.
I can't add parameters to the stored procedure when the Command Type Text is selected.
*This post is locked for comments
I have the same question (0)Hi,
We have solved the problem, the RollUp 6 had to be installed on the SQL server also. After the installation, the report runs with stored procedure, parameteres and without Windows Authentication.