hello i'm trying to install tinyerp-server-4.0.3 from source in a debian Etch , 
the install is ok , the server is strating fine , but when i try to start 
tinyerp-client , from another machine(ubuntu based ) on the lan , i got on the 
server :


> Pooler Connecting to 
> Exception in call:
> ------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/tinyerp-server/netsvc.py", line 205, 
> in _dispatch
>     r=m(*params)
>   File 
> "/usr/lib/python2.4/site-packages/tinyerp-server/service/web_services.py", 
> line 281, in login
>     cr = pooler.get_db(db).cursor()
>   File "/usr/lib/python2.4/site-packages/tinyerp-server/pooler.py", line 79, 
> in get_db
>     return get_db_and_pool(db_name)[0]
>   File "/usr/lib/python2.4/site-packages/tinyerp-server/pooler.py", line 41, 
> in get_db_and_pool
>     db = sql_db.db_connect(db_name)
>   File "/usr/lib/python2.4/site-packages/tinyerp-server/sql_db.py", line 119, 
> in db_connect
>     tdb = psycopg.connect('%s %s %s %s %s' % (host, port, name, user, 
> password), serialize=0)
> OperationalError: FATAL:  la base de données «root» n'existe pas
> 



and thanks





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to