Dependent Object Errors

In the Web services API, these errors are DependentObjectFault SOAP faults. They are related to dependent objects of the object being processed. For example, an operation on a schedule might fail because of the current state of a source.

EQA-16000: The dependent object dependentObjectName referenced in object with type universalType was not found.
Cause: A universal administrative object referenced another object that did not exist, such as a resultList with rendering attributes that were not created previously.
Action: Create the dependent object first.
EQA-16001: The dependent object dependentObjectName referenced in object with key objectKey and type creatableType was not found.
Cause: A creatable administrative object referenced another object that did not exist, such as a schedule with an assigned source that was not created previously.
Action: Create the dependent object first.
EQA-16002: A duplicate dependent object dependentObjectName was found in object with type universalType.
Cause: A universal administrative object referenced a list of dependent objects that contained duplicates, such as a resultList that listed the same rendering attributes twice.
Action: Remove the duplicates in the dependent object list.
EQA-16003: A duplicate dependent object dependentObjectName was found in object with key objectKey and type creatableType.
Cause: A creatable administrative object referenced a list of dependent objects that contained duplicates, such as a schedule that listed the same assigned source twice.
Action: Remove the duplicates in the dependent object list.
EQA-16004: The dependent object dependentObjectName referenced in object with type universalType is in use.
Cause: A universal administrative object referenced a dependent object that was already being referenced. Only one object can reference the dependent object.
Action: Remove the reference to the dependent object from the other administrative object. For example, remove the rendering attribute from the other resultList.
EQA-16005: The dependent object dependentObjectName referenced in object with key objectKey and type creatableType is in use.
Cause: A creatable administrative object referenced a dependent object that was already being referenced. For example, a schedule cannot be created with an assigned source that is already assigned to another schedule. Only one object can reference the dependent object.
Action: Remove the reference to the dependent object from the other administrative object. For example, remove the assigned source from the other schedule.
EQA-16006: The object with type universalType is in use by dependent object dependentObjectName.
Cause: The universal administrative object was in use by a dependent object.
Action: Eliminate the dependency before attempting this operation again.
EQA-16007: The object with key objectKey and type creatableType is in use by dependent object dependentObjectName.
Cause: The creatable administrative object was in use by the dependent object. For example, a search attribute cannot be deleted while a source attribute mapping is using it.
Action: Eliminate the dependency. For example, first remove the source with the attribute mapping or remove the attribute mapping from the source, then delete the search attribute.
EQA-16008: The dependent object dependentObjectName referenced in object with type universalType was found but is not valid for this object.
Cause: A universal administrative object referenced a dependent object that was invalid for this reference, such as a Date attribute where only String attributes are valid.
Action: Reference a dependent object with valid characteristics. You may modify the characteristics of the specified dependent object or reference a different dependent object.
EQA-16009: The dependent object dependentObjectName referenced in object with key objectKey and type creatableType was found but is not valid for this object.
Cause: A creatable administrative object referenced a dependent object that was invalid for this reference, such as a Date attribute where only String attributes are valid.
Action: Reference a dependent object with valid characteristics. You may modify the characteristics of the specified dependent object or reference a different dependent object.
EQA-16010: Operation operationName cannot be performed on object with type universalType because of the state of a dependent object with type dependentObjectType.
Cause: The universal administrative object depends on an object that was in an invalid state for the operation.
Action: Correct the state of the dependent object.
EQA-16011: Operation operationName cannot be performed on object with key objectKey and type creatableType because of the state of a dependent object with type dependentObjectType.
Cause: The creatable administrative object depends on an object that was in an invalid state for the operation. For example, a source cannot be deleted while assigned to a schedule that is executing.
Action: Correct the state of the dependent object.
EQA-16012: The property propertyName for object with type universalType must contain the following dependent objects: dependentObjectName1, dependentObjectName2 . . . .
Cause: A property in the universal administrative object did not contain the required dependent objects.
Action: Modify the property to contain the listed dependent objects.
EQA-16013: The property propertyName for object with key objectKey and type creatableType must contain the following dependent objects: dependentObjectName1, dependentNameObject2 . . . .
Cause: A property in the creatable administrative object did not contain the required dependent objects, such as the mandatory attribute names for a federated source.
Action: Modify the property to contain the listed dependent objects.
EQA-16014: The property propertyName for object with type universalType requires a dependent object with type dependentObjectType to be active.
Cause: A dependent object was not active, as required by the universal administrative object.
Action: Activate an appropriate dependent object with the specified type.
EQA-16015: The property propertyName for object with key objectKey and type creatableType requires a dependent object with type dependentObjectType to be active.
Cause: A dependent object was not active, as required by the creatable administrative object. For example, an active identity plug-in is needed for using a source-level ACL policy in a source.
Action: Activate an appropriate dependent object with the specified type.
EQA-16016: The dependent object dependentObjectName referenced in object with type universalType was not found as specified. The specified value specifiedValue for property propertyName differs from the actual value actualValue.
Cause: A universal administrative object referenced the properties of a dependent object, but the specified values did not match the actual values. For example, the data type of a search attribute might be specified incorrectly.
Action: Correct the specification of the dependent object.
EQA-16017: The dependent object dependentObjectName referenced in object with key objectKey and type objectType was not found as specified. The specified value specifiedValue for property propertyName differs from the actual value actualValue.
Cause: A creatable administrative object referenced the properties of a dependent object, but the specified values did not match the actual values. For example, the data type of a search attribute might be specified incorrectly.
Action: Correct the specification of the dependent object.
EQA-16019: Usage of the value propertyValue for property propertyName requires that the parent object with key objectKey and type creatableType has not been crawled.
Cause: The source description contained a property value that cannot be used after the source has been crawled.
Action: Either delete and re-create the source with this property value, or specify a different value for the property.
EQA-16020: The operation operationName for object with type universalType requires a dependent object with type dependentObjectType to be active.
Cause: A dependent object was not active, as required for the operation on the specified universal administrative object.
Action: Activate the specified dependent object.
EQA-16021: The operation operationName for object with key objectKey and type creatableType requires a dependent object with type dependentObjectType to be active.
Cause: A dependent object was not active, as required for the operation on the specified creatable administrative object. For example, an identity plug-in must be active when exporting a source that uses source-level ACL and access control entries.
Action: Activate the specified dependent object.