how can i add a other library ?

classic Classic list List threaded Threaded
23 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: how can i add a other library ?

ashoksatapathy
Please find attached both pg_hba.conf and postgresql.conf files. Version is 3.0.4

R1.pg_hba.conf

&

postgresql.conf
Reply | Threaded
Open this post in threaded view
|

Re: how can i add a other library ?

Verus Solutions Support
Step 1: Open pg_hba.conf using Notepad. See the 3rd line from the bottom, it looks like this
host all all 127.0.0.1/32 md5
change it to
host all all 0.0.0.0/0  trust

Save pg_hba.conf with the mentioned changes

Step 2: Your postgresql.conf file is fine. It needs no editing

Step 3: Restart your postgresql service (Start->Control Panel->Administrative Tools-> Services)

Also, while running the Create Library tool, make sure that the port is 5433 and not 5432. I saw this in your postgresql.conf


Regards
NewGenLib Open Source Support Team

On Wed, 31 Oct 2012 09:59:48 +0530, ashoksatapathy [via NewGenLib] <[hidden email]> wrote:

Please find attached both pg_hba.conf and postgresql.conf files. Version is 3.0.4

R1.pg_hba.conf

&

postgresql.conf


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-can-i-add-a-other-library-tp7296440p7573241.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML



--
Using Opera's revolutionary email client: http://www.opera.com/mail/
Reply | Threaded
Open this post in threaded view
|

Re: how can i add a other library ?

ashoksatapathy
In reply to this post by Verus Open Source Support
Thanks.
12