Today, all our pipelines that use an external table (dedicated sql pool) failed due to an strange error message.

RickMsBi 86 Reputation points
2023-08-22T08:30:42.3066667+00:00

The error message reads:

Operation on target Import data failed: Activity failed because an inner activity failed; Inner activity name: Transfer xxxxxxx, Error: Execution fail against sql server. Please contact SQL Server team if you need further support. Sql error number: 105221. Error Message: COPY statement input file schema discovery failed: Cannot bulk load file split because either secret or file_properties option is missing.

We also get this error is we simply do a "select" from said tables. To be clear, we're not using a copy into statement, just a select from the external table.

It seems like doing a select from an external table that was created in the dedicated sql pool triggers an internal copy into statement that in return results in an error.

It's for all our pipelines, even dropping and recreating the external tables results in the same error. We didn't do any releases to production. The fact that alle the pipelines suddenly have exactly the same error makes us think this must be a back-end issue.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,294 questions
{count} votes

Accepted answer
  1. Bhargava-MSFT 31,241 Reputation points Microsoft Employee
    2023-08-23T13:21:44.3233333+00:00

    Hello RickMsBi,

    <Posting this as an answer as this is helpful to other community members>

    Root cause: This was due to an outage at the Azure data center.

    Mitigation: A fix has been applied to restore the functionality. End users must pause/resume the dedicated SQL pool and try again.

    If this answers your question, please consider accepting the answer by hitting the Accept answer and up-vote as it helps the community look for answers to similar questions.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.