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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.