Duplicate entry 'entry' for IDENTIFIER

JohnDoea month ago

I removed the user with identifier XYZ.
When I tried to add new user with that identifier I get error:

Duplicate entry 'XYZ' for key 'uniqueid' - SQLIntegrityConstraintViolationException (... < QueryBuilder:469 < DatabaseStorage:95 < BaseObjectResource:73 < ... < OverrideFilter:50 < ...)

How to override this?

Did i do something wrong?

Track-tracea month ago

Why dont you look in the database. Any ai can explain you how to check those things.

JohnDoea month ago

When I deleted the user, why the database entry is not deleted? Is it normal behavior to manualy delete this stuff?

JohnDoea month ago

I removed the DEVICE not USER, my mistake.

Track-tracea month ago

Yeah, you could see in traccar itself that the User still exists. And also that the device was removed. And if you think that is not true you can check the database.

Anton Tananaeva month ago

If you remove a device with a lot of data, it is possible that the operation timed out and didn't actually succeed.