I am using 5.1 Build 1425
I have an object with a Number attribute where I have checked "Auto incremented." It has been working and now has stopped. This is in the test DB, where I reuse the data each time I test.
What I see is that the value in the ..._idg table is being incremented each time I add an object instance, but the attribute that is set for "Auto incremented" ends up with NULL.
The Aware IM Server log only shows that it is checking to see if any user has changed the value, prepared to reset it if this condition is true, but in each case this is not true, and it executes no action. I'll look at the mySQL Log tomorrow if nobody else reports some experience with this.
I deleted all objects having a NULL for the attribute (OrderNumber), but that did not help either. I saw this once before and was at a point where I could delete all instances and begin again, and it started working again, but I am to a point where that is a problem.
Has anyone else seen this? Are there more things to inspect to troubleshoot the problem?
Some of these objects get deleted, so it will not always be true that the ..._idg table value matches the highest value of the attribute in the object table.
Thanks,