The required 'attribute_name' attribute is not set in the 'control_name'.
Explanation
An attribute required in the control object was not specified.
An example is a search(dataobject) call to a Repository SPI that does not have the expression property specified.
The expression property is required to process the request.
Programmer response
Add the property to the control object before making the call.