White Papers

Version 1.3.0 57
Qualifiers
Name
Type
Description/Values
OUT
MessageID
String
Error MessageID is returned If the method
fails to execute.
OUT
Message
String
Error Message in English corresponding to
MessageID is returned If the method fails to
execute.
OUT
MessageArguments[]
String
Substitution variables for dynamic error
messages
816
8.15 DCIM_RAIDService.SetAttribute()
817
The SetAttribute( ) method is used to set or change the value of a RAID attribute.
818
Invoking the SetAttribute( ) method shall change the value of the attribute’s CurrentValue or attribute’s
819
PendingValue property to the value specified by the AttributeValue parameter if the attribute’s
820
IsReadOnly property is FALSE. Invoking this method when the attribute’s IsReadOnly property is TRUE
821
shall result in no change to the value of the attribute’s CurrentValue property. The results of changing this
822
value are described with the SetResult parameter.
823
824
NOTE: Invoking the SetAttribute() method multiple times can result in the earlier requests being
825
overwritten or lost.
826
Table 68 DCIM_RAIDService.SetAttribute( ) Method: Return Code Values
827
Value
Description
0
Completed with no error
2
Error occurred
Implementation of standard messages is optional. Standard messages defined for this method are
828
described in Table 69.
829
Table 69 DCIM_RAIDService.SetAttribute( ) Method: Standard Messages
830
MessageID(OUT
parameter)
Message
STOR006
General failure
STOR007
Resource Allocation Failure
STOR039
Mismatch in AttributeName and AttributeValue count
STOR037
Missing required parameter <Parameter Name>
STOR038
Invalid parameter value for <Parameter Name>
STOR040
Invalid Attribute Name <Attribute Name>
STOR041
Invalid Attribute Value for Attribute Name <Attribute Name>
STOR042
Unsupported Attribute Value for Attribute Name <Attribute Name>
STOR047
AttributeValue cannot be changed for ReadOnly Attribute Name <Attribute
Name>
LC062
An instance of Export or Import System Configuration is already running.