|
|
|
I have a Crystal Report that shows images using a SQL Database with the image paths
When viewing the images in a report everything is fine untill you get to a page in the report when the error pops up (Request could not be submitted for background processing).
The image looks fine in Photoshop, MSPaint and in the Photo Viewer
Image is 185kb (500x200px)
All the other images are working fine and all have around the same file size and dimensions.
If i remove the image from the report the data shows fine but if i readd the image the error pops up again.
(VB.NET 2005)
Thanks Peter
|
|
|
|
|
|
|
|
|
Peter,
Did you find any solution i am facing same problem.
Thanks, Qaisar
|
|
|
|
|
|
|
|
|
No I did'nt find any answer to this question!
I have look all over and the only answers i get link to the support pages of Business Objects, but these pages had been replaced with a generic SAP page or just do not work and now the Business Objects site has gone offline.
Most of the sites talk about a Service Pack for Crystal but because the site is offline I cannot get to it.
If you can find the Service Pack please let me know if it works and where to get it.
Thanks Peter
|
|
|
|
|
|
|
|
|
I have same problem too. If you guys found any solution please post it. Thanks.
|
|
|
|
|
|
|
|
|
Cause of this error could be the DataSet you are using.
If there is a unique identifier on your dataset and there are more than one record in the dataset with the same ID, then it will throw this error.
Please check with the dataset records. Let me know if this works
|
|
|
|
|
|
|
|
|
hello all, i face same problem and solve this, but i spend lot of time on that, i followed few step to resolve this proble,m 1. Fill dataSet by zero record 2. fill first datatable in dataset and check it that the error found out or not. if not 3. fill the second datatable in same dataset and check it that the error found out or not. continued this process if you get error from any datatable fill, its means that this datatable complex with other datatable so check the coloum name and rename it 4. main table field whose have primary key doesnot repeat to other datatable (I do) 5. don't use to select all record from the table instead used selected field in whichever you want eg. used select eno,ename from emp, don't used select * from emp
if your problem solve so please reply me Thanks
|
|
|
|
|
|
|
|
|