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

前端 未结 6 2022
情歌与酒
情歌与酒 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 19:55

    I too have come across such issue, where I figured out the Column having Photographs was creating the issue. The way out was to convert the photograph (Datatype Image in SQL Server) from .NET Data set to byte and then save it as Bitmap. After , that this same BMP file can be converted to bytes and replaced to appropriate column of the identified row. By this the space reduced to a great extend and then after exporting the Report document and Datatable was disposed properly.

提交回复
热议问题