Forum Discussion
willianmsantos
9 years agoFrequent Visitor
Postgresql: Exception while reading from stream
Hello Dear Community! Has anyone ever got this message while trying to connect to a Postgre DB? What was the workaround? Thanks in advance! Will
- 8 years ago
Hello Community!
That was definelty some firewalls dropping packages between the server I have the client installed and the database. I asked firewall team to open the route between source and destination and It worked properly.
Thanks for your insights!
Anonymous
5 years agoNot applicable
This error may happen when connection string is lacking port number. Try using server:port in connection string to Postgres database.
Anonymous
3 years agoNot applicable
How to do that?
I have the same problem. I can't connect Postgres DB to Power BI 😥