Hi,
I’ve been searching on why I can’t create a Crystal Reports using a Stored Procedure (SP) with parameters. I’m encountering this error: Database Connector Error: Cannot obtain error message from server.
I tried several scenarios, I can create the report using a Stored Procedure with parameters provided that these parameters are assigned a value inside the Stored Proc, or if these parameters (declared in the create proc line) are not used at all inside the Stored Proc.
So, isolating the problem. I cannot create a report when the SP has parameters (declared in the create proc line), these parameters were not assigned a value, and these parameters are used.
Is there a workaround here? Hope somebody can help. Thanks.