cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Not enough memory for operation

09-28-2009 8:16 AM
1388 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello -

I created a crystal report using 8.5 and compiled into and exe. I can run the report fine on my computer but the user I compiled this report for is getting the following error when they try to run the report - 'Not enough momory for operation". any ideas why I can run the report without problems but she is getting the error described?

When I install the report on the machine, dlls are unpacked int he same directory as the reports.

Connie

0 Likes
View Entire Topic
Former Member
0 Likes

Can you check at which line of code this error is getting thrown? Hope you are releasing all the resources at the end of the opertaion inside the code.

Former Member
0 Likes

The report is compiled into an exe. I am using Crystal 8.5. When the user runs the exe, they select the criteria they want, then hit Print. This is when the report errors out.

Former Member
0 Likes

Is there any resolution to this. I am experiencing a similar error?

Former Member
0 Likes

Are the exact same parameters being used when running the report on the two machines? Assuming so, the one machine is running out of (a) real memory (RAM), Virtual Memory, or possibly disk space (I'm thinking temp files, but I'm not sure if they are used in this configuration).

Is the report written based off of a single SQL command that returns only the data required for the report, or is Crystal pulling data from the individual tables and doing joins, selections, summarization, etc. locally? You might wanna try doing the former...

HTH,

Carl