Am 20.09.2015 um 13:03 schrieb Bent Hansen: > Den søndag den 20. september 2015 kl. 10.23.26 UTC+2 skrev raimonesteve: > > > El dia 20/09/2015 10.15, "Bent Hansen" <[email protected] > <javascript:>> va escriure: > > > > I am running Ubuntu 14.04. Using Synaptic the Tryton server and > client was installed including all modules. It just installed out of > the box, no issues :-) The Tryton version is 3.02. and the demo is > running fine. But when I try to create my own database using File -> > Database -> New Database the "Tryton Server Password" is needed. The > Server Connection is "demo3.0.tryton.org:8000 > <http://demo3.0.tryton.org:8000>". > > > > I have tried a lot of different passwords, but the result is > always "Access denied!". Reading all the documentation I could find > didn't help. So I would appreciate very much if any one could give > me a hint? Or how can I use this installation for my own tasks? > > The password to create new database is defined in trytond > configuration file. After v3.4, you need to crypt this password. > > > > To set at password the file "/etc/trytond.conf" was edited by changing > the line > "#admin_passwd = admin" > to the line > "admin_passwd = txaaccdd29" > Then the PC was restarted and the client was executed. But I still get > the response "Access denied! Sorry, wrong password for the Tryton > server. Please try again." > > The problem is that I really have no idea what to do. Should something > more be edited in the trytond.conf file or should something quite > different be done? > > > > >
It seems you are trying to create a new database on the demo server. You can't do this. The /etc/trytond.conf you are changing, belongs to your own Tryton Server. Try to connect to it on localhost, the port you can see/change in your trytond.conf. Hope it helps Ralf Peschke
