rocketman wroteAnybody know what would happen long term if I changed BAS_IDGEN to BIGINT(19) (This in MySQL)
In a test environment I did increase the size of BAS_IDGEN and also the size of the ID for my test BO. Everything worked good as long as the ID number was below whatever the current maximum is. But Aware must have an internal check to see if BAS_IDGEN is at the maximum. When I manually set BAS_IDGEN to 1 less then the current maximum and then tried to create a couple of new BO objects I got an error even though the new number would have fit in the ID with the increased size.
rocketman wroteAlso - I use a lot of Non Persistent objects o hold transient data, do these increment the IDGEN count?
Just guessing on this one, but I do not think Non Persistent objects increment the IDGEN count.