Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
35,810

Here is the video for this blog:

STEP 1: OPERATING SYSTEM


It is recommended to install SuSE Linux version 11.4 ,
TIP: Please refer SAP Note 2195019 - Linux: Using SAP kernel 748 and higher or SAPinst 749 and higher on RHEL 6, OL6 and S...

sid-hdb-s4h:~ # cat /etc/SuSE-release
  SuSE-release SUSE Linux Enterprise Server 11 (x86_64)
  VERSION = 11
  PATCHLEVEL = 4

STEP 2: USE EXISTING HANA DATABASE (OPTION1)


If you already have a database, please patch the database to 122_02 or higher and you can create container using command:

CREATE DATABASE HDB SYSTEM USER PASSWORD Xxxxxxxn


It takes about 2 minutes to create database with this command.

STEP 2: NEW HANA DATABASE (OPTION 2)


Please use commands below. You could alternatively use hdblcmgui, I used below procedure because hdblcmgui did not allow me to change instance number to 02.

First unpack the archive in folder 51051151_HANASP12_4

====================================================LINUX SCREEN START
sid-hdb:/sapmedia/51051151_HANASP12_4 # SAPCAR –xvf IMDB_SERVER100_122_4-10009569.SAR
sid-hdb:/sapmedia/51051151_HANASP12_4/SAP_HANA_DATABASE # ./hdbinst


...............
...............
Installation done
Log file written to '/var/tmp/hdb_HDB_install_2016-11-01_13.35.45/hdbinst.log' on host 'sid-hdb'.


After installation of HANA database in case you would like to install integrated livecache, please add the plugin as below,unpack HANA DATABASE LCAPPS archive:

sid-hdb:/sapmedia/51051151_HANASP12_3 # SAPCAR –xvf IMDB_LCAPPS100_122P_40-20010426.SAR
sid-hdb:/sapmedia/51051151_HANASP12_3/SAP_HANA_LCAPPS # ./hdbinst


======================================================LINUX SCREEN ENDS


After installation, logon to HANA Database using HANA Studio and add system
Host Name : <your hostname or ip>
Instance Number: 02
Click Next and in the following screen enter User Name SYSTEM and Password
Click on Finish to exit.

TIP: Please change the log mode if you don’t want to be spend time on log maintenance:
In HANA studio –> Configuration –> global.ini –> persistence and set the parameter log_mode to overwrite. When you change the log mode, you must restart the database system to activate the changes. It is also recommended that you perform a full data backup. You can also set the log_mode to ‘overwrite’ using the following SQL-Statement:

ALTER SYSTEM ALTER CONFIGURATION ('global.ini', 'SYSTEM') SET ('persistence', 'log_mode') = 'normal' WITH RECONFIGURE;

STEP 3: S/4HANA BASE INSTALLATION USING SWPM

Please extract media files in folders as mentioned in New Installation of S/4HANA 1610 – Part 1 – media download using Maintenance Planner in folders:
5105...






Extract the SWPM SAR file as below
 sid-hdb:/ # cd /install
 sid-hdb:/install # /sapmedia/SAPCAR -xvf /sapmedia/download/SWPM10SP18_4-20009701.SAR

You should get message at the end of this that
 SAPCAR: 1584 files(s) extracted


Start x-Windows software such as Exceed or X-ming and set the DISPLAY variable needed to confirm x-Windows is working.

I have edited file to change SID fromS4A to S4H due to SID restriction on my Maintenance Planner.

TIP: In case the following components are included in stack.xml file you should remove them as they are not needed for 1610 and will cause error in SUM - Not valid for 1610.
Prepackage@Takt: SAP_UI 751: SP 0001 and  Prepackage@Takt: SAP_GWFND 751: SP 0001

Execute combined installation of SWPM + SUM in single command line as below:

sid-hdb:/install#./sapinst SAPINST_USE_HOSTNAME=vhcals4hci SAPINST_STACK_XML=/sapmedia/download/sapmedia/download/MP_Stack_1000109478_2038a.xml

I am showing only the important screens as most screens are self explanatory. Select Standard System from path below:

TIP: In the above screen if you see all choices to install other software then there is some issue with your stack.xml file and you should investigate.

