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

Urgent: Can't open program folder SE80 Package

Former Member
0 Likes
685

Hi All.

I have an ABAP package that was working fine until a while ago.

Now, when I try to open the Programs folder in my package, I got an error message:

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

<b>Runtime Errors</b>

STORAGE_PARAMETERS_WRONG_SET

<b>Short text</b>

The system is configured incorrectly.

<b>What happened?</b>

The current program had to be terminated because of an error when installing the R/3 system. The program had already requested 777630160 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.

<b>Trigger Location of Runtime Error</b>

Program = SAPLSEWB_CONTROL

Include = LSEWB_CONTROLU01

Row = 446

Module type = (FUNCTION)

Module Name = WB_TREE_RETURN_OBJECT_LIST

<b>Error analysis</b>

When the program was running, it was established that more memory was needed than the operating system is able safely to provide. To avoid a system crash, you must prenvent this situation from occuring.

Last Error logged in Kernel

Component = "EM"

Place = "SAP Server..."

Version = 37

Error Code = 7

Error Text = "Warning: EM-Memory exhausted: Workprocess gets PRIV"

Description = " "

System Call = " "

Module = "emxx.c"

Line = 1881

The error reported by the operating system is

Error Number " "

Error text " "

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

Could anyone advise why this is happening?

And what must I do to access the Program folder again?

If the package is corrupted, is there anyway I can retrieve the programs in the package? Thanks.

null

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

HI

SET_PARAMETER_MEMORY_OVERFLOW

Not enough memory for SET/GET Parameter (Otherwise known as SPA/GPA Memory ).Try extending the memory area with SAP profile "ztta/parameter_area".

I would suggest that you check the existing roles delivered in the system, there should be a number of roles that do not have the developer transactions and system administration functions.

In addition I would suggest you resolve the STORAGE_PARAMETERS_WRONG_SET error - there should be a number of notes related to the error message in http://service.sap.com/notes. You just need more info from the error message dump to narrow it down.

http://help.sap.com/saphelp_nw70/helpdata/en/02/96253c538111d1891b0000e8322f96/frameset.htm

Regards

Pavan

Hi All.

I have an ABAP package that was working fine until a while ago.

Now, when I try to open the Programs folder in my package, I got an error message:

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

<b>Runtime Errors</b>

STORAGE_PARAMETERS_WRONG_SET

<b>Short text</b>

The system is configured incorrectly.

<b>What happened?</b>

The current program had to be terminated because of an error when installing the R/3 system. The program had already requested 777630160 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.

<b>Trigger Location of Runtime Error</b>

Program = SAPLSEWB_CONTROL

Include = LSEWB_CONTROLU01

Row = 446

Module type = (FUNCTION)

Module Name = WB_TREE_RETURN_OBJECT_LIST

<b>Error analysis</b>

When the program was running, it was established that more memory was needed than the operating system is able safely to provide. To avoid a system crash, you must prenvent this situation from occuring.

Last Error logged in Kernel

Component = "EM"

Place = "SAP Server..."

Version = 37

Error Code = 7

Error Text = "Warning: EM-Memory exhausted: Workprocess gets PRIV"

Description = " "

System Call = " "

Module = "emxx.c"

Line = 1881

The error reported by the operating system is

Error Number " "

Error text " "

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

Could anyone advise why this is happening?

And what must I do to access the Program folder again?

If the package is corrupted, is there anyway I can retrieve the programs in the package? Thanks.

null

1 REPLY 1
Read only

Former Member
0 Likes
547

HI

SET_PARAMETER_MEMORY_OVERFLOW

Not enough memory for SET/GET Parameter (Otherwise known as SPA/GPA Memory ).Try extending the memory area with SAP profile "ztta/parameter_area".

I would suggest that you check the existing roles delivered in the system, there should be a number of roles that do not have the developer transactions and system administration functions.

In addition I would suggest you resolve the STORAGE_PARAMETERS_WRONG_SET error - there should be a number of notes related to the error message in http://service.sap.com/notes. You just need more info from the error message dump to narrow it down.

http://help.sap.com/saphelp_nw70/helpdata/en/02/96253c538111d1891b0000e8322f96/frameset.htm

Regards

Pavan