Hi there, I've been setting up tinerp-server under a 3.1 debian et a tiny-client on another computer under windows.
I strictly followed the steps given with the installation's manual, created a database, a tinyerp-server file in /etc/init.d. The server (IP 192.168.0.4) starts normally, but my client (IP 192.168.0.8) cannot connect himself to the server's database. In my /etc/init.d/tinyerp-server file, i put TINYPATH=/usr/bin/tinyerp-server TINYPID=/var/run/tiny.pid TINYLOG=/var/log/tiny_log.txt TINYDB=terp TINYDBUSER=postgres TINYIP=192.168.0.4 And when i tried to log to the server from my client i get a "cannot connect to database" message...even when i try with TINYIP=localhost, nothing changes. on the server logs i can see that: Thu, 22 Feb 2007 10:09:56 INFO:web-services:starting XML-RPC services, port 8069 Thu, 22 Feb 2007 10:09:56 INFO:web-services:You are not using the SSL layer Thu, 22 Feb 2007 10:09:56 INFO:web-services:the server is running, waiting for connections... Exception in call: ------------------------------------------------------------ Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/tinyerp-server/netsvc.py", line 186, in _dispatch s=LocalService(n) File "/usr/lib/python2.3/site-packages/tinyerp-server/netsvc.py", line 101, in __init__ s=_service[name] KeyError: 'db' Does anyone have any clue about it?? :? ------------------------ debian _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
