Hi,
  I was successfully running some proteus scripts and seeing the financial 
reports. 
  For testing, I shut down the server, rebuilt the database and ran the 
same proteus script. 

  On clicking Financials->Reporting-> Any of the submenus

I get errors like this: 

Traceback (most recent call last):
  File "/trytond/wsgi.py", line 47, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 59, in rpc
    request, database_name, *request.params)
  File "/trytond/wsgi.py", line 39, in auth_required
    return wrapped(*args, **kwargs)
  File "/trytond/protocols/dispatcher.py", line 40, in wrapper
    return func(request, pool, *args, **kwargs)
  File "/trytond/protocols/dispatcher.py", line 177, in _dispatch
    obj, method = get_object_method(request, pool)
  File "/trytond/protocols/dispatcher.py", line 162, in get_object_method
    return pool.get(name, type=type), method
  File "/trytond/pool.py", line 172, in get
    return self._pool[self.database_name][type][name]
KeyError: u'account.general_ledger.account.context'

===========================
I dont think I changed anything from the working program, So why this 
sudden change in behavior? Does some old data get stored somewhere and gets 
corrupted? Do I need to re-clear some area, OR re install some modules?


-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/51c28920-b415-4283-8f9a-ce7ee034a4a1%40googlegroups.com.

Reply via email to