cancel
Showing results for 
Search instead for 
Did you mean: 

No PXA storage space available at the moment.

navuluri_rao2
Participant
0 Kudos

Dear All,

When I am doing delivery or Reverse the delivery (T.Codes VL09, VL01N), in Client 800, it is going to ABAP dump. Please see below. Please help me in this.

Runtime Errors PXA_NO_FREE_SPACE

Date and Time 22.11.2011 19:44:13

Short dump has not been completely stored (too big)

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 "SAPLMCB1" had to be terminated because

a capacity limit has been reached.

Error analysis

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

The largest contiguous and unlocked memory chunk has 592896 bytes.

Trigger Location of Runtime Error

Program SAPLMCB1

Include LMCB1F20

Row 200

Module type (FORM)

Module Name LIS_VERBUCHUNG

Source Code Extract

Line SourceCde

170 xmcbest = xmcbest.

171 ENDIF.

172 IF flg_v2 NE space.

173 * V2-Verbuchung starten

174 CALL FUNCTION 'MCB_STATISTICS_UPD_V2' IN UPDATE TASK

175 EXPORTING

176 zeitp = con_zeitp

177 TABLES

178 xmcmseg = xmcmseg

179 xmcbest = xmcbest.

180

181 ENDIF.

182 IF flg_b NE space.

183 * V3-Verbuchung starten

184 CALL FUNCTION 'MCB_STATISTICS_UPD_V3' IN UPDATE TASK

185 EXPORTING

186 zeitp = con_zeitp

187 TABLES

188 xmcmseg = xmcmseg

189 xmcbest = xmcbest.

190

191 ENDIF.

192 IF flg_bw NE space.

193 SET EXTENDED CHECK OFF.

194 * Preparation for new update process (plug-in system).

195 * See note 486784.

196 DATA if_release TYPE i. "interface release

197 if_release = 1.

198 PERFORM mcex_if_release_03 IN PROGRAM saplmcex CHANGING if_release

199 IF FOUND.

>>>>> IF if_release >= 2.

201 CALL FUNCTION 'MCEX_UPDATE_CALL_03'

202 EXPORTING

203 zeitp = con_zeitp

204 contr = hlp_control

205 i_update_task = 'X'

206 TABLES

207 xmcbest = xmcbest

208 xmcmseg = xmcmseg.

209 ELSE.

210 CALL FUNCTION 'MCEX_UPDATE_03' IN UPDATE TASK

211 EXPORTING

212 zeitp = con_zeitp

213 contr = hlp_control

214 TABLES

215 xmcbest = xmcbest

216 xmcmseg = xmcmseg.

217 ENDIF.

218 SET EXTENDED CHECK ON.

219 ENDIF.

Regards,

Rao.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please increase the value of profile parameter abap/buffersize.Additional I propose to change parameter abap/buffer_fragments

Please see notes 147568 and 77833 for further information. It is necessary to restart the server after changing the parameter.

Regards

D.Mukunthan

former_member188883
Active Contributor
0 Kudos

Hi,

For error

Runtime Errors PXA_NO_FREE_SPACE

For this look for increasing the SAP profile parameter value abap/buffersize

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi,

See this SAP note..

Note 872010 - PXA: Avoid PXA_NO_FREE_SPACE dumps

Regards

Bhuban