Hi, Have you configured postgresql correctly for openerp, the username in postgres should match the system user name if not create using the below command.
login as postgres user $sudo su - postgres give the password for the user $createuser --createdb --username postgres --no-createrole --pwprompt user change "user" to ur user name in system On Mon, Jun 13, 2011 at 11:07 PM, Balakrishnan.V <[email protected]>wrote: > Hi. > > Some Additional Information. > > I am using pgadminIII. In the link they recommended to edit the file * > > ~/.openerprc*, But i don't know what changes should be > > done in the place of login section to get the connection success. The > link > > also nothing mentioned about that, some piece of > > lines in that file. > > > > > Am using Ubuntu 10.04, > OpenERP-Server 5.0.10, > OpenERP-Client 5.0.10, > python 2.6.5 > PostgreSQL 8.4 > > > > > > Also I tried > > > > [login] > > db = databasename > > login = admin > > protocol = socket:// > > port = 5432 > > server = localhost > > > > > > Still the problem remains, Kindly suggest an ideas to solve this problem. > > > > Thanks in Advance. > > > > -- > With Regards, > V. Balakrishnan. > > Wanna know about Kanchi Linux User Group!!! > > http://kanchilug.wordpress.com > > You can surf in these too... > > http://gnubala.wordpress.com/ > http://1day1cmd.wordpress.com/ > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
