ultorg / public_issues

Public issue tracker for the Ultorg Desktop application
12 stars 0 forks source link

SQL Server connection w/integrated security keeps prompting for password #43

Open gfody opened 2 years ago

gfody commented 2 years ago

This started happening sometime between the first beta and version 1.2.3

If I hit cancel on the password dialog the grid shows this error message Database connection problem: User canceled connection and clicking refresh pops the password dialog again.

If I edit the data source, click Test Connection, close the dialog, and refresh the grid, then it works. The problem doesn't come back until I restart the app.

eirikbakke commented 2 years ago

Are you not able to press "OK" on the username/password dialog in this case, with an empty username and password? Or is the problem that if you press Cancel by accident, you will never get the prompt back?

(I should probably get rid of the username/password dialog altogether when using integrated authentication on Microsoft SQL Server.)

gfody commented 2 years ago

ah clicking OK with a blank username and password works, I didn't even think to try that. I tried checking "remember password" as well but the dialog still returns on the next restart. no prompt would be ideal.