Subject RE: [IBO] Re: Generator not incrementing
Author Support List
Kevin,

> Don't generator work outside of transactions?

As long as the server doesn't crash then this is how it is.

Apparently there is some technical dependencies upon the transaction used to
process the statement to work with the generator that leave the generator in
a state to be rolled back if the server crashes rather than rolling them
forward, so to speak. Generators should always be handled as autocommit.

Jason