Intermittent Crystal Reports error “The request could not be submitted for background processing.”

前端 未结 6 2025
情歌与酒
情歌与酒 2021-02-09 19:18

We are running Crystal Reports on a Windows Server 2008 with .NET framework 3.5 SP1.

I have seen many causes of the general error \"The request could not be submitted

6条回答
  •  长情又很酷
    2021-02-09 20:18

    Isolate the report generation code.

    Our final resolution was to take the code that was generating the report and move it into its own isolated service. Our original service then calls our new Crystal service with the relevant parameters and Crystal RPT file. This is obviously a costly solution as it involves modifying all report generation code to call the Crystal service instead. The Crystal service does not exhibit the error. The code had not changed besides that, so we can only presume the cause of the error was some interaction of the Crystal reports engine and the environment within our application.

提交回复
热议问题