← Back to team overview

openerp-india team mailing list archive

[Bug 1097274] [NEW] [7.0] bug on ir_cron access table not found

 

Public bug reported:

i have on my log an recurrent error with ir_cron table on database.

i don't know what it mean beacause i can access to the ir.cron form view
and the table exist on database.

thanks for all

here is the teraceback bellow :

Programming error: ERREUR:  la relation « ir_cron » n'existe pas
LIGNE 1 : SELECT * FROM ir_cron
                        ^
, in query SELECT * FROM ir_cron
                          WHERE numbercall != 0
                              AND active AND nextcall <= (now() at time zone 'UTC')
                          ORDER BY priority
2013-01-08 13:29:49,533 11017 WARNING openerp openerp.addons.base.ir.ir_cron: Tried to poll an undefined table on database openerp.

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1097274

Title:
  [7.0] bug on ir_cron access table not found

Status in OpenERP Server:
  New

Bug description:
  i have on my log an recurrent error with ir_cron table on database.

  i don't know what it mean beacause i can access to the ir.cron form
  view and the table exist on database.

  thanks for all

  here is the teraceback bellow :

  Programming error: ERREUR:  la relation « ir_cron » n'existe pas
  LIGNE 1 : SELECT * FROM ir_cron
                          ^
  , in query SELECT * FROM ir_cron
                            WHERE numbercall != 0
                                AND active AND nextcall <= (now() at time zone 'UTC')
                            ORDER BY priority
  2013-01-08 13:29:49,533 11017 WARNING openerp openerp.addons.base.ir.ir_cron: Tried to poll an undefined table on database openerp.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1097274/+subscriptions


Follow ups

References