cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

getting not enough memory for operation

Former Member
0 Likes
435

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

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Likes

Moved to Java SDK forum and marked as answered

Former Member
0 Likes

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

Former Member
0 Likes

We hired a consultant and he said he increased the memory heap size. Thank for all your help.

0 Likes

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

Former Member
0 Likes

Crystal Reports 9

it is an inhouse application.

0 Likes

when you tell me what kind of app and the rest of the info I'll move your post to the right forum.