‎2007 Apr 16 1:29 AM
Hello Experts,
We keep on getting the said runtime error when we run a certain report in our production server. Please help as to how can this be solved. Thank you guys and take care!
‎2007 Apr 16 1:36 AM
Check OSS note: 72765 STORAGE_PARAMETERS_WRONG_SET with report execution
Cause and prerequisites
The report called up processes so much data, that the memory requirement exceeds the memory actually available.
Reason: for the direct output of the report following selection, the data is transferred via the memory.
Solution
Execute the report in two steps. Create an extract first, and output this extract later direct
‎2007 Apr 16 1:36 AM
Check OSS note: 72765 STORAGE_PARAMETERS_WRONG_SET with report execution
Cause and prerequisites
The report called up processes so much data, that the memory requirement exceeds the memory actually available.
Reason: for the direct output of the report following selection, the data is transferred via the memory.
Solution
Execute the report in two steps. Create an extract first, and output this extract later direct