Error number : 507
This error occurs randomly with my code. I have made a report with a subreport inside it which is bringing data from a MSSQL server. This report is then exported to pdf format and then shown in an ASP page. Now this error occurs every third time (Weird !!) I refresh this page. But sometimes it also happens that the exported report is not shown and this error occurs everytime. This goes when I restart my IIS. I am using crystal 9. I am connecting the report to the DB using
. I also tried using
bag. I saw a similar problem posted earlier but there the person changed the approach. Is there a solution for this ?
Thanks in Advance
This error occurs randomly with my code. I have made a report with a subreport inside it which is bringing data from a MSSQL server. This report is then exported to pdf format and then shown in an ASP page. Now this error occurs every third time (Weird !!) I refresh this page. But sometimes it also happens that the exported report is not shown and this error occurs everytime. This goes when I restart my IIS. I am using crystal 9. I am connecting the report to the DB using
Code:
Table.SetDataSource
Code:
ConnectionProperty
Thanks in Advance