You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to be more precise
SAPHanaFilter is already declared
declare -u SAPHanaFilter='ra-act-dec-lpa'
use here instead of specifying same string again
ATTR_NAME_HANA_FILTER=("hana_${sid}glob_filter" "props" "ra-act-dec-lpa")
-->
ATTR_NAME_HANA_FILTER=("hana${sid}_glob_filter" "props" "${SAPHanaFilter}")
currently the filter values 'ra-act-dec-lpa' are defined 2times .. the first declaration has no meaning .. if you want to change the default filter you have to change it in the second occurence
SAPHanaSR/ra/SAPHanaTopology
Line 512 in 03db1cd
SAPHanaSR/ra/SAPHanaTopology
Lines 518 to 520 in 03db1cd
declare -u SAPHanaFilter='ra-act-dec-lpa'
The text was updated successfully, but these errors were encountered: