Cory Rivera

Results 20 comments of Cory Rivera

@stuartpa are you using our provided python package (New Install) or an existing python instance you installed separately?

Do you see the same issue when using a separately installed python instance?

Seems like this is just a jupyter dependency (required by jupyter's psutil dependent package), since I get the same error when trying to install it using a standalone python instance...

I haven't done any work for it yet, so I assume it will still repro.

@IntegerMan We start up a backend process that handles the server connections, which is what is failing to start here. If you start that process by itself, do you see...

@kbhaskar7 The MSSQL notebook kernel starts another process in the background to handle the SQL queries. That JSON RPC error indicates there's likely a problem with that process not being...

We weren't able to repro the issue, so we don't have much to go off here. The problem is coming from a separate process (SQL Tools Service) that the SQL...