You should take a look at your openerp server's configuration file. Look for the settings that are prefixed with the "db_". You should have: db_host = (The location of the PostgresSQL Server) db_name = (The name of the db you want to only connect, set to False to show all) db_username = (The username of the user that has privileges on the db server) db_password = (The password for that user) db_maxconn = (The max number of connections to db server at any given moment)
The password is specified with the db_password setting. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=48760#48760 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
