sqlectron-gui icon indicating copy to clipboard operation
sqlectron-gui copied to clipboard

Not connecting to the database, not showing error either

Open Meera1214 opened this issue 6 years ago • 4 comments

Meera1214 avatar Nov 13 '19 03:11 Meera1214

image

Meera1214 avatar Nov 13 '19 03:11 Meera1214

need help

Meera1214 avatar Nov 13 '19 03:11 Meera1214

Send your data of connect, maybe some data to be wrong. possibles errors:

  • Port different
  • host different

matheusmelchiades avatar Dec 03 '19 02:12 matheusmelchiades

I have the same issue.

I'm connecting to an MSSQL database in Azure, over the internet. No proxy.

What data do you need? Where can I get the logs?

I looked up the log file in the settings /Users/matthew/Library/Preferences/Sqlectron/sqlectron.log, it doesn't say much:

{
  "servers": [
    {
      "id": "b2dd5ff4-7351-469c-8b1b-59ac260d5be1",
      "name": "My Database",
      "client": "sqlserver",
      "ssl": false,
      "host": "redacted.database.windows.net",
      "port": 1433,
      "socketPath": null,
      "user": "ez2view",
      "password": "my password hash",
      "database": "mms",
      "schema": null,
      "encrypted": true
    }
  ],
  "zoomFactor": 1,
  "limitQueryDefaultSelectTop": 100,
  "enabledAutoComplete": false,
  "enabledLiveAutoComplete": false,
  "enabledDarkTheme": true,
  "disabledOpenAnimation": false,
  "csvDelimiter": ",",
  "log": {
    "console": true,
    "file": false,
    "level": "error",
    "path": "/Users/matthew/Library/Preferences/Sqlectron/sqlectron.log"
  }
}
Screen Shot 2020-07-10 at 5 02 55 pm

mdavis-xyz avatar Jul 10 '20 07:07 mdavis-xyz