HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
189 stars 92 forks source link

iLO.2.4.PropertyNotWritableOrUnknown #84

Closed hassan-ayo closed 4 years ago

hassan-ayo commented 4 years ago

Hi All ,

the add_user_account.py from redfish folder works fine on the most iLO5 , but some of them return the message bellow without creating the account : [ { "MessageArgs": [ "RoleId" ], "MessageId": "iLO.2.4.PropertyNotWritableOrUnknown" } ]

Process finished with exit code 0

Yergidy commented 4 years ago

This is due to the same issue with running the redfish example on iLO 4, the RoleId wasn't available in earlier iLO versions. We are fixing the example so it works across all versions, but in the meantime the same fix can be found in issue #76

hassan-ayo commented 4 years ago

Roger that Thank you for your feed back

rajeevkallur commented 4 years ago

Fixed