Click on Next and Select Custom

Click on Next and enter name of SID. In this case S4H:
SAP System ID (SAPSID) S4H SAP Mount Directory /sapmnt

Click on Next and specify fqdn:
Set FQDN for SAP system     checked
DNS Domain Name for SAP System dummy.nodomain

Click on Next and specify Master password and confirm password Xxxxxxxn

Click on Next and enter password details for user s4hadm Xxxxxxxn
You will get message box regarding enabling R3load massloader, Click on OK

Click on Next and enter Database System Administrator password for this screen
Database ID (DBSID) HDB Database Host   vhcalhdbdb
Instance Number   02 Password of DBA  Xxxxxxxn

Click on Next and enter path for the downloaded media from Maintenance Planner
Package Path: /sapmedia/download
The screen changes to show status as available

Click on Next and remove checkmark on Install liveCache for SAP System.
Install liveache for SAP System Checked

TIP: If you want the livecache to be installed please make sure that HANA database LCAPPS plugin is installed before starting sapinst, otherwise you will get error below:
Click on Next and choose radio button Local Client Directory

Click on Next and enter path for RDBMS HANA Client. /sapmedia/51051522_CLIENT

Click on Next and enter path for Installation Export 1 S/4HANA 1610 /sapmedia/51050947_EXP1

Click on Next and enter HANA DB Instance Number 02 and Password Xxxxxxxn

Click on Next and enter DBACOCKPIT password and confirm Schema password Xxxxxxxn

Click on Next and enter Schema password and confirm Schema password Xxxxxxxn

Click on Next and select radip button Enable declustering / depooling of all ABAP tables.

Click on Next and leave Number of parallel  jobs at default to 48

Click on Next and accept or change the values:
PAS Instance Number 00, PAS Instance Host vhcals4hci
ASCS Instance Number 01, ASCS Instance Host Name vhcals4hcs

Click on Next and enter the password for ICM webadm

Click on Next and leave default radio button at No SLD destination

Click on Next and leave default radio button at Do not create Message Server Access Control List

Click on Next and enable checkmarks at Install integrated web dispatcher and Install Gateway integrated in ASCS instance.

Click on Next and leave default dispatcher parameters HTTPS Port 44300, Encryption Always.

Click on Next and , select Run TMS config and enter password for TMSADM in Client 000

Click on Next and for Import SPAM/SAINT Update select radio button Yes
Specify the location of SPAM/SAINT Update Archive as /sapmedia/download/KD75163.SAR
TIP: This will save time later having to do it at the time of SUM installation.

Click on Next and leave radio button at default No for Import ABAP Transports

Click on Next and enter the details of SUM as /sapmedia/download/SUM10SP18_4-20006543.SAR

Click on Next and enter password of System Administrator Xxxxxxxn

Click on Next and select additional languages as needed and define media path

Click on Next and select radio button – Individual Key (Recommended for Productive Systems)

On the Next screen Capture details of storage Key ID and Value

Click on Next screen as we do not have any additional transports with SWPM

Click on Next we will not install any additional languages besides English and German

Here is the summary of all options

Click on Next to confirm and begin the installation.
IF THERE IS NO ERROR YOU CAN TAKE A BREAK FOR 6 HOURS

TIP: The high hitter phases for time duration were Import ABAP and Create DDL Views (RUTDDLSCREATE). The system and used memory for database was high. So for MDC and MCOD scenario, free up memory by unloading tables in other tenants/databases. In MCOS scenario please shutdown other databases. The video shown at the beginning has clock showing the time in fast forward as the installation progresses.

Here are some milestones with starting point after all sapinst screen inputs are completed. For higher end systems the time required will be lower, the figures are only to be used as guidance.

STEP 4: ADDON INSTALLATION USING SUM

As we executed combined SWPM+SUM you should have filesystem /usr/sap/S4H/SUM. If not, don’t worry, please extract it as below 2 commands:

as s4hadm
cd /usr/sap/S4H
SAPCAR -xvf /sapmedia/download/SUM10SP18_4-20006543.SAR
as root
ps –ef | grep –i sapup
/usr/sap/S4H/SUM/abap/SUMSTART confighostagent

 

