cancel
Showing results for 
Search instead for 
Did you mean: 

STORAGE_PARAMETERS_WRONG_SET........for BI

Former Member
0 Kudos

Hello

If i genarate report up to 1 month it coming correctly. but if we put more than 1 month ,after report generation......if click on drill down for column. system is gives dump ......

*****************************************************************************************************************

STORAGE_PARAMETERS_WRONG_SET.

The current program had to be terminated because of an

error when installing the R/3 System.

The program had already requested 181180496 bytes from the operating

system with 'malloc' when the operating system reported after a

further memory request that there was no more memory space

available.

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

In the system profile, set the parameters

-abap/heap_area_dia and

-abap/heap_area_nondia

to a maximum of 181180496. To be on the safe side, reduce the value by 10,000,

000.

Then restart the SAP system.

********************************************************************************************************

i have checked all threads related to this.......... did changes but no fruit.

regards

sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

this is a memory-related termination which occurs when the requested data is larger in size than the available memory.

Most probably a parameter is set too low.

For more info, you can read oss-note 779123.

Check with your BC-guy/grrl if you need to change the parameter settings.