-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to see connection tree #878
Comments
I have the same problem. Any resolution found? |
Any resolution? |
After connecting are you able to run this query? SELECT * FROM INFORMATION_SCHEMA.TABLES If so, does this list schemas and tables? |
@git1453 please confirm which driver you are using, and which versions of the driver and main extension. Does the CONSOLE button give any more information? And if you right-click on your connection in the SQLTools view, choose "Edit Connection", then press "TEST CONNECTION" does this succeed? |
@gjsjohnmurray
The console output is
By the way, |
@packyzbq I don't have access to an instance of SQL Server 2014 to test against. If you take SQLTools out of the equation by opening a native MSSQL command shell on that server and database, using the same userid as your SQLTools connection specifies, does that statement work? |
@gjsjohnmurray |
try to increase connection timeout, for me 50000 worked fine. |
How to increase the timeout? |
I had the same problem now. Solved it by unchecking the 'useUTC' option in VSCode - SQL Tools Settings in the connection settings |
I tried the same, and sadly, that did not work for me. |
Same problem here, connection tree doesn't expand but queries work including the query that gjsjohnmurray suggested to try:
|
Hello all, do we have any workaround for this one? |
Related to #710 |
@csubhodeep The sisue occurs due to how list of databases is retrieved. I've fixed this issue in my fork: https://marketplace.visualstudio.com/items?itemName=fzhem.sqltools-driver-mssql-commver |
Can concur same experience with "Request connection/GetChildrenForTreeItemRequest failed unexpectedly without providing any details." @fzhem Thanks for identifying and offering a fork, unfortunately, being on Apple Silicon, it isn't supported for me. |
@Lument-AndrewExley The fork currently supports the msnodesqlv8 driver, which has limited platform compatibility. Given sufficient interest, I may make it universal by disabling msnodesqlv8 on unsupported platforms. This will take time alongside other projects and day-to-day work, but I can create a pull request to address the issue in the official driver in the meantime. |
Describe the bug
When clicking on the left arrow on an active connection i get the following error and the connection tree is not shown:
Request connection/GetChildrenForTreeItemRequest failed unexpectedly without providing any details.
After the error appeared once it does not show up again upon re-clicking on the arrow but the connection tree still does not diplay.
I can run queries on the DB normally.
Expected behavior
The connection tree is shown when clicking on the connection arrow.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: