Hi,
I am running SCM upgrade from 5.1 to 7.03 (NW740). In execution phase XPRAS_AIMMRG failed with error.
Environment details:
OS : Windows server 2008 R2 x64
DB:MS SQL SERVER 2008 r2
RAM :8 gb
XPRASUPG.ELG log details below.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XPRA ERRORS and RETURN CODE in SAPR740XPRA90000031.SCN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A4 ERSAU 570 Update rules "F4TGWVOWGL5NVTEJ6VZ9WVLNG" read in version "D"
A4 ERSAU 570 Update rules "F4TM9JFI13PM2A445BP5WJ5H5" read in version "D"
A4 ERSAU 570 Update rules "F4Y5X7RTPAFBA41SICS7TNO7V" read in version "D"
A4 ERSAU 570 Update rules "F5JPKIBC381H1WEHRMYPNJICG" read in version "D"
A4 ERSAU 570 Update rules "F5L2BHAN9AUCY8BJ9NIXUZQ23" read in version "D"
1AETR012XProgram canceled (job "RDDEXECL", number "03284300")
1AEPU320 See job log"RDDEXECL""03284300""SCN"
1 ETP111 exit code : "12"
>>> PLEASE READ THE REPORT DOCUMENTATION OF THE REPORTS MENTIONED ABOVE <<<
XPRAs are application reports that run at the end of an upgrade.
Most XPRA reports have a report documentation that explains what
the report does and how errors can be corrected.
Call transaction se38 in the SAP system, enter the report name,
select 'Documentation' and click the 'Display' button.
>>> The problematic XPRAs are mentioned in messages of type PU132 above <<<
RDDEXECL job is failed with dump SYSTEM_NO_ROLL and LOAD_NO_ROLL.
I have updated parameter mentioned in Note 353579 as ztta/max_memreq_MB =3397
Below are the memory related parameters in my system:
ztta/roll_area 3000000 Byte
ztta/roll_first 1 Byte
ztta/short_area 1600000 Byte
rdisp/ROLL_SHM 32768 8 kB
rdisp/PG_SHM 16384 8 kB
rdisp/PG_LOCAL 150 8 kB
em/initial_size_MB 3397 MB
em/blocksize_KB 4096 kB
em/address_space_MB 3397 MB
ztta/roll_extension 2000000000 Byte
abap/heap_area_dia 2000000000 Byte
abap/heap_area_nondia 0 Byte
abap/heap_area_total 536870912 Byte
abap/heaplimit 40000000 Byte
abap/use_paging 0
ztta/max_memreq_MB 3397
I have observed that PHYS_MEMSIZE value is 512 in my system when i check in RZ11. I want calculate parameter values according to my physical memory.And refered note 88416 zero administration memroy manager for ABAP.
But confused with the formulas mentioned for 740 release kernel system.
Please provide the solution to the above issue and the correct values for the parameters.
[RAM] = size of the physical main memory = 8GB
In 7.40, parameter values can contain formulas. The expression $(Parameter) in the value of a parameter references the value of the parameter with the name Parameter.
Profile parameter | Standard 64-bit | Unit: |
PHYS_MEMSIZE | 1.0 * [RAM] | MB |
em/initial_size_MB | 0.7 * $(PHYS_MEMSIZE) | MB |
em/max_size_MB | 1.5 * $(PHYS_MEMSIZE) | MB |
abap/buffersize | $(em/initial_size_MB) * 1024 * 0.15 | KB |
abap/programs | $(abap/buffersize) / 4 | Entries |
abap/heap_area_dia | 2000000000 | byte |
abap/heap_area_nondia | 0 | byte |
abap/heap_area_total | 1048576 * $(PHYS_MEMSIZE) | byte |
abap/shared_objects_size_MB | $(em/initial_size_MB) * 0.02 | MB |
em/address_space_MB | $(em/initial_size_MB) | MB |
em/max_size_MB | $(PHYS_MEMSIZE) * 1.5 | MB |
rdisp/wp_ca_blk_no | $(rdisp/elem_per_queue) * 3 | Entries |
rdisp/PG_SHM | max(min(1000+40*max(5,floor(($(PHYS_MEMSIZE)-128) *25/128)),16384),1024) | 8KB block |
rdisp/PG_MAXFS | 32768 | 8KB block |
rsdb/ntab/entrycount | $(zcsa/db_max_buftab) | Entries |
rsdb/ntab/ftabsize | min(500000, ($(rsdb/ntab/entrycount))) | KB |
rsts/ccc/cache07 | $(rsts/ccc/cachesize) * 0.1 | byte |
rtbb/buffer_length | $(zcsa/table_buffer_area) * 0.1 / 1024 | KB |
rtbb/max_tables | $(zcsa/db_max_buftab) * 0.1 | Entries |
zcsa/table_buffer_area | max(30000000,$(em/initial_size_MB) * 1024 * 1024 * 0.05) | byte |
ztta/roll_extension | 2000000000 | byte |
Please provide the parameter values according to RAM size 8b
PHYS_MEMSIZE
em/initial_size_MB
em/max_size_MB
abap/buffersize
abap/programs
abap/heap_area_dia
abap/heap_area_nondia
abap/heap_area_total
abap/shared_objects_size_MB
em/address_space_MB
em/max_size_MB
rdisp/wp_ca_blk_no
rdisp/PG_SHM
rdisp/PG_MAXFS
rsdb/ntab/entrycount
rsdb/ntab/ftabsize
rsts/ccc/cache07
rtbb/buffer_length
rtbb/max_tables
zcsa/table_buffer_area
ztta/roll_extension
Thanks,
krishna