lutraconsulting / qgis-discovery-plugin

Provides search / gazetteer functionality in QGIS using PostGIS-based data
http://www.lutraconsulting.co.uk/products/discovery/
GNU General Public License v2.0
15 stars 16 forks source link

missing dsn and no parameters #57

Closed philipjohnbarlow closed 5 years ago

philipjohnbarlow commented 5 years ago

Discovery can no longer see my database connections and I am seeing an error message in the bottom left of the configuration window that states "missing dsn and no parameters". Sounds like its ODBC related?

Settings saved from previous versions of the plugin are still in but there are no results from queries entered in the search box.

QGIS version: 3.4.5.1

saberraz commented 5 years ago

How do you authenticate with your database? You need to store the password within the connection.

glw commented 5 years ago

I was having the same exact issue, I had to go back to "edit connections" and re-save and re-agree to save the stored username and password. Not sure why this worked for me but it did.

philipjohnbarlow commented 5 years ago

How do you authenticate with your database? You need to store the password within the connection.

Hi Saber, apologies for the delay in replying. I'm just using basic authentication.

glw's solution above hasn't done the trick for me, I'll keep playing around and see if I can get it to pick up my databases.

PeterPetrik commented 5 years ago

fixed