I have a strange problem with a database replication.
When my program wants to INSERT
something in a table, i get the following exception:
The insert statement conflicted with the check constraint repl_identity_range_...
So I can't INSERT
anything into this table anymore. The interesting thing is, when I execute IDENT_CURRENT
I see, that the ID
is still growing, but the ID
is already higher than the next_range_end
.
This happens, since the master server (publisher) is shut down. So I think this has somehow to do with the master server.