TIP: Please check that your /windows/drivers/etc/host file contains entry with IP address mapped to hostname vhcals4hci.
c:\users\mahesh>type c:\windows\system32\drivers\etc\hosts
10.20.130.140  vhcals4hci vhcals4hci.dummy.nodomain vhcals4hcs vhcals4hcs.dummy.nodomain vhcalhdbdb vhcalhdbdb.dummy.nodomain

Open Google Chrome browser (latest version recommended) Enter URL:
https://vhcals4hci:1129/lmsl/sumabap/S4H/doc/sluigui

In case you get screen below please click on Adv...

Enter s4hadm/(password you used before) in the screen below

TIP: If you get message that Page is Unresponsive just click on Wait.

Provide details of the stack.xml and it is good to download the file crlbag.p7s for archive verification so you know in advance if any file is corrupted.

EXTRACTION PHASE

Click on Next and enter the Instance Number 00

Click on Next and you may be prompted for SPAM update if this was not included in SWPM in previous step. Please download as mentioned in New Installation of S/4HANA 1610FPS0 – Part 1 – media download using Maintenance Planner and extract...



Click on X to close window
CONFIGURATION PHASE
Select Next at screen (7%) PREP_CONFIGURATIN/INITSUBST

Click on Next and enter details

Click on Next and you will get this error message for missing SAP Note

Logon to the S4H instance and Apply SAP Note 2344014 - SPAU Adjustment for R3TR CLAS deliveries - adjustment of obsolete SAP notes delet...

Click on Next

Click ON Next and there is no change request for PREP_EXTENSION/BIND_PATCH

Click ON Next and there is no transport request for PREP_INTEGRATION/ADJUSTPREP

CHECKS PHASE
Click on Next at (15%) screen for Current Phase: PREP_INSTALL/WINSERV_DEL_SHD0

Click on Next

Click on Nextat Current Phase: PREP_ACTCONVCHECKS/JOB_MC01_CACL_CDP_PRE

Click on Next, Lock Now is selected in next screen

Click on Next at (27%) Current Phase: MAIN_DTTRANSSHD/DOWNCONF_DTTRANS

Click on Next at (27%) Current Phase MAIN_DTTRANSSHD/DOWNCONF_DTTRANS_BCKselect radio button Backup completed

Click on Next at (27%) Current Phase: MAIN_DTTRANSSHD/SETSYNC_PREUP_DT_CONFIRMand make adjustments as shown in the screen.

EXECUTION PHASE
Click on Next after making adjustments as shown in the screen at (85%) Current Phase: MAIN_TRANSEXEC/ACT_TRANS

Click Next at (90%) Current Phase: MAIN_UPTRANS/STARTSAP_PUPG

Click Next at (90%) Current Phase: MAIN_UPTRANS/UPCONF

Click Next at (90%) Current Phase: MAIN_POSTPROC/SETUPGPAR_UPG_POST

Click Next at (92%) Current Phase: MAIN_POSTPROC/SUBMOD_SPAU_INFO/SPAUINFO

Click Next at (92%) Current Phase: MAIN_POSTPROC/REQUPFINAL

SUM is completed. Please login to the system and check the Installed product version as:

Please find Installed Software Component version a:

TIP: Schedule complete SGEN if it is not completed so far. This will help reduce time needed for one activation stop for Best Practices Content Activation and the activation process will be speeded up a little bit.

STEP 5A (OPTION1): S/4HANA RELEASE INFORMATION NOTE


TIP: PLEASE NOTE THIS BLOG AND BELOW TRANSPORT IS ONLY FOR S/4HANA 1611 FPS0 AND NOT TO BE APPLIED TO 1611 FPS1 AND LATER SYSTEMS.

I have provided transport S4HK900002 for notes contained in Note 2346431 Release Information Note. It is available at link and there is a document provided Procedure_for_S4HK900002.pdf

The transport S4HK900002 has been ...
2356364 (currently removed), and also does not include notes from SEM-BCS or IS-RETAIL. Reasonable c...

Note 2344014 - SPAU Adjustment for R3TR CLAS deliveries is already applied at SUM tool and is includ...

