The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Dear Community,
I am experiencing issues when connecting to NAV via Odata feed.
With no specific pattern, the SQL database log the following error and afterwards all the NAV services lose connection to the SQL database.
"All schedulers on Node 0 appear deadlocked due to a large number of worker theads waiting on ASYNC_NETWORK_IO"
The issue is observed when updating from Power BI desktop and when using scheduled update via the datagateway on Power BI Service and on two different environments.
Have anyone experienced the same issues and did you find a solution?
@Anonymous,
Please kill the process which is consuming the majority of Worker Threads in SQL Server using the dedicated administrator connection (DAC), then increase the “Max Worker Threads” configuration option following the instructions in this blog: https://blogs.msdn.microsoft.com/nav/2015/06/03/sql-server-worker-threads-and-microsoft-dynamics-nav/.
Regards,
Lydia
@Anonymous,
Thank you for your input.
We already tried increasing the "Max Worker Threads" without resolving the issue.