Invalid Input Errors

In the Web services API, these errors are InvalidInputFault SOAP faults. They are general input errors.

EQA-10000: An object type must be specified for operation operationName.
Cause: The operation did not contain an object type.
Action: Specify an object type.
EQA-10001: The operation operationName is not supported for object type objectType.
Cause: An invalid operation was specified for the object type.
Action: Use a valid operation, such as export instead of exportAll.
EQA-10002: The value inputValue is not a supported object type.
Cause: The operation specified an object type that is not supported by the Administration API.
Action: Verify that you entered the object type correctly.
EQA-10003: An object key must be specified for operation operationName.
Cause: The operation did not include an object key.
Action: Include the object key for a creatable object.
EQA-10004: Invalid object key objectKey. Specify keyName1, keyName2 . . . .
Cause: An invalid or incomplete object key was specified.
Action: Specify the required key names and values.
EQA-10006: Specify at least one object key for operation operationName.
Cause: The operation required a list of object keys representing the objects to process, but no object keys were specified.
Action: Specify at least one object key.
EQA-10007: The input XML must be specified for operation operationName.
Cause: The operation did not include the input XML.
Action: Specify the input XML.
EQA-10008: An unexpected error occurred while reading the input XML.
Cause: An unexpected error occurred while reading the XML.
Action: Inspect the underlying exception message, the log files, or both.
EQA-10009: The input XML is not a valid XML document.
Cause: The input XML was not a well-formed XML document.
Action: Inspect the underlying exception message and correct the syntax errors in the input XML.
EQA-10010: The input XML does not conform to the XML schema.
Cause: The input XML did not conform to the XML schema.
Action: Inspect the underlying exception message and correct the input XML to conform to the schema.
EQA-10011: The object with type universalType was not found in the input XML.
Cause: The input XML did not contain the specified object type.
Action: Ensure that the input XML contains an object description for the universal type specified in the operation.
EQA-10012: The object with key objectKey and type creatableType was not found in the input XML.
Cause: The input XML did not contain the specified creatable object.
Action: Ensure that the input XML contains an object description for the creatable object specified in the operation.
EQA-10015: The duplicate method duplicateMethod is not supported for object type objectType.
Cause: A duplicate method was specified that is not supported for this object type.
Action: Specify a different duplicate method, or omit the duplicate method to use the default.
EQA-10016: The value inputValue is not a supported duplicate method.
Cause: A duplicate method was specified that is not supported for any object type.
Action: Specify a supported duplicate method, or omit the duplicate method to use the default.
EQA-10017: The update method must be specified for operation operationName.
Cause: The operation did not contain an update method.
Action: Specify an update method for the operation.
EQA-10018: The update method method is not supported for object type objectType.
Cause: An update method was specified that is not supported for this object type.
Action: Specify a supported update method.
EQA-10019: The value inputValue is not a supported update method.
Cause: A value was specified that is not a valid update method for any object type.
Action: Specify a supported update method.
EQA-10021: The "not found method" notFoundMethod is not supported for object type objectType.
Cause: A "not found method" was specified that is not supported for this object type.
Action: Specify a supported "not found method" for the object type.
EQA-10022: The value inputValue is not a supported "not found method."
Cause: A value was specified that is not a valid "not found method" for any object type.
Action: Specify a supported "not found method."
EQA-10024: The property propertyName for object type objectType must be specified.
Cause: The object definition did not contain a required property.
Action: Specify the property.
EQA-10025: The property propertyName for object type objectType cannot be empty.
Cause: The object definition omitted a value for a required property.
Action: Enter a value for the property in the object definition.
EQA-10026: The property propertyName for object type objectType is malformed.
Cause: A property value in the object description was not well-formed according to the expected format. For example, if the property represents a URL, the property value must be a well-formed URL.
Action: Specify a well-formed property value. Inspect the underlying exception message, the log files, or both for more information.
EQA-10027: The property propertyName for object type objectType must be between value1 and value2.
Cause: The specified value of a property was outside the valid range.
Action: Specify a value within the valid range.
EQA-10028: The value inputValue is not supported for property propertyName and object type objectType.
Cause: The specified value of a property was not a supported value.
Action: Specify a valid value.
EQA-10029: The property propertyName for object type objectType must be an absolute path.
Cause: A file path was specified that is not an absolute path. The specified value cannot be a relative path.
Action: Specify an absolute path.
EQA-10030: The property propertyName for object type objectType cannot contain: inputValue
Cause: The property prohibited the use of the input value.
Action: Specify a valid value.
EQA-10031: The property propertyName for object type objectType can only contain ASCII characters.
Cause: The object definition contained invalid characters, such as multibyte characters, in a property value.
Action: Specify an ASCII value.
EQA-10032: The resource specified in property propertyName for object type objectType was not found.
Cause: A property value identified an external resource, such as a file, that was not found.
Action: Ensure that the specified resource exists.
EQA-10033: The property propertyName for object type objectType must not be empty for operation operationName.
Cause: The object definition omitted the value of a property that is required for this operation and object type.
Action: Specify a value for the property.
EQA-10034: The value inputValue1 for property propertyName1 of object type objectType is not valid for value inputValue2 of property propertyName2.
Cause: The object definition specified a value for propertyName1 that is invalid when propertyName2 has a value of inputValue2.
Action: Specify a valid combination of values for the two properties.
EQA-10035: The properties propertyName1 and propertyName2 for object type objectType must have different values.
Cause: The object definition specified the same value for the two properties.
Action: Change one of the property values.
EQA-10037: The value inputValue for property propertyName of object type objectType is a reserved value.
Cause: A value was specified for the property and object type that is reserved for internal use by Oracle SES.
Action: Specify a valid property value.
EQA-10038: The property propertyName for object type objectType must start with value.
Cause: A property name began with one or more invalid characters.
Action: Correct the name so that it begins with the specified value.
EQA-10039: The property propertyName for object type objectType must end with value.
Cause: A property name ended with one or more invalid characters.
Action: Correct the name so that it ends with the specified value.
EQA-10040: The property propertyName for object type objectType must not end with inputValue.
Cause: A property name ended with one or more invalid characters.
Action: Correct the name so that it does not end with the specified value.
EQA-10041: The property propertyName for object type objectType must be specified when property propertyName is specified.
Cause: The object definition did not contain a required property.
Action: Specify both properties or neither of them.
EQA-10042: The value inputValue for property propertyName of object type objectType is already in use.
Cause: A property value was already in use by another object of the same type, and only one object of this type can have this value.
Action: Specify a different value for the property, or remove the value from the other object that is using it.
EQA-10043: The value inputValue for property propertyName of object type objectType contains an invalid protocol.
Cause: A property value contained an invalid protocol. For example, the protocol for a Web source starting URL must be http or https.
Action: Specify a valid protocol for the property value.
EQA-10044: The value inputValue for property propertyName of object type objectType contains an invalid separator.
Cause: A file URL prefix contained an invalid character for the separator.
Action: Use a slash (/) instead of a backslash (\) as the separator in a URL.
EQA-10045: At least one of the properties propertyName1 or propertyName2 for object type objectType must have the value inputValue.
Cause: The object definition did not contain a property with the required value.
Action: Change one of the specified properties to the required value.
EQA-10046: The value inputValue of property propertyName for object type objectType is not supported. The supported values are: value1, value2 . . . .}
Cause: A property contained an unsupported value.
Action: Change the property value to a supported values.
EQA-10047: The value of property propertyName1 for object type objectType must be greater than or equal to the value of property propertyName2.
Cause: A property value was too small.
Action: Increase the property value so that it is as least as large as the other property value.
EQA-10048: The property propertyName for object type objectType must start with an alphabetic character and may only contain alphanumeric characters and _, $, and #.
Cause: A property contained one or more invalid characters.
Action: Use only valid characters for the property value
EQA-10049: The property propertyName for object type objectType must be in the format of format.
Cause: A property value had an invalid format.
Action: Specify the value in the specified format.
EQA-10050: The property propertyName1 for object type objectType can only contain one value when property propertyName2 has value inputValue.
Cause: A property contained multiple values, whereas only one value is allowed.
Action: Specify only one value for the property.
EQA-10051: Key patterns are not supported for operation operationName and object type objectType.
Cause: An invalid option was specified for this operation and object type. The operation can support key patterns for some object types, but not for the specified object type.
Action: Do not specify a key pattern for this object type.
EQA-10052: The values of properties propertyName1 and propertyName2 for object type objectType must be the same.
Cause: The object description contained two properties with different values, when they must have the same value.
Action: Change one of the property values to be the same as the other one.
EQA-10053: The value inputValue of property propertyName for object type objectType must be writable.
Cause: The property value was not a writable location. For example, the property may represent a file system path, such as the crawler log file directory for a crawlerSettings object.
Action: Ensure that you are connected to the Administration API as a user with write privileges to the specified location.
EQA-10054: The value for property propertyName1 of object type objectType is not valid for value inputValue of property propertyName2.
Cause: The value for propertyName1 is invalid when propertyName2 has a value of inputValue.
Action: Specify a valid combination of values for the two properties.
EQA-10055: The value for property propertyName of object type objectType is not a directory path.
Cause: A property contained an invalid directory path.
Action: Change the property value to an existing directory path.
EQA-10056: The value of property propertyName for object type objectType cannot be changed.
Cause: A property contained a new value, but it cannot be changed after the object is created.
Action: Specify the current value of the property or omit the property from the object description.
EQA-10057: The value inputValue of property propertyName for object type objectType does not match the expected value expectedValue.
Cause: A property contained a value that did not match the expected value. This error may occur when the property must have a specific value. For example, a property containing the version number of an identity plug-in must match the version of the Java plug-in implementation.
Action: Specify the expected value for the property.
EQA-10058: The value of property propertyName for object type objectType does not match the expected value.
Cause: The property contained a list of values that did not match the expected list. For example, a property containing the security attributes for a source must match the plug-in for that source type.
Action: Correct the property value.
EQA-10200: The class inputValue does not implement the plug-in manager interface managerInterface.
Cause: A Java class was specified that did not implement the plug-in manager interface.
Action: Specify a Java class that implements the plug-in manager interface.
EQA-10201: The class inputValue implements the plug-in interface instead of the plug-in manager interface. Use the manager class name.
Cause: A Java class was specified that implements the plug-in interface instead of the plug-in manager interface.
Action: Specify a Java class that implements the plug-in manager interface.
EQA-10202: The plug-in parameters were rejected by the plug-in manager. See the log file for more information.
Cause: A plug-in manager validated the plug-in parameters, and it rejected the input values.
Action: Inspect the log file for more information.
EQA-10203: Unable to instantiate the plug-in manager class inputValue. Ensure that the class contains an empty constructor.
Cause: A problem occurred while loading the plug-in manager class.
Action: Ensure the class contains an empty constructor. Inspect the log file for more information.
EQA-10204: The input XML must be specified for operation operationName and type objectType.
Cause: The operation did not include the input XML, which it requires for this object type. For example, the activate operation requires input XML for identity plug-ins, but not for clustering.
Action: Include the input XML in the operation.
EQA-10206: The key name keyName is not valid for object type objectType.
Cause: A key name was specified that is not valid for this object type.
Action: Specify a valid key name for the object type.
EQA-10207: A value must be specified for key name keyName.
Cause: A key name was specified without a key value.
Action: Specify a value for the key name.
EQA-10208: The manager class inputValue does not provide plug-ins that implement the interface interfaceName.
Cause: The specified manager class did not provide plug-in instances that implement the correct interface.
Action: Correct the manager class to return plug-in instances that implement the specified interface.
EQA-10209: The security attributes were rejected by the plug-in manager inputValue. See the log file for more information.
Cause: The plug-in manager rejected the security attributes.
Action: Inspect the log file for more information.
EQA-10210: The object with key objectKey and type creatableType occurs more than once in the input to operation operationName.
Cause: An object was specified more than one time for the operation, but only one version of an object can be used as input to an operation.
Action: Remove all but one reference to the object.
EQA-10211: The object key objectKey occurs more than once in the key list for operation operationName.
Cause: An object key was specified more than one time in the key list for the operation.
Action: Remove all but one reference to the object.
EQA-10212: The value of property propertyName in the object with key objectKey and type creatableType could not be encrypted. See the log file for more information.
Cause: A value was specified that could not be encrypted.
Action: Inspect the log file for more information.
EQA-10213: The value of property propertyName in the object with type universalType could not be encrypted. See the log file for more information.
Cause: A value was specified that could not be encrypted.
Action: Inspect the log file for more information.
EQA-10214: The value of property propertyName in the object with key objectKey and type creatableType could not be decrypted. Ensure that the encryption key is correct and that the property contains an encrypted value.
Cause: A property value could not be decrypted.
Action: Ensure that the property contains a value encrypted by Oracle SES, and the decryption key is the same as the original encryption key.
EQA-10215: The value of property propertyName in the object with type universalType could not be decrypted. Ensure that the encryption key is correct and that the property contains an encrypted value.
Cause: The specified value could not be decrypted.
Action: Ensure that the property contains a value encrypted by Oracle SES, and the decryption key is the same as the original encryption key.
EQA-10216: An encryption key must be specified for operation operationName.
Cause: The operation did not include an encryption key.
Action: Include an encryption key in the operation.
EQA-10217: The encryption key must be at least value characters.
Cause: The encryption key was too short.
Action: Enter an encryption key with at least the minimum number of characters.
EQA-10218: The encryption key must contain both letters and numbers.
Cause: The encryption key contained letters or numbers, but not both as required.
Action: Enter an encryption key that contains both letters and numbers.
EQA-10219: The object type for operation operationName must be a stateful type.
Cause: The operation specified an object type that does not have state properties.
Action: Specify a valid operation for the object type.
EQA-10220: The value inputValue is not a supported state property name for object type objectType.
Cause: A state property was specified that is invalid for the object type.
Action: Specify a supported state property for the object type.
EQA-10221: The value inputValue is not a supported operation control name.
Cause: The specified control name was invalid.
Action: Specify a valid setting for the operation control.
EQA-10222: The operation control inputValue is not supported for operation operationName.
Cause: A control name was specified that is invalid for this operation.
Action: Use either valid operation control or none.
EQA-10223: The value inputValue is not supported for operation control controlName. The supported values are: value1, value2 . . . .
Cause: The value of the operation control was invalid.
Action: Specify one of the listed values.
EQA-10224: An object key cannot be specified for the universal object type universalType.
Cause: An object key was specified for a universal object type.
Action: Omit the object key from the operation, or specify the correct object type for the key.
EQA-10225: The attachment with resource name resourceName for the object with key objectKey and type creatableType was not found.
Cause: The specified attachment was not found.
Action: Ensure that the resource name is correct.
EQA-10226: The attachment with resource name resourceName for the object with type universalType was not found.
Cause: The specified attachment was not found.
Action: Ensure that the resource name is correct.
EQA-10227: The attachment with resource name resourceName occurs more than once in the attachment list for operation operationName.
Cause: The attachment list referenced a resource name more than one time.
Action: Remove the duplicate entry from the attachment list.
EQA-10228: A resource name must be specified for all attachments in operation operationName.
Cause: An attachment was specified without a resource name.
Action: Provide a resource name for each attachment.
EQA-10229: The value inputValue is not a valid user for the active identity plug-in.
Cause: The specified value is not a valid user according to the active identity plug-in. For example, a property may have to be an LDAP user name corresponding to the identity plug-in, but the value specified was not.
Action: Specify the correct user name and password for the active identity plug-in.
EQA-10230: The encryption key can only contain ASCII characters.
Cause: An encryption key contained invalid characters, such as double-byte characters.
Action: Use only ASCII characters in the encryption key.