I have a Crystal Report .Net which displays data from a DS which is then passed on to the SQL server session.
When the number of rows in the Dataset is less (eg. 2000) then the report viewer opens correctly. But when the number of records is large (eg. 26000) then the report wont open.
I get the message:
SERVER APPLICATION UNAVAILABLE (or) UNABLE TO CONNECT TO SQLSERVER SESSION.
Please help. I want to know if there is a limitation on the Report Viewer or some settings I need to change in the web.config file?
Thank You!
When the number of rows in the Dataset is less (eg. 2000) then the report viewer opens correctly. But when the number of records is large (eg. 26000) then the report wont open.
I get the message:
SERVER APPLICATION UNAVAILABLE (or) UNABLE TO CONNECT TO SQLSERVER SESSION.
Please help. I want to know if there is a limitation on the Report Viewer or some settings I need to change in the web.config file?
Thank You!