Hi @Bhargava-MSFT thank you for your response. The issue turned out to be the wrong storage container was provided in the soruce path and was not initially apparent.
Sql error number: 15883. Error Message: Access check for 'CREATE/WRITE' operation against
I am receiving the following error and cannot find any documentation on how to fix. I am trying to run stored procedure in Synapse SQL serverless. I have other activities in my pipeline that can successfully access data in the same database.
Sql error number: 15883. Error Message: Access check for 'CREATE/WRITE' operation against [storage file path redacted] failed.
Azure Synapse Analytics
2 answers
Sort by: Most helpful
-
-
Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
2022-12-08T20:02:09.877+00:00 Hello @DC-q489h2 ,
Welcome to the MS Q&A platform.
Please correct me if my understanding is wrong. You are trying to create an external table and getting this error.
Error "Access check for 'CREATE/WRITE' operation against [storage file path redacted] failed." generally means access credentials are not set up properly, or the input file is not accessible due to external reasons.
Can you please confirm if this is a transient issue or if this issue happens every time?
If you see this error every time, please check the access credentials and the input file path.
I hope this helps. Please let me know if you have any further questions.