Hello All,
We are in a process of upgrading our system from ECC 6.0 to ECC 6.0 EHP6 , We have our sap installed on SUSE linux and MAXB.
In the process of upgrade in Phase "Pre-processing" i am getting the below mentioned error.
checks after phase MAIN_SHDRUN/ACT_UPG were negative!
Last error code set: Detected 1932 aborted activities in 'ACTUPG.ELG'<br/>
Calling '/usr/sap/IS2/SUM/SUM/abap/exe/tp' failed with return code 12, check
/usr/sap/IS2/SUM/SUM/abap/log/SAPup.ECO for details<br/> tp used shadow
connect
*ERROR* :
Detected the following errors:
# /usr/sap/IS2/SUM/SUM/abap/log/SAPA-60012INERECRUIT.IS2:
1AETR012XProgram terminated (job: "RDDMASGL", no.: "00593800")
1AEPU320 See job log"RDDMASGL""00593800""IS2"
# /usr/sap/IS2/SUM/SUM/abap/log/SAPA-60013INERECRUIT.IS2:
1AETR012XProgram terminated (job: "RDDMASGL", no.: "00593800")
1AEPU320 See job log"RDDMASGL""00593800""IS2"
# /usr/sap/IS2/SUM/SUM/abap/log/SAPA-60014INERECRUIT.IS2:
1AETR012XProgram terminated (job: "RDDMASGL", no.: "00593800")
1AEPU320 See job log"RDDMASGL""00593800""IS2"
# /usr/sap/IS2/SUM/SUM/abap/log/SAPA-60016INERECRUIT.IS2:
1AETR012XProgram terminated (job: "RDDMASGL", no.: "00593800")
1AEPU320 See job log"RDDMASGL""00593800""IS2"
# /usr/sap/IS2/SUM/SUM/abap/log/SAPA-60017INERECRUIT.IS2:
1AETR012XProgram terminated (job: "RDDMASGL", no.: "00593800")
1AEPU320 See job log"RDDMASGL""00593800""IS2"
...skipped 1278 more lines.
Please see ACTUPG.html for more information.
Here is the ACTUPG.ELD logs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DDIC ACTIVATION ERRORS and RETURN CODE in SAPA-60012INERECRUIT.IS2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1AETR012XProgram terminated (job: "RDDMASGL", no.: "00164000")
1AEPU320 See job log"RDDMASGL""00164000""IS2"
1 ETP111 exit code : "12"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DDIC ACTIVATION ERRORS and RETURN CODE in SAPA-60013INERECRUIT.IS2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1AETR012XProgram terminated (job: "RDDMASGL", no.: "00164000")
1AEPU320 See job log"RDDMASGL""00164000""IS2"
1 ETP111 exit code : "12"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DDIC ACTIVATION ERRORS and RETURN CODE in SAPA-60014INERECRUIT.IS2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1AETR012XProgram terminated (job: "RDDMASGL", no.: "00164000")
1AEPU320 See job log"RDDMASGL""00164000""IS2"
1 ETP111 exit code : "12"
And when i see RDDMASGl logs in SM37.
Job started
Step 001 started (program RDDMASGL, variant IMPACTMRG, user ID DDIC)
Start of mass activation 00:16:41
ABAP/4 processor: TSV_TNEW_PAGE_ALLOC_FAILED
Job cancelled
Here is the ST22 log info
Runtime Errors | TSV_TNEW_PAGE_ALLOC_FAILED |
Date and Time | 25.09.2014 09:15:31 |
Short text
| No more storage space available for extending an internal table. |
What happened?
| You attempted to extend an internal table, but the required space was |
| not available. |
What can you do?
| Note which actions and input led to the error. |
| For further help in handling the problem, contact your SAP administrato |
| . |
| You can use the ABAP dump analysis transaction ST22 to view and manage |
| termination messages, in particular for long term reference. |
| Try to find out (e.g. by targetted data selection) whether the |
| transaction will run with less main memory. |
| If there is a temporary bottleneck, execute the transaction again. |
| - |
If the error persists, ask your system administrator to check the
following profile parameters:
o ztta/roll_area (1.000.000 - 15.000.000)
Classic roll area per user and internal mode
usual amount of roll area per user and internal mode
o ztta/roll_extension (10.000.000 - 500.000.000)
Amount of memory per user in extended memory (EM)
o abap/heap_area_total (100.000.000 - 1.500.000.000)
Amount of memory (malloc) for all users of an application
server. If several background processes are running on
one server, temporary bottlenecks may occur.
Of course, the amount of memory (in bytes) must also be
available on the machine (main memory or file system swap).
Caution:
The operating system must be set up so that there is also
enough memory for each process. Usually, the maximum address
space is too small.
Ask your hardware manufacturer or your competence center
about this.
In this case, consult your hardware vendor
abap/heap_area_dia: (10.000.000 - 1.000.000.000)
Restriction of memory allocated to the heap with malloc
for each dialog process.
Parameters for background processes:
abap/heap_area_nondia: (10.000.000 - 1.000.000.000)
Restriction of memory allocated to the heap with malloc
for each background process.
Other memory-relevant parameters are:
em/initial_size_MB: (35-1200)
Error analysis
The internal table "\PROGRAM=RADMASG0_C3\DATA=GENTAB" could not be further
extended. To enable
error handling, the table had to be delete before this log was written.
As a result, the table is displayed further down or, if you branch to
the ABAP Debugger, with 0 rows.
At the time of the termination, the following data was determined for
the relevant internal table:
Memory location: "Session memory"
Row width: 432
Number of rows: 3147228
Allocated rows: 3147228
Newly requested rows: 32 (in 1 blocks)
How to correct the error
The amount of storage space (in bytes) filled at termination time was:
Roll area...................... 6221264
Extended memory (EM)........... 2002724400
Assigned memory (HEAP)......... 900085200
Short area..................... " "
Paging area.................... 98304
Maximum address space.......... 18446604340403622591
"TSV_TNEW_PAGE_ALLOC_FAILED" " "
"RADMASDSC" or "RADMASDSC"
"MA_DTEL_TABL_MCID_SEL"
Please help me moving forward.
Thanks,
Vardhasn.