I have a report that takes a USERID value(int) as a parameter(user supplied). This report works for all parameter values except one(so I know this has nothing to do with stored procedure permissions).
If I run the associated stored procedure independently for this parameter value, it returns the complete result set. Also, the data obtained from the database tables is validated, so I doubt that the report encountered some invalid value. The Stored Procedure that the report uses does not call any other procedure.
I don't understand what invalid argument the report comes across causing it to throw this error.
The only thing I can think of is the enormous result set that is returned for this particular parameter(over 8000 records). Is there a limit to the report size in Crystal Reports version 10?
If I run the associated stored procedure independently for this parameter value, it returns the complete result set. Also, the data obtained from the database tables is validated, so I doubt that the report encountered some invalid value. The Stored Procedure that the report uses does not call any other procedure.
I don't understand what invalid argument the report comes across causing it to throw this error.
The only thing I can think of is the enormous result set that is returned for this particular parameter(over 8000 records). Is there a limit to the report size in Crystal Reports version 10?