Has anyone seen an issue in the past where a m/r script (concurrency = 2) is creating transactions and some of the transactions are getting created with duplicate transaction numbers or even blank transaction numbers? Auto numbering is turned on along with allow updates. The script is not setting the tranid field at all and it doesn’t always happen; its very sporadic. I have checked and there are no other scripts or workflows deployed on the transaction. I could potentially see duplicates getting created if 2 instances of the reduce function are executing at the exact same time and NS returns the same next sequence number for both, but I dont know how the next sequence number functionality works and if that would really be possible or not. For the blanks, I can’t really think of anything that would cause that.