credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #04472
[Bug 923793] Re: [6.1.trunk] Error when creating new database ir_module_module_certificate_uniq
Hello Yann Papouin ,
I have checked this issue with trunk
and I think this problem occurs due to the
uncertified module in your addons branch.
So would you please check it again.
Thanks and waiting for reply!
** Changed in: openobject-server
Status: New => Incomplete
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/923793
Title:
[6.1.trunk] Error when creating new database
ir_module_module_certificate_uniq
Status in OpenERP Server:
Incomplete
Bug description:
Server's log displays:
[2012-01-30 15:31:38,392][?] INFO:werkzeug:80.14.194.230 - - [30/Jan/2012 15:31:38] "POST /web/database/progress HTTP/1.1" 200 -
[2012-01-30 15:31:38,765][lun_30_01_2012] ERROR:db.cursor:bad query: ALTER TABLE "ir_module_module" ADD CONSTRAINT "ir_module_module_certificate_uniq" UNIQUE (certificate)
Traceback (most recent call last):
File "/home/decindus/private/tools/openerp-trunk/server/openerp/sql_db.py", line 214, in execute
res = self._obj.execute(query, params)
IntegrityError: could not create unique index "ir_module_module_certificate_uniq"
DÉTAIL : Table contains duplicated values.
[2012-01-30 15:31:38,766][lun_30_01_2012] WARNING:orm.schema:Table 'ir_module_module': unable to add 'UNIQUE (certificate)' constraint !
If you want to have it, you should update the records and execute manually:
ALTER TABLE "ir_module_module" ADD CONSTRAINT "ir_module_module_certificate_uniq" UNIQUE (certificate)
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/923793/+subscriptions
References