Background documentation-28838: Wrong sorting of an old sequence Locate this document in the navigation structure

 

Explanation

The method omsNewConsistentView was called with an amount of OIDs. These OIDs are not sorted correctly and therefore it cannot be assured that no deadlocks occur. This is the reason why the operation was cancelled.

User Response

Make sure that the OIDs passed to omsNewConsistentView are always sorted correctly. A correct sorting is given when two successive OIDs have a smaller or equal previous OID (concerning the defined OID-type operator “<=”).