On 14 May 09:47, Axel Braun wrote: > > > 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
Also the best way to setup a database is by following: http://doc.tryton.org/3.6/trytond/doc/topics/setup_database.html#topics-setup-database It will give you better error message than via the client (because of security measure). -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
