Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting this error: STORAGE_PARAMETERS_WRONG_SET

aris_hidalgo
Contributor
0 Likes
290

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
261

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

1 REPLY 1
Read only

Former Member
0 Likes
262

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