Skip to Content
Menu
This question has been flagged
2 Replies
1848 Views


Hi,


When creating a database in odoo, if any other person tries to login on a database using the database manager, the database being created becomes corrupted. This happens on a windows environment.


Can you please advice on how to prevent this?


Below is the error that is thrown as soon as a user enters de the database manager during creation:


2024-03-07 10:03:06,058 32128 INFO test4 odoo.modules.loading: loading base/security/ir.model.access.csv


2024-03-07 10:03:06,228 32128 INFO ? odoo.sql_db: ConnectionPool(used=2/count=8/max=64): Closed 2 connections to 'user=postgresuser password=xxx dbname=test4 host=localhost port=5432 application_name=odoo-32128 sslmode=prefer'


2024-03-07 10:03:06,281 32128 INFO ? werkzeug: 192.168.0.135 - - [07/Mar/2024 10:03:06] "GET /web/database/selector HTTP/1.1" 200 - 16 2.229 1.335


2024-03-07 10:03:06,428 32128 WARNING test4 odoo.modules.loading: Transient module states were reset


2024-03-07 10:03:06,444 32128 ERROR test4 odoo.modules.registry: Failed to load registry


Traceback (most recent call last):


  File "C:\testing\odoo\odoo\modules\res_users.py", line 815, in _login


    raise AccessDenied()


odoo.exceptions.AccessDenied: Access Denied


2024-03-07 10:03:07,288 32128 INFO test4 odoo.sql_db: ConnectionPool(used=2/count=8/max=64): Closed 1 connections to 'user=postgresuser password=xxx dbname=test4 host=localhost port=5432 application_name=odoo-32128 sslmode=prefer'


2024-03-07 10:03:07,341 32128 INFO test4 werkzeug: 127.0.0.1 - - [07/Mar/2024 10:03:07] "POST /web/database/create HTTP/1.1" 200 - 11306 6.733 7.265



thanks in advance for your help and advice.


Avatar
Discard
Best Answer

I have the same question/issue. Were you able to resolve your issue or find a workaround?



Avatar
Discard
Author Best Answer

edited the opening post. Somehow only half my text got trough originally.

Avatar
Discard
Related Posts Replies Views Activity
4
May 16
7361
3
Mar 15
4282
3
Aug 24
1303
2
Jun 24
1343
1
Jun 21
5177