You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If application data folder in Windows is not accessible,
driver shows wrong error message:
fe_sendauth: no password supplied
To reproduce:
Type Windows+R
Enter %appdata%
Directory C:\Users\userid\AppData\Roaming opens
Navigate one folder up and in Roaming folder properties, remove access rights from Roaming folder.
Or create PostgreSql/pgpass.conf file and remove rights from it.
Use odbc driver to log in with user which requires password and enter password.
Observed:
fe_sendauth: no password supplied
error appears and logging to server fails.
The text was updated successfully, but these errors were encountered:
kobruleht
changed the title
fe_sendauth: no password supplied error if path to %appdata% or pgpass.conf is not accessible
fe_sendauth: no password supplied error if Application data folder or pgpass.conf is not accessible
Dec 26, 2024
If application data folder in Windows is not accessible,
driver shows wrong error message:
fe_sendauth: no password supplied
To reproduce:
Type Windows+R
Enter %appdata%
Directory C:\Users\userid\AppData\Roaming opens
Navigate one folder up and in Roaming folder properties, remove access rights from Roaming folder.
Or create PostgreSql/pgpass.conf file and remove rights from it.
Use odbc driver to log in with user which requires password and enter password.
Observed:
fe_sendauth: no password supplied
error appears and logging to server fails.
The text was updated successfully, but these errors were encountered: