# Shopware 5.6.6 update -&gt; Error: SQLSTATE\[23000\]: Integrity constraint violation: 1062 Duplicate

**URL:** https://forum.shopware.com/t/shopware-5-6-6-update-gt-error-sqlstate-23000-integrity-constraint-violation-1062-duplicate/65307
**Category:** Installation/Einstieg
**Created:** [6. März 2020 um 20:51 UTC](https://forum.shopware.com/t/shopware-5-6-6-update-gt-error-sqlstate-23000-integrity-constraint-violation-1062-duplicate/65307 "2020-03-06T20:51:55Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![danielwstaeger](https://avatars.discourse-cdn.com/v4/letter/d/35a633/32.png) [@danielwstaeger](https://forum.shopware.com/u/danielwstaeger)
#### Post date: [7. März 2020 um 23:07 UTC](https://forum.shopware.com/t/shopware-5-6-6-update-gt-error-sqlstate-23000-integrity-constraint-violation-1062-duplicate/65307/7 "2020-03-07T23:07:07Z")

</div>

[@R4M schrieb:](https://forum.shopware.com/profile/17170/R4M "R4M")

Vermutlich liefert diese Abfrage kein Ergebnis:

```
SELECT id FROM s_core_config_elements WHERE name LIKE 'trackingUniqueId' LIMIT 1

```

Das kannst du ja mal überprüfen. Sollte “trackingUniqueId” nicht zu finden sein, könntest du dies in der Datenbank wieder anlegen:

```
INSERT INTO `s_core_config_elements` (`form_id`, `name`, `value`, `label`, `description`, `type`, `required`, `position`, `scope`, `options`) VALUES (269, 'trackingUniqueId', 's:0:"";', 'Unique identifier', NULL, 'text', 0, 0, 0, 'a:1:{s:6:"hidden";b:1;}');

```

Vorher ggf. ein Backup machen! Danach eventuell auch den Cache leeren und neu versuchen.&nbsp;

---

_[View the full topic](https://forum.shopware.com/t/shopware-5-6-6-update-gt-error-sqlstate-23000-integrity-constraint-violation-1062-duplicate/65307)._
