# 2482103 - Installation with SWPM in unattended mode using parameter input file fails # 2393060 - SAPinst Framework 749 Central Note ######################################################################################################################################################################################################## # # # Installation service 'SAP S/4HANA Server 2021 > SAP HANA Database > Installation > Application Server ABAP # # > Distributed System > ASCS Instance', product id 'NW_ABAP_ASCS:S4HANA2021.CORE.HDB.ABAP' # # > Distributed System > Database Instance', product id 'NW_ABAP_DB:S4HANA2021.CORE.HDB.ABAP' # # > Distributed System > Primary Application Server Instance', product id 'NW_ABAP_CI:S4HANA2021.CORE.HDB.ABAP' # # > Additional SAP System Instances > Additional Application Server Instance', product id 'NW_DI:S4HANA2021.CORE.HDB.PD' # # Generic Options > SAP HANA Database > Preparations > Operating System Users and Groups', product id 'NW_Users_Create:GENERIC.HDB.PD' # ######################################################################################################################################################################################################## NW_Delete_Sapinst_Users.removeUsers = true # Specify whether you are preparing for an SAP sytem based on AS ABAP. NW_Users_Create.dbsid = {{ db_sid | upper }} NW_Users_Create.hasABAP = true NW_Users_Create.sid = {{ sap_sid | upper }} # Specify whether database users are to be installed. NW_Users_Create.installDBUsers = false nwUsers.dbtype = ind nwUsers.sapadmUID = {{ sapadm_uid }} nwUsers.sapsysGID = {{ sapsys_gid }} nwUsers.sidAdmUID = {{ sidadm_uid }} nwUsers.sidadmPassword = {{ main_password }} hostAgent.sapAdmPassword = {{ main_password }}