cancel
Showing results for 
Search instead for 
Did you mean: 

STORAGE_PARAMETERS_WRONG_SET

Former Member
0 Kudos

Hi,

We are getting continously the ABAP dump with name STORAGE_PARAMETERS_WRONG_SET.

Actually the application serverof BW system is used to seeing analyticys which is in DMZ netwok.

The OS and DB version of DB server(BW) is AIX +oracle 9.2.0.8.

The os version of application server is Microsoft windows 2000 with SP4.

The available RAM is 4 Gb. We have added /3 gb parameter is boot.ini.

Oracle client version is 9.2.0.8.

Only five dialog workprocess is configured and the exiting parameters of this instance is as follow :

abap/heap_area_dia 2000000000

abap/heap_area_nondia 000000000

abap/heap_area_total 2000000000.

em/initial_size_MB 3072.

Kindy sugegst.

Regards,

Rahul.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks.

Former Member
0 Kudos

Hi,

We are gettinh follwoing logs in workprocess trace :

ABAP Program SAPLRRK0 .

Source LRRK0U07 Line 28.

Error Code STORAGE_PARAMETERS_WRONG_SET.

Module $Id: //bas/640_REL/src/krn/runt/abstor.c#10 $ SAP.

Function resize_0 Line 607.

    • RABAX: level LEV_RX_STDERR completed.

    • RABAX: level LEV_RX_RFC_ERROR entered.

    • RABAX: level LEV_RX_RFC_ERROR completed.

    • RABAX: level LEV_RX_RFC_CLOSE entered.

    • RABAX: level LEV_RX_RFC_CLOSE completed.

    • RABAX: level LEV_RX_IMC_ERROR entered.

MPI<58>19#1625 Peak buffer usage: 40 (@ 64 KB)

Tue Dec 09 12:25:01 2008

      • ERROR => <EsNT> no free local page max= 16384 requested Blocks=3 [esnti.c 2347]

Kindly suggest.

Regards,

Rahul.

Former Member
0 Kudos

Hi Jazz,

The ABAP Dump is as follow :

Runtime Error STORAGE_PARAMETERS_WRONG_SET

Date and Time 06.12.2008 14:49:49

ShrtText

&INCLUDE INCL_INSTALLATION_ERROR

What happened?

The current program had to be terminated because of an

error when installing the R/3 System.

The program had already requested 400705264 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.

What can you do?

Make a note of the actions and input which caused the error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

Set the system profile parameters

- abap/heap_area_dia

- abap/heap_area_nondia

to a maximum of 400705264. Then reduce the value by 10.000.000 to be on the

safe side.

Then restart the SAP System.

abap/heap_area_nondia and abap/heap_area_dia:

Set smaller than the memory achieved for each process

with 'malloc' and smaller than abap/heap_area_total

You should also check whether the available memory (file system

swap and main memory) is sufficient for the started program

and its data.

Error analysis

When the program was running, it was established that more

memory was needed than the operating system is able to provide savely.

To avoid a system crash, you must prevent this

situation.

Last error logged in SAP kernel

Component............ "EM"

Place................ "SAP-Server MMKNDBW1_BWP_01 on host MMKNDBW1 (wp 0)"

Version.............. 37

Error code........... 7

Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "

Description.......... " "

System call.......... " "

Module............... "emxx.c"

Line................. 1886

The error reported by the operating system is:

Error number..... " "

Error text....... " "

How to correct the error

Report the error to the group responsible for installing your

R/3 System.

System environment

SAP Release.............. "640"

Application server....... "MMKNDBW1"

Network address.......... "172.32.0.55"

Operating system......... "Windows NT"

Release.................. "5.0"

Hardware type............ "4x Intel 80686"

Character length......... 8 Bits

Pointer length........... 32 Bits

Work process number...... 0

Short dump setting....... "full"

Database server.......... "mdbiwprd"

Database type............ "ORACLE"

Database name............ "BWP"

Database owner........... "SAPBWP"

Character set............ "English_United State"

SAP kernel............... "640"

Created on............... "Feb 19 2008 00:03:02"

Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"

Database version......... "OCI_920_SHARE "

Patch level.............. "221"

Patch text............... " "

Supported environment....

Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE

10.2.0.."

SAP database version..... "640"

Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2,

Windows NT 6.0"

Memory usage.............

Roll..................... 8112

EM....................... 375730304

Heap..................... 400705264

Page..................... 16384

MM Used.................. 635322944

MM Free.................. 140504328

SAP Release.............. "640"

User and Transaction

Information on where terminated

The termination occurred in the ABAP program "SAPLRRK0" in

"RRK_SETTINGS_MODIFY_CHANM".

The main program was "SAPMHTTP ".

The termination occurred in line 28 of the source code of the (Include)

program "LRRK0U07"

of the source code of program "LRRK0U07" (when calling the editor 280)..

-


Regards,

Rahul.

Former Member
0 Kudos

On what action do you get this dump? Please paste the dump details from ST22 and also check if there is any error in SM21.

Regards,

Jazz

Former Member
0 Kudos

Note 552209 - Maximum memory utilization for processes on NT/Win2000

Note 44528 - STORAGE_PARAMETERS_WRONG_SET

Regards.