This content has been marked as final.
Show 2 replies
-
1. Re: integer enumerated property - setPropertyValueByName illegal value
Bill RobinsonSep 11, 2019 6:47 AM (in response to Szymon Zycinski)
seems to work fine:
blapp894# blcli_execute Server setPropertyValueByName red7-894.example.com Urgency 2000
com.bladelogic.om.infra.model.server.ServerImpl@2e468bd2
blapp894# blcli_execute Server setPropertyValueByName red7-894.example.com Urgency "2000"
com.bladelogic.om.infra.model.server.ServerImpl@2e468bd2
blapp894# FOO=3000
blapp894# blcli_execute Server setPropertyValueByName red7-894.example.com Urgency "$FOO"
com.bladelogic.om.infra.model.server.ServerImpl@2e468bd2
how are you setting the value for the Urgency variable ? reading it from a file ?
-
2. Re: integer enumerated property - setPropertyValueByName illegal value
Szymon Zycinski Sep 11, 2019 7:06 AM (in response to Bill Robinson)For me also works now. Just a second ago I noticed that I used variable naming convention used in TSSA (captial and non capital letters). I think I can remove that thread.