STEP 5B (OPTION 2): S/4HANA RELEASE INFORMATION NOTE


Please apply the 58 notes below to the installed instance as per Note 2346431 - SAP S/4HANA 1610: Release Information Note. these notes are only for 1611 FPS0 and no...


2338721Program termination "ASSIGN to a substring is not allowed"No2344368ECN IDoc processing fails because of missing data partsNo2345087BP_BAP: Missing values in required entry fields cause posting termination in mass processingYes2345102No valuation dialog box for entering effectivity parameter valuesNo2322771S4HANA SuccessFactors & personnel number and the user name fields behavior in S4HANAYes2284857Number ranges – traceYes2342658Note Implementation Failure due to Technical Languages(1Q,2Q,3Q,4Q,etc)No2344014
SPAU Adjustment for R3TR CLAS deliveries - adjustment of obsolete SAP notes deletes classes

TIP: This note was already applied as preparation for SUM.
No2344436ATC: Table SATC_AC_OBJ_CTXT gets extremely largeNo2345697BRF+ analytical decision table check Call CL_FDT_XS=>GET_INSTANCE with RFC destinationNo2345795Workflow runtime ends with error WL821No2346044Exceptions were raised for unblocked addressesNo2346821SCWB - TLOGO Language(1Q,2Q,3Q,4Q etc) Filtering FixNo2350429External view with more than 255 fieldsNo2351188BRF+ Anlytical function generation - Derive default schema dynamicallyNo2285661Record of a time management infotype is exited even though system issues an error messageNo2311339HR PAO: IT0019Yes2313878HR PAO - validity period &lt ;> "for all data": Creation of new data record does not function correctlyNo2335641HR PAO: Field PERID (IT 002) is not selected in the event of an input errorNo2336154HR PAO: ‘Back’ button (navigation to the overview page) is inactiveNo2333704HR PAO: Program termination when you save infotypeNo2340847HR PAO: Program termination when you save infotypeNo2343342Orders in cost distribution (IT0027/IT1018)No2071826Client copy for integrated SAP HANA liveCacheNo2353319Customizing Consistency Check for TAK01 in OKKPNo2354979SRFV_RPG_CAT2: Delete last record in Assign Report Categories to a Reporting EntityNo2355000Parameter for ledger groups of underlying ledgersNo2356364S/4 HANA Simplified DMS: F4 help not available on the selection field of Document Description in Simplified DMS Fiori application
TIP: There is issue with this note as DCL objects cannot be activated.PLEASE SKIP THIS NOTE FOR NOW !
No2359435Client copy: Syntax error in program FINS_UPD_FINSC_001A_REPNo2362815Material Ledger (ML) and Retail: tied empties: error CKMLMV 009 in LCKMLMVQUANTF06No2364253Syntax errors due to missing development package assignmentYes2366738 S/4HANA dump in CL_FAA_CFG_SERVICE->GET_LOCAL_CURR_TYPE_FROM_LDGRP if a ledger is not maintained correctlyNo2367508Correction for selection of changedocs in DIMP systemNo2369405Issue in Document Flow (SAP S/4HANA)No2369962Authorization issue and G/L not defaulting from PPOMA correctionsNo2371490Delivery date validationNo2371666MD01N: Setup of MRP-Records via PPH_SETUP_MRPRECORDS or PPH_SETUP_MRPRECORDS_SIMU incompleteNo2372008Switch from DB_COMMIT to COMMIT WORK AND WAIT for consolidation of Data Aging carry forward records and archive representativesNo2372230Fill BWTAR in data aging carry forward records and archive representativesNo2372605Issue while creating BP role as a supplier in transaction BPNo2373940Corrective measure for changes to the BOM Maintenance applicationNo2376505Revise Payment Proposals: Cannot Mass Block Items for PaymentNo2376747Moving average price is not changed by goods receiptNo2377529V_T012 maintenance dialog does not existYes2378915Manage PIRs redirect of non active versionsNo2379565The Incoterm 2 field is converted incorrectlyNo2379790Reading Purchase Order for multiple items in a PRNo2380548Error during assignment to investment program item, maintenance orderNo2381346Characteristic based planning aborts for long material numbersNo2381849Missing condition tables B082 and B083Yes2382748KB11N: Short dump when ledger group filledNo2327999QuantityWare CDS Extensions For IS-OIL
TIP: Please run report RQTYW_CDS_EXTENSION
Yes2379816Unicode conversion dump related to KONV
TIP: Please run report: ROIL_CDS_EXTENSION
Yes2172384J1INCHLN and J1INCHLC: Multiple section legal changeNo2364845Migration: E543(FINS_RECON) in RC3No

Notes to be applied on top of Feature Package Stack 00 (only relevant for customers using SEM-BCS)

2352766Enhancement of MDF metadata for S/4 1610No2367523Enhancement of the SEM-BCS data model for S/4 HANA OPNo


Notes to be applied on top of Feature Package Stack 00 (only relevant for customers using IS-RETAIL)

2224330Parameter list of append search help "WRF_BETR_WHSH_APPEND" differs from appending oneYes


Your system installation is complete. Congratulations !!!

Please find other blog as below:
New Installation of S/4HANA 1610FPS0 – Part 1 – media download using Maintenance Planner
New Installation of S/4HANA 1610FPS0 – Part 3 – Best Practices Content Activation

Mahesh Sardesai
Product Expert - S/4HANA RIG (Regional Implementation Group)

mahesh_sardesai_26-1710094283191.png

mahesh_sardesai_25-1710094283186.jpeg

mahesh_sardesai_24-1710094283185.png

mahesh_sardesai_23-1710094283184.png

mahesh_sardesai_22-1710094283183.png

mahesh_sardesai_21-1710094283181.png

mahesh_sardesai_20-1710094283179.png

mahesh_sardesai_19-1710094283174.jpeg

mahesh_sardesai_18-1710094283173.png

mahesh_sardesai_17-1710094283172.png

mahesh_sardesai_16-1710094283170.png

mahesh_sardesai_15-1710094283169.png

mahesh_sardesai_14-1710094283169.png

mahesh_sardesai_13-1710094283168.png

mahesh_sardesai_12-1710094283168.jpeg

mahesh_sardesai_11-1710094283167.png

mahesh_sardesai_10-1710094283165.jpeg

mahesh_sardesai_8-1710094283162.png

mahesh_sardesai_2-1710094283154.png

mahesh_sardesai_0-1710094283123.png

80 Comments
Former Member
0 Kudos
 

Hello


 We are still facing the error with file KSNW751SR0SP00.SAP / RSNW751SR0SP00.SAP even in later phase of installation.


We solve the first error by creating soft link in SWPM unpacked folder /SWPM/NOTES/  by


ln -s /hana/shared/Install_Hana_S/SWPM/NOTES/RSNW750SR0.SAP RSNW751SR0SP00.SAP and ln -s /hana/shared/Install_Hana_S/SWPM/NOTES/KSNW750SR0.SAP KSNW751SR0SP00.SAP


Error message comes in phase Import SPAM update again.


We are using the latest version of SWPM as suggested by SAP but the error is not solved here.


Operating system


SUSE Linux Enterprise Server 12 (x86_64)VERSION = 12PATCHLEVEL = 2


DB: SAP HANA DB Platform 2.0


kernel: 7.49 Unicode


package for Install Netweaver 7.51 AS ABAP 7.51 FOR S/4HANA 1610


Media used:









SWPM10SP19_4-20009701.SAR

SWPM 1.0 SP19 for NW higher than 7.0x - newest versionof SWPM

mauricio_ramrezcuevas
Participant
0 Kudos
Hello Patrik,

Did you solve this situation?

I'm not able to get the correct files: KSNW751SR0SP00 and RSNW751SR0SP00

They are not into NOTES directory of SWPM10SP19_4.

Thank you
mauricio_ramrezcuevas
Participant
0 Kudos
Hello Mahesh,

First of all, excellent job!!

Have you an idea about this issue: No such file '/SWPM19_4/NOTES/KSNW751SR0SP00.SAP')?

The data and cofile files do not exist in folder NOTES, I've check a few previous SWPM versions and I'm not able to find them.

They are used in the "SPAM update" phase,

