Home    
Log In    
Share Code    
Join    

Navigation
 Skip Navigation Links.

Forums
Skip Navigation Links.

Search

 

Advertisement
 

VB.NET - Request could not be submitted for background processing (Crystal)

View RSS Feeds
  Post By Time             Answer
  marshalls 11/08/2008 09:56:02 Question
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
 
  Post By Time             Answer
  qaiasr.iqbal 29/09/2008 08:41:34 Other
Peter,

Did you find any solution i am facing same problem.


Thanks,
Qaisar
 
  Post By Time             Answer
  marshalls 30/09/2008 19:47:38 Other
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
 
  Post By Time             Answer
  jitesh81 21/02/2009 04:54:16 Other
I have same problem too. If you guys found any solution please post it.
Thanks.
 
  Post By Time             Answer
  shukraj.khadse 31/12/2009 08:18:59 Other
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
 
  Post By Time             Answer
  ashishjiwane 19/02/2010 14:44:32 Other
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
 




 
 
Welcome Guest
 
  Log In Name
 
  Password
 
 
Statistics
Your Details: Not Logged In
  Join Date: N/A
  Last Logon: N/A
  Code Snippets: N/A
  Code Comments: N/A
  Forum Posts: N/A
  Forum Subjects: N/A

Site Wide
  Code Snippets: 32
  Code Comments: 2
  Forum Posts: 52
  Forum Subjects: 24
 
Random Code
Send E-Mails using Outlook
Send E-Mail using Outlook and Visual Basic 6

Language: VB6

 
Advertisement


All the Source Code and Tutorials on this site are free for you to use as you require.