Hi,
I have a crystal report (CR 10) being launched from a .Net web application written using VS 2005.
The report contains two charts (bar and line) and two subreports each containing a line graph.
I am getting the dreaded 'The report could not be submitted for background processing' error when I select only certain parameters for the report. The critieria that fails is an 'All' option on a type table. So it is returning much more data than if I select a specific type from the dropdown list on my parameters page.
Also, if I run the report twice in a row, the error does not occur and I get the data I am expecting displayed very nicely.
I only get this error when the application and reports are deployed to the server. No errors are happening locally on my development machine.
If I hide the subreports, the error does not occur. If I move the line charts out of the subreport and place them on the main report, the data takes forever to return - hence my use of the subreports.
I am linking the tables used on the main report and the subreport based on month and year from a date field.
I am at a loss to solve this problem. Any direction provided is appreciated.