Forum Discussion
Error HYT00
Hello
I have a python notebook in a Fabric workspace that contains also a warehouse and runs on a F8 Fabric Capacity.
The notebook has different cells that use T-SQL to drop and recreate tables in the warehouse, one cell for each table.
This notebook has been working correctly for about 6 month now. Yesterday, when executing I received this error:
I saw this post https://community.fabric.microsoft.com/t5/Data-Engineering/Pyodbc-Connect-to-Warehouse-Endpoint-timi... and checked my secrets but they are still valid and expire in 2027.
I tried stopping and restarting my F8 capacity but the error is still there.
I also tried switching to the Trial Capacity and with that the notebook works without any error.
Note that I have the same setup for the production environment (notebook and warehouse in the same workspace, but different from the development one) and this notebook still works perfectly also with the F8 Capacity.
Do you have any suggestions?
Thank You
Hi, the solution for us was using a Stored Procedure activity instead of the notebook one.
17 Replies
- tayloramySuper User
Okay, that is some funky behaviour. I recommend opening a ticket and seeing what the support engineers say.
- tayloramySuper User
Hi Pupic,
Okay the actual error here is a login timeout.
Are you able to access the warehouse diretly not from the notebook and run queries against it?
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- tayloramySuper User
Hi Pupic,
Interesting, that should be working to my knowledge.
I just tested this in my environment and it works as expected. How are you running this notebook? Manually or through a pipeline?
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- v-karpurapudCommunity Support
Hi Pupic
Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to tayloramy for sharing valuable insights.Could you please confirm if your query has been resolved by the provided solution?If you have any more questions, please let us know and we’ll be happy to help.
Regards,
Microsoft Fabric Community Support Team
- v-karpurapudCommunity Support
Hi Pupic
We have not received a response from you regarding the query and were following up to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank You.
- PupicFrequent Visitor
Hi, the solution for us was using a Stored Procedure activity instead of the notebook one.
- v-karpurapudCommunity Support
Hi Pupic
Has your issue been resolved after using the stored procedure?