Until we recently upgraded to ECC 6, statement numbers would be assigned in ascending numerical order regardless of the statement date. In other words we could process as follows with no problem because the statement numbers would just increase by one if another day was processed out of order.
12/12 #100
12/13 #101
12/15 #102
12/14 #103
12/16 #104
Now since the upgrade, the statement number is assigned based on the most recent statement date processed as opposed to the last date
12/12 #100
12/13 #101
12/15 #102
12/14 #103
12/16 #..... system finds the most recent statement date 12/15 and adds one increment to that statement number of 102 causing statement number 103 to be attempted again.
Is it possible to change the statement numering logic back to the way it was prior to the upgrade so if by chance the dates get processed out of order the duplicate statement number error is avoided????