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
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
@ 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
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
@ Alex.
With those parameters :
-
listen_addresses = '*' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
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
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
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
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
;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
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
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
12 matches
Mail list logo