Subject | Re: [firebird-support] Generators, what could cause resetting generator values to some earlier version |
---|---|
Author | Tomasz Tyrakowski |
Post date | 2012-08-07T15:10:39Z |
On 2012-08-07 16:06, Sofija Blazevski wrote:
and first look through the code and make sure there are no statements
executing gen_id(generator, increment) with a _negative_ increment.
DB shouldn't do any harm to them.
regards
Tomasz
--
__--==============================--__
__--== Tomasz Tyrakowski ==--__
__--== SOL-SYSTEM ==--__
__--== http://www.sol-system.pl ==--__
__--==============================--__
> Problem is that generator values are changed (from nowhere) to someFrom my own (sad ;-) ) experience I'd advise to blame Firebird last,
> earlier version say about 15 days ago, on the other side all of the data
> is current.
and first look through the code and make sure there are no statements
executing gen_id(generator, increment) with a _negative_ increment.
> Do you have any idea what could have caused an issue like this?The values of generators are stored per database, so corrupted security
> Could this be due to some windows issue? Same server had security.fdb
> corrupted about a month ago.
DB shouldn't do any harm to them.
regards
Tomasz
--
__--==============================--__
__--== Tomasz Tyrakowski ==--__
__--== SOL-SYSTEM ==--__
__--== http://www.sol-system.pl ==--__
__--==============================--__