White Papers

Version 1.3.0 47
Table 40 SetAttribute() Method: Standard Messages
564
MessageID (OUT parameter)
Message
MessageArguments[]
BIOS001
The command was successful
BIOS002
Resource allocation failure
BIOS003
Missing required parameter
BIOS004
Invalid parameter value for
<parameter name>
Parameter
BIOS005
Mismatch in AttributeName and
AttributeValue count
BIOS006
Configuration job already created,
cannot set attribute on specified
target until existing job is completed
or is cancelled
BIOS007
Configuration job already created,
cannot create another config job on
specified target until existing job is
completed or is cancelled
BIOS008
No pending data is present to create
a Configuration job
BIOS009
System Services is currently in use,
cannot create Configuration job
BIOS010
System Services is disabled, cannot
create Configuration job
BIOS011
Configuration job already created,
pending data cannot be deleted
BIOS012
No pending data present to delete
BIOS013
Invalid AttributeName %s
Attribute Name
BIOS014
Invalid AttributeValue for
AttributeName %s
Attribute Name
BIOS015
AttributeValue cannot be changed for
ReadOnly AttributeName %s
Attribute Name
BIOS016
AttributeValue cannot be changed for
Disabled AttributeName %s
Attribute Name
BIOS017
Unable to delete vFlash pending one-
time boot configuration
LC062
An instance of Export or Import
System Configuration is already
running.
565
8.2 DCIM_BIOSService.SetAttributes()
566
The SetAttributes( ) method is used to set or change the values of a group of attributes.
567
Invoking the SetAttributes() method shall change the values of the attribute’s CurrentValue or
568
PendingValue properties that correspond to the names specified by the AttributeName parameter and the
569
values specified by the AttributeValue parameter if the respective attribute’s IsReadOnly property is
570
FALSE. Invoking this method when the respective attribute’s IsReadOnly property is TRUE shall result in
571
no change to the corresponding value of the attribute’s CurrentValue property.
572