CWLBN0001I: A Business Graph cannot be marked as created
Explanation: Given DataObject is instance of BusinessGraph. MarkCreated API accepts only DataObjects which are instances of BusinessObjects.
User Action: Invoke the API by passing BusinessObject as a parameter instead of BusinessGraph.

 

CWLBN0002I: The DataObject is not in a Business Graph
Explanation: The DataObject passed as a parameter is a standalone BusinessObject that is not contained in any BusinessGraph.
User Action: Put the standalone DataObject in BusinessGraph hierarchy

 

CWLBN0003I: A Business Graph with a verb set to Delete cannot contain a created object.
Explanation: Verb of the BusinessGraph for the given DataObject is set to delete and thus it can'tbe marked as created.
User Action: Set the value of the verb to any value other than delete.

 

CWLBN0004I: A Business Graph with a verb set to Retrieve cannot contain a Created object.
Explanation: A Business Graph with a verb set to Retrieve cannot contain a Created object.
User Action: Set the value of the verb to any value other than retrieve.

 

CWLBN0005I: The given DataObject is already deleted and therefore cannot be marked as Created
Explanation: The given DataObject currently resides in the list of deleted objects of the changeSummary. Thus it can't be marked as created.
User Action: The operation is invalid and can't performed on the given DataObject.

 

CWLBN0006I: The DataObject is created and therefore cannot be marked as update
Explanation: The DataObject currently resides in the created List of the changeSummary.Thus can't be marked as updated.
User Action: This operation can't be performed on the given DataObject

 

CWLBN0007I: The given DataObject is not contained in any container
Explanation: The given DataObject is not contained in any container
User Action: Make the given DataObject as a part of the BusinessGraph hierarchy.

 

CWLBN0008I: The DataObject is not in the dataSection and therefore cannot be marked as updated.
Explanation: The DataObject is not in the dataSection and therefore cannot be marked as updated.
User Action: The given operation is invalid for the given DataObject

 

CWLBN0009I: The DataObject is deleted and therefore cannot be marked as updated
Explanation: The DataObject is deleted and and currently resides in the deleted list of the changeSummary. Thus it cannot be marked as updated.
User Action: This operation is invalid for the given DataObject.

 

CWLBN0011I: A Business Graph cannot be marked as deleted.
Explanation: A Business Graph cannot be marked as deleted. Input parameter can't be BusinessGraph instance
User Action: This operation is invalid for the given DataObject.

 

CWLBN0012I: A Business Graph with a verb set to Create cannot contain a deleted object.
Explanation: A Business Graph with a verb set to Create cannot contain a deleted object.
User Action: Set the value of verb to any value other than Create.

 

CWLBN0013I: A Business Graph with a verb set to Retrieve cannot contain a deleted object.
Explanation: A Business Graph with a verb set to Retrieve cannot contain a deleted object.
User Action: Set the value of verb to any value other than Retrieve.

 

CWLBN0014I: Add Old Values is not defined for multivalued properties
Explanation: Add Old Values is not defined for multivalued properties
User Action: This Operation is invalid for the given parameter.

 

CWLBN0015W: The target property exists in the target object
Explanation: The property already been set in target object
User Action: Make sure that the property path is correct

 

CWLBN0016W: The source object cannot be a Business Graph object.
Explanation: The Business Graph object should be the root object, it can't been copied into another Business Graph or Business Object.
User Action: Make sure that the source object is a Business Object.

 

CWLBN0017W: The target path should be an empty list.
Explanation: The target path should be an empty list.
User Action: Make sure that the target path is empty.

 

CWLBN0018I: The copied property should be a simple type property.
Explanation: The copyPropertyInto() method only handle the simple type property.
User Action: Make sure that the copied property is a simple type property.

 

CWLBN0019I: The source DataObject type is different from the target type.
Explanation: The source DataObject type should be exactly same as the target type.
User Action: Make sure that the source DataObject type is the same as that of target type.

 

CWLBN0020I: The given schema is invalid because it contains more than one root level DataObject
Explanation: The given schema is invalid as it contains more than one root level DataObject
User Action: none

 

CWLBN0021I: A Business Graph does not have an old container.
Explanation: A Business Graph does not have an old container.
User Action: none.

 

CWLBN0022I: DataObject is expected.
Explanation: While deserializing an XML, an object that is not a DataObject is obtained. The xml format should comply with the format of a serialized Dataobject.
User Action: Make sure that the input has a valid DataObject.

 

CWLBN0023I: No DataObjects were found in the document
Explanation: The XML document that was passed did not have any contents.
User Action: none

 

CWLBN0024I: There was no document found to save.
Explanation: No document was found to save.
User Action: Make sure that the document is valid.

 

CWLBN0026I: DataObject cannot be null.
Explanation: Dataobject that is expected to be saved cannot be null
User Action: Make sure that the DataObject is valid

 

CWLBN0027I: The root element cannot be null
Explanation: The root element that is passed to the serializer has to be a non-null value. It can be any arbitrary string.
User Action: Make sure that the root element is valid.

 

CWLBN0028I: As the old value already exists, no new old value would be set
Explanation: As the old value already exists, no new old value would be set
User Action: Unset the old value using removeOldValue api.

 

CWLBN0029I: Targetnamespace cannot be null.
Explanation: Targetnamespace passed as an input cannot be null.
User Action: Make sure that the Targetnamespace is valid.

 

CWLBN0030I: No container, resource, or DataGraph is allowed for the DataObject.
Explanation: No container, resource, or DataGraph is allowed for the DataObject.
User Action: none

 

CWLBN0031I: A business graph doesnot have old container.
Explanation: A business graph doesnot have old container.
User Action: Invoke the API by passing BusinessObject as a parameter instead of BusinessGraph.

 

CWLBN0032I: The DataObject was recorded as updated in the changeSummary and then it was Deleted while changeSummary was turned off.
Explanation: The DataObject was recorded as updated in the changeSummary and then it was Deleted while changeSummary was turned off.
User Action: Validation logic has detected inconsistency in the ChangeSummary data.

 

CWLBN0033I: The DataObject was recorded as created in the changeSummary and then it was Deleted while changeSummary was turned off.
Explanation: The DataObject was recorded as created in the changeSummary and then it was Deleted while changeSummary was turned off.
User Action: Validation logic has detected inconsistency in the ChangeSummary data.

 

CWLBN0034I: The feature is not a many value feature.
Explanation: The feature is not a many value feature.
User Action: The feature is not a many value feature.Thus this operation is not defined for it.