← Back to team overview

openupgrade-drivers team mailing list archive

Re: [Question #227528]: Help for working in migration 6.1 -> 7.0

 

Question #227528 on OpenUpgrade Server changed:
https://answers.launchpad.net/openupgrade-server/+question/227528

Alexandro Colorado posted a new comment:
I ran the script and got the following errors on the stout:
http://pastebin.mozilla.org/3765418

OpenERP 7 seemed to have adopted the new database (it now has the one one on 6) but when I tried to login I got the following error:
http://pastebin.mozilla.org/3765405
OpenERP Server Error

Client Traceback (most recent call last):
  File "/home/jza/public_html/openerp7/openerp/addons/web/http.py", line 204, in dispatch
    response["result"] = method(self, **self.params)
  File "/home/jza/public_html/openerp7/openerp/addons/web/controllers/main.py", line 867, in authenticate
    req.session.authenticate(db, login, password, env)
  File "/home/jza/public_html/openerp7/openerp/addons/web/session.py", line 118, in authenticate
    if uid: self.get_context()
  File "/home/jza/public_html/openerp7/openerp/addons/web/session.py", line 170, in get_context
    self.context = self.model('res.users').context_get() or {}
  File "/home/jza/public_html/openerp7/openerp/addons/web/session.py", line 42, in proxy
    result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw)
  File "/home/jza/public_html/openerp7/openerp/addons/web/session.py", line 30, in proxy_method
    result = self.session.send(self.service_name, method, *args)
  File "/home/jza/public_html/openerp7/openerp/addons/web/session.py", line 103, in send
    raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)


Server Traceback (most recent call last):
  File "/home/jza/public_html/openerp7/openerp/addons/web/session.py", line 89, in send
    return openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/home/jza/public_html/openerp7/openerp/netsvc.py", line 292, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/jza/public_html/openerp7/openerp/service/web_services.py", line 626, in dispatch
    res = fn(db, uid, *params)
  File "/home/jza/public_html/openerp7/openerp/osv/osv.py", line 188, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/home/jza/public_html/openerp7/openerp/osv/osv.py", line 131, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/jza/public_html/openerp7/openerp/osv/osv.py", line 197, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/jza/public_html/openerp7/openerp/osv/osv.py", line 185, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/jza/public_html/openerp7/openerp/tools/cache.py", line 18, in lookup
    r = self.lookup(self2, cr, *args)
  File "/home/jza/public_html/openerp7/openerp/tools/cache.py", line 46, in lookup
    value = d[key] = self.method(self2, cr, *args)
  File "/home/jza/public_html/openerp7/openerp/addons/base/res/res_users.py", line 363, in context_get
    res = getattr(user,k) or False
  File "/home/jza/public_html/openerp7/openerp/osv/orm.py", line 494, in __getattr__
    return self[name]
  File "/home/jza/public_html/openerp7/openerp/osv/orm.py", line 402, in __getitem__
    field_values = self._table.read(self._cr, self._uid, ids, field_names, context=self._context, load="_classic_write")
  File "/home/jza/public_html/openerp7/openerp/addons/base/res/res_users.py", line 810, in read
    res = super(users_view, self).read(cr, uid, ids, fields, context=context, load=load)
  File "/home/jza/public_html/openerp7/openerp/addons/base/res/res_users.py", line 272, in read
    result = super(res_users, self).read(cr, uid, ids, fields=fields, context=context, load=load)
  File "/home/jza/public_html/openerp7/openerp/osv/orm.py", line 3620, in read
    result = self._read_flat(cr, user, select, fields, context, load)
  File "/home/jza/public_html/openerp7/openerp/osv/orm.py", line 3672, in _read_flat
    cr.execute(query, [tuple(sub_ids)] + rule_params)
  File "/home/jza/public_html/openerp7/openerp/sql_db.py", line 161, in wrapper
    return f(self, *args, **kwargs)
  File "/home/jza/public_html/openerp7/openerp/sql_db.py", line 226, in execute
    res = self._obj.execute(query, params)
ProgrammingError: column res_users.alias_id does not exist
LINE 1: SELECT res_users."menu_id",res_users."alias_id",res_users."a...

-- 
You received this question notification because you are a member of
OpenUpgrade Drivers, which is an answer contact for OpenUpgrade Server.