Thank you
Former Member
0 Kudos

Same problem! I cannot find the transport request in th SWPM Media! @mahesh.sardesai can you please help us.

 

Best regards.

mauricio_ramrezcuevas
Participant
0 Kudos
Hello,

Running SWPM without XML file could be an option, there are not the steps TMS, SPAM/SAINT update, Start SUM, etc and it looks like in this way that files are not needed.

I will let you know the result.

Regards
Former Member
0 Kudos
Hi,

I am also facing same issue during BW4HANA PAS installation with SWPM 19, can you please share if you have solution for this issue. No such file '/usr/sap/trans/SWPM/NOTES/KSNW750SR0SP04.SAP'.

Regards,

Madhu
Former Member
0 Kudos
Hi guys

My solution was to start the SWPM from the beginning (new run) and in the step Configuring Transport management for Single System I chose NO ABAP TMS Configuration during installation.

That caused that in my first attempt for installation with SWPM contained 36 phases. In my second attempt SWPM contained 30 phases.

Also in my second attempt when I chose NO ABAP TMS Configuration during installation there was no step for choosing SPAM update. SPAM update was left out.

So for me the solution was to avoid or not allow the TMS configuration and SPAM update.

I think you can do it later with SUM. I hope so...
Former Member
0 Kudos
Hi,

Issue is fixed for me with selecting option "No ABAP TMS Configuration during Installation" for TMS configuration.

Regards,

Madhu
Former Member
0 Kudos
Confirmed! You can use the SWPM with XML option, you can save some time configuring SWPM. You have to select  “No ABAP TMS Configuration during Installation”, SWPM won't ask for that file. You can configure TMS, Import SPAM Update and Configure SUM later.

Regards,

 

Michael
Former Member
0 Kudos
Hi guys

Just one question.

What clients do you have as default after new installation of S/4 HANA system?

I can see only client 000.

Shouldn't it be standard SAP clients after installation 000, 001, 066?

 
Former Member
001 and 066 are only for Business Suite Installations, in S4HANA client 000 is only installed.

 

regards,

 

Michael
Former Member
0 Kudos
Hi,

 

Getting error Checks after phase MAIN_TRANSEXEC/STARTSAP_TRACT were negative!

Last error code set:
Process /usr/sap/S4H/D00/exe/sapcontrol exited with 2, see
'/usr/sap/S4H/SUM/abap/log/SAPup.ECO' for details
System start failed
Trouble Ticket Generation
A trouble ticket and an archive with all relevant log files have been generated.
Trouble ticket: "/usr/sap/S4H/SUM/abap/log/SAPup_troubleticket.log"
Log archive: "/usr/sap/S4H/SUM/abap/log/SAPup_troubleticket_logs.sar"
Repeat phase MAIN_TRANSEXEC/STARTSAP_TRACT to continue at the point it stopped
Initialize phase MAIN_TRANSEXEC/STARTSAP_TRACT to restart it from the beginning

 

###########

SAPup> Starting subprocess with PID 24249 in phase 'STARTSAP_TRACT' at 20170418193035
ENV: DIR_LIBRARY=/usr/sap/S4H/D00/exe
ENV: LD_LIBRARY_PATH=/usr/sap/S4H/D00/exe:/usr/sap/S4H/SYS/exe/run:/usr/sap/S4H/SYS/exe/uc/linuxx86_64:/usr/sap/S4H/hdbclient
ENV: PATH=/usr/sap/S4H/D00/exe:/home/s4hadm/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/bin/X11:/usr/games:/usr/sap/S4H/SYS/exe/uc/linuxx86_64:/usr/sap/S4H/SYS/exe/run:/home/s4hadm:.:/usr/sap/S4H/hdbclient
ENV: RSEC_SSFS_DATAPATH=/usr/sap/S4H/SYS/global/security/rsecssfs/data
ENV: RSEC_SSFS_KEYPATH=/usr/sap/S4H/SYS/global/security/rsecssfs/key
ENV: SAPSYSTEMNAME=S4H
ENV: dbms_type=HDB
*DBENV: dbs_hdb_schema=SAPABAP1
ENV: rsdb_ssfs_connect=0
*DBENV: (auth_shadow_upgrade)
PWD: /usr/sap/S4H/SUM/abap/tmp

