On Tue, Jun 14, 2011 at 11:01 AM, Manivannan .M <[email protected]> wrote:
> 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 > after executing this it will ask password for new role, enter password for the new role then it will ask shall the new role be a superuser give yes. exit from postgres user dont worry about the warnings"WARNING:translate:Unable to set locale en_IN.ISO8859-1" Regards, Manivannan.M http://www.howopensource.com > > 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
