cancel
Showing results for 
Search instead for 
Did you mean: 

client copy - error

Former Member
0 Kudos

Hi

While client copying from 000 client to 810 client i got an error.

Here is the following error message :

Runtime Errors PXA_NO_FREE_SPACE

Date and Time 25.09.2008 16:20:52

Short dump has not been completely stored (too big)

What happened?

The current ABAP/4 program had to be terminated because there was no space available to load it.

Each ABAP/4 program to be executed is stored in a central

storage area that is divided between all users.

This area was too small to hold all currently active programs fo

users.

Resource bottleneck

The current program "SAPLSHI9" had to be terminated because

a capacity limit has been reached.

Error analysis

Unable to load a program of 2048 bytes.

The PXA ('program execution area') was too small to hold all

currently active programs for all users.

At present, the size of the PXA is set at 144668 Kbytes.

The largest contiguous and unlocked memory chunk has 0 bytes.

Trigger Location of Runtime Error

Program SAPLSHI9

Include ########################

Module type (FUNCTION)

Module Name STREE_UPDATE_INDX_CHECK

Please help me to solve this issue

Regards,

senmani.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi senthil,

check the program buffer in t-code st02 ,looks program buffer too small .

Check note

Note 147568 - PXA_NO_FREE_SPACE

Regards

Ashok

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

PXA_NO_FREE_SPACE is related to space,increase space in swap memory and check the buffers in st02.

Regards,

Naveen

Edited by: Naveen N on Sep 26, 2008 7:08 AM

Former Member
0 Kudos

Hi

I would suggest you to check tablespace too in DB02, as filling up tablespace in client copy is normal issuee.

Former Member
0 Kudos

Hi,

This is related to space. pls provide the space.

anil

Former Member
0 Kudos

HI,

You did not mentioned the Software type is it IDES, Anyways you need to increase the Swaping size and also increase the size of the buffer area for programs.

Regards,

SRRUppalapati