Forum Discussion
Azure Synapse Link periodically reports Operating System Error Code 12
I've recently switched over to using Synapse and am facing the same issue.
Google returns a number of different answers but the one I found that had most legs was due to the failing CSV file being updated at the same time you are trying to read from it.
I decided to test this theory. I refreshed a Power BI report and received a failure the same as yours (obviously with a different file path). I then navigated in Synapse and saw the entity's CSV file had indeed been updated during the time Power BI was refreshing. It confirms the theory.
I find this surprising as it would mean you cannot refresh or build against the source (Synapse) and have any PQ evualtion complete if the end-user are updating the raw source (which get pushes through to Synapse).
I now attempting to understand if our Synapse configuration is correct or does it need further tweaking.