on ‎2010 Dec 02 4:48 PM
webpage displays error
not enough memory for operation
description: an unhandled exception occured during the execution of the current web request. Please review the stack for more information
excewption details: system.outofmemoryexception: Not enough memory fior operation
this is when printing report to a DOC file or PDF file
Request clarification before answering.
Moved to Java SDK forum and marked as answered
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi
I have faced a similar issue, the root cause of it was like we have identified few crystal report formulas that might lead to memory issues and corrected them
for example
assigning a value to an array
samplearray<i> := "value";
need to ensure that the i is an integer and that it should not be less than 0 or fraction ..
i have just given some example above..
so the solution could be to identify the formulas that could run into such sort of memory issues and fix them.
Please let me know if this helps.
Thanks,
Krishnam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And what does this have to do with database connectivity?
No info at all, Are you even using Crystal Reports and if so what version?
Is this an application you wrote or some application you are using?
Please refer to the Rule of Engagement for more info on how to submit posts.
Thank you
Don
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 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.