Azure data factory data flow is failing while loading data from csv(without header) to SQL MI

Junaib v m 6 Reputation points
2022-07-21T06:06:30.63+00:00

Dear Team,

Azure data factory data flow is failing when loading data from csv(without header) to SQL MI.222992-image001.png222927-image001-1.png

Error:
"Job failed due to reason: at Sink 'EntityAddressrelationSTG': shaded.msdataflow.com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'VALUE'."

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,381 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,516 Reputation points Microsoft Employee
    2022-08-01T09:42:17.92+00:00

    Hi @Junaib v m ,

    Thanks for posting query in Microsoft Q&A Platform.

    In your screenshots screenshot of Sink transformation preview is missing. I am suspecting issue might be with some expression may be in derived column transformation.

    Are you able to perform data preview at each and every transformation in data flow? Kindly check it and see if that helps.

    Please let us know how it goes. If you found issue already and had fix. Please feel free to share here with community. That help community. Thank you.

    ----------

    Please consider hitting Accept Answer button. Accepted answers help community as well.


  2. Junaib v m 6 Reputation points
    2022-12-20T04:52:09.327+00:00

    HI @Subashri Vasudevan @ShaikMaheer-MSFT

    Microsoft is confirmed that this is a product bug and they provided the bug fix also for this ticket.

    Error Reason:
    ADF with SQL MI only support SQL collation CI_AS, but we are using CS_AS.

    So this issue is resolved now.

    Thank you @Subashri Vasudevan
    @ShaikMaheer-MSFT
    for your support.


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.