cancel
Showing results for 
Search instead for 
Did you mean: 

BI Loads are failing still due to PXA_NO_FREE_SPACE ABAP Runtime error

Former Member
0 Kudos

Dear All,

Now BI loads (Background jobs) keep on failing due to ABAP Runtime error PXA_NO_FREE_SPACE .

Kindly suggest what could be done from BASIS Side and what we have to suggest to BI team regarding this error.

we know that this issue is caused due to memory issue .

Error log:

Runtime Errors PXA_NO_FREE_SPACE

Date and Time 11.01.2012 03:31:26

Short text

No PXA storage space available at the moment.

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 for all

users.

Resource bottleneck

The current program "SAPMSSY1" had to be terminated because

a capacity limit has been reached.

Error analysis

Unable to load a program of 210944 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 739716 Kbytes.

The largest contiguous and unlocked memory chunk has 0 bytes.

Kindly suggest

Edited by: satheesh0812 on Jan 11, 2012 6:05 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved

Former Member
0 Kudos

SM 37 : error logs

Job log overview for job: BI_PROCESS_ABAP / 05011409

Date Time Message text

11.01.2012 05:01:15 Job started

11.01.2012 05:01:15 Step 001 started (program RSPROCESS, variant &0000000044779, user ID BOMANV)

11.01.2012 05:01:15 Start process ABAP VOWD_DEF in run DC1FFOSO3P5W71AWD6DGN6ZHT of chain ZGPC_BPC_APD

11.01.2012 05:01:15 Start program RSAN_PROCESS_EXECUTE with program variant VOWD_DEF

11.01.2012 05:02:05 Internal session terminated with a runtime error (see ST22)

11.01.2012 05:02:05 Job cancelled

Job log overview for job: BI_PROCESS_CHAIN / 03001401

Date Time Message text M

11.01.2012 03:00:15 Job started

11.01.2012 03:00:15 Step 001 started (program RSPROCESS, variant &0000000012437, user ID LOGAPPS_1)

11.01.2012 03:00:15 Start process CHAIN ZGPC_MM_MD in run DC1EQ1EWL57MN9QSJSXDBGF8X of chain ZGPC_MM_META

11.01.2012 03:00:24 Internal session terminated with a runtime error (see ST22)

11.01.2012 03:00:24 Job cancelled

Thanks

Former Member
0 Kudos

In ECC System we are getting error on SM58.

Pls check the below log :

ALEREMOTE RSAR_TRFC_DATA_RECEIVED BIPCLNT400 11.01.2012 03:31:56 No PXA storage space available at the moment. A3A4AC1D02A44F0D02601838

ALEREMOTE RSAR_TRFC_DATA_RECEIVED BIPCLNT400 11.01.2012 03:31:37 Error PXA_NO_FREE_SPACE occured. P1=488448 P8=0 P9 A3A4AC1D0F784F0D02600774

KERRY.MATTHE IDWT_CIS_BPM_INITIATE CIS_RETURN 10.01.2012 16:20:12 RFC destination CIS_RETURN does not exist. A3A4AC1D124C4F0C651740DA

ALEREMOTE RSAR_TRFC_DATA_RECEIVED BIPCLNT400 11.01.2012 03:31:57 No PXA storage space available at the moment. A3A4AC1D132C4F0D0260000D

ALEREMOTE IDOC_INBOUND_ASYNCHRONOUS BIPCLNT400 11.01.2012 03:31:59 No PXA storage space available at the moment. A3A4AC1D18C84F0D028166CE

Kindly suggest

What could be check from BASIS side and what we have to suggest to BI Team ...

Thanks

former_member188883
Active Contributor
0 Kudos

Hi sateesh,

Runtime Errors PXA_NO_FREE_SPACE

Try to increase the value of parameter rdisp/abap_buffersize to resolve the issue.

Regards,

Deepak Kori

Former Member
0 Kudos

any suggestion we have to tell BI team regarding the process chain ???

former_member188883
Active Contributor
0 Kudos

Hi,

Regarding Process chains , you need to think of optimization at data fetch level. Probably by splitting selection of large volume of data into smaller chunks you can avoid getting such errors.

Regards,

Deepak Kori