Invalid State Errors

In the Web services API, these errors are InvalidStateFault SOAP faults. They are caused by the current state of the object, such as failing to delete a schedule because it is currently executing.

EQA-13000: Operation operationName cannot be performed on an object with type objectType in state objectStatus.
Cause: An operation was specified that could not be performed on the object while it was in its current state.
Action: Correct the state of the object before proceeding.
EQA-13001: The object with key objectKey and type creatableType is already active.
Cause: The activate operation was attempted on a creatable object that was already active.
Action: None. The object is already active.
EQA-13002: The object with type universalType is already active.
Cause: The activate operation was attempted on a universal object that was already active.
Action: None. The object is already active.
EQA-13003: The object with key objectKey and type creatableType is already inactive.
Cause: The deactivate operation was attempted on a creatable object that was already inactive.
Action: None. The object is already inactive.
EQA-13004: The object with type universalType is already inactive.
Cause: The deactivate operation was attempted on a universal object that was already inactive.
Action: None. The object is already inactive.
EQA-13005: The object with key objectKey and type creatableType cannot be activated because another object with the same type is already active.
Cause: The activate operation was attempted on a creatable object, but another object of the same type was already active. Only one object of this type can be active at a time, such as an identity plug-in.
Action: Deactivate the other object of this type, then try again.
EQA-13006: The object with key objectKey and type creatableType is already starting.
Cause: The start operation was attempted on a creatable object that was already starting.
Action: To restart the object, first stop it or wait for it to stop.
EQA-13007: The object with type universalType is already starting.
Cause: The start operation was attempted on a universal object that was already starting.
Action: To restart the object, first stop it or wait for it to stop.
EQA-13008: The object with key objectKey and type creatableType is already stopping.
Cause: The stop operation was attempted on a creatable object that was already stopping.
Action: None. Wait for it to stop.
EQA-13009: The object with type universalType is already stopping.
Cause: The stop operation was attempted on a universal object that was already stopping.
Action: None. Wait for it to stop.