Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
sap_swpm: fix ibmdb2 unicode enforce
By default
#NW_getUnicode.isUnicode =
exists in inifile.params output, and defaults to true. In certain IBM Db2 executions, the automatic detection does not work and requiresNW_getUnicode.isUnicode = true
contained in the inifile.params. This value should already be true except for legacy NUC install files, which are no longer provided by SAP, therefore appending this into the default inifile block for IBM Db2 installations.sap_swpm: improve var handling for advanced exec
When executing advanced or inifile reuse, variable detection can fail. Added improved handling and consistent output (i.e. header of inifile.params).
sap_swpm: improve vars for System Copy and Export activities
For future, appended System Copy and Export variables to Jinja template as reference, and fixed DDIC password parameter which was in the incorrect section and could lead to SAP ECC Installation Export file failure to import to the target SAP AnyDB.
sap_swpm: fix IBM Db2 incorrect var population
Database Schema and Database Connect User for ABAP is default
sap<sapsid>
but previous code incorrectly usedsap<anydbsid>
.