It might be a coincidence. On Tuesday (our first business day after the January CU), a custom IPA inserting into a custom business class started to fail because it is giving the most recent value and causing a duplicate insert.
The LPL for the custom Business Class is:
<Name of Custom Business Class> is a BusinessClass
prefix is <prefix>
Ontology
symbolic key is <Name of Custom Business Class>
Persistent Fields
BatchAuditNo is Numeric size 8
.
.
.
Field Rules
BatchAuditNo
autosequence using ByBatchAuditNo
minimize contention
Sets
ByBatchAuditNo
Sort Order
BatchAuditNo
.
.
.
On Friday, the value was 100. Since then, the value of this field continues to be 100. Prior to that it incremented from 1 to 100. We run this IPA 2-3 times a week. Until Monday, the only issues were a couple of months ago when 2 people ran the IPA at the same time. Has something recently changed?