Am 14. Mai 2015 00:53:50 MESZ, schrieb imen laalai <[email protected]>:
>Hello, i configure my server like this:
>[database] 
>uri = postgresql://gnuhealth:password@adress_of_my_server/ 
> path = /home/gnuhealth/attach  
>[jsonrpc]
>    listen = *:8000 
>data = /home/gnuhealth/gnuhealth/server/tryton 
> [session]   
>super_pwd = vpxI0qPULzoMU
>But when i enter the connection parameters of my server in tryton's
>login 
>window and i try to connect to the remote server, it show me the
>following 
>error:
>error connection: bad username and password .

Are Tryton server and database running on the same machine?

If yes, change the connection string to
uri = postgresql:///
And see if it works
HTH 
Axel

Reply via email to