EXECUTING /usr/sap/S4H/D00/exe/sapcontrol -prot NI_HTTP -host dbtwohana -nr 00 -function StartWait 300 10

18.04.2017 19:30:35
Start
OK

18.04.2017 19:30:45
StartWait
FAIL: process enserver EnqueueServer not running
SAPup> Process with PID 24249 terminated with status 2 at 20170418193045!
SAPup> Starting subprocess with PID 24562 in phase 'STARTSAP_TRACT' at 20170418193045
ENV: DIR_LIBRARY=/usr/sap/S4H/D00/exe
ENV: LD_LIBRARY_PATH=/usr/sap/S4H/D00/exe:/usr/sap/S4H/SYS/exe/run:/usr/sap/S4H/SYS/exe/uc/linuxx86_64:/usr/sap/S4H/hdbclient
ENV: PATH=/usr/sap/S4H/D00/exe:/home/s4hadm/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/bin/X11:/usr/games:/usr/sap/S4H/SYS/exe/uc/linuxx86_64:/usr/sap/S4H/SYS/exe/run:/home/s4hadm:.:/usr/sap/S4H/hdbclient
ENV: RSEC_SSFS_DATAPATH=/usr/sap/S4H/SYS/global/security/rsecssfs/data
ENV: RSEC_SSFS_KEYPATH=/usr/sap/S4H/SYS/global/security/rsecssfs/key
ENV: SAPSYSTEMNAME=S4H
ENV: dbms_type=HDB
*DBENV: dbs_hdb_schema=SAPABAP1
ENV: rsdb_ssfs_connect=0
*DBENV: (auth_shadow_upgrade)
PWD: /usr/sap/S4H/SUM/abap/tmp

EXECUTING /usr/sap/S4H/D00/exe/sapcontrol -format script -prot NI_HTTP -host dbtwohana -nr 00 -function GetProcessList

18.04.2017 19:30:45
GetProcessList
OK
0 name: msg_server
0 description: MessageServer
0 dispstatus: GREEN
0 textstatus: Running
0 starttime: 2017 04 18 19:24:48
0 elapsedtime: 0:05:57
0 pid: 19822
1 name: enserver
1 description: EnqueueServer
1 dispstatus: GRAY
1 textstatus: Stopped
1 starttime:
1 elapsedtime:
1 pid: 19823
2 name: disp+work
2 description: Dispatcher
2 dispstatus: GRAY
2 textstatus: Stopped
2 starttime:
2 elapsedtime:
2 pid: 19824

 

Regards,

Binosh
0 Kudos
Hi Binosh,

Got the same error, did you resolve it?
Former Member
0 Kudos
Hi Shashikant,

 

Not yet, if you found any solution pls share.

 

Regards,

Binosh
Hi Binosh,

SUM tool misunderstood my server as HA and created ERS parameter in the temp instance profile which it uses during sum upgrade, so I have replaced the temporary instance profile by the old instance profile and restarted the server and repeated the phase in SUM which worked for me.

Regards

Shashikant
Former Member
0 Kudos
Hi Shashikant,

Thanks for the update, now i'm getting below error:

 






Severe error(s) occurred in phase MAIN_TRANSEXEC/SUBMOD_UPSTAT/TR_PATCH_STATUS_UPGRADE!
Last error code set:
RFC system S4H nr 00 function 'SPAM_SET_STATUS'
RFC failed with code 4 key :
Incompatible Call Rejected, see note 2295840; Called Incompatible Function
:SPAM_SET_STATUS; Caller Programm :SAPup; Caller Dest. :dbtwohana


************

This trouble ticket was created by SAPup on 20170425141213
-------------------------------------------------------------
SAPup broke during phase SUBMOD_UPSTAT/TR_PATCH_STATUS_UPGRADE in module MAIN_TRANSEXEC / Downtime for transport mode
Error Message: Last error code set:
RFC system S4H nr 00 function 'SPAM_SET_STATUS'
RFC failed with code 4 key :
Incompatible Call Rejected, see note 2295840; Called Incompatible Function
:SPAM_SET_STATUS; Caller Programm :SAPup; Caller Dest. :dbtwohana

