cancel
Showing results for 
Search instead for 
Did you mean: 

Problem exporting large amount of data

Former Member
0 Kudos

Hi all,

I've created a web application with Visual Studio 2005 and Crystal Report for visual Studio 2005 (using VB). I have a problem when I try to export more than 220000 rows to excel (data only) format. I've seen that application creates a cpe{}.tmp file in WINDOWS\Temp directory and to do that it takes about 10 minutes. If I try to do export before cpe{}.tmp file is completely generated I received an error on my pop up page ("Internet Explorer cannot display the webpage"). How can I solve It? How can I check if file is completely generated?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

The 1st thing to go after is the latest Service Pack:

https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe

Next, test the export to other formats. I'd recommend CR file format and PDF. Does that work? E.g.; is this isolated to export to XLS?

- Ludek

Former Member
0 Kudos

Ok, I've installed SP1 but nothing changes. I try to export to .rpt and to .pdf format. The first format work well but export to .pdf fails. However I need to export to excel data only.

Others suggestions?

Thanks!

former_member183750
Active Contributor
0 Kudos

Define:

"...export to .pdf fails..."

Errors? Behavior? Symptom?

- Ludek

Former Member
0 Kudos

The same error again, "Internet Explorer cannot display the webpage".

former_member183750
Active Contributor
0 Kudos

Are you exporting using the viewer export button or code? If code, can you pate it in here?

Also, try a simple win app - one line should be all you need;

CrystalreportViewer1.ReportSource = <path to report>

- Ludek

Former Member
0 Kudos

I'm exporting using the viewer export button. I've created a Crystal Report Source that i've assigned to my Crystal report Viewer.

former_member183750
Active Contributor
0 Kudos

So, what does a Win app do?

- Ludek

Answers (0)