Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-24 Thread Micha Silver
On 22/11/2013 18:48, image wrote: @ Alex: Thank you for your help. I succeed in loading without any problem my qgis project through qgis from my station hosting the postgrsql server. But, as you say, i can't do it from another station. From other station, the error mess

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-22 Thread Alex Theleritis
Well the only thing that I see wrong is at your pg_hba.conf : the ipyou have inserted is 192.167.40.0 and not 192.167.40.92 . Try changing it and if this not works, try this again : -- # IPv4 local connections: hostallall0.0.0.0/0md5 # IPv6 local con

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-22 Thread image
@ Alex: Thank you for your help. I succeed in loading without any problem my qgis project through qgis from my station hosting the postgrsql server. But, as you say, i can't do it from another station. From other station, the error message that i put previously. Another thing. I opened my qgis p

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-22 Thread Alex Theleritis
As I see you use "localhost" as the server ip. If the postgresql server is not at the same pc you try to connect through QGIS , you have to set the host ip something like 192.168.1.100 and not "localhost". Although, if are you trying to connect outside of your local network you have to set the host

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-22 Thread image
@ Alex. With those parameters : - listen_addresses = '*' # what IP address(es) to listen on; # comma-separated list of addresses; # defaults to 'localhost', '*' = all

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-22 Thread Alex Theleritis
Try this in your pg_hba.conf: -- # IPv4 local connections: hostallall0.0.0.0/0md5 # IPv6 local connections: #hostall all ::1/128 md5 - Regards, Alex -- View this mes

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-22 Thread image
Hello, I paste below the usefull sentences from my postgresql.conf: -- listen_addresses = '*' # what IP address(es) to listen on; # comma-separated list of addresses; # defaults

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-22 Thread Alex Theleritis
The pg_hba.conf and postgresql.conf files are located in C:\Program Files\PostgreSQL\9.1\data. You have to make changes to these files so you can be able to connect to your postgresql database. Make sure that in postgresql.conf the field listen_addresses is equal to * . Regards, Alex -- View

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-11-22 Thread image
Hello, So. In the folder C:\Program Files\PostgreSQL\9.1\share, i have a file called "pg_hba.conf.sample". Please find below the raw sentences : -- # IPv4 local connections: hostall all 127.0.0.1/32@authmethod@ # IPv6 local connections: ho

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-07-09 Thread Tudor Barascu
;localhost" with theĀ  IP of the machine where Postgis resides, e.g. (192.168.100.20). Best of luck, Tudor From: image To: qgis-user@lists.osgeo.org Sent: Tuesday, July 9, 2013 4:39 PM Subject: [Qgis-user] Qgis/Postgis : impossible to open a project Hello

Re: [Qgis-user] Qgis/Postgis : impossible to open a project

2013-07-09 Thread Andreas Neumann
Hi, You seem to use "localhost" as a servername. If you use a different machine, localhost means something else. You should either use a central PostgreSQL database in your network and address it by its name, or you must have the exact same PostgreSQL setup on the other machine. Alternatively yo

[Qgis-user] Qgis/Postgis : impossible to open a project

2013-07-09 Thread image
Hello, My windows 7 station hosts a postresql/postgis server (9.1). On this station i succeed in saving a qgis (1.8) project with several postgis layers (vector). I save this qgis project on our network. So i thought to be abble to open this project from anyelse station. But when i try to do tha