White Papers

Version 1.2.0 29
Table 23SetAttribute() Method: Standard Messages 460
MessageID (OUT parameter) Message MessageArguments[]
SYS001 The command was succesful
SYS002 The command failed
SYS003 Missing parameter(s) <parameter> AttributeName/AttributeValue
SYS004
Invalid parameter value for
<parameter>
AttributeName/AttributeValue
SYS005
AttributeName and AttributeValue
count mismatch
SYS006
Cannot set ReadOnly AttributeName
<parameter>
AttributeName
SYS007 Input out of range for <parameter> AttributeName
SYS008
Invalid boolean in AttributeValue for
AttributeName <parameter>
AttributeName
SYS009
String exceeds maximum length for
AttributeName <parameter>
AttributeName
SYS010
Invalid character in AttributeValue for
AttributeName <parameter> AttributeName
SYS011
Configuration is already committed,
cannot set the configuration
SYS012
User is not authorized to perform this
operation
SYS013 Invalid AttributeName <parameter> AttributeName
SYS014
Invalid AttributeValue for
AttributeName <parameter>
AttributeName
SYS015 Job created
SYS016 Job completed with errors
SYS017 Job failed
SYS018 Job completed
SYS019
Required dependancy input not
found
SYS020 Invalid Required Attribute value
SYS023 No pending configurations
SYS024 Attribute dependency failed
461
8.2 DCIM_SystemManagementService.SetAttributes() 462
The SetAttributes( ) method is used to set or change the values of a group of attributes. 463
Invocation of the SetAttributes() method shall change the values of the attribute’s CurrentValue or 464
PendingValue properties that correspond to the names specified by the AttributeName parameter and the 465
values specified by the AttributeValue parameter if the respective attribute’s IsReadOnly property is 466
FALSE. . If this method is invoked when the attribute’s IsReadOnly property is TRUE, it shall result in no 467
change to the value of the attribute’s CurrentValue property. 468
Return code values for the SetAttributes() method are specified in Table 24, and parameters are 469
specified in Table 25. 470