-------------------------------------------------------------
-------------------------------------------------------------
Summary of SAPup:
-------------------------------------------------------------
SAPup Release: lmt_005
SAPup Version: SAPup release lmt_005 version 53.000
Start Release: 751
Target Release: 751
-------------------------------------------------------------
Summary of host system details:
-------------------------------------------------------------
SID: S4H
Host: dbtwohana
MS Host: dbtwohana
GW Host: dbtwohana
Start Path: /usr/sap/S4H/D00/exe
Kernel Path: /usr/sap/S4H/D00/exe
-------------------------------------------------------------
Summary of operating system details:
-------------------------------------------------------------
OS Type: Linux X86_64
OS Version: 2.22
-------------------------------------------------------------
Summary of database details:
-------------------------------------------------------------
Database Type: hdb
Database Version: 1.00.122.06.1485334242
-------------------------------------------------------------
Summary of RFC details:
-------------------------------------------------------------
Host: dbtwohana
GW Host: dbtwohana
Client: 000
Destination: S4H
Language: E
System No.: 00
-------------------------------------------------------------
-------------------------------------------------------------


Regards,

Binosh






 
mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi,
Sorry, this is a known bug which has been corrected in SWPM SP19_PL5

 

  • Mahesh

mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
0 Kudos
please see below

 
mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
0 Kudos
 

Hi,
Sorry, this is a known bug which has been corrected in SWPM SP19_PL5

 

  • Mahesh

mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi,
Sorry, this is a known bug which has been corrected in SWPM SP19_PL5

 

  • Mahesh


 
mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi,
Sorry, this is a known bug which has been corrected in SWPM SP19_PL5

 

  • Mahesh


 
mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
0 Kudos
Yes you can do SUM after base install using sapinst and as a separate run with SUM only.
mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
0 Kudos
Thanks Michael for answering. As per admin guide 001 and 066 are no more created in S/4HANA.
dnguyen_31
Participant
Great blog Mahesh! After successfully completed the installation. I tried to logon as SAP* with PASS, but it did not take it and now is locked due to too many attempts. Any suggestion? Thanks
mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
0 Kudos
Try resetting password of sap* as per well known procedure

Set login/no_automatic_user_sapstar = 0 and restart
Run SQL command - delete erp.USR02 where BNAME='SAP*' and MANDT='000‘
dnguyen_31
Participant
Thank you Mahesh!
Former Member
0 Kudos
Dears

I have one question :

I must to delete just these entries in the xml file: SAP_UI 751: SP 0001 and  Prepackage@Takt: SAP_GWFND 751: SP 0001? 

Or all the entries because for SAP_UI an SAP_GWFND are  SP001 , SP002 ,, SP003

 

I hope your help

 

Thanks a lot
kash-yap
Explorer
Hi Mahesh,

while installing S4HANA 1709 PAS, the job create_cds_views is taking too long.. it was stuck for more than 6 hours when I decided to cancel it. It's running report rutddlscreate with SWPM varient.

Is that a known bug or something? I am using the latest SWPM (21) on SUSE Linux.

 

thanks,

Ravi
mahesh_sardesai
Product and Topic Expert
Product and Topic Expert
Hi Ravi,

 

Yes the job takes a very long time as shown in Phase start times. If other steps have taken more time you get an idea that it may take longer.

if you still have issue, this requires detailed investigation, please open OSS message.
former_member214380
Participant
0 Kudos
Hello Hesham,

it's been a long time since your post but I was stumbling over the same issue. For the three SAPAPO tables there is a quite simple solution: Create an copy exception for them.

You will find more information here:

1946003 - Client copy completed with Dictionary error(DDIC Error) --> leading to: 2071826 - Client copy for integrated SAP HANA liveCache

The SNOTE states "For the tables /SAPAPO/ORDKEY, /SAPAPO/ORDMAP, /SAPAPO/STOCKANC, MATRIXINDEXTAB, MMRP_DATEVECS, RPM_PERF_DATA, and RPM_PLAN_FILE, an exception must be defined for a client copy."

Regards

Daniel