Diagnosis You have tried to call a method for an object which has already beenlogically deleted or which has been marked for deletion. For objects inone of these states, any further explicit operations are not supporteddue to internal restrictions. Further cleanup of these objects will betaken care of automatically by background jobs. System Response The method cannot be executed. Procedure When passing an object to a method make sure the object is neitherdeleted nor marked for deletion. |