cancel
Showing results for 
Search instead for 
Did you mean: 

ST22 DUMP NOT GENERATED AFTER BACKGROUND JOB CANCELLED

Ajaruddin
Explorer
0 Kudos
228

Hi,

After getting the below error in background job log, but we couldn't see ST22 dump.

Job started
Step 001 started (program <program name>, variant <variant name>, user ID <user id>)
Internal session terminated with a runtime error HTTP_NO_MEMORY (see ST22)
Job cancelled

I'm getting below error when I tried to open the st22 dumps (this is the right after job cancellation)

The short dump <timestamp>1 <Profile name> <user id> no longer exists

Regards

Ajaruddin

View Entire Topic
turkaj
Active Participant
0 Kudos

Hi Ajaruddin, 

If you have a large number of HTTP connections in the job, then the problem is most likely due to the parameter icf/max_handle_key
 as described by S_Sriram.

However, if you are attaching large amounts of data to an HTTP object, then the following RZ10 parameters need to be adjusted to increase the maximum size of the allowed HTTP object:

  • ztta/max_memreq_MB
  • abap/heap_area_dia (this is not needed in your case if it always runs in the background)
  • abap/heap_area_nondia
  • abap/heap_area_total

In my case, I doubled the values.

Regards
Jim