Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi I have been trying to simple load data from an already present table in my lakehouse, but whenever I create notebook and right click on the present delta table and try to run the command I get below error:
We are unable to start a notebook session. To re-establish the connection, run the notebook again.Diagnostic info: (fetch_kernel_specs; p9wwvu) [0] null
Below command I am trying to run
Solved! Go to Solution.
Hi @AnmolGan81,
Thank you for reaching out to the Microsoft Fabric community forum.
The issue appears to be that the F2 SKU has limited resources, with only 4 Spark vCores available. This means you can only run one Spark session at a time, even if you're using multiple notebooks. If there's an active session in one notebook, attempting to start a new session in another notebook causes the error.
To fix this, you have to restart the capacity and manually terminate the Spark session from the notebook. Once that's done, you can easily restart the session whenever needed.
I hope my suggestions give you good ideas, if you need any further assistance, feel free to reach out.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hi @AnmolGan81,
Thank you for reaching out to the Microsoft Fabric community forum.
The issue appears to be that the F2 SKU has limited resources, with only 4 Spark vCores available. This means you can only run one Spark session at a time, even if you're using multiple notebooks. If there's an active session in one notebook, attempting to start a new session in another notebook causes the error.
To fix this, you have to restart the capacity and manually terminate the Spark session from the notebook. Once that's done, you can easily restart the session whenever needed.
I hope my suggestions give you good ideas, if you need any further assistance, feel free to reach out.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Yeah I figured out the issue yesterday, thanks for all the help.
What happens when you manually try to to start a new session? On occassion I will get a similar error - when I reconnect the session and run the notebook it resolves.
If this post helps to answer your questions, please consider marking it as a solution so others can find it more quickly when faced with a similar challenge.
Proud to be a Microsoft Fabric Super User
That gives the same error as posted most of the time I got below error for F2 capacity, when I am only executing query to create a delta table from the file, I dont know how many concurrent session an F2 Capacity can run, also I did not find any documentation related to it: