You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that if Name sync or Email sync are set in Admin >> Settings >> SQL Backends >> Options to "SQL always wins" and the users do not exists in the database, an exception Duplicate entry '000DDD32-6FE6-45C0-8AEF-AAAAAAAA' for key 'PRIMARY' is generated when I browse to Admin >> Users.
If I "SQL always wins" for quota, there is no issue as it is stored in a different table.
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '000DDD32-6FE6-45C0-8AEF-AAAAAAAA' for key 'PRIMARY'",{"errorInfo":["23000",1062,"Duplicate entry '000DDD32-6FE6-45C0-8AEF-AAAAAAAA' for key 'PRIMARY'"],"class":"Doctrine\DBAL\Driver\PDOException"}]},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php","line":145,"function":"wrapException","class":"Doctrine\DBAL\DBALException","type":"::","args":[{"class":"Doctrine\DBAL\Driver\PDOMySql\Driver"},{"errorInfo":["23000",1062,"Duplicate entry '000DDD32-6FE6-45C0-8AEF-AAAAAAAA' for key 'PRIMARY'"],"class":"Doctrine\DBAL\Driver\PDOException"},"An exception occurred while executing 'INSERT INTO oc_accounts (uid, data)....
The text was updated successfully, but these errors were encountered:
Hello,
I noticed that if Name sync or Email sync are set in Admin >> Settings >> SQL Backends >> Options to "SQL always wins" and the users do not exists in the database, an exception Duplicate entry '000DDD32-6FE6-45C0-8AEF-AAAAAAAA' for key 'PRIMARY' is generated when I browse to Admin >> Users.
If I "SQL always wins" for quota, there is no issue as it is stored in a different table.
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '000DDD32-6FE6-45C0-8AEF-AAAAAAAA' for key 'PRIMARY'",{"errorInfo":["23000",1062,"Duplicate entry '000DDD32-6FE6-45C0-8AEF-AAAAAAAA' for key 'PRIMARY'"],"class":"Doctrine\DBAL\Driver\PDOException"}]},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php","line":145,"function":"wrapException","class":"Doctrine\DBAL\DBALException","type":"::","args":[{"class":"Doctrine\DBAL\Driver\PDOMySql\Driver"},{"errorInfo":["23000",1062,"Duplicate entry '000DDD32-6FE6-45C0-8AEF-AAAAAAAA' for key 'PRIMARY'"],"class":"Doctrine\DBAL\Driver\PDOException"},"An exception occurred while executing 'INSERT INTO
oc_accounts
(uid
,data
)....The text was updated successfully, but these errors were encountered: