In 9.04, We are occasionally seeing an attempt to write a duplicate QuoteId and/or OrderId.
I'm finding it strange that for example, QuoteServices.xml#getNextQuoteId does a read, increment, and write instead of just using the built-in sequencer. I wonder if we have hit some kind of race condition, or if there is some transaction integrity problem. But in order to keep Quotes and Orders going, I occasionally have to go into PartyAcctgPreference and force an increment to the sequence. Has anyone else seen this behavior? -- James McGill Phoenix AZ
