From 128239c8ba2f39f88fcbff6c5a23e0d2b45a7968 Mon Sep 17 00:00:00 2001 From: Rob Dobozy Date: Thu, 20 Jun 2024 14:05:24 +0100 Subject: [PATCH 1/2] Set DDIC password in SWPM if sap_swpm_ddic_000_password is defined. --- roles/sap_swpm/templates/configfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sap_swpm/templates/configfile.j2 b/roles/sap_swpm/templates/configfile.j2 index 48765b1b5..bccc7ba1f 100644 --- a/roles/sap_swpm/templates/configfile.j2 +++ b/roles/sap_swpm/templates/configfile.j2 @@ -256,7 +256,7 @@ HDB_Userstore.useABAPSSFS = false # NW_HDB_DBClient.clientPathStrategy = LOCAL {% endif %} -{% if 'credentials_syscopy' in sap_swpm_inifile_list %} +{% if sap_swpm_ddic_000_password is defined %} ###### # credentials_syscopy ###### From 2dd19065d82348b0b49b70c8412d1fa968121a07 Mon Sep 17 00:00:00 2001 From: Rob Dobozy Date: Thu, 20 Jun 2024 14:25:25 +0100 Subject: [PATCH 2/2] Set DDIC password in SWPM if sap_swpm_ddic_000_password is defined --- roles/sap_swpm/templates/configfile.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/sap_swpm/templates/configfile.j2 b/roles/sap_swpm/templates/configfile.j2 index bccc7ba1f..00fbab31d 100644 --- a/roles/sap_swpm/templates/configfile.j2 +++ b/roles/sap_swpm/templates/configfile.j2 @@ -257,9 +257,6 @@ HDB_Userstore.useABAPSSFS = false {% endif %} {% if sap_swpm_ddic_000_password is defined %} -###### -# credentials_syscopy -###### # Are the passwords for the DDIC users different from the default value? NW_DDIC_Password.needDDICPasswords = true NW_DDIC_Password.ddic000Password = {{ sap_swpm_ddic_000_password }}